2018-10-06 15:11:45,815 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-293 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 15:11:45,819 - 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=JPc8dPtNa68vxFqmyZqsPTJPe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.10 export OS_REGION_NAME=regionOne 2018-10-06 15:11:45,820 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 15:11:45,821 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-10-06 15:11:45,835 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:11:46,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:11:46,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:11:46,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:11:46,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:11:46,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd8f34e-9e88-47dd-896f-7cb6c4277398 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:11:46,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3dd8f34e-9e88-47dd-896f-7cb6c4277398 2018-10-06 15:11:46,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:11:47,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["7Dhw3V0_Qe6DYtE9wAQqpQ"], "issued_at": "2018-10-06T15:11:47.000000Z"}} 2018-10-06 15:11:47,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:47,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:11: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:11:47,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:47,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84dd421e-64a7-4e10-b382-bc65323d296d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:11:47,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-84dd421e-64a7-4e10-b382-bc65323d296d 2018-10-06 15:11:47,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.626204967499s 2018-10-06 15:11:47,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 15:11:47,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}}' 2018-10-06 15:11:47,505 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:11:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d6bf4f4-3e1d-4135-b48b-1484097d69aa 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.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55"}, "enabled": true, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}} 2018-10-06 15:11:47,506 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-9d6bf4f4-3e1d-4135-b48b-1484097d69aa 2018-10-06 15:11:47,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.154033184052s 2018-10-06 15:11:47,506 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-9d6bf4f4-3e1d-4135-b48b-1484097d69aa 2018-10-06 15:11:47,507 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8', 'id': u'd134a90c8ed8427a8fbe77d9ab448d55', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 15:11:47,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 15:11:48,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.511954069138s 2018-10-06 15:11:48,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:48,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faff0fc4-8f9b-4502-9324-52fbd39c1149 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7"}, "enabled": true, "id": "8cd37642e4004b3b8fd81e2bff8427c7", "options": {}, "domain_id": "default", "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}} 2018-10-06 15:11:48,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 used request id req-faff0fc4-8f9b-4502-9324-52fbd39c1149 2018-10-06 15:11:48,172 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8cd37642e4004b3b8fd81e2bff8427c7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8'}) 2018-10-06 15:11:48,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:11:48,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:48,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de5a903-ff1c-456a-86b7-c08e103cb071 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:11:48,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3de5a903-ff1c-456a-86b7-c08e103cb071 2018-10-06 15:11:48,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753118991852s 2018-10-06 15:11:48,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:11:48,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:48,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95806a2c-e63c-4003-9c92-960823c8ac5b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:11:48,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-95806a2c-e63c-4003-9c92-960823c8ac5b 2018-10-06 15:11:48,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.139452934265s 2018-10-06 15:11:48,390 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 15:11:48,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:11:48,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" -d '{"role": {"name": "Member"}}' 2018-10-06 15:11:48,583 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adfd08f9-c8c8-451d-808b-e5d3701fcf5a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}} 2018-10-06 15:11:48,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-adfd08f9-c8c8-451d-808b-e5d3701fcf5a 2018-10-06 15:11:48,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.19339799881s 2018-10-06 15:11:48,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:48,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8f8f6e-04d4-480e-a1fd-3031a44be830 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "domain_id": null, "name": "Member", "id": "0d672dc53fc44bda8004f5ad28e3b08d"}} 2018-10-06 15:11:48,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d used request id req-df8f8f6e-04d4-480e-a1fd-3031a44be830 2018-10-06 15:11:48,730 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d'}, 'domain_id': None, 'human_id': None, 'id': u'0d672dc53fc44bda8004f5ad28e3b08d', 'HUMAN_ID': False}) 2018-10-06 15:11:48,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:11:48,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:48,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa9db93-8316-47a8-8a3b-d76cd61d4a96 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:11:48,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2fa9db93-8316-47a8-8a3b-d76cd61d4a96 2018-10-06 15:11:48,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828568935394s 2018-10-06 15:11:48,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:11:48,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:48,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a584bb-c8ec-45e6-bbb0-096310734f99 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:11:48,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-07a584bb-c8ec-45e6-bbb0-096310734f99 2018-10-06 15:11:48,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.080924987793s 2018-10-06 15:11:48,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:11:48,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:48,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-304f02c9-8d0b-46e0-b78b-f5b1f7a2eaed Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "links": {"self": "http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7"}, "domain_id": "default", "enabled": true, "id": "8cd37642e4004b3b8fd81e2bff8427c7", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:11:48,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-304f02c9-8d0b-46e0-b78b-f5b1f7a2eaed 2018-10-06 15:11:48,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0929470062256s 2018-10-06 15:11:48,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-304f02c9-8d0b-46e0-b78b-f5b1f7a2eaed 2018-10-06 15:11:48,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:11:48,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0930183-a8b7-4cdb-8183-d2b1828f9adc Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55"}, "enabled": true, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:11:49,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d0930183-a8b7-4cdb-8183-d2b1828f9adc 2018-10-06 15:11:49,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.133979082108s 2018-10-06 15:11:49,130 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d0930183-a8b7-4cdb-8183-d2b1828f9adc 2018-10-06 15:11:49,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:11:49,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=0d672dc53fc44bda8004f5ad28e3b08d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd68b8b6-f655-48e4-a243-d11567374659 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=0d672dc53fc44bda8004f5ad28e3b08d", "previous": null, "next": null}} 2018-10-06 15:11:49,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=0d672dc53fc44bda8004f5ad28e3b08d used request id req-cd68b8b6-f655-48e4-a243-d11567374659 2018-10-06 15:11:49,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0821781158447s 2018-10-06 15:11:49,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:11:49,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55/users/8cd37642e4004b3b8fd81e2bff8427c7/roles/0d672dc53fc44bda8004f5ad28e3b08d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,383 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d91f178a-a552-4f25-8d81-cfa12e543363 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:11:49,384 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55/users/8cd37642e4004b3b8fd81e2bff8427c7/roles/0d672dc53fc44bda8004f5ad28e3b08d used request id req-d91f178a-a552-4f25-8d81-cfa12e543363 2018-10-06 15:11:49,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.168142080307s 2018-10-06 15:11:49,384 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8', 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': '795d1d60-dd03-44ef-bd38-60a8d86a0882', 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_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8', 'project_id': u'd134a90c8ed8427a8fbe77d9ab448d55', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 15:11:49,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:11:49,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:11:49,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:11:49,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:11:49,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:11:49,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:11:49,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:11:49,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:11:49,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:11:49,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:11:49,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:11:49,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:11:49,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:11:49,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:11:49,389 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8', 'password': '795d1d60-dd03-44ef-bd38-60a8d86a0882', 'project_name': 'connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'd134a90c8ed8427a8fbe77d9ab448d55', 'project_domain_name': 'Default'} 2018-10-06 15:11:49,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:11:49,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b94483-5696-48eb-a8e0-c8fa4d3b9898 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:11:49,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-86b94483-5696-48eb-a8e0-c8fa4d3b9898 2018-10-06 15:11:49,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.155645132065s 2018-10-06 15:11:49,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:11:49,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a9df75b-7897-4c08-bd53-6abf7a0bae83 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:11:49,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3a9df75b-7897-4c08-bd53-6abf7a0bae83 2018-10-06 15:11:49,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0847051143646s 2018-10-06 15:11:49,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:11:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96863a37-5297-4137-b741-c9545b30bc93 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:11:49,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-96863a37-5297-4137-b741-c9545b30bc93 2018-10-06 15:11:49,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0747528076172s 2018-10-06 15:11:49,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:11:49,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30995490-0c1a-45fb-80fd-24ad6c9cd0e3 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "links": {"self": "http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7"}, "domain_id": "default", "enabled": true, "id": "8cd37642e4004b3b8fd81e2bff8427c7", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:11:49,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-30995490-0c1a-45fb-80fd-24ad6c9cd0e3 2018-10-06 15:11:49,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.172524929047s 2018-10-06 15:11:49,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-30995490-0c1a-45fb-80fd-24ad6c9cd0e3 2018-10-06 15:11:49,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:11:49,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:49,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc12e9b9-3ceb-413b-bf3b-96c62d46b6b7 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55"}, "enabled": true, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:11:49,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-fc12e9b9-3ceb-413b-bf3b-96c62d46b6b7 2018-10-06 15:11:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781672000885s 2018-10-06 15:11:49,966 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-fc12e9b9-3ceb-413b-bf3b-96c62d46b6b7 2018-10-06 15:11:49,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:11:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:50,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9304b1ca-443b-449b-ac9b-f390cfdc0f9c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 15:11:50,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-9304b1ca-443b-449b-ac9b-f390cfdc0f9c 2018-10-06 15:11:50,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.147786140442s 2018-10-06 15:11:50,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:11:50,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55/users/8cd37642e4004b3b8fd81e2bff8427c7/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:50,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daf10eea-b53a-4d0a-9332-f8b8b272f706 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:11:50,331 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55/users/8cd37642e4004b3b8fd81e2bff8427c7/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-daf10eea-b53a-4d0a-9332-f8b8b272f706 2018-10-06 15:11:50,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.215216159821s 2018-10-06 15:11:50,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:11:50,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:50,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7c0d0d0-37b5-4547-a596-1afa6ce0215d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:11:50,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c7c0d0d0-37b5-4547-a596-1afa6ce0215d 2018-10-06 15:11:50,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777730941772s 2018-10-06 15:11:50,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:11:50,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-06 15:11:50,591 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f8081db-b4e8-4314-9f2f-d27e4633b9a7 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9177cbab39174e6d9780126ef032d023", "links": {"self": "http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023"}, "name": "heat_stack_owner"}} 2018-10-06 15:11:50,591 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-7f8081db-b4e8-4314-9f2f-d27e4633b9a7 2018-10-06 15:11:50,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.180245876312s 2018-10-06 15:11:50,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:50,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07938546-cf88-485a-8f1d-6f693ba43e00 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023"}, "domain_id": null, "name": "heat_stack_owner", "id": "9177cbab39174e6d9780126ef032d023"}} 2018-10-06 15:11:50,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023 used request id req-07938546-cf88-485a-8f1d-6f693ba43e00 2018-10-06 15:11:50,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:11:50,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:50,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7377a08-7069-4134-b5dd-0cf0239a6ea6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9177cbab39174e6d9780126ef032d023", "links": {"self": "http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:11:50,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a7377a08-7069-4134-b5dd-0cf0239a6ea6 2018-10-06 15:11:50,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137377977371s 2018-10-06 15:11:50,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:11:50,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:50,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb713d5-88d6-4485-b89f-64f8461167b6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:11:50,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-abb713d5-88d6-4485-b89f-64f8461167b6 2018-10-06 15:11:50,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0794789791107s 2018-10-06 15:11:50,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:11:50,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:50,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf729be-482f-42ae-96a1-5403077aa035 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "links": {"self": "http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7"}, "domain_id": "default", "enabled": true, "id": "8cd37642e4004b3b8fd81e2bff8427c7", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:11:50,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bdf729be-482f-42ae-96a1-5403077aa035 2018-10-06 15:11:50,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985980033875s 2018-10-06 15:11:50,992 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bdf729be-482f-42ae-96a1-5403077aa035 2018-10-06 15:11:50,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:11:50,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:51,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e19d046-836a-41d1-9f22-9c6eafba9786 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55"}, "enabled": true, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:11:51,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1e19d046-836a-41d1-9f22-9c6eafba9786 2018-10-06 15:11:51,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.139382123947s 2018-10-06 15:11:51,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1e19d046-836a-41d1-9f22-9c6eafba9786 2018-10-06 15:11:51,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:11:51,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=9177cbab39174e6d9780126ef032d023 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:51,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d992b1-3f8d-4e63-98c8-e9b1b8bb9f56 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=9177cbab39174e6d9780126ef032d023", "previous": null, "next": null}} 2018-10-06 15:11:51,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8cd37642e4004b3b8fd81e2bff8427c7&scope.project.id=d134a90c8ed8427a8fbe77d9ab448d55&role.id=9177cbab39174e6d9780126ef032d023 used request id req-e7d992b1-3f8d-4e63-98c8-e9b1b8bb9f56 2018-10-06 15:11:51,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0713050365448s 2018-10-06 15:11:51,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:11:51,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55/users/8cd37642e4004b3b8fd81e2bff8427c7/roles/9177cbab39174e6d9780126ef032d023 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:11:51,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:11:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e991fe8-b80f-47a2-a89e-ac1d9d488d39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:11:51,443 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55/users/8cd37642e4004b3b8fd81e2bff8427c7/roles/9177cbab39174e6d9780126ef032d023 used request id req-1e991fe8-b80f-47a2-a89e-ac1d9d488d39 2018-10-06 15:11:51,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.232218980789s 2018-10-06 15:11:51,444 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-06 15:11:51,444 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 15:11:51,445 - openstack_tests - INFO - OS Credentials = > 2018-10-06 15:11:51,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:51,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:11:51,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:11:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["yaUm9oe1Q1qJTXSzjJW7EA"], "issued_at": "2018-10-06T15:11:51.000000Z"}} 2018-10-06 15:11:51,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bded1634bc02997f8301a729d135f22b63f65d" 2018-10-06 15:11:52,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-695d2e01-9d0f-4324-b1b1-d439c01ab3ce Date: Sat, 06 Oct 2018 15:11:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:11:52,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-695d2e01-9d0f-4324-b1b1-d439c01ab3ce 2018-10-06 15:11:52,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bded1634bc02997f8301a729d135f22b63f65d" 2018-10-06 15:11:53,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b0ab7c69-10dd-4010-85e5-d447724cc6c1 Date: Sat, 06 Oct 2018 15:11:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:11:53,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-b0ab7c69-10dd-4010-85e5-d447724cc6c1 2018-10-06 15:11:53,695 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 15:11:53,695 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-06 15:11:53,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:53,727 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 15:11:53,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:11:54,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:11:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["WIKN9lfyRKaaeXm29har0A"], "issued_at": "2018-10-06T15:11:54.000000Z"}} 2018-10-06 15:11:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b99ad3d8818227259832f233cc402da953f6199" 2018-10-06 15:11:54,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-3a913dbf-f538-4f1c-bcd2-ad2739f80ee9 Date: Sat, 06 Oct 2018 15:11:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-06 15:11:54,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&name=foo used request id req-3a913dbf-f538-4f1c-bcd2-ad2739f80ee9 2018-10-06 15:11:54,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:54,797 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 15:11:54,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:11:55,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["QRS5CPymQniWnL_9vRJ7Hg"], "issued_at": "2018-10-06T15:11:55.000000Z"}} 2018-10-06 15:11:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55920fc9b669cc6ac1852411eb218b6f7ad1a612" 2018-10-06 15:11:55,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25b8400-a4ab-40da-ac40-69e5edd88a2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:11:55,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b25b8400-a4ab-40da-ac40-69e5edd88a2b 2018-10-06 15:11:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:11:55,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:11: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:11:55,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55920fc9b669cc6ac1852411eb218b6f7ad1a612" 2018-10-06 15:11:55,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f9ae10-45df-4725-9644-09bcc7651ea5 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "links": {"self": "http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7"}, "domain_id": "default", "enabled": true, "id": "8cd37642e4004b3b8fd81e2bff8427c7", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:11:55,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-21f9ae10-45df-4725-9644-09bcc7651ea5 2018-10-06 15:11:55,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:55,553 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 15:11:55,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:11:55,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["LB3oK-PyQm-X74wqHWMLLg"], "issued_at": "2018-10-06T15:11:55.000000Z"}} 2018-10-06 15:11:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a1d59c7fc779333bc635d39f54dc249fb8a10af" 2018-10-06 15:11:56,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3f2c084e-2d27-4314-8b5f-b96e765074aa Date: Sat, 06 Oct 2018 15:11:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:11:56,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-3f2c084e-2d27-4314-8b5f-b96e765074aa 2018-10-06 15:11:56,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:11:57,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:11:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["bJMHkw8NQluVg1fVUdj_JQ"], "issued_at": "2018-10-06T15:11:57.000000Z"}} 2018-10-06 15:11:57,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f0b85784958dfa76f2b2f493da46bd4d33a526" 2018-10-06 15:11:58,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d5b11f75-3807-4b35-904a-8835e1725836 Date: Sat, 06 Oct 2018 15:11:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:11:58,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-d5b11f75-3807-4b35-904a-8835e1725836 2018-10-06 15:11:58,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f0b85784958dfa76f2b2f493da46bd4d33a526" 2018-10-06 15:11:59,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b99fb2b2-3941-4e91-80b5-3a5edc09c986 Date: Sat, 06 Oct 2018 15:11:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:11:59,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-b99fb2b2-3941-4e91-80b5-3a5edc09c986 2018-10-06 15:11:59,275 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:11:59,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:11:59,324 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.26:5000/v2.0/tokens 2018-10-06 15:11:59,338 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-06 15:11:59,339 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:11:59,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:11:59,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:11:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["Ryz-R-0dS1KvEQqEu4_SXw"], "issued_at": "2018-10-06T15:11:59.000000Z"}} 2018-10-06 15:11:59,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12a3f6f9277cfa3f5ff11c7bac0665dc743ba96" 2018-10-06 15:12:00,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:11:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e17a435-ff02-4396-9446-0b5b157ab2f7 x-compute-request-id: req-8e17a435-ff02-4396-9446-0b5b157ab2f7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:12:00,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-8e17a435-ff02-4396-9446-0b5b157ab2f7 2018-10-06 15:12:00,500 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:12:00,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:00,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["QMBddrE2RPuZs8S1Yi6UIg"], "issued_at": "2018-10-06T15:12:00.000000Z"}} 2018-10-06 15:12:00,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb9d650e416f744c72da2d847b14eef7a9791ed" 2018-10-06 15:12:01,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c20c85b7-02e3-4c99-96d7-86bc789f42ea x-compute-request-id: req-c20c85b7-02e3-4c99-96d7-86bc789f42ea 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 15:12:01,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-c20c85b7-02e3-4c99-96d7-86bc789f42ea 2018-10-06 15:12:01,086 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:12:01,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:01,095 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.26:5000/v2.0/tokens 2018-10-06 15:12:01,109 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-06 15:12:01,110 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:12:01,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:01,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["9BPXE8lMQqivNINZMK7ybQ"], "issued_at": "2018-10-06T15:12:01.000000Z"}} 2018-10-06 15:12:01,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6291fea233e949978e0940a5bc0cdb85200685b" 2018-10-06 15:12:02,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:01 GMT Server: Apache x-openstack-request-id: req-b374d91a-ee6e-4b4b-9972-24e67f01b754 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 15:12:02,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55/stacks used request id req-b374d91a-ee6e-4b4b-9972-24e67f01b754 2018-10-06 15:12:02,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:02,292 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 15:12:02,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:02,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d672dc53fc44bda8004f5ad28e3b08d", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "9177cbab39174e6d9780126ef032d023", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d134a90c8ed8427a8fbe77d9ab448d55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "id": "8cd37642e4004b3b8fd81e2bff8427c7"}, "audit_ids": ["jBzsPTRRRtu-NqFpFs6Sew"], "issued_at": "2018-10-06T15:12:02.000000Z"}} 2018-10-06 15:12:02,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6679fa6b298e8af9d4af4105d30a2fe0a044b6d5" 2018-10-06 15:12:03,573 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:02 GMT Server: Apache x-compute-request-id: req-c2a22569-6deb-4952-8742-3a611adf5aa8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c2a22569-6deb-4952-8742-3a611adf5aa8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 15:12:03,573 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d134a90c8ed8427a8fbe77d9ab448d55/volumes/detail used request id req-c2a22569-6deb-4952-8742-3a611adf5aa8 2018-10-06 15:12:03,574 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.867s OK 2018-10-06 15:12:03,688 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 15:12:03,689 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-06 15:12:03,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:03,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:03,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460ef6ee-cb24-4079-8553-6058c0855d22 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9177cbab39174e6d9780126ef032d023", "links": {"self": "http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:03,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-460ef6ee-cb24-4079-8553-6058c0855d22 2018-10-06 15:12:03,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.108106136322s 2018-10-06 15:12:03,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:12:03,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:04,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45b0668a-4778-448c-9982-5a536a129a15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:04,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/9177cbab39174e6d9780126ef032d023 used request id req-45b0668a-4778-448c-9982-5a536a129a15 2018-10-06 15:12:04,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.289788007736s 2018-10-06 15:12:04,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:12:04,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:04,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3963b3f-6260-4e80-b668-60dd18b33bb9 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8", "links": {"self": "http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7"}, "domain_id": "default", "enabled": true, "id": "8cd37642e4004b3b8fd81e2bff8427c7", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:04,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d3963b3f-6260-4e80-b668-60dd18b33bb9 2018-10-06 15:12:04,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0867459774017s 2018-10-06 15:12:04,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d3963b3f-6260-4e80-b668-60dd18b33bb9 2018-10-06 15:12:04,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:12:04,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:04,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd6f285a-5a7f-4f01-9f87-59f917d8975e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7"}, "enabled": true, "id": "8cd37642e4004b3b8fd81e2bff8427c7", "options": {}, "domain_id": "default", "name": "connection_check-user_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}} 2018-10-06 15:12:04,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 used request id req-bd6f285a-5a7f-4f01-9f87-59f917d8975e 2018-10-06 15:12:04,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097706079483s 2018-10-06 15:12:04,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 used request id req-bd6f285a-5a7f-4f01-9f87-59f917d8975e 2018-10-06 15:12:04,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 15:12:04,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:04,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65b10fbd-a7e4-485d-b3fc-847e08131edb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:04,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 used request id req-65b10fbd-a7e4-485d-b3fc-847e08131edb 2018-10-06 15:12:04,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.289906978607s 2018-10-06 15:12:04,576 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8cd37642e4004b3b8fd81e2bff8427c7 used request id req-65b10fbd-a7e4-485d-b3fc-847e08131edb 2018-10-06 15:12:04,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:12:04,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:04,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4782d43-4f11-4b13-8d53-a7d272333711 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55"}, "enabled": true, "id": "d134a90c8ed8427a8fbe77d9ab448d55", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3ad98f58-5ca3-4d76-bcb3-7f14837c0bc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:12:04,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-d4782d43-4f11-4b13-8d53-a7d272333711 2018-10-06 15:12:04,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08314204216s 2018-10-06 15:12:04,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-d4782d43-4f11-4b13-8d53-a7d272333711 2018-10-06 15:12:04,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 15:12:04,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:04,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7d61fbf-d84e-46b2-b193-ccba18843989 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:04,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55 used request id req-e7d61fbf-d84e-46b2-b193-ccba18843989 2018-10-06 15:12:04,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.194804906845s 2018-10-06 15:12:04,858 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d134a90c8ed8427a8fbe77d9ab448d55 used request id req-e7d61fbf-d84e-46b2-b193-ccba18843989 2018-10-06 15:12:04,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:04,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:04,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b1fe23-0104-4d55-8211-fbd2f95987c2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0d672dc53fc44bda8004f5ad28e3b08d", "links": {"self": "http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:04,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-24b1fe23-0104-4d55-8211-fbd2f95987c2 2018-10-06 15:12:04,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078449010849s 2018-10-06 15:12:04,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:12:04,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:05,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a65ba81f-985b-40e2-ad55-413fc7f7107b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:05,081 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/0d672dc53fc44bda8004f5ad28e3b08d used request id req-a65ba81f-985b-40e2-ad55-413fc7f7107b 2018-10-06 15:12:05,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.142693996429s 2018-10-06 15:12:05,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:12:05,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=d134a90c8ed8427a8fbe77d9ab448d55&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}d8745ac5ccbd1b25dd9206a465aa389ba3c9dc02" 2018-10-06 15:12:06,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-51427609-dcd0-45e2-a760-94a07eb634b7 Date: Sat, 06 Oct 2018 15:12:06 GMT RESP BODY: {"security_groups": []} 2018-10-06 15:12:06,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=d134a90c8ed8427a8fbe77d9ab448d55&name=default used request id req-51427609-dcd0-45e2-a760-94a07eb634b7 2018-10-06 15:12:06,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.05778288841s 2018-10-06 15:12:06,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=d134a90c8ed8427a8fbe77d9ab448d55&name=default used request id req-51427609-dcd0-45e2-a760-94a07eb634b7 2018-10-06 15:12:06,165 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:12:06,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:12:06,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:12:06,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:12:06,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:12:06,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:12:06,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:12:06,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:12:06,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:06,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c315b7e-0679-4ac3-86d7-0b0ae71f74e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:06,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c315b7e-0679-4ac3-86d7-0b0ae71f74e8 2018-10-06 15:12:06,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:06,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:12:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["4Uw-TEhfTQS6Zkm4rSy-Cg"], "issued_at": "2018-10-06T15:12:06.000000Z"}} 2018-10-06 15:12:06,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:06,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:06,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:06,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4cda50e-8761-4966-8306-b77f5c64e3b0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:12:06,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-b4cda50e-8761-4966-8306-b77f5c64e3b0 2018-10-06 15:12:06,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.556931018829s 2018-10-06 15:12:06,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 15:12:06,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}}' 2018-10-06 15:12:06,855 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bf4a66e-24be-477a-ad48-d3667ab822ac 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.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:06,855 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3bf4a66e-24be-477a-ad48-d3667ab822ac 2018-10-06 15:12:06,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109714984894s 2018-10-06 15:12:06,856 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3bf4a66e-24be-477a-ad48-d3667ab822ac 2018-10-06 15:12:06,857 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305', 'id': u'3e37ce67de3843498eafb3187da04061', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 15:12:06,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 15:12:07,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.498152017593s 2018-10-06 15:12:07,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:07,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d0538f-0b66-4402-8151-2a3fbae37185 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}, "domain_id": "default", "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:07,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 used request id req-f8d0538f-0b66-4402-8151-2a3fbae37185 2018-10-06 15:12:07,459 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'aad199a2b1b244d4a2cd8456990e4964', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305'}) 2018-10-06 15:12:07,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:07,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25690607-b839-4d0b-844a-b6fccefc946d Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:07,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-25690607-b839-4d0b-844a-b6fccefc946d 2018-10-06 15:12:07,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0914399623871s 2018-10-06 15:12:07,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:07,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:07,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91557bce-688a-43e9-a210-f648fb656b79 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:07,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-91557bce-688a-43e9-a210-f648fb656b79 2018-10-06 15:12:07,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.138926029205s 2018-10-06 15:12:07,692 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 15:12:07,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:12:07,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" -d '{"role": {"name": "Member"}}' 2018-10-06 15:12:07,879 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd92285b-cdf6-49a5-b418-cdf4e4518a60 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}} 2018-10-06 15:12:07,879 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-dd92285b-cdf6-49a5-b418-cdf4e4518a60 2018-10-06 15:12:07,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.186544895172s 2018-10-06 15:12:07,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:07,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0ed4da-d3ea-4beb-a010-e1145e86232d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "domain_id": null, "name": "Member", "id": "4dbd21abff654421a0973576b3b497ae"}} 2018-10-06 15:12:07,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae used request id req-7e0ed4da-d3ea-4beb-a010-e1145e86232d 2018-10-06 15:12:07,981 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae'}, 'domain_id': None, 'human_id': None, 'id': u'4dbd21abff654421a0973576b3b497ae', 'HUMAN_ID': False}) 2018-10-06 15:12:07,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:07,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82531b95-94aa-4cb8-8da3-b90c32305fc3 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:08,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-82531b95-94aa-4cb8-8da3-b90c32305fc3 2018-10-06 15:12:08,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.131818056107s 2018-10-06 15:12:08,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:12:08,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e946e47-5e63-4712-9b73-1371b0539449 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:08,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-7e946e47-5e63-4712-9b73-1371b0539449 2018-10-06 15:12:08,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0844171047211s 2018-10-06 15:12:08,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:12:08,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d687f68-880e-44a4-9a15-193f3114d9f5 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:08,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7d687f68-880e-44a4-9a15-193f3114d9f5 2018-10-06 15:12:08,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104929924011s 2018-10-06 15:12:08,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7d687f68-880e-44a4-9a15-193f3114d9f5 2018-10-06 15:12:08,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:12:08,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf3832c-81b7-4b71-b27f-631fdaeba8ed Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:12:08,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0bf3832c-81b7-4b71-b27f-631fdaeba8ed 2018-10-06 15:12:08,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.076896905899s 2018-10-06 15:12:08,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0bf3832c-81b7-4b71-b27f-631fdaeba8ed 2018-10-06 15:12:08,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:12:08,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=4dbd21abff654421a0973576b3b497ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca6e7a8-ec0f-49ff-bfe7-039b34518364 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=4dbd21abff654421a0973576b3b497ae", "previous": null, "next": null}} 2018-10-06 15:12:08,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=4dbd21abff654421a0973576b3b497ae used request id req-0ca6e7a8-ec0f-49ff-bfe7-039b34518364 2018-10-06 15:12:08,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0794129371643s 2018-10-06 15:12:08,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:12:08,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/aad199a2b1b244d4a2cd8456990e4964/roles/4dbd21abff654421a0973576b3b497ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfac3e48-6639-4778-9eaa-19e0d4d149aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:08,601 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/aad199a2b1b244d4a2cd8456990e4964/roles/4dbd21abff654421a0973576b3b497ae used request id req-bfac3e48-6639-4778-9eaa-19e0d4d149aa 2018-10-06 15:12:08,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124312877655s 2018-10-06 15:12:08,602 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305', 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': 'fe08f759-f3f3-4ddb-951c-8c2037ae83af', 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_068fdcad-1cbe-4131-bf3f-baeac9406305', 'project_id': u'3e37ce67de3843498eafb3187da04061', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 15:12:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:12:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:12:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:12:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:12:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:12:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:12:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:12:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:12:08,615 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305', 'password': 'fe08f759-f3f3-4ddb-951c-8c2037ae83af', 'project_name': 'api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '3e37ce67de3843498eafb3187da04061', 'project_domain_name': 'Default'} 2018-10-06 15:12:08,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:08,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b4bab79-ec71-4f85-baae-c7aec50e0b42 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:08,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b4bab79-ec71-4f85-baae-c7aec50e0b42 2018-10-06 15:12:08,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762901306152s 2018-10-06 15:12:08,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:08,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a34ccc0-e270-4b18-b1e3-6838eccb81ef Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:08,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a34ccc0-e270-4b18-b1e3-6838eccb81ef 2018-10-06 15:12:08,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819230079651s 2018-10-06 15:12:08,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:12:08,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-642923a3-77c8-4f77-b4f9-7ffd362fcc29 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:08,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-642923a3-77c8-4f77-b4f9-7ffd362fcc29 2018-10-06 15:12:08,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0802080631256s 2018-10-06 15:12:08,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:12:08,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:08,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce000f17-ee30-4472-afc4-e68b39a71611 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:08,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ce000f17-ee30-4472-afc4-e68b39a71611 2018-10-06 15:12:08,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0903861522675s 2018-10-06 15:12:08,953 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ce000f17-ee30-4472-afc4-e68b39a71611 2018-10-06 15:12:08,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:12:08,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e36d193-cc66-4d94-99c8-774d33bb362c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:12:09,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9e36d193-cc66-4d94-99c8-774d33bb362c 2018-10-06 15:12:09,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0820710659027s 2018-10-06 15:12:09,042 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9e36d193-cc66-4d94-99c8-774d33bb362c 2018-10-06 15:12:09,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:12:09,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d327034-2f81-48ab-a9e3-44e2e824393b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 15:12:09,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-6d327034-2f81-48ab-a9e3-44e2e824393b 2018-10-06 15:12:09,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0804600715637s 2018-10-06 15:12:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:12:09,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/aad199a2b1b244d4a2cd8456990e4964/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92c41f9b-5555-475a-b25b-71c593d3951c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:09,280 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/aad199a2b1b244d4a2cd8456990e4964/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-92c41f9b-5555-475a-b25b-71c593d3951c 2018-10-06 15:12:09,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.155476093292s 2018-10-06 15:12:09,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:09,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04da4851-168b-4a64-9b0b-2488851352ad Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:09,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-04da4851-168b-4a64-9b0b-2488851352ad 2018-10-06 15:12:09,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783200263977s 2018-10-06 15:12:09,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:12:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-06 15:12:09,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0be047ea-f7f6-4349-815f-753e77ba079d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}} 2018-10-06 15:12:09,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-0be047ea-f7f6-4349-815f-753e77ba079d 2018-10-06 15:12:09,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105762004852s 2018-10-06 15:12:09,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e85bdbe6-9676-476f-bea4-39668ebdd5f4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "domain_id": null, "name": "heat_stack_owner", "id": "4b01e40b3df641d1b53a447d5023bd99"}} 2018-10-06 15:12:09,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99 used request id req-e85bdbe6-9676-476f-bea4-39668ebdd5f4 2018-10-06 15:12:09,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:12:09,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091d4981-fd02-41db-997d-314fb8b90ee8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:09,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-091d4981-fd02-41db-997d-314fb8b90ee8 2018-10-06 15:12:09,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776607990265s 2018-10-06 15:12:09,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:12:09,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a60793-535a-44e3-b0db-9bb309a09bf0 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:09,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-07a60793-535a-44e3-b0db-9bb309a09bf0 2018-10-06 15:12:09,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782830715179s 2018-10-06 15:12:09,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:12:09,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e53d848b-f5c2-48ad-b5d0-c8c85a31ec0a Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:09,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e53d848b-f5c2-48ad-b5d0-c8c85a31ec0a 2018-10-06 15:12:09,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0917179584503s 2018-10-06 15:12:09,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e53d848b-f5c2-48ad-b5d0-c8c85a31ec0a 2018-10-06 15:12:09,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:12:09,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ddabffd-f60c-462f-a21d-8eafd246a683 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:12:09,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6ddabffd-f60c-462f-a21d-8eafd246a683 2018-10-06 15:12:09,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0794599056244s 2018-10-06 15:12:09,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6ddabffd-f60c-462f-a21d-8eafd246a683 2018-10-06 15:12:09,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:12:09,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=4b01e40b3df641d1b53a447d5023bd99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:09,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e64dc81e-5415-44dc-8657-23fd1915fce8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=4b01e40b3df641d1b53a447d5023bd99", "previous": null, "next": null}} 2018-10-06 15:12:09,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=aad199a2b1b244d4a2cd8456990e4964&scope.project.id=3e37ce67de3843498eafb3187da04061&role.id=4b01e40b3df641d1b53a447d5023bd99 used request id req-e64dc81e-5415-44dc-8657-23fd1915fce8 2018-10-06 15:12:09,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808670520782s 2018-10-06 15:12:09,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:12:09,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/aad199a2b1b244d4a2cd8456990e4964/roles/4b01e40b3df641d1b53a447d5023bd99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:12:10,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38ac0d84-b2f5-465e-959c-e7bf8a00fe6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:10,185 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/aad199a2b1b244d4a2cd8456990e4964/roles/4b01e40b3df641d1b53a447d5023bd99 used request id req-38ac0d84-b2f5-465e-959c-e7bf8a00fe6e 2018-10-06 15:12:10,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.22513794899s 2018-10-06 15:12:10,186 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-06 15:12:10,186 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 15:12:10,187 - openstack_tests - INFO - OS Credentials = > 2018-10-06 15:12:10,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:10,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:10,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["khh6cJgsQyWhq1A2iQ7bEA"], "issued_at": "2018-10-06T15:12:10.000000Z"}} 2018-10-06 15:12:10,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7e43d06ed518ef3801c26792dbcade6aa35b5b4" 2018-10-06 15:12:11,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-327a6ae4-0b5c-480b-8526-ecaf7a60d1ef Date: Sat, 06 Oct 2018 15:12:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:12:11,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-327a6ae4-0b5c-480b-8526-ecaf7a60d1ef 2018-10-06 15:12:11,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7e43d06ed518ef3801c26792dbcade6aa35b5b4" 2018-10-06 15:12:12,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-654b527c-e63d-4835-b99c-993ad918a7a6 Date: Sat, 06 Oct 2018 15:12:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:12:12,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-654b527c-e63d-4835-b99c-993ad918a7a6 2018-10-06 15:12:12,479 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 15:12:12,480 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-06 15:12:12,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,527 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:12,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:13,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["QRg3ztBESGKmFDlDZmFXew"], "issued_at": "2018-10-06T15:12:13.000000Z"}} 2018-10-06 15:12:13,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:13,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983563dd-52a8-442d-ae78-a6501222c2ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:13,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-983563dd-52a8-442d-ae78-a6501222c2ed 2018-10-06 15:12:13,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:13,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:13,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:13,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5773427-4689-49be-aa38-d4836b4d15db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:13,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c5773427-4689-49be-aa38-d4836b4d15db 2018-10-06 15:12:13,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName"}}' 2018-10-06 15:12:13,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cc1ac20-419f-4041-b394-edbd3a2e7ac2 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39ec738bf8054c528a232af43402174d"}, "enabled": true, "id": "39ec738bf8054c528a232af43402174d", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName"}} 2018-10-06 15:12:13,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3cc1ac20-419f-4041-b394-edbd3a2e7ac2 2018-10-06 15:12:13,400 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName 2018-10-06 15:12:13,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:13,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f13d6cb-795c-4182-bdd0-8ee77ca7b136 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39ec738bf8054c528a232af43402174d"}, "enabled": true, "id": "39ec738bf8054c528a232af43402174d", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName"}]} 2018-10-06 15:12:13,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName used request id req-2f13d6cb-795c-4182-bdd0-8ee77ca7b136 2018-10-06 15:12:13,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:13,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ac3580-be91-4cac-b98d-cb67a8e7a478 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:13,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-01ac3580-be91-4cac-b98d-cb67a8e7a478 2018-10-06 15:12:13,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:14,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-4923b5d6-6989-4b43-94a5-e8dfaa298b87 Date: Sat, 06 Oct 2018 15:12:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:14Z", "updated_at": "2018-10-06T15:12:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "revision_number": 0, "id": "53ce3596-14ef-46fc-a896-9b837969587c", "remote_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "revision_number": 0, "id": "6a6f4af5-c68c-4c00-a22d-0dcafae2de9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "revision_number": 0, "id": "85c365ae-08ce-4d1a-b00a-a0ccc5afe91f", "remote_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "revision_number": 0, "id": "dd36413c-780c-4ca1-92c0-67efc044199d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "66b512c9-d5dd-4901-b151-e389fe325122", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:12:14,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-4923b5d6-6989-4b43-94a5-e8dfaa298b87 2018-10-06 15:12:14,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:14,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-626e335f-c6f1-4636-b3d5-9d8fb063a65c Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:12:14,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-626e335f-c6f1-4636-b3d5-9d8fb063a65c 2018-10-06 15:12:14,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:14,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f771d50-168f-4fbc-bffd-1e33196acf6c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:14,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-3f771d50-168f-4fbc-bffd-1e33196acf6c 2018-10-06 15:12:14,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66b512c9-d5dd-4901-b151-e389fe325122 2018-10-06 15:12:14,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=66b512c9-d5dd-4901-b151-e389fe325122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:15,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-31b57549-599f-4aeb-848d-bcc999938c98 Date: Sat, 06 Oct 2018 15:12:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "53ce3596-14ef-46fc-a896-9b837969587c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6a6f4af5-c68c-4c00-a22d-0dcafae2de9f"}, {"remote_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "85c365ae-08ce-4d1a-b00a-a0ccc5afe91f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:14Z", "security_group_id": "66b512c9-d5dd-4901-b151-e389fe325122", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "dd36413c-780c-4ca1-92c0-67efc044199d"}]} 2018-10-06 15:12:15,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=66b512c9-d5dd-4901-b151-e389fe325122 used request id req-31b57549-599f-4aeb-848d-bcc999938c98 2018-10-06 15:12:15,107 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 15:12:15,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/66b512c9-d5dd-4901-b151-e389fe325122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:16,185 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24c69ce5-201d-4785-81d2-5a27046fdb3f Content-Length: 0 Date: Sat, 06 Oct 2018 15:12:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:12:16,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/66b512c9-d5dd-4901-b151-e389fe325122 used request id req-24c69ce5-201d-4785-81d2-5a27046fdb3f 2018-10-06 15:12:16,186 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-99815a44-c077-4e89-97fa-0a8414dceb0b-projName 2018-10-06 15:12:16,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/39ec738bf8054c528a232af43402174d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5aee955ef516f89f72eb72dc1113ca8c8410ea" 2018-10-06 15:12:16,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6eef714-6133-4d6c-bfa8-fd020a5b30db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:16,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/39ec738bf8054c528a232af43402174d used request id req-a6eef714-6133-4d6c-bfa8-fd020a5b30db 2018-10-06 15:12:16,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:16,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["oRqe9usjTtut9aG-ZokCCQ"], "issued_at": "2018-10-06T15:12:16.000000Z"}} 2018-10-06 15:12:16,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc2146b8c127e2a8aa3307eee5296d649cba01bc" 2018-10-06 15:12:16,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46902881-9efc-4cb3-a4e3-afe56219c396 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:16,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-46902881-9efc-4cb3-a4e3-afe56219c396 2018-10-06 15:12:16,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:16,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:16,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc2146b8c127e2a8aa3307eee5296d649cba01bc" 2018-10-06 15:12:17,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d574d5c-8805-4c9c-917d-00fa69e4f978 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:17,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8d574d5c-8805-4c9c-917d-00fa69e4f978 2018-10-06 15:12:17,530 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-805c8c16-a485-412e-81a8-91a637f436a5-username 2018-10-06 15:12:17,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc2146b8c127e2a8aa3307eee5296d649cba01bc" 2018-10-06 15:12:17,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a5f0ca-c184-4e01-ba13-13aa3b51af5c Content-Encoding: gzip Content-Length: 918 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-805c8c16-a485-412e-81a8-91a637f436a5-username", "links": {"self": "http://172.30.9.26:5000/v3/users/35e33ba686784275a546c80a8bdc1f5e"}, "domain_id": "default", "enabled": true, "id": "35e33ba686784275a546c80a8bdc1f5e", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:17,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-60a5f0ca-c184-4e01-ba13-13aa3b51af5c 2018-10-06 15:12:17,645 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-805c8c16-a485-412e-81a8-91a637f436a5-username 2018-10-06 15:12:17,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/35e33ba686784275a546c80a8bdc1f5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc2146b8c127e2a8aa3307eee5296d649cba01bc" 2018-10-06 15:12:17,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a816681d-4691-4664-a841-fd4b9063c4ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:17,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/35e33ba686784275a546c80a8bdc1f5e used request id req-a816681d-4691-4664-a841-fd4b9063c4ee 2018-10-06 15:12:17,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:18,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["PQkm3GUhS9mE3aI5kEXLLA"], "issued_at": "2018-10-06T15:12:18.000000Z"}} 2018-10-06 15:12:18,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f20dea1a8ab9953d22a573242904e6939e8da08" 2018-10-06 15:12:18,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06aa9e1c-d01a-4225-884c-0fd12b3d5da0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:18,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-06aa9e1c-d01a-4225-884c-0fd12b3d5da0 2018-10-06 15:12:18,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:18,395 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 15:12:18,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:18,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Ca5jY0ynSGuuXXprbqIXFw"], "issued_at": "2018-10-06T15:12:18.000000Z"}} 2018-10-06 15:12:18,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79aaba03a4fe9477e26d0d1e4d51beb479dc84d8" 2018-10-06 15:12:18,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b65bf41-14e9-4757-9b35-12f9c3899814 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:18,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8b65bf41-14e9-4757-9b35-12f9c3899814 2018-10-06 15:12:18,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:18,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:19,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["CAoC_9n1R1yq144vhDtZMA"], "issued_at": "2018-10-06T15:12:19.000000Z"}} 2018-10-06 15:12:19,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:19,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["CHrPgtCVSfOfHoEvt4fGfQ"], "issued_at": "2018-10-06T15:12:19.000000Z"}} 2018-10-06 15:12:19,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28d7fee9c225202f6d9ae3f7c3fa85279c4d0d16" 2018-10-06 15:12:19,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8df87b1-0df4-481e-a156-0d82dcd9bb1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:19,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e8df87b1-0df4-481e-a156-0d82dcd9bb1c 2018-10-06 15:12:19,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:19,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:20,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["aSIiH5tTSf6whRZq1pTrCg"], "issued_at": "2018-10-06T15:12:20.000000Z"}} 2018-10-06 15:12:20,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:20,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["hz_GzY20SECWG3av3RELeg"], "issued_at": "2018-10-06T15:12:20.000000Z"}} 2018-10-06 15:12:20,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}902e76205314c896d62b91b5fe77b309f2600cc9" 2018-10-06 15:12:20,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e7597d2-9130-4c13-9625-c6268fd311ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:20,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8e7597d2-9130-4c13-9625-c6268fd311ca 2018-10-06 15:12:20,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:20,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:21,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["GPV1J_S5TN2PtnH93bQ7Fw"], "issued_at": "2018-10-06T15:12:21.000000Z"}} 2018-10-06 15:12:21,019 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:21,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:21,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["1v4bP0J6Tsad1_oYowSAXg"], "issued_at": "2018-10-06T15:12:21.000000Z"}} 2018-10-06 15:12:21,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:21,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:21,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["wtaXlEqmQgez5nxUxW93PA"], "issued_at": "2018-10-06T15:12:21.000000Z"}} 2018-10-06 15:12:21,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:22,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["AbhkXmpJSKGa8aXy80fgXQ"], "issued_at": "2018-10-06T15:12:22.000000Z"}} 2018-10-06 15:12:22,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:22,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c16662bf-f362-4220-9eed-296c159e7f5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:22,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c16662bf-f362-4220-9eed-296c159e7f5f 2018-10-06 15:12:22,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:22,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:22,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:22,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d3181e7-0118-4150-9eb2-92d87451a04e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:22,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-5d3181e7-0118-4150-9eb2-92d87451a04e 2018-10-06 15:12:22,855 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-username 2018-10-06 15:12:22,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:22,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-054f121c-aa52-4f2f-9974-3f5a25721a41 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:22,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-054f121c-aa52-4f2f-9974-3f5a25721a41 2018-10-06 15:12:22,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-projName"}}' 2018-10-06 15:12:23,047 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190fa666-563c-4c90-b782-0f84a51b2f56 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b"}, "enabled": true, "id": "133026dd406d47b7a519c7d01d1abd7b", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-projName"}} 2018-10-06 15:12:23,047 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-190fa666-563c-4c90-b782-0f84a51b2f56 2018-10-06 15:12:23,047 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-projName 2018-10-06 15:12:23,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" -d '{"role": {"name": "KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-role"}}' 2018-10-06 15:12:23,089 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a9bbf6f-3791-49e4-9234-98531eccd55a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9a584dce53ff46e0bc725103aa8a0aa2", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a584dce53ff46e0bc725103aa8a0aa2"}, "name": "KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-role"}} 2018-10-06 15:12:23,089 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a9bbf6f-3791-49e4-9234-98531eccd55a 2018-10-06 15:12:23,089 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-role 2018-10-06 15:12:23,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/9a584dce53ff46e0bc725103aa8a0aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:23,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc62993-b788-4059-9485-e62d733e7aae Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/9a584dce53ff46e0bc725103aa8a0aa2"}, "domain_id": null, "name": "KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-role", "id": "9a584dce53ff46e0bc725103aa8a0aa2"}} 2018-10-06 15:12:23,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/9a584dce53ff46e0bc725103aa8a0aa2 used request id req-3cc62993-b788-4059-9485-e62d733e7aae 2018-10-06 15:12:23,181 - keystone_utils - INFO - Granting role KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-role to project KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-projName 2018-10-06 15:12:23,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b/users/bc40b72837cb46588698149c6ff4faef/roles/9a584dce53ff46e0bc725103aa8a0aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:23,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-132156e8-f673-4ddc-b235-f501ed5301d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:23,333 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b/users/bc40b72837cb46588698149c6ff4faef/roles/9a584dce53ff46e0bc725103aa8a0aa2 used request id req-132156e8-f673-4ddc-b235-f501ed5301d5 2018-10-06 15:12:23,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b/users/bc40b72837cb46588698149c6ff4faef/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:23,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387c0063-ce24-4da1-a04d-627cf5a4782e Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b/users/bc40b72837cb46588698149c6ff4faef/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9a584dce53ff46e0bc725103aa8a0aa2", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a584dce53ff46e0bc725103aa8a0aa2"}, "name": "KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-role"}]} 2018-10-06 15:12:23,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b/users/bc40b72837cb46588698149c6ff4faef/roles used request id req-387c0063-ce24-4da1-a04d-627cf5a4782e 2018-10-06 15:12:23,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:24,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-16924411-3849-4fab-871b-fbed30a6ab8f Date: Sat, 06 Oct 2018 15:12:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:24Z", "updated_at": "2018-10-06T15:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "revision_number": 0, "id": "16211020-1250-4a8b-af78-2e846f08749e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "revision_number": 0, "id": "21130cff-070e-439e-beee-566f3ce2b933", "remote_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "revision_number": 0, "id": "d3074328-01ad-455c-9d11-0aeb905c107b", "remote_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "revision_number": 0, "id": "e5895ea4-ef51-4a7b-8cd7-6104ef178179", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "name": "default"}]} 2018-10-06 15:12:24,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-16924411-3849-4fab-871b-fbed30a6ab8f 2018-10-06 15:12:24,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:24,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43551237-7cc3-4925-a1cc-74fa43a804bb Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:12:24,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-43551237-7cc3-4925-a1cc-74fa43a804bb 2018-10-06 15:12:24,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:24,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abba7cd6-610c-4a00-ae78-b3b9c9bb21fa 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:12:24,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-abba7cd6-610c-4a00-ae78-b3b9c9bb21fa 2018-10-06 15:12:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:24,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc86c8f0-2c83-4db2-99e1-d2c63882442e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:24,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-dc86c8f0-2c83-4db2-99e1-d2c63882442e 2018-10-06 15:12:24,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06 2018-10-06 15:12:24,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:25,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-94221997-3f2b-44e3-b390-c342b35138ec Date: Sat, 06 Oct 2018 15:12:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:24Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "16211020-1250-4a8b-af78-2e846f08749e"}, {"remote_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:24Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "21130cff-070e-439e-beee-566f3ce2b933"}, {"remote_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:24Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "d3074328-01ad-455c-9d11-0aeb905c107b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:24Z", "security_group_id": "b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:24Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "e5895ea4-ef51-4a7b-8cd7-6104ef178179"}]} 2018-10-06 15:12:25,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06 used request id req-94221997-3f2b-44e3-b390-c342b35138ec 2018-10-06 15:12:25,543 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 15:12:25,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:26,582 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb51d36a-01c5-47a5-b353-c859a97df474 Content-Length: 0 Date: Sat, 06 Oct 2018 15:12:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:12:26,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b7733dcb-ffb3-4b3d-af83-7fc83bd1cd06 used request id req-eb51d36a-01c5-47a5-b353-c859a97df474 2018-10-06 15:12:26,583 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-projName 2018-10-06 15:12:26,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:26,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1396e7a7-a559-45ec-895d-428e4f76d03c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:26,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/133026dd406d47b7a519c7d01d1abd7b used request id req-1396e7a7-a559-45ec-895d-428e4f76d03c 2018-10-06 15:12:26,805 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-username 2018-10-06 15:12:26,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/bc40b72837cb46588698149c6ff4faef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:26,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-becc11b3-87c4-4025-a2da-824cad21ca1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:26,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/bc40b72837cb46588698149c6ff4faef used request id req-becc11b3-87c4-4025-a2da-824cad21ca1e 2018-10-06 15:12:26,988 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-31af30fb-5853-4b6a-a494-a3c668ff1ced-role 2018-10-06 15:12:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/9a584dce53ff46e0bc725103aa8a0aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27883bf319188e94030bc3a274f66ec85ed039" 2018-10-06 15:12:27,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63d8621d-289e-4063-9db0-083c8ee1bfbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:27,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/9a584dce53ff46e0bc725103aa8a0aa2 used request id req-63d8621d-289e-4063-9db0-083c8ee1bfbf 2018-10-06 15:12:27,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:27,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Ms28VBvTSseCaZ-XHJiWLg"], "issued_at": "2018-10-06T15:12:27.000000Z"}} 2018-10-06 15:12:27,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0d69e84defdbd7a64c9139d5f649a041129599" 2018-10-06 15:12:27,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3503d505-e348-4344-88bd-c25487c300cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:27,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3503d505-e348-4344-88bd-c25487c300cf 2018-10-06 15:12:27,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:27,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:28,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["yP7RBrRpQYiPGZpHQ9jHng"], "issued_at": "2018-10-06T15:12:28.000000Z"}} 2018-10-06 15:12:28,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:28,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66bb8acf-fa1d-4a97-b739-bfb3caf4c1c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:28,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-66bb8acf-fa1d-4a97-b739-bfb3caf4c1c8 2018-10-06 15:12:28,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:28,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:28,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:28,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52fe852-1daa-4134-a558-e6b0e2815bef Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:28,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a52fe852-1daa-4134-a558-e6b0e2815bef 2018-10-06 15:12:28,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:28,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5558053a-0476-4a05-a147-b8e7c0515cf1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:28,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-5558053a-0476-4a05-a147-b8e7c0515cf1 2018-10-06 15:12:28,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:28,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1295cef-6d27-4a99-8cf3-d2da2f6c1cab Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:28,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a1295cef-6d27-4a99-8cf3-d2da2f6c1cab 2018-10-06 15:12:28,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:28,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5daf763e-b155-4f9c-b2e2-ee6ae3785e3e Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:28,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-5daf763e-b155-4f9c-b2e2-ee6ae3785e3e 2018-10-06 15:12:28,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/74bd0061f4814fba95bfc9fc3f2af48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:28,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fdb4fe7-f96c-415c-81ee-c819da3e7b0a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/74bd0061f4814fba95bfc9fc3f2af48d"}, "enabled": true, "id": "74bd0061f4814fba95bfc9fc3f2af48d", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-091009ef-72a4-4b3-name"}} 2018-10-06 15:12:28,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/74bd0061f4814fba95bfc9fc3f2af48d used request id req-5fdb4fe7-f96c-415c-81ee-c819da3e7b0a 2018-10-06 15:12:28,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:29,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf4678cf-b649-402c-90c5-40f60e1badf5 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 15:12:29,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles used request id req-cf4678cf-b649-402c-90c5-40f60e1badf5 2018-10-06 15:12:29,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:29,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ca1469-4017-4ecc-846d-74a523962c64 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "domain_id": null, "name": "admin", "id": "dce2632d5d654a57906f5e955ca4b578"}} 2018-10-06 15:12:29,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-c7ca1469-4017-4ecc-846d-74a523962c64 2018-10-06 15:12:29,185 - keystone_utils - INFO - Granting role admin to project api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 2018-10-06 15:12:29,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:29,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-551b82bb-24b6-4f4d-ab63-3fa4901571e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:29,319 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-551b82bb-24b6-4f4d-ab63-3fa4901571e7 2018-10-06 15:12:29,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:29,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af288aa-c398-4a84-a8d1-d80fb949b4fb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:29,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5af288aa-c398-4a84-a8d1-d80fb949b4fb 2018-10-06 15:12:29,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:29,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1a6bcf8-139a-4616-967f-b87301bbaf31 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:29,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-f1a6bcf8-139a-4616-967f-b87301bbaf31 2018-10-06 15:12:29,571 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-091009ef-72a4-4b3-name 2018-10-06 15:12:29,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:29,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:29,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0d69e84defdbd7a64c9139d5f649a041129599" 2018-10-06 15:12:29,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1c96940-aef9-4dc6-b2ea-34c865feab3a Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-091009ef-72a4-4b3-name", "links": {"self": "http://172.30.9.26:5000/v3/users/74bd0061f4814fba95bfc9fc3f2af48d"}, "domain_id": "default", "enabled": true, "id": "74bd0061f4814fba95bfc9fc3f2af48d", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:29,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e1c96940-aef9-4dc6-b2ea-34c865feab3a 2018-10-06 15:12:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0d69e84defdbd7a64c9139d5f649a041129599" 2018-10-06 15:12:29,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f28b8ac-8ae8-4b88-ab9c-124be03221c0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:29,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9f28b8ac-8ae8-4b88-ab9c-124be03221c0 2018-10-06 15:12:29,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0d69e84defdbd7a64c9139d5f649a041129599" 2018-10-06 15:12:29,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7460dad7-6527-4a30-bc87-730905fac8c1 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:29,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-7460dad7-6527-4a30-bc87-730905fac8c1 2018-10-06 15:12:29,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0d69e84defdbd7a64c9139d5f649a041129599" 2018-10-06 15:12:30,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2c3473b-0589-494b-b81c-19bcf763110c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:30,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/74bd0061f4814fba95bfc9fc3f2af48d/roles used request id req-f2c3473b-0589-494b-b81c-19bcf763110c 2018-10-06 15:12:30,040 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-091009ef-72a4-4b3-name 2018-10-06 15:12:30,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/74bd0061f4814fba95bfc9fc3f2af48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ca4f19857f0ecd5c2248e562a80a4de3ccfc9a" 2018-10-06 15:12:30,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01c935ad-5995-47bd-9a8c-9555476374cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:30,354 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/74bd0061f4814fba95bfc9fc3f2af48d used request id req-01c935ad-5995-47bd-9a8c-9555476374cd 2018-10-06 15:12:30,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:30,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["CAPkLZ2nTvWQAb0Nlan3DQ"], "issued_at": "2018-10-06T15:12:30.000000Z"}} 2018-10-06 15:12:30,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0492c8db845116ed185fb8c0a919fadd4b475fa3" 2018-10-06 15:12:30,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716a7921-4fcf-40da-9e15-08ba279b2d63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:30,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-716a7921-4fcf-40da-9e15-08ba279b2d63 2018-10-06 15:12:30,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:30,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:31,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["aJ32YTnmSfy94N_aof9kIw"], "issued_at": "2018-10-06T15:12:31.000000Z"}} 2018-10-06 15:12:31,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:31,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082681ea-981e-4c61-9180-10e2122512b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:31,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-082681ea-981e-4c61-9180-10e2122512b9 2018-10-06 15:12:31,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:31,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:31,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:31,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb0e399-b757-4ad2-a2f7-f6e38943ece8 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:31,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9cb0e399-b757-4ad2-a2f7-f6e38943ece8 2018-10-06 15:12:31,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:31,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33cc2bc9-3f35-48a9-97b9-bb242dad5f6a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:31,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-33cc2bc9-3f35-48a9-97b9-bb242dad5f6a 2018-10-06 15:12:31,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02267d18-e6d2-4d9b-a0f5-6f3b17203a9e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:32,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-02267d18-e6d2-4d9b-a0f5-6f3b17203a9e 2018-10-06 15:12:32,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb985457-6b15-486a-84be-740e88e11c64 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:32,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-eb985457-6b15-486a-84be-740e88e11c64 2018-10-06 15:12:32,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/2895a2c94b6c4430aa9f3a560bec56a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0806c974-90d4-432b-ab20-32729bbd9591 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/2895a2c94b6c4430aa9f3a560bec56a7"}, "enabled": true, "id": "2895a2c94b6c4430aa9f3a560bec56a7", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-a2ed8e52-7c5a-4c3-name"}} 2018-10-06 15:12:32,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/2895a2c94b6c4430aa9f3a560bec56a7 used request id req-0806c974-90d4-432b-ab20-32729bbd9591 2018-10-06 15:12:32,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/2895a2c94b6c4430aa9f3a560bec56a7/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ed3cb9-d2b2-4b35-82e3-edd779825be2 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/2895a2c94b6c4430aa9f3a560bec56a7/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 15:12:32,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/2895a2c94b6c4430aa9f3a560bec56a7/roles used request id req-f3ed3cb9-d2b2-4b35-82e3-edd779825be2 2018-10-06 15:12:32,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0c653c-a61f-4e17-a376-543a8c7429f5 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "domain_id": null, "name": "admin", "id": "dce2632d5d654a57906f5e955ca4b578"}} 2018-10-06 15:12:32,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-8e0c653c-a61f-4e17-a376-543a8c7429f5 2018-10-06 15:12:32,324 - keystone_utils - INFO - Granting role admin to project api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 2018-10-06 15:12:32,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/2895a2c94b6c4430aa9f3a560bec56a7/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5495c57-ea46-4448-992f-6f73ef02efac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:32,440 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/2895a2c94b6c4430aa9f3a560bec56a7/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-e5495c57-ea46-4448-992f-6f73ef02efac 2018-10-06 15:12:32,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0fb808-c005-4199-bab8-e703603b6658 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:32,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1e0fb808-c005-4199-bab8-e703603b6658 2018-10-06 15:12:32,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e511c4fe-b6a6-4f22-af9b-e99d97d80ab6 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:32,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-e511c4fe-b6a6-4f22-af9b-e99d97d80ab6 2018-10-06 15:12:32,625 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-a2ed8e52-7c5a-4c3-name 2018-10-06 15:12:32,625 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a2ed8e52-7c5a-4c3-name 2018-10-06 15:12:32,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:32,634 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:32,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/2895a2c94b6c4430aa9f3a560bec56a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0492c8db845116ed185fb8c0a919fadd4b475fa3" 2018-10-06 15:12:32,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b23b479f-1a5b-4920-aa43-b3630f534515 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:32,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2895a2c94b6c4430aa9f3a560bec56a7 used request id req-b23b479f-1a5b-4920-aa43-b3630f534515 2018-10-06 15:12:32,854 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a2ed8e52-7c5a-4c3-name 2018-10-06 15:12:32,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/2895a2c94b6c4430aa9f3a560bec56a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e748ca8b854fa3e108583b01faf191a7f353c0" 2018-10-06 15:12:32,953 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-326908d2-3282-4878-8698-36de45d4990c Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 2895a2c94b6c4430aa9f3a560bec56a7.", "code": 404, "title": "Not Found"}} 2018-10-06 15:12:32,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2895a2c94b6c4430aa9f3a560bec56a7 used request id req-326908d2-3282-4878-8698-36de45d4990c 2018-10-06 15:12:32,953 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-06 15:12:32,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:33,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["BpYq-Ui4Q0-M1xN40gVI_g"], "issued_at": "2018-10-06T15:12:33.000000Z"}} 2018-10-06 15:12:33,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}293e6f221475fa2d44933ee253f3c3a1298e09fa" 2018-10-06 15:12:33,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa73b72e-1382-43e7-b6eb-f47c1b72a659 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:33,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fa73b72e-1382-43e7-b6eb-f47c1b72a659 2018-10-06 15:12:33,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:33,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:33,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Tc-r_NXbTh-Aiv3fHM1iFQ"], "issued_at": "2018-10-06T15:12:33.000000Z"}} 2018-10-06 15:12:33,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:33,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d31a6c8-b7fb-4f19-8cac-071e9706651e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:33,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6d31a6c8-b7fb-4f19-8cac-071e9706651e 2018-10-06 15:12:33,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:33,921 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:33,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2675fb03-e7e1-418b-bb7e-bf5edd546cdd Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:34,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2675fb03-e7e1-418b-bb7e-bf5edd546cdd 2018-10-06 15:12:34,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d6b6c5f-77c9-446a-a831-49547c4a6fb6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:34,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2d6b6c5f-77c9-446a-a831-49547c4a6fb6 2018-10-06 15:12:34,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62bd6894-ac45-4f80-93fe-de4d631092ba Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:34,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-62bd6894-ac45-4f80-93fe-de4d631092ba 2018-10-06 15:12:34,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19b6518c-a688-4afb-9552-4bc8a4f34a2f Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:34,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-19b6518c-a688-4afb-9552-4bc8a4f34a2f 2018-10-06 15:12:34,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/96a3ed5edc0e49708df4d1dfaca3b712 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-430ad8b8-44bd-421a-86c3-375356e58b4d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/96a3ed5edc0e49708df4d1dfaca3b712"}, "enabled": true, "id": "96a3ed5edc0e49708df4d1dfaca3b712", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-81255ca1-fb5a-45c-name"}} 2018-10-06 15:12:34,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/96a3ed5edc0e49708df4d1dfaca3b712 used request id req-430ad8b8-44bd-421a-86c3-375356e58b4d 2018-10-06 15:12:34,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/96a3ed5edc0e49708df4d1dfaca3b712/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af0b0828-5859-4209-a667-7a23768c3577 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/96a3ed5edc0e49708df4d1dfaca3b712/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 15:12:34,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/96a3ed5edc0e49708df4d1dfaca3b712/roles used request id req-af0b0828-5859-4209-a667-7a23768c3577 2018-10-06 15:12:34,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7c6bd5-5f28-45f7-8e6a-1d922e87d04b Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "domain_id": null, "name": "admin", "id": "dce2632d5d654a57906f5e955ca4b578"}} 2018-10-06 15:12:34,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-fb7c6bd5-5f28-45f7-8e6a-1d922e87d04b 2018-10-06 15:12:34,840 - keystone_utils - INFO - Granting role admin to project api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 2018-10-06 15:12:34,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/96a3ed5edc0e49708df4d1dfaca3b712/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:34,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84964a61-f3a4-4098-826b-fecd7566786f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:34,957 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/96a3ed5edc0e49708df4d1dfaca3b712/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-84964a61-f3a4-4098-826b-fecd7566786f 2018-10-06 15:12:34,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:35,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-accdceae-8dac-4aa2-8bcc-ab1f8ac0642a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:35,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-accdceae-8dac-4aa2-8bcc-ab1f8ac0642a 2018-10-06 15:12:35,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:35,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602214d2-5ae9-44d8-a565-24734c8ee65e Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:35,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-602214d2-5ae9-44d8-a565-24734c8ee65e 2018-10-06 15:12:35,195 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-81255ca1-fb5a-45c-name 2018-10-06 15:12:35,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:35,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:35,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}293e6f221475fa2d44933ee253f3c3a1298e09fa" 2018-10-06 15:12:35,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36374169-0885-4c59-969f-a99b5497d713 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-81255ca1-fb5a-45c-name", "links": {"self": "http://172.30.9.26:5000/v3/users/96a3ed5edc0e49708df4d1dfaca3b712"}, "domain_id": "default", "enabled": true, "id": "96a3ed5edc0e49708df4d1dfaca3b712", "options": {}}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:35,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-36374169-0885-4c59-969f-a99b5497d713 2018-10-06 15:12:35,309 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-81255ca1-fb5a-45c-name 2018-10-06 15:12:35,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/96a3ed5edc0e49708df4d1dfaca3b712 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cec6952dfaa7e46f238f7142c60082c56a4e45" 2018-10-06 15:12:35,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d92f3cce-5559-4fbf-b03e-c1fc1fac1dc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:35,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/96a3ed5edc0e49708df4d1dfaca3b712 used request id req-d92f3cce-5559-4fbf-b03e-c1fc1fac1dc4 2018-10-06 15:12:35,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:35,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["o6rYzK7QSxGLAE5N6dhrFA"], "issued_at": "2018-10-06T15:12:35.000000Z"}} 2018-10-06 15:12:35,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c68dd969da1817ae77c41aa9ad46821e5d4d81c" 2018-10-06 15:12:35,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81db6a36-fdd1-4dc8-8221-3460566db369 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:35,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-81db6a36-fdd1-4dc8-8221-3460566db369 2018-10-06 15:12:35,991 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:35,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:36,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["9ulYl7p_RQazNTGSyIFq1w"], "issued_at": "2018-10-06T15:12:36.000000Z"}} 2018-10-06 15:12:36,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:36,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c7d186-14fb-42d0-9203-a97a053ae6ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:36,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d6c7d186-14fb-42d0-9203-a97a053ae6ec 2018-10-06 15:12:36,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:36,457 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:36,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:36,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e510db-4afa-4c49-be8f-960b0f974d4e Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:36,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d5e510db-4afa-4c49-be8f-960b0f974d4e 2018-10-06 15:12:36,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:36,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8f2bfb-19d9-4636-a9f1-6c011f3a005b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:36,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-eb8f2bfb-19d9-4636-a9f1-6c011f3a005b 2018-10-06 15:12:37,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1cf218-f4e0-4411-b7f1-626e13288be9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:37,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a1cf218-f4e0-4411-b7f1-626e13288be9 2018-10-06 15:12:37,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b0b1d45-e746-4d71-8ae3-2a548dfc85e8 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:37,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-8b0b1d45-e746-4d71-8ae3-2a548dfc85e8 2018-10-06 15:12:37,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/3c1734abe912444fae02b8092fb23191 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8994038d-fb73-43bf-82ee-d90181f4bba6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/3c1734abe912444fae02b8092fb23191"}, "enabled": true, "id": "3c1734abe912444fae02b8092fb23191", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-d3a77b2b-bf0d-4e4-name"}} 2018-10-06 15:12:37,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/3c1734abe912444fae02b8092fb23191 used request id req-8994038d-fb73-43bf-82ee-d90181f4bba6 2018-10-06 15:12:37,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/3c1734abe912444fae02b8092fb23191/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9661868a-5c3c-4315-9010-dbd00ab3b576 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/3c1734abe912444fae02b8092fb23191/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 15:12:37,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/3c1734abe912444fae02b8092fb23191/roles used request id req-9661868a-5c3c-4315-9010-dbd00ab3b576 2018-10-06 15:12:37,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2507a691-7d62-4356-969b-2b0049fabf26 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "domain_id": null, "name": "admin", "id": "dce2632d5d654a57906f5e955ca4b578"}} 2018-10-06 15:12:37,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-2507a691-7d62-4356-969b-2b0049fabf26 2018-10-06 15:12:37,516 - keystone_utils - INFO - Granting role admin to project api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 2018-10-06 15:12:37,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/3c1734abe912444fae02b8092fb23191/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-544b6833-207b-4b7c-8e4a-a83135d0dc98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:37,697 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061/users/3c1734abe912444fae02b8092fb23191/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-544b6833-207b-4b7c-8e4a-a83135d0dc98 2018-10-06 15:12:37,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4b2109-c89e-4532-8cb9-b4cc30103558 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:37,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ef4b2109-c89e-4532-8cb9-b4cc30103558 2018-10-06 15:12:37,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:37,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f61e44bc-c125-4ec1-b45a-581225bd0c37 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}]} 2018-10-06 15:12:37,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305 used request id req-f61e44bc-c125-4ec1-b45a-581225bd0c37 2018-10-06 15:12:37,869 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-d3a77b2b-bf0d-4e4-name 2018-10-06 15:12:37,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:37,877 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:37,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c68dd969da1817ae77c41aa9ad46821e5d4d81c" 2018-10-06 15:12:37,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76e0cc69-2beb-4465-be23-0bc539a55b36 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-d3a77b2b-bf0d-4e4-name", "links": {"self": "http://172.30.9.26:5000/v3/users/3c1734abe912444fae02b8092fb23191"}, "domain_id": "default", "enabled": true, "id": "3c1734abe912444fae02b8092fb23191", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:37,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-76e0cc69-2beb-4465-be23-0bc539a55b36 2018-10-06 15:12:37,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:37,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:38,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["pOZMOnkgSpytu6WpCyC1xg"], "issued_at": "2018-10-06T15:12:38.000000Z"}} 2018-10-06 15:12:38,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0195f9674aa6d0a9809de467af22038209d0b08d" 2018-10-06 15:12:38,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-212a7186-0d7c-4c3b-9a01-8636dd072db1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:38,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-212a7186-0d7c-4c3b-9a01-8636dd072db1 2018-10-06 15:12:38,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:38,456 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:38,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0195f9674aa6d0a9809de467af22038209d0b08d" 2018-10-06 15:12:38,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05cf05c0-1b80-4249-a819-525f1fef7e07 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-d3a77b2b-bf0d-4e4-name", "links": {"self": "http://172.30.9.26:5000/v3/users/3c1734abe912444fae02b8092fb23191"}, "domain_id": "default", "enabled": true, "id": "3c1734abe912444fae02b8092fb23191", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:12:38,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-05cf05c0-1b80-4249-a819-525f1fef7e07 2018-10-06 15:12:38,572 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-d3a77b2b-bf0d-4e4-name 2018-10-06 15:12:38,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/3c1734abe912444fae02b8092fb23191 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6205bdc0fad90d269746fcca7e972b6f94e7b0bb" 2018-10-06 15:12:38,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec478f98-4514-4ce1-a336-b9e566f59b0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:38,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3c1734abe912444fae02b8092fb23191 used request id req-ec478f98-4514-4ce1-a336-b9e566f59b0a 2018-10-06 15:12:38,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:39,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["APqDV95jRlepNrKQuHohIA"], "issued_at": "2018-10-06T15:12:39.000000Z"}} 2018-10-06 15:12:39,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6929ca174f6b7b77b691f302df44efe1b17a3cb2" 2018-10-06 15:12:39,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fca24a-22e1-4e1a-a6fd-7fb4f95bcc74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:39,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-92fca24a-22e1-4e1a-a6fd-7fb4f95bcc74 2018-10-06 15:12:39,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:39,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:39,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["QuCZ9x5lTwaYdB7CN0KR5Q"], "issued_at": "2018-10-06T15:12:39.000000Z"}} 2018-10-06 15:12:39,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:39,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e49657a1-a6e1-4e5b-baa5-a4ea86a105bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:39,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e49657a1-a6e1-4e5b-baa5-a4ea86a105bb 2018-10-06 15:12:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:39,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:39,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0199ba88-7420-454-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:39,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-747d3f90-545e-4cf8-b11f-111950cda6e5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0199ba88-7420-454-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:12:39,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0199ba88-7420-454-name used request id req-747d3f90-545e-4cf8-b11f-111950cda6e5 2018-10-06 15:12:39,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:40,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f335a18c-1c51-48c8-a2d7-0e1e48c76ecf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:40,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f335a18c-1c51-48c8-a2d7-0e1e48c76ecf 2018-10-06 15:12:40,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-0199ba88-7420-454-name"}}' 2018-10-06 15:12:40,143 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85102877-38a7-4d6b-a680-2123ee74e739 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/533dba6e685746caa4743a608243b518"}, "enabled": true, "id": "533dba6e685746caa4743a608243b518", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0199ba88-7420-454-name"}} 2018-10-06 15:12:40,143 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-85102877-38a7-4d6b-a680-2123ee74e739 2018-10-06 15:12:40,143 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-0199ba88-7420-454-name 2018-10-06 15:12:40,144 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0199ba88-7420-454-name 2018-10-06 15:12:40,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:40,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:40,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/533dba6e685746caa4743a608243b518 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6929ca174f6b7b77b691f302df44efe1b17a3cb2" 2018-10-06 15:12:40,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-323469c9-1aa0-42dd-b8c7-e1919c625ca2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:40,442 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/533dba6e685746caa4743a608243b518 used request id req-323469c9-1aa0-42dd-b8c7-e1919c625ca2 2018-10-06 15:12:40,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:41,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-95228037-b97f-49c1-af38-9a6fe5b00db8 Date: Sat, 06 Oct 2018 15:12:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:12:41,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-95228037-b97f-49c1-af38-9a6fe5b00db8 2018-10-06 15:12:41,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:41,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84182af0-0498-4c24-ae14-90556d5761fe Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:12:41,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-84182af0-0498-4c24-ae14-90556d5761fe 2018-10-06 15:12:41,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:41,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb703e56-61a0-4d35-b53d-c599c0b12d6b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:41,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-eb703e56-61a0-4d35-b53d-c599c0b12d6b 2018-10-06 15:12:41,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:41,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb5f93eb-50ac-4b92-a530-34aad66e1421 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:12:41,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-fb5f93eb-50ac-4b92-a530-34aad66e1421 2018-10-06 15:12:41,783 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0199ba88-7420-454-name 2018-10-06 15:12:41,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/533dba6e685746caa4743a608243b518 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:41,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85cadceb-52a2-4cad-becf-58c292f0dd83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 533dba6e685746caa4743a608243b518.", "code": 404, "title": "Not Found"}} 2018-10-06 15:12:41,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/533dba6e685746caa4743a608243b518 used request id req-85cadceb-52a2-4cad-becf-58c292f0dd83 2018-10-06 15:12:41,872 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-06 15:12:41,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:42,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b4a35ce-6504-489f-96e2-6c49ec7883fa Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:42,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b4a35ce-6504-489f-96e2-6c49ec7883fa 2018-10-06 15:12:42,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6929ca174f6b7b77b691f302df44efe1b17a3cb2" 2018-10-06 15:12:42,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1419bb9-6728-4ca5-aef5-8722cc516fb3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:42,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-e1419bb9-6728-4ca5-aef5-8722cc516fb3 2018-10-06 15:12:42,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c21fbbe874c07d9b18837cd9b70ac525558ef296" 2018-10-06 15:12:42,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42feb2d6-939e-461f-b0e9-47bf4c95549a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:42,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-42feb2d6-939e-461f-b0e9-47bf4c95549a 2018-10-06 15:12:42,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:42,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Cp0rye-fRq-ne9wLL8BLeA"], "issued_at": "2018-10-06T15:12:42.000000Z"}} 2018-10-06 15:12:42,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ddea20c578603d5c61e46da14c927c4f943061" 2018-10-06 15:12:42,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ebbcf4e-ff4e-4c7f-b5cb-09cfcb91e0fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:42,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6ebbcf4e-ff4e-4c7f-b5cb-09cfcb91e0fd 2018-10-06 15:12:42,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:42,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:43,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["qBtmjzNFSLy73nQZa-UGbw"], "issued_at": "2018-10-06T15:12:43.000000Z"}} 2018-10-06 15:12:43,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:43,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b90291a6-4867-40e4-9689-8e94e7180612 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:43,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b90291a6-4867-40e4-9689-8e94e7180612 2018-10-06 15:12:43,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:43,153 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:43,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6e4ef9bf-26a6-454-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:43,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad07fd6-7b5e-4acb-b719-9aa64599729f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6e4ef9bf-26a6-454-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:12:43,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6e4ef9bf-26a6-454-name used request id req-6ad07fd6-7b5e-4acb-b719-9aa64599729f 2018-10-06 15:12:43,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:43,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-012a6b85-9ad4-4356-a01b-f522ce230489 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:43,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-012a6b85-9ad4-4356-a01b-f522ce230489 2018-10-06 15:12:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-6e4ef9bf-26a6-454-name"}}' 2018-10-06 15:12:43,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0bb3466-d56b-4770-bf82-0e1a0396aed9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e3905b01ffd14cfdabe1fd975dcd92aa"}, "enabled": true, "id": "e3905b01ffd14cfdabe1fd975dcd92aa", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-6e4ef9bf-26a6-454-name"}} 2018-10-06 15:12:43,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a0bb3466-d56b-4770-bf82-0e1a0396aed9 2018-10-06 15:12:43,377 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-6e4ef9bf-26a6-454-name 2018-10-06 15:12:43,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:43,385 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:43,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6e4ef9bf-26a6-454-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ddea20c578603d5c61e46da14c927c4f943061" 2018-10-06 15:12:43,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6fe2279-7996-42e7-8d71-74e692998ca1 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6e4ef9bf-26a6-454-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e3905b01ffd14cfdabe1fd975dcd92aa"}, "enabled": true, "id": "e3905b01ffd14cfdabe1fd975dcd92aa", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-6e4ef9bf-26a6-454-name"}]} 2018-10-06 15:12:43,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6e4ef9bf-26a6-454-name used request id req-b6fe2279-7996-42e7-8d71-74e692998ca1 2018-10-06 15:12:43,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ddea20c578603d5c61e46da14c927c4f943061" 2018-10-06 15:12:43,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ab1132b-4d07-4bd6-b248-162432f5f553 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:43,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-4ab1132b-4d07-4bd6-b248-162432f5f553 2018-10-06 15:12:43,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:44,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-990fd6ed-9cdb-4cb1-a4d6-264c21853d2d Date: Sat, 06 Oct 2018 15:12:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:12:44,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-990fd6ed-9cdb-4cb1-a4d6-264c21853d2d 2018-10-06 15:12:44,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:44,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b65e726-a6ce-41fc-853a-5b01d1801019 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:12:44,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-1b65e726-a6ce-41fc-853a-5b01d1801019 2018-10-06 15:12:44,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:44,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6778b4-44e8-44df-b877-4d34c7ba2ce5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:44,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-cb6778b4-44e8-44df-b877-4d34c7ba2ce5 2018-10-06 15:12:44,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:44,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2347dcbc-3cb9-4c04-b3c0-16918be9fe9a 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:12:44,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-2347dcbc-3cb9-4c04-b3c0-16918be9fe9a 2018-10-06 15:12:44,755 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-6e4ef9bf-26a6-454-name 2018-10-06 15:12:44,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/e3905b01ffd14cfdabe1fd975dcd92aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:44,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0773eceb-5e79-447d-af87-c1936306f8c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:44,912 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/e3905b01ffd14cfdabe1fd975dcd92aa used request id req-0773eceb-5e79-447d-af87-c1936306f8c4 2018-10-06 15:12:44,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee40885f5b6be7ca805aa056dbbe169c9293efff" 2018-10-06 15:12:45,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c4a3e52-c1da-4091-8261-e2a6d1c14f50 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:45,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9c4a3e52-c1da-4091-8261-e2a6d1c14f50 2018-10-06 15:12:45,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:45,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["_pQouoggQVWnP2Bhi2b8xA"], "issued_at": "2018-10-06T15:12:45.000000Z"}} 2018-10-06 15:12:45,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83281463f2c104d0339125146ee3302fa577971d" 2018-10-06 15:12:45,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e71da2-2384-4549-93cb-fd9eb8a6881a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:45,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b0e71da2-2384-4549-93cb-fd9eb8a6881a 2018-10-06 15:12:45,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:45,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:45,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["AUI4ypCcQn2GbujZqjqauQ"], "issued_at": "2018-10-06T15:12:45.000000Z"}} 2018-10-06 15:12:45,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:45,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4e0f98-a4a7-4ca4-a2cd-3242a80fcc3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:45,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7a4e0f98-a4a7-4ca4-a2cd-3242a80fcc3c 2018-10-06 15:12:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:45,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:45,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:46,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67b849e-cf63-46fc-942a-fc09501c80c3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:12:46,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name used request id req-c67b849e-cf63-46fc-942a-fc09501c80c3 2018-10-06 15:12:46,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:46,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823dd418-f41c-4198-8f56-19df49aa312f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:46,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-823dd418-f41c-4198-8f56-19df49aa312f 2018-10-06 15:12:46,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-734b2124-83fd-49a-name"}}' 2018-10-06 15:12:46,286 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b84d6e91-8527-434f-b9c6-584069ce3ddc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/656d52df76394fafbb4b61cadede8ca7"}, "enabled": true, "id": "656d52df76394fafbb4b61cadede8ca7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-734b2124-83fd-49a-name"}} 2018-10-06 15:12:46,286 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b84d6e91-8527-434f-b9c6-584069ce3ddc 2018-10-06 15:12:46,287 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-734b2124-83fd-49a-name 2018-10-06 15:12:46,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:46,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:46,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83281463f2c104d0339125146ee3302fa577971d" 2018-10-06 15:12:46,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f52ab2-0d50-4140-b00c-5b4d57a6044e Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/656d52df76394fafbb4b61cadede8ca7"}, "enabled": true, "id": "656d52df76394fafbb4b61cadede8ca7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-734b2124-83fd-49a-name"}]} 2018-10-06 15:12:46,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name used request id req-92f52ab2-0d50-4140-b00c-5b4d57a6044e 2018-10-06 15:12:46,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:46,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:46,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["WiELciplRqKqGOjw8WSllg"], "issued_at": "2018-10-06T15:12:46.000000Z"}} 2018-10-06 15:12:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b91929f9d6dec9a48b45e65cfcc1cb1ece55c6cd" 2018-10-06 15:12:46,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a102a5-cc37-4e1d-ab61-6488e7466e4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:46,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-56a102a5-cc37-4e1d-ab61-6488e7466e4e 2018-10-06 15:12:46,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:46,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:46,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b91929f9d6dec9a48b45e65cfcc1cb1ece55c6cd" 2018-10-06 15:12:47,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2323da89-6ef6-4039-8f93-612833dbf828 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/656d52df76394fafbb4b61cadede8ca7"}, "enabled": true, "id": "656d52df76394fafbb4b61cadede8ca7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-734b2124-83fd-49a-name"}]} 2018-10-06 15:12:47,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-734b2124-83fd-49a-name used request id req-2323da89-6ef6-4039-8f93-612833dbf828 2018-10-06 15:12:47,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83281463f2c104d0339125146ee3302fa577971d" 2018-10-06 15:12:47,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630b91d7-6167-48d6-b917-32d3b9e74524 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:47,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-630b91d7-6167-48d6-b917-32d3b9e74524 2018-10-06 15:12:47,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:48,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-3cf8c281-a061-47fd-8bf5-1e6af36dbb29 Date: Sat, 06 Oct 2018 15:12:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:12:48,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-3cf8c281-a061-47fd-8bf5-1e6af36dbb29 2018-10-06 15:12:48,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:48,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927b6ece-78fe-4080-b87a-9d22bd64d04a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:12:48,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-927b6ece-78fe-4080-b87a-9d22bd64d04a 2018-10-06 15:12:48,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:48,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176d6a3b-4f53-4df3-8b89-72fa5a485a1f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:48,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-176d6a3b-4f53-4df3-8b89-72fa5a485a1f 2018-10-06 15:12:48,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:48,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77506dad-64b5-452a-bef8-b99c226fb7e8 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:12:48,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-77506dad-64b5-452a-bef8-b99c226fb7e8 2018-10-06 15:12:48,273 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-734b2124-83fd-49a-name 2018-10-06 15:12:48,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/656d52df76394fafbb4b61cadede8ca7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:48,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9512c3a-3a70-461a-8c37-55dc572ea167 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:48,464 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/656d52df76394fafbb4b61cadede8ca7 used request id req-c9512c3a-3a70-461a-8c37-55dc572ea167 2018-10-06 15:12:48,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9195a68e8bbc359cb51ee3b030b8b469e80d1e0" 2018-10-06 15:12:48,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34d81b51-5dc2-48a6-86ec-4e61619fb0b9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:48,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-34d81b51-5dc2-48a6-86ec-4e61619fb0b9 2018-10-06 15:12:48,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:48,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Tds3ur35QOypW-1rhdBBtg"], "issued_at": "2018-10-06T15:12:48.000000Z"}} 2018-10-06 15:12:48,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549b423262ada07e400dbdae11aaeb1c38e18854" 2018-10-06 15:12:48,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b3a4b4-ee5c-457a-a17a-04c55e91fa98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:48,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-44b3a4b4-ee5c-457a-a17a-04c55e91fa98 2018-10-06 15:12:48,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:48,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:49,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["PFYfd8MnS-u5ECtJ0HGumw"], "issued_at": "2018-10-06T15:12:49.000000Z"}} 2018-10-06 15:12:49,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587a4563f61ac013b8d5a1b480235e945df972b6" 2018-10-06 15:12:49,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2c6f15-a160-45a4-b32a-0b12f6f404a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:49,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ac2c6f15-a160-45a4-b32a-0b12f6f404a7 2018-10-06 15:12:49,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:49,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:49,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-8a83d02f-2615-47d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587a4563f61ac013b8d5a1b480235e945df972b6" 2018-10-06 15:12:49,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f98b9f24-63d3-4756-8e39-1ed3ca91fcd7 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-8a83d02f-2615-47d-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:12:49,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-8a83d02f-2615-47d-name used request id req-f98b9f24-63d3-4756-8e39-1ed3ca91fcd7 2018-10-06 15:12:49,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587a4563f61ac013b8d5a1b480235e945df972b6" 2018-10-06 15:12:49,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-472600c9-9028-42fc-8e76-0eaf0125fd30 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-06 15:12:49,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=foo used request id req-472600c9-9028-42fc-8e76-0eaf0125fd30 2018-10-06 15:12:49,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587a4563f61ac013b8d5a1b480235e945df972b6" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-8a83d02f-2615-47d-name"}}' 2018-10-06 15:12:49,689 - keystoneauth.session - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 15:12:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da733461-b787-47e7-a154-938f31d6ef54 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-06 15:12:49,690 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-da733461-b787-47e7-a154-938f31d6ef54 2018-10-06 15:12:49,690 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-06 15:12:49,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587a4563f61ac013b8d5a1b480235e945df972b6" 2018-10-06 15:12:49,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a0cd53-f7db-4b67-b749-38daf1585a24 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:49,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-73a0cd53-f7db-4b67-b749-38daf1585a24 2018-10-06 15:12:49,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:50,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["EdzGPsXlQzC5wZ6q-vrYFQ"], "issued_at": "2018-10-06T15:12:50.000000Z"}} 2018-10-06 15:12:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d56c2b431150bf332a4723643ead5de07291670" 2018-10-06 15:12:50,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1483002-3be2-408f-8afd-9e2df6dc9e7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:50,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d1483002-3be2-408f-8afd-9e2df6dc9e7e 2018-10-06 15:12:50,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:50,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:50,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["rr361BQtRRewlkk84rF2yQ"], "issued_at": "2018-10-06T15:12:50.000000Z"}} 2018-10-06 15:12:50,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:50,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6159609-3fa0-44be-8ce6-751d62d8fd1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:50,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a6159609-3fa0-44be-8ce6-751d62d8fd1f 2018-10-06 15:12:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:50,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:50,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8e4efb7d-eb30-432-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:50,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777c2e0a-0cd6-4e3d-b28b-69f58248164b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8e4efb7d-eb30-432-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:12:50,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8e4efb7d-eb30-432-name used request id req-777c2e0a-0cd6-4e3d-b28b-69f58248164b 2018-10-06 15:12:50,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:50,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd9b1c8-79ec-4f26-8024-b833ab4695cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:50,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fcd9b1c8-79ec-4f26-8024-b833ab4695cb 2018-10-06 15:12:50,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-8e4efb7d-eb30-432-name"}}' 2018-10-06 15:12:51,046 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bb2a021-af71-4eae-9f0b-d1b0a7e0f29a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a339547d0fae4d4d95fa2d93099ece5a"}, "enabled": true, "id": "a339547d0fae4d4d95fa2d93099ece5a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8e4efb7d-eb30-432-name"}} 2018-10-06 15:12:51,047 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2bb2a021-af71-4eae-9f0b-d1b0a7e0f29a 2018-10-06 15:12:51,047 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-8e4efb7d-eb30-432-name 2018-10-06 15:12:51,047 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:12:51,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/a339547d0fae4d4d95fa2d93099ece5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:51,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12: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-cdd37a4e-3069-4582-b8ee-1274187e1533 x-compute-request-id: req-cdd37a4e-3069-4582-b8ee-1274187e1533 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": "a339547d0fae4d4d95fa2d93099ece5a", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 15:12:51,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/a339547d0fae4d4d95fa2d93099ece5a used request id req-cdd37a4e-3069-4582-b8ee-1274187e1533 2018-10-06 15:12:51,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:8774/v2.1/os-quota-sets/a339547d0fae4d4d95fa2d93099ece5a -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-10-06 15:12:52,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12: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-ce934b81-39ad-4a1c-b01b-744e9cc0e835 x-compute-request-id: req-ce934b81-39ad-4a1c-b01b-744e9cc0e835 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 15:12:52,381 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/a339547d0fae4d4d95fa2d93099ece5a used request id req-ce934b81-39ad-4a1c-b01b-744e9cc0e835 2018-10-06 15:12:52,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:52,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:52,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8e4efb7d-eb30-432-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d56c2b431150bf332a4723643ead5de07291670" 2018-10-06 15:12:52,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1b5e1c-fbcf-47c3-a3c6-9eb74d91bf8f Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8e4efb7d-eb30-432-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a339547d0fae4d4d95fa2d93099ece5a"}, "enabled": true, "id": "a339547d0fae4d4d95fa2d93099ece5a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8e4efb7d-eb30-432-name"}]} 2018-10-06 15:12:52,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8e4efb7d-eb30-432-name used request id req-2a1b5e1c-fbcf-47c3-a3c6-9eb74d91bf8f 2018-10-06 15:12:52,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d56c2b431150bf332a4723643ead5de07291670" 2018-10-06 15:12:52,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ecbbc92-52f7-48b2-8a3f-2ec1f17d78f0 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:52,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1ecbbc92-52f7-48b2-8a3f-2ec1f17d78f0 2018-10-06 15:12:52,564 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:12:52,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/a339547d0fae4d4d95fa2d93099ece5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d56c2b431150bf332a4723643ead5de07291670" 2018-10-06 15:12:53,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9147f37e-9c7c-422f-9d4a-158495eadd4d x-compute-request-id: req-9147f37e-9c7c-422f-9d4a-158495eadd4d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "a339547d0fae4d4d95fa2d93099ece5a", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 15:12:53,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/a339547d0fae4d4d95fa2d93099ece5a used request id req-9147f37e-9c7c-422f-9d4a-158495eadd4d 2018-10-06 15:12:53,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:53,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-c5cf5843-8d47-43f2-98b5-8bc547efddc7 Date: Sat, 06 Oct 2018 15:12:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:12:53,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c5cf5843-8d47-43f2-98b5-8bc547efddc7 2018-10-06 15:12:53,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:53,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99c141d1-57a9-4b7a-a394-ef3f28629f7e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:12:53,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-99c141d1-57a9-4b7a-a394-ef3f28629f7e 2018-10-06 15:12:53,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:53,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e319d97-9812-4cb5-b5ca-55201400f6a1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:12:53,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-5e319d97-9812-4cb5-b5ca-55201400f6a1 2018-10-06 15:12:53,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:53,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e301341d-7c20-433d-a745-ba8ef75f3743 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:12:53,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-e301341d-7c20-433d-a745-ba8ef75f3743 2018-10-06 15:12:53,918 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-8e4efb7d-eb30-432-name 2018-10-06 15:12:53,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/a339547d0fae4d4d95fa2d93099ece5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:54,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7958795e-9513-4a4c-b4f2-8f598caf795a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:12:54,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/a339547d0fae4d4d95fa2d93099ece5a used request id req-7958795e-9513-4a4c-b4f2-8f598caf795a 2018-10-06 15:12:54,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8f13df3c18dadeb763ac2fc52b87f59b78ce1" 2018-10-06 15:12:54,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202078f4-20ea-4a1b-9dbb-382e0ecd5f2b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:12:54,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-202078f4-20ea-4a1b-9dbb-382e0ecd5f2b 2018-10-06 15:12:54,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:54,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["t1NZ3PMqSYGEfCoUkBND2A"], "issued_at": "2018-10-06T15:12:54.000000Z"}} 2018-10-06 15:12:54,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec85e26012dedf8462ff7f768ad8373220a4b6dd" 2018-10-06 15:12:54,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa3a6a8-4acd-40a9-946b-acf0ae054d7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:54,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-daa3a6a8-4acd-40a9-946b-acf0ae054d7b 2018-10-06 15:12:54,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:12:54,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:12:55,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:12:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["9xArhxFZSZyCQIglcphDzg"], "issued_at": "2018-10-06T15:12:55.000000Z"}} 2018-10-06 15:12:55,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:12:55,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8eb02eb-e37c-4c45-9def-26a801395c11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:12:55,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d8eb02eb-e37c-4c45-9def-26a801395c11 2018-10-06 15:12:55,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:55,160 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:55,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:12:55,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6404f440-f277-4a46-91cc-81dcc1d5ece2 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:12:55,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name used request id req-6404f440-f277-4a46-91cc-81dcc1d5ece2 2018-10-06 15:12:55,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:12:55,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4116bb3b-4112-4a72-b823-2dd9725717af Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:12:55,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4116bb3b-4112-4a72-b823-2dd9725717af 2018-10-06 15:12:55,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name"}}' 2018-10-06 15:12:55,537 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0808b02a-698e-4a01-92f4-93a4d0200575 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a6b1b778b8d74d0187d9ef4adac1036a"}, "enabled": true, "id": "a6b1b778b8d74d0187d9ef4adac1036a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name"}} 2018-10-06 15:12:55,538 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-0808b02a-698e-4a01-92f4-93a4d0200575 2018-10-06 15:12:55,538 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name 2018-10-06 15:12:55,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:12:55,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:12: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:12:55,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec85e26012dedf8462ff7f768ad8373220a4b6dd" 2018-10-06 15:12:55,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cde152-71d6-4615-9bff-43ebafdf1c82 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a6b1b778b8d74d0187d9ef4adac1036a"}, "enabled": true, "id": "a6b1b778b8d74d0187d9ef4adac1036a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name"}]} 2018-10-06 15:12:55,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name used request id req-e8cde152-71d6-4615-9bff-43ebafdf1c82 2018-10-06 15:12:55,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec85e26012dedf8462ff7f768ad8373220a4b6dd" 2018-10-06 15:12:55,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb647ef-d8d7-49b4-b63d-6909c4309649 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:12:55,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-4bb647ef-d8d7-49b4-b63d-6909c4309649 2018-10-06 15:12:55,651 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:12:55,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:8774/v2.1/os-quota-sets/a6b1b778b8d74d0187d9ef4adac1036a -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-10-06 15:12:56,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddf77590-2c94-4630-b959-1aacacfa5063 x-compute-request-id: req-ddf77590-2c94-4630-b959-1aacacfa5063 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 15:12:56,621 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/a6b1b778b8d74d0187d9ef4adac1036a used request id req-ddf77590-2c94-4630-b959-1aacacfa5063 2018-10-06 15:12:56,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/quotas/a6b1b778b8d74d0187d9ef4adac1036a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-06 15:12:57,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-1c4ce8a8-2d40-42a7-a818-3aafd4c00401 Date: Sat, 06 Oct 2018 15:12:57 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-10-06 15:12:57,504 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/a6b1b778b8d74d0187d9ef4adac1036a used request id req-1c4ce8a8-2d40-42a7-a818-3aafd4c00401 2018-10-06 15:12:57,505 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:12:57,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/a6b1b778b8d74d0187d9ef4adac1036a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:12:58,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-961b0467-c4bf-46e9-bc86-77943b9386e3 x-compute-request-id: req-961b0467-c4bf-46e9-bc86-77943b9386e3 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "a6b1b778b8d74d0187d9ef4adac1036a", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 15:12:58,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/a6b1b778b8d74d0187d9ef4adac1036a used request id req-961b0467-c4bf-46e9-bc86-77943b9386e3 2018-10-06 15:12:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/quotas/a6b1b778b8d74d0187d9ef4adac1036a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:12:58,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-bcd692a4-c6c9-45d0-9607-ee7d48859df6 Date: Sat, 06 Oct 2018 15:12:58 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-10-06 15:12:58,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/a6b1b778b8d74d0187d9ef4adac1036a used request id req-bcd692a4-c6c9-45d0-9607-ee7d48859df6 2018-10-06 15:12:58,494 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:12:58,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/a6b1b778b8d74d0187d9ef4adac1036a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec85e26012dedf8462ff7f768ad8373220a4b6dd" 2018-10-06 15:12:59,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:12:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22eb0aa3-b7c6-4efa-aba4-a210e2c06bec x-compute-request-id: req-22eb0aa3-b7c6-4efa-aba4-a210e2c06bec Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "a6b1b778b8d74d0187d9ef4adac1036a", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 15:12:59,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/a6b1b778b8d74d0187d9ef4adac1036a used request id req-22eb0aa3-b7c6-4efa-aba4-a210e2c06bec 2018-10-06 15:12:59,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/quotas/a6b1b778b8d74d0187d9ef4adac1036a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec85e26012dedf8462ff7f768ad8373220a4b6dd" 2018-10-06 15:12:59,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-5ef48a3e-b02d-4b71-a924-5830d05f55af Date: Sat, 06 Oct 2018 15:12:59 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-10-06 15:12:59,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/a6b1b778b8d74d0187d9ef4adac1036a used request id req-5ef48a3e-b02d-4b71-a924-5830d05f55af 2018-10-06 15:12:59,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:13:00,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-6db10948-8692-4d2c-8f85-f0592d3fe3a2 Date: Sat, 06 Oct 2018 15:13:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:13:00,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-6db10948-8692-4d2c-8f85-f0592d3fe3a2 2018-10-06 15:13:00,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:13:00,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-573c1a81-3d6b-427d-b5d9-e0c2c75451cc Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:13:00,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-573c1a81-3d6b-427d-b5d9-e0c2c75451cc 2018-10-06 15:13:00,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:13:00,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf654f18-7ca3-49ec-ba63-aa775bf79b7f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:13:00,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-cf654f18-7ca3-49ec-ba63-aa775bf79b7f 2018-10-06 15:13:00,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:13:00,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6beca6d-687d-4f2f-80e9-29e4d4f3c389 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:13:00,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-e6beca6d-687d-4f2f-80e9-29e4d4f3c389 2018-10-06 15:13:00,764 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-5b7c4716-ed1c-4d9-name 2018-10-06 15:13:00,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/a6b1b778b8d74d0187d9ef4adac1036a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:13:00,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8f9ff3d-f60c-4a26-a82e-d2697bd76c63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:00,973 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/a6b1b778b8d74d0187d9ef4adac1036a used request id req-d8f9ff3d-f60c-4a26-a82e-d2697bd76c63 2018-10-06 15:13:00,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e2e6a5790fd845c11b6e3fb80dbeacdd56149c2" 2018-10-06 15:13:01,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f20bc1-9cf6-4f09-9d35-3a3df9c56556 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:01,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-38f20bc1-9cf6-4f09-9d35-3a3df9c56556 2018-10-06 15:13:01,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:01,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["YMHUfOvKQ5S6whuwneFDrA"], "issued_at": "2018-10-06T15:13:01.000000Z"}} 2018-10-06 15:13:01,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}787a5f40dbde544c70d8634924956d13cede1ea7" 2018-10-06 15:13:01,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4920e11b-2fde-48b5-b19e-1e560dc07a2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:01,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4920e11b-2fde-48b5-b19e-1e560dc07a2f 2018-10-06 15:13:01,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:01,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:01,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["SLq3qJcjSlW8KOV-7Kvt_Q"], "issued_at": "2018-10-06T15:13:01.000000Z"}} 2018-10-06 15:13:01,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:02,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9eb47d0-5fc1-4cd4-8ce8-9fc4071cf8ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:02,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f9eb47d0-5fc1-4cd4-8ce8-9fc4071cf8ef 2018-10-06 15:13:02,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:02,015 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:02,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a50925a1-df3d-47d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:02,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d54441-6d1a-47aa-8340-972489039bfe Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a50925a1-df3d-47d-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:13:02,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a50925a1-df3d-47d-name used request id req-13d54441-6d1a-47aa-8340-972489039bfe 2018-10-06 15:13:02,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:02,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51fa73cc-b2fa-4178-8210-aa18a7e0f8d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:13:02,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-51fa73cc-b2fa-4178-8210-aa18a7e0f8d7 2018-10-06 15:13:02,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}}' 2018-10-06 15:13:02,310 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de599d54-c392-4d39-804e-a24cce004aa2 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc"}, "enabled": true, "id": "da2bc35c883f4329a0ea0830290bc7fc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}} 2018-10-06 15:13:02,311 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-de599d54-c392-4d39-804e-a24cce004aa2 2018-10-06 15:13:02,311 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-a50925a1-df3d-47d-name 2018-10-06 15:13:02,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:02,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:02,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["dPz_j4qVTOyFnhdnaRuHPg"], "issued_at": "2018-10-06T15:13:02.000000Z"}} 2018-10-06 15:13:02,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:02,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d87e2d-7957-42f4-94ff-e00c8e592ff4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:02,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-37d87e2d-7957-42f4-94ff-e00c8e592ff4 2018-10-06 15:13:02,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:02,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:02,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:02,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d1939ad-46ad-4195-9e8a-a5e95a6f84ad Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:13:02,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3d1939ad-46ad-4195-9e8a-a5e95a6f84ad 2018-10-06 15:13:02,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:02,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d16aec6-64bc-40c4-9d26-3ea169626c0a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:13:02,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9d16aec6-64bc-40c4-9d26-3ea169626c0a 2018-10-06 15:13:03,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:03,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f977d997-1ad8-4d2b-a1f4-f8497a055664 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:03,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f977d997-1ad8-4d2b-a1f4-f8497a055664 2018-10-06 15:13:03,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-a50925a1-df3d-47d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:03,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1cd46b-4835-42e2-a059-b31d0623a000 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-a50925a1-df3d-47d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc"}, "enabled": true, "id": "da2bc35c883f4329a0ea0830290bc7fc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}]} 2018-10-06 15:13:03,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-a50925a1-df3d-47d-name used request id req-de1cd46b-4835-42e2-a059-b31d0623a000 2018-10-06 15:13:03,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/5f06d4d86a884fbfa8255b7f43effe1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:03,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66db6980-56ad-486f-9d2a-98159f4327fc Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/5f06d4d86a884fbfa8255b7f43effe1b"}, "enabled": true, "id": "5f06d4d86a884fbfa8255b7f43effe1b", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-a50925a1-df3d-47d-user"}} 2018-10-06 15:13:03,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5f06d4d86a884fbfa8255b7f43effe1b used request id req-66db6980-56ad-486f-9d2a-98159f4327fc 2018-10-06 15:13:03,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc/users/5f06d4d86a884fbfa8255b7f43effe1b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:03,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66263965-695c-4665-bd28-97fee4e0dc80 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc/users/5f06d4d86a884fbfa8255b7f43effe1b/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 15:13:03,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc/users/5f06d4d86a884fbfa8255b7f43effe1b/roles used request id req-66263965-695c-4665-bd28-97fee4e0dc80 2018-10-06 15:13:03,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:03,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f5fd463-0a6f-43a6-8a1a-81573bb9c806 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "domain_id": null, "name": "admin", "id": "dce2632d5d654a57906f5e955ca4b578"}} 2018-10-06 15:13:03,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-9f5fd463-0a6f-43a6-8a1a-81573bb9c806 2018-10-06 15:13:03,752 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-a50925a1-df3d-47d-name 2018-10-06 15:13:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc/users/5f06d4d86a884fbfa8255b7f43effe1b/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:03,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c4ae745-c838-4fdd-93eb-3504d7f6e2d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:03,900 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc/users/5f06d4d86a884fbfa8255b7f43effe1b/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-4c4ae745-c838-4fdd-93eb-3504d7f6e2d9 2018-10-06 15:13:03,901 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-a50925a1-df3d-47d-user 2018-10-06 15:13:03,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:03,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e5de873-06ac-4bfa-9e4b-5d467b6aa249 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:03,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3e5de873-06ac-4bfa-9e4b-5d467b6aa249 2018-10-06 15:13:03,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" -d '{"role": {"name": "CreateProjectUserTests-a50925a1-df3d-47d-name-role"}}' 2018-10-06 15:13:04,089 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee418ef5-c175-4b48-8a78-27037d520147 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f44e0285f1e346c6aa2d74a3d6a95daa", "links": {"self": "http://172.30.9.26:5000/v3/roles/f44e0285f1e346c6aa2d74a3d6a95daa"}, "name": "CreateProjectUserTests-a50925a1-df3d-47d-name-role"}} 2018-10-06 15:13:04,089 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-ee418ef5-c175-4b48-8a78-27037d520147 2018-10-06 15:13:04,090 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-a50925a1-df3d-47d-name-role 2018-10-06 15:13:04,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f44e0285f1e346c6aa2d74a3d6a95daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:04,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59870d1-20ac-4400-908b-99b6f23b64b0 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f44e0285f1e346c6aa2d74a3d6a95daa"}, "domain_id": null, "name": "CreateProjectUserTests-a50925a1-df3d-47d-name-role", "id": "f44e0285f1e346c6aa2d74a3d6a95daa"}} 2018-10-06 15:13:04,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f44e0285f1e346c6aa2d74a3d6a95daa used request id req-c59870d1-20ac-4400-908b-99b6f23b64b0 2018-10-06 15:13:04,187 - keystone_utils - INFO - Granting role CreateProjectUserTests-a50925a1-df3d-47d-name-role to project CreateProjectUserTests-a50925a1-df3d-47d-name 2018-10-06 15:13:04,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc/users/5f06d4d86a884fbfa8255b7f43effe1b/roles/f44e0285f1e346c6aa2d74a3d6a95daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:04,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37388691-ebb6-49b6-9b58-1621973b1fcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:04,319 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc/users/5f06d4d86a884fbfa8255b7f43effe1b/roles/f44e0285f1e346c6aa2d74a3d6a95daa used request id req-37388691-ebb6-49b6-9b58-1621973b1fcb 2018-10-06 15:13:04,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:04,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:04,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "f44e0285f1e346c6aa2d74a3d6a95daa", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name-role"}], "expires_at": "2018-10-06T16:13:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da2bc35c883f4329a0ea0830290bc7fc", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/da2bc35c883f4329a0ea0830290bc7fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/da2bc35c883f4329a0ea0830290bc7fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/da2bc35c883f4329a0ea0830290bc7fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/da2bc35c883f4329a0ea0830290bc7fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/da2bc35c883f4329a0ea0830290bc7fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/da2bc35c883f4329a0ea0830290bc7fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/da2bc35c883f4329a0ea0830290bc7fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/da2bc35c883f4329a0ea0830290bc7fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/da2bc35c883f4329a0ea0830290bc7fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/da2bc35c883f4329a0ea0830290bc7fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/da2bc35c883f4329a0ea0830290bc7fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/da2bc35c883f4329a0ea0830290bc7fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-a50925a1-df3d-47d-user", "id": "5f06d4d86a884fbfa8255b7f43effe1b"}, "audit_ids": ["GxS792WZTU6npL0ZtGKsLA"], "issued_at": "2018-10-06T15:13:04.000000Z"}} 2018-10-06 15:13:04,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:04,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7bd7e9-d125-4076-a0b0-11befafe852f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:04,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7b7bd7e9-d125-4076-a0b0-11befafe852f 2018-10-06 15:13:04,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-a50925a1-df3d-47d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:05,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6587e5ca-3f58-4429-bd85-4cc73eed1e88 Date: Sat, 06 Oct 2018 15:13:05 GMT RESP BODY: {"security_groups": []} 2018-10-06 15:13:05,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-a50925a1-df3d-47d-name&description=hello+group used request id req-6587e5ca-3f58-4429-bd85-4cc73eed1e88 2018-10-06 15:13:05,216 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-a50925a1-df3d-47d-name... 2018-10-06 15:13:05,216 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-a50925a1-df3d-47d-name 2018-10-06 15:13:05,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" -d '{"security_group": {"name": "CreateProjectUserTests-a50925a1-df3d-47d-name", "description": "hello group"}}' 2018-10-06 15:13:06,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-5d3c541a-346d-4fd4-b1f0-5f288243bb3e Date: Sat, 06 Oct 2018 15:13:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "updated_at": "2018-10-06T15:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}], "revision_number": 2, "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}} 2018-10-06 15:13:06,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-5d3c541a-346d-4fd4-b1f0-5f288243bb3e 2018-10-06 15:13:06,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:06,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:06,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-87db23ca-9cde-438c-9b63-1bb7864b742f Date: Sat, 06 Oct 2018 15:13:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180"}]} 2018-10-06 15:13:06,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-87db23ca-9cde-438c-9b63-1bb7864b742f 2018-10-06 15:13:06,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:06,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:06,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-46650954-ee6c-4fb6-896b-f28bf9c82716 Date: Sat, 06 Oct 2018 15:13:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180"}]} 2018-10-06 15:13:06,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-46650954-ee6c-4fb6-896b-f28bf9c82716 2018-10-06 15:13:06,601 - neutron_utils - INFO - Retrieving security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:06,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:06,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7db03375-339a-4b29-9984-affd1518828f Date: Sat, 06 Oct 2018 15:13:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "updated_at": "2018-10-06T15:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}], "revision_number": 2, "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}]} 2018-10-06 15:13:06,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-7db03375-339a-4b29-9984-affd1518828f 2018-10-06 15:13:06,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:06,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:06,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-59d0ccba-4449-4ac2-b0d4-34bde20fde02 Date: Sat, 06 Oct 2018 15:13:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180"}]} 2018-10-06 15:13:06,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-59d0ccba-4449-4ac2-b0d4-34bde20fde02 2018-10-06 15:13:06,700 - neutron_utils - INFO - Retrieving security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:06,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:06,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3af633e3-57bb-4178-963b-a467dc039a00 Date: Sat, 06 Oct 2018 15:13:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "updated_at": "2018-10-06T15:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}], "revision_number": 2, "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}]} 2018-10-06 15:13:06,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-3af633e3-57bb-4178-963b-a467dc039a00 2018-10-06 15:13:06,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:06,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:07,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fee2a31f-15e8-4161-8e33-a7a8b78bf776 Date: Sat, 06 Oct 2018 15:13:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180"}]} 2018-10-06 15:13:07,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-fee2a31f-15e8-4161-8e33-a7a8b78bf776 2018-10-06 15:13:07,452 - neutron_utils - INFO - Retrieving security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:07,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:07,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-90e8a394-edd0-406e-8065-d0edcb7be8e6 Date: Sat, 06 Oct 2018 15:13:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "updated_at": "2018-10-06T15:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "revision_number": 0, "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}], "revision_number": 2, "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}]} 2018-10-06 15:13:07,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-90e8a394-edd0-406e-8065-d0edcb7be8e6 2018-10-06 15:13:07,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc 2018-10-06 15:13:07,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:07,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-218f5a74-4435-42d0-b09a-ef73c05da94c Date: Sat, 06 Oct 2018 15:13:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "cf7ace58-80b9-4a52-8a10-49fa2805406f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:06Z", "security_group_id": "0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:06Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "f2e19cb9-1cba-4848-90ab-54a3995a6180"}]} 2018-10-06 15:13:07,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-218f5a74-4435-42d0-b09a-ef73c05da94c 2018-10-06 15:13:07,690 - neutron_utils - INFO - Deleting security group rule with ID - f2e19cb9-1cba-4848-90ab-54a3995a6180 2018-10-06 15:13:07,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/f2e19cb9-1cba-4848-90ab-54a3995a6180 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:08,681 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2dcc3ef3-fdb0-47a5-85c0-3945ec3767df Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:08,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/f2e19cb9-1cba-4848-90ab-54a3995a6180 used request id req-2dcc3ef3-fdb0-47a5-85c0-3945ec3767df 2018-10-06 15:13:08,682 - neutron_utils - INFO - Deleting security group rule with ID - cf7ace58-80b9-4a52-8a10-49fa2805406f 2018-10-06 15:13:08,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/cf7ace58-80b9-4a52-8a10-49fa2805406f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:09,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c1819db-87a4-4e6d-a03e-9881b3df3636 Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:09,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/cf7ace58-80b9-4a52-8a10-49fa2805406f used request id req-7c1819db-87a4-4e6d-a03e-9881b3df3636 2018-10-06 15:13:09,793 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-a50925a1-df3d-47d-name 2018-10-06 15:13:09,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64340656e385d4a40020404410cad89e7b024ecf" 2018-10-06 15:13:10,864 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06711e3a-a41a-4179-81c4-93c7bcab2137 Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:10,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/0d06ba11-31ab-40c1-b5a7-0aeac7d7cbcc used request id req-06711e3a-a41a-4179-81c4-93c7bcab2137 2018-10-06 15:13:10,865 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-a50925a1-df3d-47d-user 2018-10-06 15:13:10,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/5f06d4d86a884fbfa8255b7f43effe1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ca42f10d5f4671d9346c0a0d1ea77278c36640" 2018-10-06 15:13:11,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-638efa1f-2952-46dc-b639-e5653dce34dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:11,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5f06d4d86a884fbfa8255b7f43effe1b used request id req-638efa1f-2952-46dc-b639-e5653dce34dc 2018-10-06 15:13:11,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:11,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-5344bd68-efcf-44ef-bf5b-04572bb16857 Date: Sat, 06 Oct 2018 15:13:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:05Z", "updated_at": "2018-10-06T15:13:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "revision_number": 0, "id": "2ec03932-9a2a-4110-8f30-309dc47e1078", "remote_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "revision_number": 0, "id": "4530be39-8b0d-4e9b-a8b4-1a97304922a7", "remote_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "revision_number": 0, "id": "bd285c3e-a45c-4370-89a8-67983fd1c785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "revision_number": 0, "id": "e3c2ad7b-22b4-40fa-a085-397c461912e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "da2bc35c883f4329a0ea0830290bc7fc"}], "revision_number": 4, "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:13:11,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-5344bd68-efcf-44ef-bf5b-04572bb16857 2018-10-06 15:13:11,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:11,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e107fa2d-a9b2-46c9-ba57-a9f79861d9f0 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:13:11,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-e107fa2d-a9b2-46c9-ba57-a9f79861d9f0 2018-10-06 15:13:11,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:11,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d221b1-ec59-4313-955f-03aa595e5da4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:13:11,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-65d221b1-ec59-4313-955f-03aa595e5da4 2018-10-06 15:13:11,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:11,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c92100-e747-4598-bca3-6c76645e4ada Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc"}, "enabled": true, "id": "da2bc35c883f4329a0ea0830290bc7fc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a50925a1-df3d-47d-name"}} 2018-10-06 15:13:11,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc used request id req-d9c92100-e747-4598-bca3-6c76645e4ada 2018-10-06 15:13:11,555 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ea30d7b-9268-4011-9f44-3896eddb3c80 2018-10-06 15:13:11,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=6ea30d7b-9268-4011-9f44-3896eddb3c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:11,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e160e5f8-fa3f-46c7-8ad0-b7ee437692ea Date: Sat, 06 Oct 2018 15:13:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:05Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "2ec03932-9a2a-4110-8f30-309dc47e1078"}, {"remote_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:05Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "4530be39-8b0d-4e9b-a8b4-1a97304922a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:05Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "bd285c3e-a45c-4370-89a8-67983fd1c785"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:05Z", "security_group_id": "6ea30d7b-9268-4011-9f44-3896eddb3c80", "port_range_min": null, "revision_number": 0, "tenant_id": "da2bc35c883f4329a0ea0830290bc7fc", "created_at": "2018-10-06T15:13:05Z", "project_id": "da2bc35c883f4329a0ea0830290bc7fc", "id": "e3c2ad7b-22b4-40fa-a085-397c461912e9"}]} 2018-10-06 15:13:11,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=6ea30d7b-9268-4011-9f44-3896eddb3c80 used request id req-e160e5f8-fa3f-46c7-8ad0-b7ee437692ea 2018-10-06 15:13:11,728 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 15:13:11,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/6ea30d7b-9268-4011-9f44-3896eddb3c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:12,793 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e28e1b6-3b80-466a-aea6-c1f863c73185 Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:12,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/6ea30d7b-9268-4011-9f44-3896eddb3c80 used request id req-7e28e1b6-3b80-466a-aea6-c1f863c73185 2018-10-06 15:13:12,794 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-a50925a1-df3d-47d-name 2018-10-06 15:13:12,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:13,035 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-625324d6-c3d5-4ca1-bdbd-c752fc2b8267 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:13,035 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/da2bc35c883f4329a0ea0830290bc7fc used request id req-625324d6-c3d5-4ca1-bdbd-c752fc2b8267 2018-10-06 15:13:13,036 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-a50925a1-df3d-47d-name-role 2018-10-06 15:13:13,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f44e0285f1e346c6aa2d74a3d6a95daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:13,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af14640a-b768-4610-a3b9-8f7e2023b633 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:13,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f44e0285f1e346c6aa2d74a3d6a95daa used request id req-af14640a-b768-4610-a3b9-8f7e2023b633 2018-10-06 15:13:13,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8fea44a4dc49bf86b6cc7afc3e761f43cc3ca1" 2018-10-06 15:13:13,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4580118-3214-446f-9913-aff40edfdf84 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:13,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c4580118-3214-446f-9913-aff40edfdf84 2018-10-06 15:13:13,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:13,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["STLk-XQ0TUGmUYe3jzPb2g"], "issued_at": "2018-10-06T15:13:13.000000Z"}} 2018-10-06 15:13:13,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e3f08e0a610d67e85192ee88a006aebcc4761" 2018-10-06 15:13:13,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f61c1d6a-69d3-473c-b840-8dc124bff6a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:13,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f61c1d6a-69d3-473c-b840-8dc124bff6a0 2018-10-06 15:13:13,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:13,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:14,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["GUmuLjoXQheS_risMysNzg"], "issued_at": "2018-10-06T15:13:14.000000Z"}} 2018-10-06 15:13:14,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:14,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3c9c10-91f1-427e-92f3-8c88e8679f8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:14,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-de3c9c10-91f1-427e-92f3-8c88e8679f8f 2018-10-06 15:13:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:14,191 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:14,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-dcb14d35-93ef-43d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:14,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9b23f0-46c9-4a4a-83de-11ebc9c91a6e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-dcb14d35-93ef-43d-name", "previous": null, "next": null}, "projects": []} 2018-10-06 15:13:14,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-dcb14d35-93ef-43d-name used request id req-ac9b23f0-46c9-4a4a-83de-11ebc9c91a6e 2018-10-06 15:13:14,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:14,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c7eca76-2571-4256-bfab-aa032ee317cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:13:14,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2c7eca76-2571-4256-bfab-aa032ee317cb 2018-10-06 15:13:14,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}}' 2018-10-06 15:13:14,490 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de4de2b1-f2e2-4b15-8984-ed4f9e9ed470 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf"}, "enabled": true, "id": "3ddfc47c9bde4127ba95a59649097dcf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}} 2018-10-06 15:13:14,490 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-de4de2b1-f2e2-4b15-8984-ed4f9e9ed470 2018-10-06 15:13:14,490 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:14,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:14,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:14,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["66Xw7GdtQjSHInBgU5IWsA"], "issued_at": "2018-10-06T15:13:14.000000Z"}} 2018-10-06 15:13:14,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:14,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f2fde3-f538-4e3b-a080-db8e39cf2e76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:14,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c3f2fde3-f538-4e3b-a080-db8e39cf2e76 2018-10-06 15:13:14,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:14,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:14,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:14,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757f1fcb-43f5-4206-a4cf-153bb518d096 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:13:14,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-757f1fcb-43f5-4206-a4cf-153bb518d096 2018-10-06 15:13:14,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:15,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b07635-770c-45a7-a964-40f24a724b20 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:13:15,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d8b07635-770c-45a7-a964-40f24a724b20 2018-10-06 15:13:15,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:15,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc465ea6-b93b-4133-a106-5904f227e303 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:15,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cc465ea6-b93b-4133-a106-5904f227e303 2018-10-06 15:13:15,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-dcb14d35-93ef-43d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:15,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e677e78f-358e-4020-a7a4-850193c5a450 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-dcb14d35-93ef-43d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf"}, "enabled": true, "id": "3ddfc47c9bde4127ba95a59649097dcf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}]} 2018-10-06 15:13:15,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-dcb14d35-93ef-43d-name used request id req-e677e78f-358e-4020-a7a4-850193c5a450 2018-10-06 15:13:15,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/6a29443bfc3e487189a42684399ec868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:15,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd89096-2eac-48bc-8538-9ea35847e0a1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/6a29443bfc3e487189a42684399ec868"}, "enabled": true, "id": "6a29443bfc3e487189a42684399ec868", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-user1"}} 2018-10-06 15:13:15,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/6a29443bfc3e487189a42684399ec868 used request id req-4cd89096-2eac-48bc-8538-9ea35847e0a1 2018-10-06 15:13:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/6a29443bfc3e487189a42684399ec868/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:15,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c524edd-f57d-475a-80f3-7a4ef9d0284d Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/6a29443bfc3e487189a42684399ec868/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 15:13:15,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/6a29443bfc3e487189a42684399ec868/roles used request id req-6c524edd-f57d-475a-80f3-7a4ef9d0284d 2018-10-06 15:13:15,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:15,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db8e1b46-99d9-485c-9163-795246cc27d6 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "domain_id": null, "name": "admin", "id": "dce2632d5d654a57906f5e955ca4b578"}} 2018-10-06 15:13:15,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-db8e1b46-99d9-485c-9163-795246cc27d6 2018-10-06 15:13:15,890 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:15,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/6a29443bfc3e487189a42684399ec868/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:16,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31f1f7b5-4339-4649-b4e6-f4938742f84e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:16,013 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/6a29443bfc3e487189a42684399ec868/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-31f1f7b5-4339-4649-b4e6-f4938742f84e 2018-10-06 15:13:16,014 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-dcb14d35-93ef-43d-user1 2018-10-06 15:13:16,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:16,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6592b4d0-c51f-459f-86c8-9af309e097de Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:16,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6592b4d0-c51f-459f-86c8-9af309e097de 2018-10-06 15:13:16,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" -d '{"role": {"name": "CreateProjectUserTests-dcb14d35-93ef-43d-name-role"}}' 2018-10-06 15:13:16,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-130f1ba4-1e9d-4e01-b025-4de89db086db Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "045db6e212e3404285c36beb53c3ec01", "links": {"self": "http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01"}, "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name-role"}} 2018-10-06 15:13:16,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-130f1ba4-1e9d-4e01-b025-4de89db086db 2018-10-06 15:13:16,203 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-dcb14d35-93ef-43d-name-role 2018-10-06 15:13:16,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:16,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fc0145-9954-4560-8a10-33e9b156cc42 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01"}, "domain_id": null, "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name-role", "id": "045db6e212e3404285c36beb53c3ec01"}} 2018-10-06 15:13:16,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01 used request id req-53fc0145-9954-4560-8a10-33e9b156cc42 2018-10-06 15:13:16,293 - keystone_utils - INFO - Granting role CreateProjectUserTests-dcb14d35-93ef-43d-name-role to project CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:16,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/6a29443bfc3e487189a42684399ec868/roles/045db6e212e3404285c36beb53c3ec01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:16,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbcf8478-346e-4e5b-b6aa-790ec173eae7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:16,369 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/6a29443bfc3e487189a42684399ec868/roles/045db6e212e3404285c36beb53c3ec01 used request id req-cbcf8478-346e-4e5b-b6aa-790ec173eae7 2018-10-06 15:13:16,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:16,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:16,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["gLCGHaPbRXuKkqjLif_l_g"], "issued_at": "2018-10-06T15:13:16.000000Z"}} 2018-10-06 15:13:16,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:16,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bbf4bee-2470-4d0b-910e-5fd4410ff972 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:16,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7bbf4bee-2470-4d0b-910e-5fd4410ff972 2018-10-06 15:13:16,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:16,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:16,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:16,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d38b651e-f998-4cf4-877d-5db0b7591312 Content-Encoding: gzip Content-Length: 911 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-dcb14d35-93ef-43d-user1", "links": {"self": "http://172.30.9.26:5000/v3/users/6a29443bfc3e487189a42684399ec868"}, "domain_id": "default", "enabled": true, "id": "6a29443bfc3e487189a42684399ec868", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:13:16,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d38b651e-f998-4cf4-877d-5db0b7591312 2018-10-06 15:13:16,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:17,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ef606b-d77f-4d97-888e-ad8775d2f52b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:13:17,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-31ef606b-d77f-4d97-888e-ad8775d2f52b 2018-10-06 15:13:17,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:17,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71dac28-23db-4c96-8cc4-354fcc3781b6 Content-Encoding: gzip Content-Length: 415 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "045db6e212e3404285c36beb53c3ec01", "links": {"self": "http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01"}, "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name-role"}, {"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:17,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e71dac28-23db-4c96-8cc4-354fcc3781b6 2018-10-06 15:13:17,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-dcb14d35-93ef-43d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:17,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d8040a6-2139-486f-a810-0079a208b93f Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-dcb14d35-93ef-43d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf"}, "enabled": true, "id": "3ddfc47c9bde4127ba95a59649097dcf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}]} 2018-10-06 15:13:17,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-dcb14d35-93ef-43d-name used request id req-8d8040a6-2139-486f-a810-0079a208b93f 2018-10-06 15:13:17,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/b1058459702048be9bcd8d5663fc8b8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:17,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55de096a-6929-42a3-8fcb-1c4dd7da402c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/b1058459702048be9bcd8d5663fc8b8a"}, "enabled": true, "id": "b1058459702048be9bcd8d5663fc8b8a", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-user2"}} 2018-10-06 15:13:17,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b1058459702048be9bcd8d5663fc8b8a used request id req-55de096a-6929-42a3-8fcb-1c4dd7da402c 2018-10-06 15:13:17,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/b1058459702048be9bcd8d5663fc8b8a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:17,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add1246b-2fa2-4036-b234-3a24645c33cd Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/b1058459702048be9bcd8d5663fc8b8a/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 15:13:17,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/b1058459702048be9bcd8d5663fc8b8a/roles used request id req-add1246b-2fa2-4036-b234-3a24645c33cd 2018-10-06 15:13:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:17,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c407a99d-08e1-4db3-bb47-2bf5574d0656 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "domain_id": null, "name": "admin", "id": "dce2632d5d654a57906f5e955ca4b578"}} 2018-10-06 15:13:17,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-c407a99d-08e1-4db3-bb47-2bf5574d0656 2018-10-06 15:13:17,833 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:17,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/b1058459702048be9bcd8d5663fc8b8a/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:17,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46cc70fd-ab9b-4d54-b358-75f09b9d2ec2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:17,973 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/b1058459702048be9bcd8d5663fc8b8a/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-46cc70fd-ab9b-4d54-b358-75f09b9d2ec2 2018-10-06 15:13:17,974 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-dcb14d35-93ef-43d-user2 2018-10-06 15:13:17,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:18,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73fa29bb-34f7-4939-9d77-563d0916b3f6 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01"}, "domain_id": null, "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name-role", "id": "045db6e212e3404285c36beb53c3ec01"}} 2018-10-06 15:13:18,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01 used request id req-73fa29bb-34f7-4939-9d77-563d0916b3f6 2018-10-06 15:13:18,067 - keystone_utils - INFO - Granting role CreateProjectUserTests-dcb14d35-93ef-43d-name-role to project CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:18,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/b1058459702048be9bcd8d5663fc8b8a/roles/045db6e212e3404285c36beb53c3ec01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:18,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c60d80-cb52-4a52-8dcc-79437431e62c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:18,235 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf/users/b1058459702048be9bcd8d5663fc8b8a/roles/045db6e212e3404285c36beb53c3ec01 used request id req-e7c60d80-cb52-4a52-8dcc-79437431e62c 2018-10-06 15:13:18,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:18,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:18,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "045db6e212e3404285c36beb53c3ec01", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name-role"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:13:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ddfc47c9bde4127ba95a59649097dcf", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-dcb14d35-93ef-43d-user1", "id": "6a29443bfc3e487189a42684399ec868"}, "audit_ids": ["BTlemLcrQaGF5la1w7lZ-g"], "issued_at": "2018-10-06T15:13:18.000000Z"}} 2018-10-06 15:13:18,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:18,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3877ada-c675-4e1e-b81c-27b44a0dca8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:18,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b3877ada-c675-4e1e-b81c-27b44a0dca8f 2018-10-06 15:13:18,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-dcb14d35-93ef-43d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:19,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f0dec86c-b314-4f99-b699-d8f2da84d141 Date: Sat, 06 Oct 2018 15:13:19 GMT RESP BODY: {"security_groups": []} 2018-10-06 15:13:19,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-dcb14d35-93ef-43d-name&description=hello+group used request id req-f0dec86c-b314-4f99-b699-d8f2da84d141 2018-10-06 15:13:19,061 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-dcb14d35-93ef-43d-name... 2018-10-06 15:13:19,061 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:19,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" -d '{"security_group": {"name": "CreateProjectUserTests-dcb14d35-93ef-43d-name", "description": "hello group"}}' 2018-10-06 15:13:19,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-e0b1017b-66e5-4d8d-9b99-83c24fa318c1 Date: Sat, 06 Oct 2018 15:13:19 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "updated_at": "2018-10-06T15:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}], "revision_number": 2, "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "4196d301-47d5-407a-b398-9a5d19bf1905", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}} 2018-10-06 15:13:19,497 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-e0b1017b-66e5-4d8d-9b99-83c24fa318c1 2018-10-06 15:13:19,498 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:19,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:20,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c685cedc-f2be-47c3-9b68-47f14c31bd3a Date: Sat, 06 Oct 2018 15:13:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:20,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-c685cedc-f2be-47c3-9b68-47f14c31bd3a 2018-10-06 15:13:20,204 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:20,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:20,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-caa860ff-6b82-4368-9425-c7e1e2bf1b8a Date: Sat, 06 Oct 2018 15:13:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:20,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-caa860ff-6b82-4368-9425-c7e1e2bf1b8a 2018-10-06 15:13:20,381 - neutron_utils - INFO - Retrieving security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:20,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:20,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-31c1dec3-1fbf-4d46-81f3-448f1416ae9c Date: Sat, 06 Oct 2018 15:13:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "updated_at": "2018-10-06T15:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}], "revision_number": 2, "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "4196d301-47d5-407a-b398-9a5d19bf1905", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}]} 2018-10-06 15:13:20,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-31c1dec3-1fbf-4d46-81f3-448f1416ae9c 2018-10-06 15:13:20,459 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:20,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:20,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aee6c2ca-7251-4dce-925e-acfe63cd806b Date: Sat, 06 Oct 2018 15:13:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:20,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-aee6c2ca-7251-4dce-925e-acfe63cd806b 2018-10-06 15:13:20,622 - neutron_utils - INFO - Retrieving security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:20,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:20,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-fae9c424-70d9-4e49-af04-ebdecdd422a5 Date: Sat, 06 Oct 2018 15:13:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "updated_at": "2018-10-06T15:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}], "revision_number": 2, "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "4196d301-47d5-407a-b398-9a5d19bf1905", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}]} 2018-10-06 15:13:20,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-fae9c424-70d9-4e49-af04-ebdecdd422a5 2018-10-06 15:13:20,831 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:20,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:21,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc005d7e-444c-4a02-92a0-8410c1a2cfaf Date: Sat, 06 Oct 2018 15:13:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:21,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-cc005d7e-444c-4a02-92a0-8410c1a2cfaf 2018-10-06 15:13:21,135 - neutron_utils - INFO - Retrieving security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:21,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:21,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6a3d30db-9704-4e34-a776-b6365315e83a Date: Sat, 06 Oct 2018 15:13:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "updated_at": "2018-10-06T15:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}], "revision_number": 2, "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "4196d301-47d5-407a-b398-9a5d19bf1905", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}]} 2018-10-06 15:13:21,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-6a3d30db-9704-4e34-a776-b6365315e83a 2018-10-06 15:13:21,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:21,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:21,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6a76f425-251f-4ee0-857d-eab86a54cf35 Date: Sat, 06 Oct 2018 15:13:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:21,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-6a76f425-251f-4ee0-857d-eab86a54cf35 2018-10-06 15:13:21,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:13:21,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:21,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "045db6e212e3404285c36beb53c3ec01", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name-role"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ddfc47c9bde4127ba95a59649097dcf", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3ddfc47c9bde4127ba95a59649097dcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3ddfc47c9bde4127ba95a59649097dcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3ddfc47c9bde4127ba95a59649097dcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-dcb14d35-93ef-43d-user2", "id": "b1058459702048be9bcd8d5663fc8b8a"}, "audit_ids": ["FaT9SnwlQlS-nuuuf9pYVQ"], "issued_at": "2018-10-06T15:13:21.000000Z"}} 2018-10-06 15:13:21,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:21,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c54c34-c053-428f-85ef-4b76d4b2814b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:21,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e5c54c34-c053-428f-85ef-4b76d4b2814b 2018-10-06 15:13:21,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-dcb14d35-93ef-43d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:22,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ae9ac57b-fdb1-4d8e-8ef3-5f26096bf645 Date: Sat, 06 Oct 2018 15:13:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "updated_at": "2018-10-06T15:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}], "revision_number": 2, "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "4196d301-47d5-407a-b398-9a5d19bf1905", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}]} 2018-10-06 15:13:22,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-dcb14d35-93ef-43d-name&description=hello+group used request id req-ae9ac57b-fdb1-4d8e-8ef3-5f26096bf645 2018-10-06 15:13:22,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:22,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:22,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:22,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a53ccd39-92d6-4a7c-a5ec-5790bfc4dd83 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf"}, "enabled": true, "id": "3ddfc47c9bde4127ba95a59649097dcf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}} 2018-10-06 15:13:22,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf used request id req-a53ccd39-92d6-4a7c-a5ec-5790bfc4dd83 2018-10-06 15:13:22,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:23,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-80059ad0-f7ff-45af-953e-8697ce31077f Date: Sat, 06 Oct 2018 15:13: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": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:23,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-80059ad0-f7ff-45af-953e-8697ce31077f 2018-10-06 15:13:23,143 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:23,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:23,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a4fb6c5b-b2d0-4cfa-b1b3-e0e7b2bec377 Date: Sat, 06 Oct 2018 15:13: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": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:23,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-a4fb6c5b-b2d0-4cfa-b1b3-e0e7b2bec377 2018-10-06 15:13:23,906 - neutron_utils - INFO - Retrieving security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:23,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:24,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1833113d-67b4-4545-ba80-e5a0968e3365 Date: Sat, 06 Oct 2018 15:13:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "updated_at": "2018-10-06T15:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "revision_number": 0, "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}], "revision_number": 2, "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "4196d301-47d5-407a-b398-9a5d19bf1905", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}]} 2018-10-06 15:13:24,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-1833113d-67b4-4545-ba80-e5a0968e3365 2018-10-06 15:13:24,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4196d301-47d5-407a-b398-9a5d19bf1905 2018-10-06 15:13:24,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:24,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f0566355-d8e4-4763-bde5-95b55f2af1c0 Date: Sat, 06 Oct 2018 15:13: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": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "16e25fef-5f8a-4ec7-bfd1-eb48c3642c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:19Z", "security_group_id": "4196d301-47d5-407a-b398-9a5d19bf1905", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:19Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "18654e71-e7c9-4100-b23d-c9ce757ca6cb"}]} 2018-10-06 15:13:24,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-f0566355-d8e4-4763-bde5-95b55f2af1c0 2018-10-06 15:13:24,960 - neutron_utils - INFO - Deleting security group rule with ID - 18654e71-e7c9-4100-b23d-c9ce757ca6cb 2018-10-06 15:13:24,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/18654e71-e7c9-4100-b23d-c9ce757ca6cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:25,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f947c9fc-6978-40b5-97e3-cf4d79758b9a Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:25,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/18654e71-e7c9-4100-b23d-c9ce757ca6cb used request id req-f947c9fc-6978-40b5-97e3-cf4d79758b9a 2018-10-06 15:13:25,052 - neutron_utils - INFO - Deleting security group rule with ID - 16e25fef-5f8a-4ec7-bfd1-eb48c3642c17 2018-10-06 15:13:25,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/16e25fef-5f8a-4ec7-bfd1-eb48c3642c17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:25,157 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-696f0e67-eada-44af-bea2-66009308b49a Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:25,158 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/16e25fef-5f8a-4ec7-bfd1-eb48c3642c17 used request id req-696f0e67-eada-44af-bea2-66009308b49a 2018-10-06 15:13:25,158 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:25,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b6f230e6b0b9dcf373ed364bef4583580c0e8a" 2018-10-06 15:13:25,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f241ce75-0f70-4551-8082-636df693bf62 Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:25,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-f241ce75-0f70-4551-8082-636df693bf62 2018-10-06 15:13:25,468 - neutron_utils - INFO - Deleting security group rule with ID - 18654e71-e7c9-4100-b23d-c9ce757ca6cb 2018-10-06 15:13:25,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/18654e71-e7c9-4100-b23d-c9ce757ca6cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:25,672 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-c7cbfbc9-3b6e-4ede-a538-c703d95e9b05 Date: Sat, 06 Oct 2018 15:13:25 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 18654e71-e7c9-4100-b23d-c9ce757ca6cb does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 15:13:25,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/18654e71-e7c9-4100-b23d-c9ce757ca6cb used request id req-c7cbfbc9-3b6e-4ede-a538-c703d95e9b05 2018-10-06 15:13:25,673 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 18654e71-e7c9-4100-b23d-c9ce757ca6cb does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 15:13:25,673 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 18654e71-e7c9-4100-b23d-c9ce757ca6cb does not exist Neutron server returns request_ids: ['req-c7cbfbc9-3b6e-4ede-a538-c703d95e9b05'] 2018-10-06 15:13:25,673 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:25,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/4196d301-47d5-407a-b398-9a5d19bf1905 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a36e501c1a527cf19677151dbf7632e9650066b" 2018-10-06 15:13:25,849 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-cd82dabf-f6d0-463c-ad51-e874e2e00b6d Date: Sat, 06 Oct 2018 15:13:25 GMT RESP BODY: {"NeutronError": {"message": "Security group 4196d301-47d5-407a-b398-9a5d19bf1905 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-06 15:13:25,849 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4196d301-47d5-407a-b398-9a5d19bf1905 used request id req-cd82dabf-f6d0-463c-ad51-e874e2e00b6d 2018-10-06 15:13:25,849 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 4196d301-47d5-407a-b398-9a5d19bf1905 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-06 15:13:25,850 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 4196d301-47d5-407a-b398-9a5d19bf1905 does not exist Neutron server returns request_ids: ['req-cd82dabf-f6d0-463c-ad51-e874e2e00b6d'] 2018-10-06 15:13:25,850 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-dcb14d35-93ef-43d-user1 2018-10-06 15:13:25,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/6a29443bfc3e487189a42684399ec868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e9d2accf043b9f70ddf37b528711665cbc88" 2018-10-06 15:13:26,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5582548a-5785-45e6-89a7-f256d7effbfc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:26,015 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6a29443bfc3e487189a42684399ec868 used request id req-5582548a-5785-45e6-89a7-f256d7effbfc 2018-10-06 15:13:26,015 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-dcb14d35-93ef-43d-user2 2018-10-06 15:13:26,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b1058459702048be9bcd8d5663fc8b8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be6c08d20a25d30ef93cbcf0549399be7614fde4" 2018-10-06 15:13:26,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72853cb0-8ce3-41e1-a326-c6b219d7b09b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:26,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b1058459702048be9bcd8d5663fc8b8a used request id req-72853cb0-8ce3-41e1-a326-c6b219d7b09b 2018-10-06 15:13:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:27,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-caaab1d4-4213-4dee-bb16-d1157e23d6fc Date: Sat, 06 Oct 2018 15:13:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:18Z", "updated_at": "2018-10-06T15:13:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "revision_number": 0, "id": "3afa8a0c-d5d6-4428-a46c-ed3a629ca7be", "remote_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "revision_number": 0, "id": "7e51ce1a-866f-429b-a65f-ebbf2f8904ff", "remote_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "revision_number": 0, "id": "947cc230-1024-4e8f-9702-dd13868047ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "revision_number": 0, "id": "c5534d66-0ebf-4f95-8e25-64fff197dacc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ddfc47c9bde4127ba95a59649097dcf"}], "revision_number": 4, "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "name": "default"}]} 2018-10-06 15:13:27,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-caaab1d4-4213-4dee-bb16-d1157e23d6fc 2018-10-06 15:13:27,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:27,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51792578-9b3f-4596-8423-f3ed54dca4f3 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:13:27,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-51792578-9b3f-4596-8423-f3ed54dca4f3 2018-10-06 15:13:27,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:27,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18bf2bc5-a59d-4886-9c88-69c8570452dd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:13:27,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-18bf2bc5-a59d-4886-9c88-69c8570452dd 2018-10-06 15:13:27,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:27,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62646ff6-4422-409b-8d37-f0c542a75614 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:13:27,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-62646ff6-4422-409b-8d37-f0c542a75614 2018-10-06 15:13:27,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:27,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e245ff3-ac3b-446e-873c-90e59f3c4f3d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf"}, "enabled": true, "id": "3ddfc47c9bde4127ba95a59649097dcf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-dcb14d35-93ef-43d-name"}} 2018-10-06 15:13:27,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf used request id req-4e245ff3-ac3b-446e-873c-90e59f3c4f3d 2018-10-06 15:13:27,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 80f7adcf-0ea3-448d-a1de-a365bd17089f 2018-10-06 15:13:27,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=80f7adcf-0ea3-448d-a1de-a365bd17089f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:28,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-88d398d9-2af4-422e-bcf5-975f97409b4a Date: Sat, 06 Oct 2018 15:13:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:18Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "3afa8a0c-d5d6-4428-a46c-ed3a629ca7be"}, {"remote_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:18Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "7e51ce1a-866f-429b-a65f-ebbf2f8904ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:18Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "947cc230-1024-4e8f-9702-dd13868047ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:13:18Z", "security_group_id": "80f7adcf-0ea3-448d-a1de-a365bd17089f", "port_range_min": null, "revision_number": 0, "tenant_id": "3ddfc47c9bde4127ba95a59649097dcf", "created_at": "2018-10-06T15:13:18Z", "project_id": "3ddfc47c9bde4127ba95a59649097dcf", "id": "c5534d66-0ebf-4f95-8e25-64fff197dacc"}]} 2018-10-06 15:13:28,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=80f7adcf-0ea3-448d-a1de-a365bd17089f used request id req-88d398d9-2af4-422e-bcf5-975f97409b4a 2018-10-06 15:13:28,251 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 15:13:28,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/80f7adcf-0ea3-448d-a1de-a365bd17089f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:28,566 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae510b0e-856d-4251-af17-41b5414fa5a6 Content-Length: 0 Date: Sat, 06 Oct 2018 15:13:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:28,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/80f7adcf-0ea3-448d-a1de-a365bd17089f used request id req-ae510b0e-856d-4251-af17-41b5414fa5a6 2018-10-06 15:13:28,567 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-dcb14d35-93ef-43d-name 2018-10-06 15:13:28,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:28,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db47e0a5-5cde-4853-aa2d-4de2ec25a2ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:28,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/3ddfc47c9bde4127ba95a59649097dcf used request id req-db47e0a5-5cde-4853-aa2d-4de2ec25a2ab 2018-10-06 15:13:28,702 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-dcb14d35-93ef-43d-name-role 2018-10-06 15:13:28,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:28,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:13:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d56f407a-c1c3-4fe2-b8aa-5177a7c400ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:13:28,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/045db6e212e3404285c36beb53c3ec01 used request id req-d56f407a-c1c3-4fe2-b8aa-5177a7c400ae 2018-10-06 15:13:28,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916ba4b8c399302c0e889cdd015aa231eed47145" 2018-10-06 15:13:28,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9317fd9-6a7f-4ac6-8245-3424ff57135a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:13:28,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e9317fd9-6a7f-4ac6-8245-3424ff57135a 2018-10-06 15:13:28,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:29,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["fEO9i5ITQSKFpdHt7_0b5w"], "issued_at": "2018-10-06T15:13:29.000000Z"}} 2018-10-06 15:13:29,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30c232bcba492bdd39094c84f6df55f21056d401" 2018-10-06 15:13:29,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-42305340-dcc0-4a06-b2a8-d3f2b7d818ba Date: Sat, 06 Oct 2018 15:13: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"}}} 2018-10-06 15:13:29,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-42305340-dcc0-4a06-b2a8-d3f2b7d818ba 2018-10-06 15:13:29,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30c232bcba492bdd39094c84f6df55f21056d401" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a"}' 2018-10-06 15:13:30,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca X-Openstack-Request-Id: req-65bee593-03e5-4513-adc2-4dde6c2e72d7 Date: Sat, 06 Oct 2018 15:13:30 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:13:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:13:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca", "min_disk": 0, "protected": false, "id": "b0077f3e-6ad2-407a-aa3b-586bbef74bca", "file": "/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:13:30,674 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-65bee593-03e5-4513-adc2-4dde6c2e72d7 2018-10-06 15:13:30,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30c232bcba492bdd39094c84f6df55f21056d401" -d '' 2018-10-06 15:13:34,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4384e75a-0e06-4cd9-ab95-ad18a6b308a8 Date: Sat, 06 Oct 2018 15:13:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:13:34,750 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/file used request id req-4384e75a-0e06-4cd9-ab95-ad18a6b308a8 2018-10-06 15:13:34,751 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:13:34,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30c232bcba492bdd39094c84f6df55f21056d401" 2018-10-06 15:13:35,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-32ec2261-a233-4802-a5c9-fa859e25dca6 Date: Sat, 06 Oct 2018 15:13:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:13:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:13:34Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/snap", "metadata": {}}], "self": "/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca", "min_disk": 0, "protected": false, "id": "b0077f3e-6ad2-407a-aa3b-586bbef74bca", "file": "/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:13:35,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca used request id req-32ec2261-a233-4802-a5c9-fa859e25dca6 2018-10-06 15:13:35,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30c232bcba492bdd39094c84f6df55f21056d401" 2018-10-06 15:13:35,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c02ed7ce-fe9b-49ec-8bdc-c161e756d2c0 Date: Sat, 06 Oct 2018 15:13:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:13:35,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c02ed7ce-fe9b-49ec-8bdc-c161e756d2c0 2018-10-06 15:13:35,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30c232bcba492bdd39094c84f6df55f21056d401" 2018-10-06 15:13:36,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-6af85357-bfa7-431e-9a28-99e578ee5f7a Date: Sat, 06 Oct 2018 15:13:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:13:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:13:34Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/snap", "metadata": {}}], "self": "/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca", "min_disk": 0, "protected": false, "id": "b0077f3e-6ad2-407a-aa3b-586bbef74bca", "file": "/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a"} 2018-10-06 15:13:36,595 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a used request id req-6af85357-bfa7-431e-9a28-99e578ee5f7a 2018-10-06 15:13:36,596 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-25f8a0d8-7922-4e67-ba8d-1d19d219b37a 2018-10-06 15:13:36,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30c232bcba492bdd39094c84f6df55f21056d401" 2018-10-06 15:13:38,514 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e529a7c0-fd12-48fe-ad25-b40922dc5644 Date: Sat, 06 Oct 2018 15:13:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:13:38,514 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b0077f3e-6ad2-407a-aa3b-586bbef74bca used request id req-e529a7c0-fd12-48fe-ad25-b40922dc5644 2018-10-06 15:13:38,516 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-06 15:13:38,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:38,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["-VW3bbm5TlClFGaPAKQ0Tg"], "issued_at": "2018-10-06T15:13:38.000000Z"}} 2018-10-06 15:13:38,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:38,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671ef0b2-9146-43c6-a588-84930651b8f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:38,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-671ef0b2-9146-43c6-a588-84930651b8f7 2018-10-06 15:13:38,983 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net 2018-10-06 15:13:38,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" -d '{"network": {"name": "NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net", "admin_state_up": true}}' 2018-10-06 15:13:39,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c931a029-0da4-4baa-a307-90c23836d16d Date: Sat, 06 Oct 2018 15:13:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"eef31fb1-1a1d-4e4f-920c-e47c4bbb0206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:39Z","is_default":false,"provider:segmentation_id":22,"name":"NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:39Z","mtu":1450}} 2018-10-06 15:13:39,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c931a029-0da4-4baa-a307-90c23836d16d 2018-10-06 15:13:39,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:40,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a07f15b1-572b-44db-8353-6701dc57217b Date: Sat, 06 Oct 2018 15:13:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"eef31fb1-1a1d-4e4f-920c-e47c4bbb0206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:39Z","provider:segmentation_id":22,"name":"NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:39Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:40,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 used request id req-a07f15b1-572b-44db-8353-6701dc57217b 2018-10-06 15:13:40,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:40,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c256fd79-c02d-4650-a2f5-c7dc60684847 Date: Sat, 06 Oct 2018 15:13:40 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:13:40,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 used request id req-c256fd79-c02d-4650-a2f5-c7dc60684847 2018-10-06 15:13:40,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:40,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-861bcaa1-9ada-4a81-87d6-135260985ff0 Date: Sat, 06 Oct 2018 15:13:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"eef31fb1-1a1d-4e4f-920c-e47c4bbb0206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:39Z","provider:segmentation_id":22,"name":"NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:39Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:40,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 used request id req-861bcaa1-9ada-4a81-87d6-135260985ff0 2018-10-06 15:13:40,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:40,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b65a0a8a-6efd-4608-bd1a-0c168785b951 Date: Sat, 06 Oct 2018 15:13:40 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:13:40,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 used request id req-b65a0a8a-6efd-4608-bd1a-0c168785b951 2018-10-06 15:13:40,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:40,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2a79cb9c-c4fb-4e94-90f4-a1c1bec27973 Date: Sat, 06 Oct 2018 15:13:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"eef31fb1-1a1d-4e4f-920c-e47c4bbb0206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:39Z","provider:segmentation_id":22,"name":"NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:39Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:40,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net used request id req-2a79cb9c-c4fb-4e94-90f4-a1c1bec27973 2018-10-06 15:13:40,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:40,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:40,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:40,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e45b290-4b52-4353-a8e2-16782b60853a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:13:40,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-0e45b290-4b52-4353-a8e2-16782b60853a 2018-10-06 15:13:40,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:41,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-688cfde1-354c-40a8-95e6-9dab8fb34b45 Date: Sat, 06 Oct 2018 15:13:41 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:13:41,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 used request id req-688cfde1-354c-40a8-95e6-9dab8fb34b45 2018-10-06 15:13:41,138 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-20c8d56f-8e36-4b83-8e2a-5d0cc980eb95-pub-net 2018-10-06 15:13:41,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e0851e2983f0b7ce7ad1bcc70388c6d3278472" 2018-10-06 15:13:41,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a71d356-67c8-4455-a50d-f26dc5bce6f6 Date: Sat, 06 Oct 2018 15:13:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:41,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/eef31fb1-1a1d-4e4f-920c-e47c4bbb0206 used request id req-9a71d356-67c8-4455-a50d-f26dc5bce6f6 2018-10-06 15:13:41,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:42,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["kRRetmSPSGmG6scejSoTng"], "issued_at": "2018-10-06T15:13:42.000000Z"}} 2018-10-06 15:13:42,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e2ac708d0708a9a4e841c800b8999bc8cdd16b6" 2018-10-06 15:13:42,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6871ed-f41f-4d8e-831c-447cc23ba821 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:42,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9e6871ed-f41f-4d8e-831c-447cc23ba821 2018-10-06 15:13:42,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:42,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["BK-W7UsUQ96s4qXZ4WtNhw"], "issued_at": "2018-10-06T15:13:42.000000Z"}} 2018-10-06 15:13:42,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e17fd46f6fafce1fffbb987778e04de4659b5638" 2018-10-06 15:13:42,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b05dd20c-694f-42a4-ae4e-327e5f713e2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:42,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b05dd20c-694f-42a4-ae4e-327e5f713e2f 2018-10-06 15:13:42,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:43,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["0EH7u1jRT7yWD-ZF3OMzTA"], "issued_at": "2018-10-06T15:13:43.000000Z"}} 2018-10-06 15:13:43,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:43,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d24e205b-c6ac-4e25-8fe9-9bafeca46c81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:43,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d24e205b-c6ac-4e25-8fe9-9bafeca46c81 2018-10-06 15:13:43,381 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net 2018-10-06 15:13:43,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" -d '{"network": {"name": "NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net", "admin_state_up": true}}' 2018-10-06 15:13:43,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0a074b2c-5c1b-4393-9ac7-e85693405bdd Date: Sat, 06 Oct 2018 15:13:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:43Z","is_default":false,"provider:segmentation_id":67,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:43Z","mtu":1450}} 2018-10-06 15:13:43,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-0a074b2c-5c1b-4393-9ac7-e85693405bdd 2018-10-06 15:13:43,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:44,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-010cfbc6-be1e-436b-beef-f517ea8ef9eb Date: Sat, 06 Oct 2018 15:13:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:43Z","provider:segmentation_id":67,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:43Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:44,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 used request id req-010cfbc6-be1e-436b-beef-f517ea8ef9eb 2018-10-06 15:13:44,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:44,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5746137f-190f-4a9a-8abb-2753dcacd55d Date: Sat, 06 Oct 2018 15:13:44 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:13:44,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 used request id req-5746137f-190f-4a9a-8abb-2753dcacd55d 2018-10-06 15:13:44,234 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet 2018-10-06 15:13:44,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" -d '{"subnets": [{"ip_version": 4, "network_id": "7c777319-1d8f-48d0-9f84-e32bc0a16d00", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]}' 2018-10-06 15:13:45,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-00ab79b7-ebf6-4da9-aec6-f5bf1b89ead7 Date: Sat, 06 Oct 2018 15:13:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13:45Z","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":"3e37ce67de3843498eafb3187da04061","id":"6968ed21-1ca0-4aa0-b498-9d8b7d638fc7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]} 2018-10-06 15:13:45,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-00ab79b7-ebf6-4da9-aec6-f5bf1b89ead7 2018-10-06 15:13:45,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:45,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-24b557fa-c57d-4f15-8e73-2887e696c773 Date: Sat, 06 Oct 2018 15:13:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["6968ed21-1ca0-4aa0-b498-9d8b7d638fc7"],"description":"","tags":[],"updated_at":"2018-10-06T15:13:45Z","provider:segmentation_id":67,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:43Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:45,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 used request id req-24b557fa-c57d-4f15-8e73-2887e696c773 2018-10-06 15:13:45,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:46,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60ce2f77-2f87-4c83-9a0d-f269043a2845 Date: Sat, 06 Oct 2018 15:13:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"6968ed21-1ca0-4aa0-b498-9d8b7d638fc7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]} 2018-10-06 15:13:46,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 used request id req-60ce2f77-2f87-4c83-9a0d-f269043a2845 2018-10-06 15:13:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:47,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-baad9d78-192c-4b88-8c58-88197ca3e4f1 Date: Sat, 06 Oct 2018 15:13:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["6968ed21-1ca0-4aa0-b498-9d8b7d638fc7"],"description":"","tags":[],"updated_at":"2018-10-06T15:13:45Z","provider:segmentation_id":67,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:43Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:47,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net used request id req-baad9d78-192c-4b88-8c58-88197ca3e4f1 2018-10-06 15:13:47,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:47,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:47,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39d33eba-fb91-4184-a966-e6f1ec3b9e1e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:13:47,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-39d33eba-fb91-4184-a966-e6f1ec3b9e1e 2018-10-06 15:13:47,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:47,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bdfa2610-fb68-4111-8ff6-23563e082b9c Date: Sat, 06 Oct 2018 15:13:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"6968ed21-1ca0-4aa0-b498-9d8b7d638fc7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]} 2018-10-06 15:13:47,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 used request id req-bdfa2610-fb68-4111-8ff6-23563e082b9c 2018-10-06 15:13:47,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00&name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:47,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0e9bfa58-ef22-4a0c-9c6e-16d452016239 Date: Sat, 06 Oct 2018 15:13:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"6968ed21-1ca0-4aa0-b498-9d8b7d638fc7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]} 2018-10-06 15:13:47,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00&name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet used request id req-0e9bfa58-ef22-4a0c-9c6e-16d452016239 2018-10-06 15:13:47,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00&name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:47,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17025028-1e4f-4e00-89cb-3040808ff765 Date: Sat, 06 Oct 2018 15:13:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"6968ed21-1ca0-4aa0-b498-9d8b7d638fc7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]} 2018-10-06 15:13:47,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00&name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet used request id req-17025028-1e4f-4e00-89cb-3040808ff765 2018-10-06 15:13:47,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:48,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7e2685da-3fcb-4dce-b654-d514511fc035 Date: Sat, 06 Oct 2018 15:13:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"6968ed21-1ca0-4aa0-b498-9d8b7d638fc7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]} 2018-10-06 15:13:48,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7c777319-1d8f-48d0-9f84-e32bc0a16d00 used request id req-7e2685da-3fcb-4dce-b654-d514511fc035 2018-10-06 15:13:48,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:48,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-14d756bc-9560-4d9e-bc64-34e76a20ccb5 Date: Sat, 06 Oct 2018 15:13:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c777319-1d8f-48d0-9f84-e32bc0a16d00","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"6968ed21-1ca0-4aa0-b498-9d8b7d638fc7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet"}]} 2018-10-06 15:13:48,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet used request id req-14d756bc-9560-4d9e-bc64-34e76a20ccb5 2018-10-06 15:13:48,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:48,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17abba2-d6e3-4368-af9a-a2e1282c78f5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:13:48,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-e17abba2-d6e3-4368-af9a-a2e1282c78f5 2018-10-06 15:13:48,376 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet 2018-10-06 15:13:48,377 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-subnet 2018-10-06 15:13:48,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/6968ed21-1ca0-4aa0-b498-9d8b7d638fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:50,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47b7a294-3318-474e-bbe7-8823f9bd0461 Date: Sat, 06 Oct 2018 15:13:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:50,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6968ed21-1ca0-4aa0-b498-9d8b7d638fc7 used request id req-47b7a294-3318-474e-bbe7-8823f9bd0461 2018-10-06 15:13:50,867 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c03c0c89-7a49-4f1f-bfa3-33d4c4d8e107-pub-net 2018-10-06 15:13:50,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/7c777319-1d8f-48d0-9f84-e32bc0a16d00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da07c63e394b26023b6756dd0fe6c44e26e6ab" 2018-10-06 15:13:52,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e5d7623-f270-4892-bcc2-ead06d68f0a0 Date: Sat, 06 Oct 2018 15:13:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:52,544 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7c777319-1d8f-48d0-9f84-e32bc0a16d00 used request id req-2e5d7623-f270-4892-bcc2-ead06d68f0a0 2018-10-06 15:13:52,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:52,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["3zNcdmlURkWvO_CGB05YPw"], "issued_at": "2018-10-06T15:13:52.000000Z"}} 2018-10-06 15:13:52,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d908d49bd5d5f033286fc866e33fc5c65f0790b9" 2018-10-06 15:13:53,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9188d042-f8ac-452a-92cd-837a6cd98f23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:53,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9188d042-f8ac-452a-92cd-837a6cd98f23 2018-10-06 15:13:53,011 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-net 2018-10-06 15:13:53,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d908d49bd5d5f033286fc866e33fc5c65f0790b9" -d '{"network": {"name": "NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-net", "admin_state_up": true}}' 2018-10-06 15:13:53,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-cbfaa94e-ddc4-4f6d-9754-0901f82c993f Date: Sat, 06 Oct 2018 15:13: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":"3d27ae58-13bf-45a2-85d2-9309c2618b5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:53Z","is_default":false,"provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:53Z","mtu":1450}} 2018-10-06 15:13:53,530 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-cbfaa94e-ddc4-4f6d-9754-0901f82c993f 2018-10-06 15:13:53,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3d27ae58-13bf-45a2-85d2-9309c2618b5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d908d49bd5d5f033286fc866e33fc5c65f0790b9" 2018-10-06 15:13:53,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6ca560b6-5b23-4293-9f36-33876b12f03b Date: Sat, 06 Oct 2018 15:13:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d27ae58-13bf-45a2-85d2-9309c2618b5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:53Z","provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:53Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:53,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3d27ae58-13bf-45a2-85d2-9309c2618b5f used request id req-6ca560b6-5b23-4293-9f36-33876b12f03b 2018-10-06 15:13:53,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d27ae58-13bf-45a2-85d2-9309c2618b5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d908d49bd5d5f033286fc866e33fc5c65f0790b9" 2018-10-06 15:13:53,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-38d6a833-39ac-42d0-b835-5c517e948c0d Date: Sat, 06 Oct 2018 15:13:53 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:13:53,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d27ae58-13bf-45a2-85d2-9309c2618b5f used request id req-38d6a833-39ac-42d0-b835-5c517e948c0d 2018-10-06 15:13:53,957 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-subnet 2018-10-06 15:13:53,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d908d49bd5d5f033286fc866e33fc5c65f0790b9" -d '{"subnets": [{"ip_version": 4, "network_id": "3d27ae58-13bf-45a2-85d2-9309c2618b5f", "cidr": "", "name": "NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-subnet"}]}' 2018-10-06 15:13:54,124 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-6d9c3936-aac3-45a3-8b30-b957655364a3 Date: Sat, 06 Oct 2018 15:13:54 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 15:13:54,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-6d9c3936-aac3-45a3-8b30-b957655364a3 2018-10-06 15:13:54,124 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 15:13:54,125 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-subnet] for network [NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-net] 2018-10-06 15:13:54,125 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-3da83572-93e0-467f-aa6a-11e6d7bface9-pub-net 2018-10-06 15:13:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/3d27ae58-13bf-45a2-85d2-9309c2618b5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d908d49bd5d5f033286fc866e33fc5c65f0790b9" 2018-10-06 15:13:55,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b624ab88-efa3-4578-8e71-65060a74008e Date: Sat, 06 Oct 2018 15:13:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:13:55,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3d27ae58-13bf-45a2-85d2-9309c2618b5f used request id req-b624ab88-efa3-4578-8e71-65060a74008e 2018-10-06 15:13:55,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:13:55,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["_ddfKIwnTNGKLkVf70nD4w"], "issued_at": "2018-10-06T15:13:55.000000Z"}} 2018-10-06 15:13:55,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:55,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d38eac0f-c0a1-42f9-88ac-62c6d984905f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:13:55,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d38eac0f-c0a1-42f9-88ac-62c6d984905f 2018-10-06 15:13:55,517 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net 2018-10-06 15:13:55,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" -d '{"network": {"name": "NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net", "admin_state_up": true}}' 2018-10-06 15:13:55,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6291c73c-111b-4ce5-9ec6-64673c997a9d Date: Sat, 06 Oct 2018 15:13: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":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:55Z","is_default":false,"provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:55Z","mtu":1450}} 2018-10-06 15:13:55,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-6291c73c-111b-4ce5-9ec6-64673c997a9d 2018-10-06 15:13:55,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:56,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a0428aeb-26a9-4fb8-8026-e15d74ffea96 Date: Sat, 06 Oct 2018 15:13:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:13:55Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:55Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:56,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 used request id req-a0428aeb-26a9-4fb8-8026-e15d74ffea96 2018-10-06 15:13:56,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:56,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ea6b7d4f-a68a-4572-a112-ebb5704df9e6 Date: Sat, 06 Oct 2018 15:13:56 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:13:56,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 used request id req-ea6b7d4f-a68a-4572-a112-ebb5704df9e6 2018-10-06 15:13:56,340 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet 2018-10-06 15:13:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" -d '{"subnets": [{"ip_version": 4, "network_id": "4ac83772-eb4f-41f8-92ba-bf9ed59c20c2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet"}]}' 2018-10-06 15:13:56,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cd3d864e-8ee4-4fdf-a24d-086426712d7f Date: Sat, 06 Oct 2018 15:13:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:56Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13: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":"3e37ce67de3843498eafb3187da04061","id":"63ae311c-4ae6-4a9d-8708-687a43338486","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet"}]} 2018-10-06 15:13:56,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-cd3d864e-8ee4-4fdf-a24d-086426712d7f 2018-10-06 15:13:56,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:57,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2db87153-9421-4142-8be8-c263d6d999e9 Date: Sat, 06 Oct 2018 15:13:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["63ae311c-4ae6-4a9d-8708-687a43338486"],"description":"","tags":[],"updated_at":"2018-10-06T15:13:56Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:55Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:57,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 used request id req-2db87153-9421-4142-8be8-c263d6d999e9 2018-10-06 15:13:57,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:57,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae793542-99ca-4df0-b3d0-b8cbdb5c7a80 Date: Sat, 06 Oct 2018 15:13:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:56Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13: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":"3e37ce67de3843498eafb3187da04061","id":"63ae311c-4ae6-4a9d-8708-687a43338486","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet"}]} 2018-10-06 15:13:57,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 used request id req-ae793542-99ca-4df0-b3d0-b8cbdb5c7a80 2018-10-06 15:13:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:57,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8fcc9fca-775c-4575-bdc7-a81dcb32786c Date: Sat, 06 Oct 2018 15:13:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["63ae311c-4ae6-4a9d-8708-687a43338486"],"description":"","tags":[],"updated_at":"2018-10-06T15:13:56Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:55Z","provider:network_type":"vxlan"}]} 2018-10-06 15:13:57,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net used request id req-8fcc9fca-775c-4575-bdc7-a81dcb32786c 2018-10-06 15:13:57,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:13:57,641 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:13:57,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:57,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f80de7f-aa47-41b1-9e6c-7bd097966f67 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:13:57,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-7f80de7f-aa47-41b1-9e6c-7bd097966f67 2018-10-06 15:13:57,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:57,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6d515d0f-bd6a-4656-886c-0a576edfdfd0 Date: Sat, 06 Oct 2018 15:13:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:56Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13: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":"3e37ce67de3843498eafb3187da04061","id":"63ae311c-4ae6-4a9d-8708-687a43338486","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet"}]} 2018-10-06 15:13:57,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 used request id req-6d515d0f-bd6a-4656-886c-0a576edfdfd0 2018-10-06 15:13:57,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2&name=NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:58,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1b7971a3-685d-4230-b59f-25fc55749203 Date: Sat, 06 Oct 2018 15:13:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:56Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13: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":"3e37ce67de3843498eafb3187da04061","id":"63ae311c-4ae6-4a9d-8708-687a43338486","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet"}]} 2018-10-06 15:13:58,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2&name=NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet used request id req-1b7971a3-685d-4230-b59f-25fc55749203 2018-10-06 15:13:58,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2&name=NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:58,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45efd358-9bc6-4886-b79b-3bdcfec8023b Date: Sat, 06 Oct 2018 15:13:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:56Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13: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":"3e37ce67de3843498eafb3187da04061","id":"63ae311c-4ae6-4a9d-8708-687a43338486","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet"}]} 2018-10-06 15:13:58,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2&name=NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet used request id req-45efd358-9bc6-4886-b79b-3bdcfec8023b 2018-10-06 15:13:58,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:13:58,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb86c38f-558f-4c4d-b1ce-e0a1343659c0 Date: Sat, 06 Oct 2018 15:13:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ac83772-eb4f-41f8-92ba-bf9ed59c20c2","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:13:56Z","dns_nameservers":[],"updated_at":"2018-10-06T15:13: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":"3e37ce67de3843498eafb3187da04061","id":"63ae311c-4ae6-4a9d-8708-687a43338486","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet"}]} 2018-10-06 15:13:58,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 used request id req-eb86c38f-558f-4c4d-b1ce-e0a1343659c0 2018-10-06 15:13:58,460 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet 2018-10-06 15:13:58,461 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-subnet 2018-10-06 15:13:58,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/63ae311c-4ae6-4a9d-8708-687a43338486 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:14:00,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ef88520-e6f0-49af-84f9-90213963ff52 Date: Sat, 06 Oct 2018 15:14:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:00,129 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/63ae311c-4ae6-4a9d-8708-687a43338486 used request id req-0ef88520-e6f0-49af-84f9-90213963ff52 2018-10-06 15:14:00,129 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-fe986277-97f0-4116-ad46-35cbc58d5f33-pub-net 2018-10-06 15:14:00,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fab6176993d750bdd50fff2184948b0ca143615" 2018-10-06 15:14:01,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c700d2ac-656d-4390-9a9d-35e4afc7dade Date: Sat, 06 Oct 2018 15:14:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:01,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4ac83772-eb4f-41f8-92ba-bf9ed59c20c2 used request id req-c700d2ac-656d-4390-9a9d-35e4afc7dade 2018-10-06 15:14:01,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:02,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Yd80uq7-S7umpvQWon7C0A"], "issued_at": "2018-10-06T15:14:02.000000Z"}} 2018-10-06 15:14:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d083c0eec703db13bab31704d6418fbec798bd" 2018-10-06 15:14:02,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5be8b7-01fd-4d76-826b-256b2ba40824 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:02,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cc5be8b7-01fd-4d76-826b-256b2ba40824 2018-10-06 15:14:02,303 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-net 2018-10-06 15:14:02,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d083c0eec703db13bab31704d6418fbec798bd" -d '{"network": {"name": "NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-net", "admin_state_up": true}}' 2018-10-06 15:14:02,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-ed791222-644f-485d-9197-54c9e333c5e4 Date: Sat, 06 Oct 2018 15:14: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":"c53010ab-293c-41a9-bed2-ff377fe85bbb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:02Z","is_default":false,"provider:segmentation_id":2,"name":"NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:02Z","mtu":1450}} 2018-10-06 15:14:02,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-ed791222-644f-485d-9197-54c9e333c5e4 2018-10-06 15:14:02,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c53010ab-293c-41a9-bed2-ff377fe85bbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d083c0eec703db13bab31704d6418fbec798bd" 2018-10-06 15:14:02,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-3145de5a-5f82-4d20-98e3-ebb89a63bb9f Date: Sat, 06 Oct 2018 15:14:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c53010ab-293c-41a9-bed2-ff377fe85bbb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:02Z","provider:segmentation_id":2,"name":"NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:02Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:02,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c53010ab-293c-41a9-bed2-ff377fe85bbb used request id req-3145de5a-5f82-4d20-98e3-ebb89a63bb9f 2018-10-06 15:14:02,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c53010ab-293c-41a9-bed2-ff377fe85bbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d083c0eec703db13bab31704d6418fbec798bd" 2018-10-06 15:14:03,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-76c408c9-03a9-490d-b3bb-e6a5c2b1a348 Date: Sat, 06 Oct 2018 15:14:03 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:14:03,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c53010ab-293c-41a9-bed2-ff377fe85bbb used request id req-76c408c9-03a9-490d-b3bb-e6a5c2b1a348 2018-10-06 15:14:03,160 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-subnet 2018-10-06 15:14:03,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d083c0eec703db13bab31704d6418fbec798bd" -d '{"subnets": [{"ip_version": 4, "network_id": "c53010ab-293c-41a9-bed2-ff377fe85bbb", "cidr": null, "name": "NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-subnet"}]}' 2018-10-06 15:14:03,464 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-12b22cb1-4639-4783-b9a9-ad00944eea6a Date: Sat, 06 Oct 2018 15:14:03 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-06 15:14:03,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-12b22cb1-4639-4783-b9a9-ad00944eea6a 2018-10-06 15:14:03,464 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-06 15:14:03,465 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-subnet] for network [NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-net] 2018-10-06 15:14:03,465 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-2b88dae5-d131-4366-a379-c3f76cc6c10d-pub-net 2018-10-06 15:14:03,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/c53010ab-293c-41a9-bed2-ff377fe85bbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d083c0eec703db13bab31704d6418fbec798bd" 2018-10-06 15:14:04,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49fa6d99-9069-496b-b26a-77d6404b6bcc Date: Sat, 06 Oct 2018 15:14:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:04,582 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c53010ab-293c-41a9-bed2-ff377fe85bbb used request id req-49fa6d99-9069-496b-b26a-77d6404b6bcc 2018-10-06 15:14:04,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:04,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["tyAlQ0AVTCW2LVNl7h6p7A"], "issued_at": "2018-10-06T15:14:04.000000Z"}} 2018-10-06 15:14:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:05,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-564496e9-1e42-427e-8631-2ae84b2fc4c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:05,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-564496e9-1e42-427e-8631-2ae84b2fc4c8 2018-10-06 15:14:05,059 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net 2018-10-06 15:14:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" -d '{"network": {"name": "NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net", "admin_state_up": true}}' 2018-10-06 15:14:06,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-b4387994-861e-42b1-b0fd-f246da7164c8 Date: Sat, 06 Oct 2018 15:14:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"291bdf09-a4d2-4de8-9d12-ddabbe80b843","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:06Z","is_default":false,"provider:segmentation_id":4,"name":"NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:06Z","mtu":1450}} 2018-10-06 15:14:06,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-b4387994-861e-42b1-b0fd-f246da7164c8 2018-10-06 15:14:06,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:06,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-60edbda8-67ea-4e08-9fbd-3508220b17ba Date: Sat, 06 Oct 2018 15:14:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"291bdf09-a4d2-4de8-9d12-ddabbe80b843","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:06Z","provider:segmentation_id":4,"name":"NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:06Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:06,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 used request id req-60edbda8-67ea-4e08-9fbd-3508220b17ba 2018-10-06 15:14:06,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:06,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a96b1366-4a64-4599-89ba-72ad52335740 Date: Sat, 06 Oct 2018 15:14:06 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:14:06,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 used request id req-a96b1366-4a64-4599-89ba-72ad52335740 2018-10-06 15:14:06,702 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-subnet 2018-10-06 15:14:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" -d '{"subnets": [{"ip_version": 4, "network_id": "291bdf09-a4d2-4de8-9d12-ddabbe80b843", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-subnet"}]}' 2018-10-06 15:14:07,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-43dbc261-0ed4-468f-8d27-d6ad2ad16dae Date: Sat, 06 Oct 2018 15:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"291bdf09-a4d2-4de8-9d12-ddabbe80b843","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:06Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"15baa22d-3078-4e94-ac30-3325cb62a05c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-subnet"}]} 2018-10-06 15:14:07,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-43dbc261-0ed4-468f-8d27-d6ad2ad16dae 2018-10-06 15:14:07,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:07,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-ee4fb742-0220-4ad2-96df-b3c107e3cd94 Date: Sat, 06 Oct 2018 15:14:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"291bdf09-a4d2-4de8-9d12-ddabbe80b843","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["15baa22d-3078-4e94-ac30-3325cb62a05c"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:06Z","provider:segmentation_id":4,"name":"NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:06Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:07,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 used request id req-ee4fb742-0220-4ad2-96df-b3c107e3cd94 2018-10-06 15:14:07,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:07,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a21ba6af-6767-476d-8fa3-fa61ef7e6cf7 Date: Sat, 06 Oct 2018 15:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"291bdf09-a4d2-4de8-9d12-ddabbe80b843","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"15baa22d-3078-4e94-ac30-3325cb62a05c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-subnet"}]} 2018-10-06 15:14:07,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 used request id req-a21ba6af-6767-476d-8fa3-fa61ef7e6cf7 2018-10-06 15:14:07,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:07,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-3337d524-1751-4651-a485-a78277f381e2 Date: Sat, 06 Oct 2018 15:14:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"291bdf09-a4d2-4de8-9d12-ddabbe80b843","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["15baa22d-3078-4e94-ac30-3325cb62a05c"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:06Z","provider:segmentation_id":4,"name":"NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:06Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:07,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net used request id req-3337d524-1751-4651-a485-a78277f381e2 2018-10-06 15:14:07,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:14:07,878 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:14: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:14:07,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:07,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1632e94-a6a0-4233-ae8c-1540f12bf954 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:07,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-a1632e94-a6a0-4233-ae8c-1540f12bf954 2018-10-06 15:14:07,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:08,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-79ce56d4-7789-4b3b-a82b-89cae5992959 Date: Sat, 06 Oct 2018 15:14:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"291bdf09-a4d2-4de8-9d12-ddabbe80b843","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"15baa22d-3078-4e94-ac30-3325cb62a05c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-subnet"}]} 2018-10-06 15:14:08,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=291bdf09-a4d2-4de8-9d12-ddabbe80b843 used request id req-79ce56d4-7789-4b3b-a82b-89cae5992959 2018-10-06 15:14:08,043 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-subnet 2018-10-06 15:14:08,043 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-subnet 2018-10-06 15:14:08,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/15baa22d-3078-4e94-ac30-3325cb62a05c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:09,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c941a8c7-2082-4cef-b67b-f014f5829e90 Date: Sat, 06 Oct 2018 15:14:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:09,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/15baa22d-3078-4e94-ac30-3325cb62a05c used request id req-c941a8c7-2082-4cef-b67b-f014f5829e90 2018-10-06 15:14:09,743 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-0dce7a10-2bbf-4e72-9c77-d84ec57ca723-pub-net 2018-10-06 15:14:09,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/291bdf09-a4d2-4de8-9d12-ddabbe80b843 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86acc6ca69541ae7bd4f1bda6e4be8b39466e6fb" 2018-10-06 15:14:11,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5550581c-b842-41b3-9ace-b24b9eeb429f Date: Sat, 06 Oct 2018 15:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:11,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/291bdf09-a4d2-4de8-9d12-ddabbe80b843 used request id req-5550581c-b842-41b3-9ace-b24b9eeb429f 2018-10-06 15:14:11,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:11,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["iuA8zOLNTOa_WuD2seWiMQ"], "issued_at": "2018-10-06T15:14:11.000000Z"}} 2018-10-06 15:14:11,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:11,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4044b84-6513-4ced-b3e5-873ddb6c5936 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:11,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b4044b84-6513-4ced-b3e5-873ddb6c5936 2018-10-06 15:14:11,844 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net 2018-10-06 15:14:11,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" -d '{"network": {"name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net", "admin_state_up": true}}' 2018-10-06 15:14:12,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-491aeb37-8e48-4487-a42d-14d530ddbf54 Date: Sat, 06 Oct 2018 15:14:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b06f17b0-b675-471e-9616-43c18e535422","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:12Z","is_default":false,"provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:12Z","mtu":1450}} 2018-10-06 15:14:12,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-491aeb37-8e48-4487-a42d-14d530ddbf54 2018-10-06 15:14:12,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b06f17b0-b675-471e-9616-43c18e535422 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:13,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2a424304-d0d4-4338-afa0-4f44a7302b24 Date: Sat, 06 Oct 2018 15:14:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b06f17b0-b675-471e-9616-43c18e535422","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:12Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:12Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:13,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b06f17b0-b675-471e-9616-43c18e535422 used request id req-2a424304-d0d4-4338-afa0-4f44a7302b24 2018-10-06 15:14:13,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:13,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4161a61d-160d-4600-bcec-77493b316cd1 Date: Sat, 06 Oct 2018 15:14:13 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:14:13,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422 used request id req-4161a61d-160d-4600-bcec-77493b316cd1 2018-10-06 15:14:13,524 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet 2018-10-06 15:14:13,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" -d '{"subnets": [{"ip_version": 4, "network_id": "b06f17b0-b675-471e-9616-43c18e535422", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet"}]}' 2018-10-06 15:14:14,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df9764ee-8e78-4386-8676-6accae9a3dd7 Date: Sat, 06 Oct 2018 15:14:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06f17b0-b675-471e-9616-43c18e535422","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:13Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:13Z","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":"3e37ce67de3843498eafb3187da04061","id":"11579f5d-48a2-4e39-9557-4e8541967685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet"}]} 2018-10-06 15:14:14,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-df9764ee-8e78-4386-8676-6accae9a3dd7 2018-10-06 15:14:14,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b06f17b0-b675-471e-9616-43c18e535422 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:14,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ce3b2792-de31-429b-b887-b65dc49dfd6a Date: Sat, 06 Oct 2018 15:14:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b06f17b0-b675-471e-9616-43c18e535422","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["11579f5d-48a2-4e39-9557-4e8541967685"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:13Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:12Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:14,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b06f17b0-b675-471e-9616-43c18e535422 used request id req-ce3b2792-de31-429b-b887-b65dc49dfd6a 2018-10-06 15:14:14,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:14,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a95319f0-3432-4c17-aef9-f2f1c16de2fb Date: Sat, 06 Oct 2018 15:14:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06f17b0-b675-471e-9616-43c18e535422","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:13Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"11579f5d-48a2-4e39-9557-4e8541967685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet"}]} 2018-10-06 15:14:14,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422 used request id req-a95319f0-3432-4c17-aef9-f2f1c16de2fb 2018-10-06 15:14:14,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:14,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-79cb396c-8556-4df4-b12d-a0582eed1b0f Date: Sat, 06 Oct 2018 15:14:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b06f17b0-b675-471e-9616-43c18e535422","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["11579f5d-48a2-4e39-9557-4e8541967685"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:13Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:12Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:14,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net used request id req-79cb396c-8556-4df4-b12d-a0582eed1b0f 2018-10-06 15:14:14,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:14:14,904 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:14: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:14:14,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:14,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220ea0e3-6c08-45e9-8d60-7bdaa1693633 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:14,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-220ea0e3-6c08-45e9-8d60-7bdaa1693633 2018-10-06 15:14:14,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:15,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2b05acc9-2904-456c-b509-06ce9159942b Date: Sat, 06 Oct 2018 15:14:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06f17b0-b675-471e-9616-43c18e535422","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:13Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"11579f5d-48a2-4e39-9557-4e8541967685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet"}]} 2018-10-06 15:14:15,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422 used request id req-2b05acc9-2904-456c-b509-06ce9159942b 2018-10-06 15:14:15,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422&name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:15,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-575e86a3-d121-4141-b88a-6dc56748ab1c Date: Sat, 06 Oct 2018 15:14:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06f17b0-b675-471e-9616-43c18e535422","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:13Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"11579f5d-48a2-4e39-9557-4e8541967685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet"}]} 2018-10-06 15:14:15,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b06f17b0-b675-471e-9616-43c18e535422&name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet used request id req-575e86a3-d121-4141-b88a-6dc56748ab1c 2018-10-06 15:14:15,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:14:15,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:15,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["ifBfk_7cRAmpeAjPHj6Jeg"], "issued_at": "2018-10-06T15:14:15.000000Z"}} 2018-10-06 15:14:15,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1a7e78c0c084eaef7b4c2e4709ad083fd6448a" 2018-10-06 15:14:15,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2affdb67-5bc2-45bc-841b-d88f69cc8ba1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:15,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2affdb67-5bc2-45bc-841b-d88f69cc8ba1 2018-10-06 15:14:15,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:15,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ae10f18f-3824-4dfd-9a7b-326cbd7979f3 Date: Sat, 06 Oct 2018 15:14:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:14:15,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-ae10f18f-3824-4dfd-9a7b-326cbd7979f3 2018-10-06 15:14:15,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:16,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b3c17de7-be6e-4d88-aea8-a1a29d956854 Date: Sat, 06 Oct 2018 15:14:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:14:16,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-b3c17de7-be6e-4d88-aea8-a1a29d956854 2018-10-06 15:14:16,205 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router 2018-10-06 15:14:16,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router", "admin_state_up": true}}' 2018-10-06 15:14:19,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-67209f15-b90a-4a95-8847-e2f1070f404a Date: Sat, 06 Oct 2018 15:14:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:19Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "22578dc7-3818-4c10-9403-9e281d55a37c", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}} 2018-10-06 15:14:19,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-67209f15-b90a-4a95-8847-e2f1070f404a 2018-10-06 15:14:19,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=22578dc7-3818-4c10-9403-9e281d55a37c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:19,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-64492255-e861-404e-a5d3-9a7a63633d4e Date: Sat, 06 Oct 2018 15:14:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.200"}],"id":"a18333e5-b3a5-4729-942b-47aa4251d09f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cb:f9:c7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"22578dc7-3818-4c10-9403-9e281d55a37c","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:19Z","binding:vnic_type":"normal"}]} 2018-10-06 15:14:19,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=22578dc7-3818-4c10-9403-9e281d55a37c used request id req-64492255-e861-404e-a5d3-9a7a63633d4e 2018-10-06 15:14:19,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:20,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-72eea21b-9cc6-4e34-9e64-cf50919a1a5e Date: Sat, 06 Oct 2018 15:14:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:14:20,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-72eea21b-9cc6-4e34-9e64-cf50919a1a5e 2018-10-06 15:14:20,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:20,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-291e3560-9ff3-4040-9191-4856cf82b2d5 Date: Sat, 06 Oct 2018 15:14:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:19Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "22578dc7-3818-4c10-9403-9e281d55a37c", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:17Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "43683cd4-5cce-4358-aa04-dc2e33f1e7c8", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:18Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "a119a412-cf4b-4bce-aa6b-dc63421c96d1", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}]} 2018-10-06 15:14:20,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router used request id req-291e3560-9ff3-4040-9191-4856cf82b2d5 2018-10-06 15:14:20,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:20,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463dc0c2-7dae-4947-b904-41342de7dbfe Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:20,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-463dc0c2-7dae-4947-b904-41342de7dbfe 2018-10-06 15:14:20,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=22578dc7-3818-4c10-9403-9e281d55a37c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:20,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a18fe22a-a20f-4aef-8414-49b80f44e598 Date: Sat, 06 Oct 2018 15:14:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.200"}],"id":"a18333e5-b3a5-4729-942b-47aa4251d09f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cb:f9:c7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"22578dc7-3818-4c10-9403-9e281d55a37c","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:19Z","binding:vnic_type":"normal"}]} 2018-10-06 15:14:20,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=22578dc7-3818-4c10-9403-9e281d55a37c used request id req-a18fe22a-a20f-4aef-8414-49b80f44e598 2018-10-06 15:14:20,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:20,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0b2b0f71-920b-4fdb-8f24-e183a6710c7e Date: Sat, 06 Oct 2018 15:14:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:14:20,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-0b2b0f71-920b-4fdb-8f24-e183a6710c7e 2018-10-06 15:14:20,830 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router 2018-10-06 15:14:20,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/22578dc7-3818-4c10-9403-9e281d55a37c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" -d '{"subnet_id": "11579f5d-48a2-4e39-9557-4e8541967685"}' 2018-10-06 15:14:22,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f752538-6bd0-4eda-a64b-c471270bcc90 Date: Sat, 06 Oct 2018 15:14:22 GMT RESP BODY: {"network_id": "b06f17b0-b675-471e-9616-43c18e535422", "tenant_id": "3e37ce67de3843498eafb3187da04061", "subnet_id": "11579f5d-48a2-4e39-9557-4e8541967685", "subnet_ids": ["11579f5d-48a2-4e39-9557-4e8541967685"], "port_id": "decd55d8-8721-4621-88c6-054cffe6b834", "id": "22578dc7-3818-4c10-9403-9e281d55a37c"} 2018-10-06 15:14:22,288 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/22578dc7-3818-4c10-9403-9e281d55a37c/add_router_interface used request id req-8f752538-6bd0-4eda-a64b-c471270bcc90 2018-10-06 15:14:22,288 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router 2018-10-06 15:14:22,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/22578dc7-3818-4c10-9403-9e281d55a37c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" -d '{"subnet_id": "11579f5d-48a2-4e39-9557-4e8541967685"}' 2018-10-06 15:14:23,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b3218ac1-1b1f-4092-9836-16dc7364a0b2 Date: Sat, 06 Oct 2018 15:14:23 GMT RESP BODY: {"network_id": "b06f17b0-b675-471e-9616-43c18e535422", "tenant_id": "3e37ce67de3843498eafb3187da04061", "subnet_id": "11579f5d-48a2-4e39-9557-4e8541967685", "subnet_ids": ["11579f5d-48a2-4e39-9557-4e8541967685"], "port_id": "decd55d8-8721-4621-88c6-054cffe6b834", "id": "22578dc7-3818-4c10-9403-9e281d55a37c"} 2018-10-06 15:14:23,543 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/22578dc7-3818-4c10-9403-9e281d55a37c/remove_router_interface used request id req-b3218ac1-1b1f-4092-9836-16dc7364a0b2 2018-10-06 15:14:23,543 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router 2018-10-06 15:14:23,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/22578dc7-3818-4c10-9403-9e281d55a37c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:24,717 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af689dcb-a990-410c-91e6-f28aa28f346a Content-Length: 0 Date: Sat, 06 Oct 2018 15:14:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:24,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/22578dc7-3818-4c10-9403-9e281d55a37c used request id req-af689dcb-a990-410c-91e6-f28aa28f346a 2018-10-06 15:14:24,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:24,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-21d28439-ad0f-4d6a-af88-0cceefd1ae09 Date: Sat, 06 Oct 2018 15:14:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:17Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "43683cd4-5cce-4358-aa04-dc2e33f1e7c8", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:18Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "a119a412-cf4b-4bce-aa6b-dc63421c96d1", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}]} 2018-10-06 15:14:24,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router used request id req-21d28439-ad0f-4d6a-af88-0cceefd1ae09 2018-10-06 15:14:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:24,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9926eeb0-6bfd-4e2b-904c-3e22e79e70a4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:24,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-9926eeb0-6bfd-4e2b-904c-3e22e79e70a4 2018-10-06 15:14:24,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=43683cd4-5cce-4358-aa04-dc2e33f1e7c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:25,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2c045631-70ce-4673-bcc2-661962ce09ed Date: Sat, 06 Oct 2018 15:14:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.207"}],"id":"2249d074-d2cb-4cc3-94cb-6902a5c156f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:b7:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"43683cd4-5cce-4358-aa04-dc2e33f1e7c8","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:16Z","binding:vnic_type":"normal"}]} 2018-10-06 15:14:25,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=43683cd4-5cce-4358-aa04-dc2e33f1e7c8 used request id req-2c045631-70ce-4673-bcc2-661962ce09ed 2018-10-06 15:14:25,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:25,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d0232409-615f-447b-9bc0-d17b428399eb Date: Sat, 06 Oct 2018 15:14:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:14:25,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-d0232409-615f-447b-9bc0-d17b428399eb 2018-10-06 15:14:25,333 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet 2018-10-06 15:14:25,333 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-subnet 2018-10-06 15:14:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/11579f5d-48a2-4e39-9557-4e8541967685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:27,446 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d4d24d6-2588-4b72-b5d5-a7f7b479137d Date: Sat, 06 Oct 2018 15:14:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:27,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/11579f5d-48a2-4e39-9557-4e8541967685 used request id req-0d4d24d6-2588-4b72-b5d5-a7f7b479137d 2018-10-06 15:14:27,447 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-net 2018-10-06 15:14:27,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/b06f17b0-b675-471e-9616-43c18e535422 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3106fba94c2a65da4df68e6514a216b2ed4c3264" 2018-10-06 15:14:29,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47b9c083-2ad0-4657-8d27-8f977c50b877 Date: Sat, 06 Oct 2018 15:14:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:29,369 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b06f17b0-b675-471e-9616-43c18e535422 used request id req-47b9c083-2ad0-4657-8d27-8f977c50b877 2018-10-06 15:14:29,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:29,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["HOp23L8VROyHovT3vAuJMA"], "issued_at": "2018-10-06T15:14:29.000000Z"}} 2018-10-06 15:14:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:29,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2c2c3d-cf2c-4e2f-b634-9df31159b102 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:29,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1e2c2c3d-cf2c-4e2f-b634-9df31159b102 2018-10-06 15:14:29,861 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net 2018-10-06 15:14:29,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" -d '{"network": {"name": "NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net", "admin_state_up": true}}' 2018-10-06 15:14:30,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1c6a68e6-045a-49d2-b47f-b04c4fd9ca45 Date: Sat, 06 Oct 2018 15:14: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":"368e83f9-7bf1-49e5-aad5-8cd490bba474","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:30Z","is_default":false,"provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:30Z","mtu":1450}} 2018-10-06 15:14:30,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-1c6a68e6-045a-49d2-b47f-b04c4fd9ca45 2018-10-06 15:14:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=368e83f9-7bf1-49e5-aad5-8cd490bba474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:30,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3fca8d6f-d9e5-4ead-b508-877b7bc303b7 Date: Sat, 06 Oct 2018 15:14:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"368e83f9-7bf1-49e5-aad5-8cd490bba474","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:30Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:30Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:30,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=368e83f9-7bf1-49e5-aad5-8cd490bba474 used request id req-3fca8d6f-d9e5-4ead-b508-877b7bc303b7 2018-10-06 15:14:30,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=368e83f9-7bf1-49e5-aad5-8cd490bba474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:30,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b361e35f-57e1-40bb-9c5c-f723fcd7de70 Date: Sat, 06 Oct 2018 15:14:30 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:14:30,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=368e83f9-7bf1-49e5-aad5-8cd490bba474 used request id req-b361e35f-57e1-40bb-9c5c-f723fcd7de70 2018-10-06 15:14:30,776 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet 2018-10-06 15:14:30,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" -d '{"subnets": [{"ip_version": 4, "network_id": "368e83f9-7bf1-49e5-aad5-8cd490bba474", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet"}]}' 2018-10-06 15:14:31,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8567c82c-c812-4876-b6ee-c634f1fea77b Date: Sat, 06 Oct 2018 15:14:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368e83f9-7bf1-49e5-aad5-8cd490bba474","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:31Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"ab709340-6de2-4087-95f2-e2fa1044ef6d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet"}]} 2018-10-06 15:14:31,338 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-8567c82c-c812-4876-b6ee-c634f1fea77b 2018-10-06 15:14:31,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=368e83f9-7bf1-49e5-aad5-8cd490bba474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:31,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7c61c312-12e2-4e01-9957-c443a1a7bdd8 Date: Sat, 06 Oct 2018 15:14:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"368e83f9-7bf1-49e5-aad5-8cd490bba474","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["ab709340-6de2-4087-95f2-e2fa1044ef6d"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:31Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:30Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:31,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=368e83f9-7bf1-49e5-aad5-8cd490bba474 used request id req-7c61c312-12e2-4e01-9957-c443a1a7bdd8 2018-10-06 15:14:31,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=368e83f9-7bf1-49e5-aad5-8cd490bba474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:31,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-026ec0a5-29bb-4d3c-97bd-b628126ff5e5 Date: Sat, 06 Oct 2018 15:14:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368e83f9-7bf1-49e5-aad5-8cd490bba474","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:31Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"ab709340-6de2-4087-95f2-e2fa1044ef6d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet"}]} 2018-10-06 15:14:31,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=368e83f9-7bf1-49e5-aad5-8cd490bba474 used request id req-026ec0a5-29bb-4d3c-97bd-b628126ff5e5 2018-10-06 15:14:31,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:31,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e2b29037-e515-4cfb-bcb7-640f7294dad2 Date: Sat, 06 Oct 2018 15:14:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"368e83f9-7bf1-49e5-aad5-8cd490bba474","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["ab709340-6de2-4087-95f2-e2fa1044ef6d"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:31Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:30Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:31,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net used request id req-e2b29037-e515-4cfb-bcb7-640f7294dad2 2018-10-06 15:14:31,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:14:31,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:14: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:14:31,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:31,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66e5e836-841e-4482-aecb-89a2db37e0c9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:31,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-66e5e836-841e-4482-aecb-89a2db37e0c9 2018-10-06 15:14:31,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=368e83f9-7bf1-49e5-aad5-8cd490bba474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:32,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-433ca2f7-e45f-4ecb-b3d0-42d20c00e460 Date: Sat, 06 Oct 2018 15:14:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368e83f9-7bf1-49e5-aad5-8cd490bba474","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:31Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"ab709340-6de2-4087-95f2-e2fa1044ef6d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet"}]} 2018-10-06 15:14:32,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=368e83f9-7bf1-49e5-aad5-8cd490bba474 used request id req-433ca2f7-e45f-4ecb-b3d0-42d20c00e460 2018-10-06 15:14:32,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:14:32,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:32,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["ULELEXzwRf6hlidZDxpk5A"], "issued_at": "2018-10-06T15:14:32.000000Z"}} 2018-10-06 15:14:32,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94366a18a29c020cb88e86174f7f4b308c6bc63f" 2018-10-06 15:14:32,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465c8b7d-52f8-4af7-9465-652f8aff8e1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:32,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-465c8b7d-52f8-4af7-9465-652f8aff8e1a 2018-10-06 15:14:32,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:32,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c2d79c7a-2ef2-496d-bb40-1cf97ec82b6a Date: Sat, 06 Oct 2018 15:14:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:14:32,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-c2d79c7a-2ef2-496d-bb40-1cf97ec82b6a 2018-10-06 15:14:32,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:32,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-7baadcf5-66e6-44f4-bab6-48353d157520 Date: Sat, 06 Oct 2018 15:14:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:14:32,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-7baadcf5-66e6-44f4-bab6-48353d157520 2018-10-06 15:14:32,861 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router 2018-10-06 15:14:32,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router", "admin_state_up": true}}' 2018-10-06 15:14:34,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-aa2dc850-dde7-4b00-a379-f088d3a85494 Date: Sat, 06 Oct 2018 15:14:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:34Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93", "name": "NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router"}} 2018-10-06 15:14:34,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-aa2dc850-dde7-4b00-a379-f088d3a85494 2018-10-06 15:14:34,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:34,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c7b0c26c-33fc-41e3-84cd-7783d87e49b8 Date: Sat, 06 Oct 2018 15:14:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.200"}],"id":"71c61222-9f36-46c2-89c2-e69e2df42079","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ad:14:00","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:33Z","binding:vnic_type":"normal"}]} 2018-10-06 15:14:34,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93 used request id req-c7b0c26c-33fc-41e3-84cd-7783d87e49b8 2018-10-06 15:14:34,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:34,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d074c0ca-093f-470a-adba-e6ce72b5dc85 Date: Sat, 06 Oct 2018 15:14:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:14:34,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-d074c0ca-093f-470a-adba-e6ce72b5dc85 2018-10-06 15:14:34,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:34,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-57fcfff5-f931-4906-8463-cb07026e3f56 Date: Sat, 06 Oct 2018 15:14:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:34Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93", "name": "NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router"}]} 2018-10-06 15:14:34,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router used request id req-57fcfff5-f931-4906-8463-cb07026e3f56 2018-10-06 15:14:34,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:35,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ae0464-c5b9-4452-862a-d507da2a422b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:35,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-d7ae0464-c5b9-4452-862a-d507da2a422b 2018-10-06 15:14:35,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:35,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9e689c6a-c5f2-476c-b2e8-b529f74d859b Date: Sat, 06 Oct 2018 15:14:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.200"}],"id":"71c61222-9f36-46c2-89c2-e69e2df42079","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ad:14:00","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:33Z","binding:vnic_type":"normal"}]} 2018-10-06 15:14:35,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93 used request id req-9e689c6a-c5f2-476c-b2e8-b529f74d859b 2018-10-06 15:14:35,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:35,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-eb883484-52fb-4484-b00a-55c10191a3e2 Date: Sat, 06 Oct 2018 15:14:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:14:35,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-eb883484-52fb-4484-b00a-55c10191a3e2 2018-10-06 15:14:35,306 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet 2018-10-06 15:14:35,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ab709340-6de2-4087-95f2-e2fa1044ef6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:37,404 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e012bb5-3c7f-480c-b317-701d55849033 Date: Sat, 06 Oct 2018 15:14:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:37,404 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ab709340-6de2-4087-95f2-e2fa1044ef6d used request id req-5e012bb5-3c7f-480c-b317-701d55849033 2018-10-06 15:14:37,405 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router 2018-10-06 15:14:37,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" -d '{"subnet_id": "ab709340-6de2-4087-95f2-e2fa1044ef6d"}' 2018-10-06 15:14:37,818 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-b05e6e4d-610c-4812-98b5-6e7aa081db80 Date: Sat, 06 Oct 2018 15:14:37 GMT RESP BODY: {"NeutronError": {"message": "Subnet ab709340-6de2-4087-95f2-e2fa1044ef6d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 15:14:37,819 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93/add_router_interface used request id req-b05e6e4d-610c-4812-98b5-6e7aa081db80 2018-10-06 15:14:37,819 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet ab709340-6de2-4087-95f2-e2fa1044ef6d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 15:14:37,819 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router 2018-10-06 15:14:37,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:39,136 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74456329-c1d5-461a-b2d5-c7c2a6a130e9 Content-Length: 0 Date: Sat, 06 Oct 2018 15:14:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:39,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4660d6c6-d7f3-4f8d-9b99-a8e1e1f83e93 used request id req-74456329-c1d5-461a-b2d5-c7c2a6a130e9 2018-10-06 15:14:39,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:39,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a2303234-de10-4606-a451-cc892f830c52 Date: Sat, 06 Oct 2018 15:14:39 GMT RESP BODY: {"routers": []} 2018-10-06 15:14:39,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-router used request id req-a2303234-de10-4606-a451-cc892f830c52 2018-10-06 15:14:39,354 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet 2018-10-06 15:14:39,354 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-subnet 2018-10-06 15:14:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ab709340-6de2-4087-95f2-e2fa1044ef6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:39,683 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-022a4948-cb72-4f8e-85d8-f99826e2d964 Date: Sat, 06 Oct 2018 15:14:39 GMT RESP BODY: {"NeutronError": {"message": "Subnet ab709340-6de2-4087-95f2-e2fa1044ef6d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 15:14:39,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ab709340-6de2-4087-95f2-e2fa1044ef6d used request id req-022a4948-cb72-4f8e-85d8-f99826e2d964 2018-10-06 15:14:39,683 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet ab709340-6de2-4087-95f2-e2fa1044ef6d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 15:14:39,683 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8b4d1d0e-5524-441d-9b35-eebb835175e8-pub-net 2018-10-06 15:14:39,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/368e83f9-7bf1-49e5-aad5-8cd490bba474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5747265fa0273ce98cead21da6132d2231fc48db" 2018-10-06 15:14:40,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61d13f25-d04a-4cb7-b54c-dccd47c1462d Date: Sat, 06 Oct 2018 15:14:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:40,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/368e83f9-7bf1-49e5-aad5-8cd490bba474 used request id req-61d13f25-d04a-4cb7-b54c-dccd47c1462d 2018-10-06 15:14:40,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:40,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["-XV0sqtQRUyJf6l8nAM8zA"], "issued_at": "2018-10-06T15:14:40.000000Z"}} 2018-10-06 15:14:40,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:40,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf98339-64c3-4586-8caf-7cd77bd45bbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:40,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6cf98339-64c3-4586-8caf-7cd77bd45bbd 2018-10-06 15:14:40,954 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net 2018-10-06 15:14:40,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" -d '{"network": {"name": "NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net", "admin_state_up": true}}' 2018-10-06 15:14:42,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-7e70689c-5133-40a3-aece-86dea9f7bb00 Date: Sat, 06 Oct 2018 15:14: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":"ae70a487-c499-43f0-abe4-cfe13e392aff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:41Z","is_default":false,"provider:segmentation_id":5,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:41Z","mtu":1450}} 2018-10-06 15:14:42,100 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-7e70689c-5133-40a3-aece-86dea9f7bb00 2018-10-06 15:14:42,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ae70a487-c499-43f0-abe4-cfe13e392aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:42,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-d4c3b52e-d3d9-4de6-b647-36e81ebea0fc Date: Sat, 06 Oct 2018 15:14:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ae70a487-c499-43f0-abe4-cfe13e392aff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:41Z","provider:segmentation_id":5,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:41Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:42,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ae70a487-c499-43f0-abe4-cfe13e392aff used request id req-d4c3b52e-d3d9-4de6-b647-36e81ebea0fc 2018-10-06 15:14:42,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:42,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0ea7b3d6-5e31-4bb2-8faa-4527aca316d6 Date: Sat, 06 Oct 2018 15:14:42 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:14:42,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff used request id req-0ea7b3d6-5e31-4bb2-8faa-4527aca316d6 2018-10-06 15:14:42,524 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet 2018-10-06 15:14:42,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" -d '{"subnets": [{"ip_version": 4, "network_id": "ae70a487-c499-43f0-abe4-cfe13e392aff", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet"}]}' 2018-10-06 15:14:43,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6014292a-d5a7-4660-96ae-95deb47fb2e4 Date: Sat, 06 Oct 2018 15:14:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae70a487-c499-43f0-abe4-cfe13e392aff","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:42Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"84ef8c9a-9ebc-42be-bf39-1519daa2774f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet"}]} 2018-10-06 15:14:43,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-6014292a-d5a7-4660-96ae-95deb47fb2e4 2018-10-06 15:14:43,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ae70a487-c499-43f0-abe4-cfe13e392aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:43,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-5c438758-98e0-4f79-9b64-e60a00b0942b Date: Sat, 06 Oct 2018 15:14:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ae70a487-c499-43f0-abe4-cfe13e392aff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["84ef8c9a-9ebc-42be-bf39-1519daa2774f"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:42Z","provider:segmentation_id":5,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:41Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:43,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ae70a487-c499-43f0-abe4-cfe13e392aff used request id req-5c438758-98e0-4f79-9b64-e60a00b0942b 2018-10-06 15:14:43,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:43,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e416907a-7fc9-426d-aa20-40b1e78b72c2 Date: Sat, 06 Oct 2018 15:14:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae70a487-c499-43f0-abe4-cfe13e392aff","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:42Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"84ef8c9a-9ebc-42be-bf39-1519daa2774f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet"}]} 2018-10-06 15:14:43,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff used request id req-e416907a-7fc9-426d-aa20-40b1e78b72c2 2018-10-06 15:14:43,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:43,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-9da03b69-1c71-4bb5-8139-d15853bec38c Date: Sat, 06 Oct 2018 15:14:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ae70a487-c499-43f0-abe4-cfe13e392aff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["84ef8c9a-9ebc-42be-bf39-1519daa2774f"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:42Z","provider:segmentation_id":5,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:41Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:43,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net used request id req-9da03b69-1c71-4bb5-8139-d15853bec38c 2018-10-06 15:14:43,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:14:43,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:14: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:14:43,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:43,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3669231-02a6-4d24-9ad4-8141176564f9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:43,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-b3669231-02a6-4d24-9ad4-8141176564f9 2018-10-06 15:14:43,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:44,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-68120248-4dee-461e-8b0c-4c9262f6d79a Date: Sat, 06 Oct 2018 15:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae70a487-c499-43f0-abe4-cfe13e392aff","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:42Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"84ef8c9a-9ebc-42be-bf39-1519daa2774f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet"}]} 2018-10-06 15:14:44,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff used request id req-68120248-4dee-461e-8b0c-4c9262f6d79a 2018-10-06 15:14:44,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff&name=NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:44,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-42026ff9-311b-4494-a935-240b5d1eb08c Date: Sat, 06 Oct 2018 15:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae70a487-c499-43f0-abe4-cfe13e392aff","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:42Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"84ef8c9a-9ebc-42be-bf39-1519daa2774f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet"}]} 2018-10-06 15:14:44,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae70a487-c499-43f0-abe4-cfe13e392aff&name=NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet used request id req-42026ff9-311b-4494-a935-240b5d1eb08c 2018-10-06 15:14:44,375 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet 2018-10-06 15:14:44,375 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-subnet 2018-10-06 15:14:44,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/84ef8c9a-9ebc-42be-bf39-1519daa2774f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:46,774 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e25122e4-d8de-4405-bb39-395cc2e083bf Date: Sat, 06 Oct 2018 15:14:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:46,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/84ef8c9a-9ebc-42be-bf39-1519daa2774f used request id req-e25122e4-d8de-4405-bb39-395cc2e083bf 2018-10-06 15:14:46,774 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-dddf0204-636c-4aef-9feb-28666498a0bc-pub-net 2018-10-06 15:14:46,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/ae70a487-c499-43f0-abe4-cfe13e392aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f565a2fd347d5ca26800a57528fc12938e49ab8e" 2018-10-06 15:14:48,156 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c461a68-03a6-4d13-b3ab-aa97103774d8 Date: Sat, 06 Oct 2018 15:14:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:48,156 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ae70a487-c499-43f0-abe4-cfe13e392aff used request id req-1c461a68-03a6-4d13-b3ab-aa97103774d8 2018-10-06 15:14:48,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:48,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["AnwavchxQ9y-h96N7mP9YA"], "issued_at": "2018-10-06T15:14:48.000000Z"}} 2018-10-06 15:14:48,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:48,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c4b2b8-8338-4afd-bf6d-46830d5ba94b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:48,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-42c4b2b8-8338-4afd-bf6d-46830d5ba94b 2018-10-06 15:14:48,629 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net 2018-10-06 15:14:48,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" -d '{"network": {"name": "NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net", "admin_state_up": true}}' 2018-10-06 15:14:49,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-97564400-1e91-4f83-b756-9a60a8e199b3 Date: Sat, 06 Oct 2018 15:14:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6add08c4-1187-4bed-9f1f-1d3b12356737","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:48Z","is_default":false,"provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:48Z","mtu":1450}} 2018-10-06 15:14:49,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-97564400-1e91-4f83-b756-9a60a8e199b3 2018-10-06 15:14:49,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=6add08c4-1187-4bed-9f1f-1d3b12356737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:49,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-aaf03bb7-78a4-4b13-a9c5-d355eb24cd39 Date: Sat, 06 Oct 2018 15:14:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6add08c4-1187-4bed-9f1f-1d3b12356737","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:48Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:48Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:49,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=6add08c4-1187-4bed-9f1f-1d3b12356737 used request id req-aaf03bb7-78a4-4b13-a9c5-d355eb24cd39 2018-10-06 15:14:49,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6add08c4-1187-4bed-9f1f-1d3b12356737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:49,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9e20b100-d8aa-4359-9e1d-97589019f7c6 Date: Sat, 06 Oct 2018 15:14:49 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:14:49,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6add08c4-1187-4bed-9f1f-1d3b12356737 used request id req-9e20b100-d8aa-4359-9e1d-97589019f7c6 2018-10-06 15:14:49,668 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-subnet 2018-10-06 15:14:49,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" -d '{"subnets": [{"ip_version": 4, "network_id": "6add08c4-1187-4bed-9f1f-1d3b12356737", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-subnet"}]}' 2018-10-06 15:14:50,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aa58d4cc-fd38-4060-abef-66fad1d53047 Date: Sat, 06 Oct 2018 15:14:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6add08c4-1187-4bed-9f1f-1d3b12356737","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:50Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"4427a916-b2fa-4eca-9134-042bc5422a73","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-subnet"}]} 2018-10-06 15:14:50,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-aa58d4cc-fd38-4060-abef-66fad1d53047 2018-10-06 15:14:50,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=6add08c4-1187-4bed-9f1f-1d3b12356737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:50,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bd6ea4b3-a681-4f1f-85fd-f87146564090 Date: Sat, 06 Oct 2018 15:14:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6add08c4-1187-4bed-9f1f-1d3b12356737","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["4427a916-b2fa-4eca-9134-042bc5422a73"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:50Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:48Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:50,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=6add08c4-1187-4bed-9f1f-1d3b12356737 used request id req-bd6ea4b3-a681-4f1f-85fd-f87146564090 2018-10-06 15:14:50,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6add08c4-1187-4bed-9f1f-1d3b12356737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:50,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2c82a27f-15d4-48cf-8505-8720d872ab67 Date: Sat, 06 Oct 2018 15:14:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6add08c4-1187-4bed-9f1f-1d3b12356737","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:50Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"4427a916-b2fa-4eca-9134-042bc5422a73","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-subnet"}]} 2018-10-06 15:14:50,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6add08c4-1187-4bed-9f1f-1d3b12356737 used request id req-2c82a27f-15d4-48cf-8505-8720d872ab67 2018-10-06 15:14:50,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:50,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cd8cbb1b-d79a-4534-b5f3-f8f828635b4c Date: Sat, 06 Oct 2018 15:14:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6add08c4-1187-4bed-9f1f-1d3b12356737","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["4427a916-b2fa-4eca-9134-042bc5422a73"],"description":"","tags":[],"updated_at":"2018-10-06T15:14:50Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:48Z","provider:network_type":"vxlan"}]} 2018-10-06 15:14:50,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net used request id req-cd8cbb1b-d79a-4534-b5f3-f8f828635b4c 2018-10-06 15:14:50,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:14:50,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:14:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:14:50,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:50,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2a2fac-1339-4cd7-8d82-f00f1851e5ca Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:50,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-fc2a2fac-1339-4cd7-8d82-f00f1851e5ca 2018-10-06 15:14:50,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6add08c4-1187-4bed-9f1f-1d3b12356737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:51,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-770f4be3-67a5-4f4c-a4a6-87643ae3b50a Date: Sat, 06 Oct 2018 15:14:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6add08c4-1187-4bed-9f1f-1d3b12356737","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:50Z","dns_nameservers":[],"updated_at":"2018-10-06T15:14:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"4427a916-b2fa-4eca-9134-042bc5422a73","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-subnet"}]} 2018-10-06 15:14:51,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6add08c4-1187-4bed-9f1f-1d3b12356737 used request id req-770f4be3-67a5-4f4c-a4a6-87643ae3b50a 2018-10-06 15:14:51,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:14:51,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:51,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["lXIf10ZRSk6lGDaC5w7Qvw"], "issued_at": "2018-10-06T15:14:51.000000Z"}} 2018-10-06 15:14:51,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32745cd08ba5ca3a1115b9684e6d29d47377ed4" 2018-10-06 15:14:51,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15917e42-2a73-4bd7-b6cd-02b1eb5ce015 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:51,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-15917e42-2a73-4bd7-b6cd-02b1eb5ce015 2018-10-06 15:14:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:51,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8c77814f-9d09-4e49-b051-7c0c9b3789ed Date: Sat, 06 Oct 2018 15:14:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:14:51,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-8c77814f-9d09-4e49-b051-7c0c9b3789ed 2018-10-06 15:14:51,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:52,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-af69ecd9-7e19-4785-be8c-92665633d475 Date: Sat, 06 Oct 2018 15:14:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:14:52,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-af69ecd9-7e19-4785-be8c-92665633d475 2018-10-06 15:14:52,027 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router 2018-10-06 15:14:52,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router", "admin_state_up": true}}' 2018-10-06 15:14:53,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-bd55d761-a486-483e-ae9f-92e1497525e0 Date: Sat, 06 Oct 2018 15:14:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:53Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "10ffd222-fcb3-4a53-9375-31c96cfd011d", "name": "NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router"}} 2018-10-06 15:14:53,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-bd55d761-a486-483e-ae9f-92e1497525e0 2018-10-06 15:14:53,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=10ffd222-fcb3-4a53-9375-31c96cfd011d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:53,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-aeb6f59c-c6fd-4aed-a94e-a9314d245ed7 Date: Sat, 06 Oct 2018 15:14:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.205"}],"id":"c6ab9c4f-03b5-4da9-a2f6-13f2145d198c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:55:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"10ffd222-fcb3-4a53-9375-31c96cfd011d","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:52Z","binding:vnic_type":"normal"}]} 2018-10-06 15:14:53,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=10ffd222-fcb3-4a53-9375-31c96cfd011d used request id req-aeb6f59c-c6fd-4aed-a94e-a9314d245ed7 2018-10-06 15:14:53,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:53,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-79b2ca20-f611-410a-9bab-369c006ebcbe Date: Sat, 06 Oct 2018 15:14:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:14:53,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-79b2ca20-f611-410a-9bab-369c006ebcbe 2018-10-06 15:14:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:53,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-962f74ee-b211-49a0-96cb-79af9df73f42 Date: Sat, 06 Oct 2018 15:14:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:53Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "10ffd222-fcb3-4a53-9375-31c96cfd011d", "name": "NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router"}]} 2018-10-06 15:14:53,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router used request id req-962f74ee-b211-49a0-96cb-79af9df73f42 2018-10-06 15:14:53,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:53,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24cf80b2-55f7-4a79-a2c0-4f7b4af79503 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:14:53,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-24cf80b2-55f7-4a79-a2c0-4f7b4af79503 2018-10-06 15:14:53,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=10ffd222-fcb3-4a53-9375-31c96cfd011d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:54,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f5ddc3de-8d00-49c0-8323-df59ae620ac0 Date: Sat, 06 Oct 2018 15:14:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.205"}],"id":"c6ab9c4f-03b5-4da9-a2f6-13f2145d198c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:55:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"10ffd222-fcb3-4a53-9375-31c96cfd011d","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:52Z","binding:vnic_type":"normal"}]} 2018-10-06 15:14:54,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=10ffd222-fcb3-4a53-9375-31c96cfd011d used request id req-f5ddc3de-8d00-49c0-8323-df59ae620ac0 2018-10-06 15:14:54,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:54,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4ce960df-eff0-4963-b7d1-ae937bd205d1 Date: Sat, 06 Oct 2018 15:14:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:14:54,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-4ce960df-eff0-4963-b7d1-ae937bd205d1 2018-10-06 15:14:54,201 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router 2018-10-06 15:14:54,201 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router 2018-10-06 15:14:54,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/10ffd222-fcb3-4a53-9375-31c96cfd011d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:55,404 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-457d737c-2d52-4028-a1f2-bf8cba1d7e14 Content-Length: 0 Date: Sat, 06 Oct 2018 15:14:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:55,405 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/10ffd222-fcb3-4a53-9375-31c96cfd011d used request id req-457d737c-2d52-4028-a1f2-bf8cba1d7e14 2018-10-06 15:14:55,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:55,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9108bfd2-d17e-4b8f-8e6b-a9c675b4504c Date: Sat, 06 Oct 2018 15:14:55 GMT RESP BODY: {"routers": []} 2018-10-06 15:14:55,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-router used request id req-9108bfd2-d17e-4b8f-8e6b-a9c675b4504c 2018-10-06 15:14:55,622 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-subnet 2018-10-06 15:14:55,622 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-subnet 2018-10-06 15:14:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/4427a916-b2fa-4eca-9134-042bc5422a73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:57,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08dd8db8-106f-432e-8281-dc1aa4f7bcc5 Date: Sat, 06 Oct 2018 15:14:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:57,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/4427a916-b2fa-4eca-9134-042bc5422a73 used request id req-08dd8db8-106f-432e-8281-dc1aa4f7bcc5 2018-10-06 15:14:57,847 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e48467cd-b747-4fda-aaad-9c0979b859b2-pub-net 2018-10-06 15:14:57,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/6add08c4-1187-4bed-9f1f-1d3b12356737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495c00e2c55afe50eb0889477c33d31c923a03f" 2018-10-06 15:14:59,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c049523-65ed-4362-ac06-cd64c7e2ffe7 Date: Sat, 06 Oct 2018 15:14:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:14:59,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/6add08c4-1187-4bed-9f1f-1d3b12356737 used request id req-1c049523-65ed-4362-ac06-cd64c7e2ffe7 2018-10-06 15:14:59,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:14:59,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:14:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["eq1DgfS8QuK-XRrsNAxbfg"], "issued_at": "2018-10-06T15:14:59.000000Z"}} 2018-10-06 15:14:59,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:14:59,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:14:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45550f61-c2f0-496e-880f-47798eb0940d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:14:59,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-45550f61-c2f0-496e-880f-47798eb0940d 2018-10-06 15:14:59,633 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net 2018-10-06 15:14:59,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" -d '{"network": {"name": "NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net", "admin_state_up": true}}' 2018-10-06 15:15:00,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ef775f60-5eea-4010-9e44-ccf5e35e9739 Date: Sat, 06 Oct 2018 15:14: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":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:59Z","is_default":false,"provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:59Z","mtu":1450}} 2018-10-06 15:15:00,015 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-ef775f60-5eea-4010-9e44-ccf5e35e9739 2018-10-06 15:15:00,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:00,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-210ac062-31c0-4444-87f3-5988a213b933 Date: Sat, 06 Oct 2018 15:15:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:14:59Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:59Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:00,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-210ac062-31c0-4444-87f3-5988a213b933 2018-10-06 15:15:00,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:00,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a69212bf-1597-4403-b1d8-9e16fd6a114b Date: Sat, 06 Oct 2018 15:15:00 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:15:00,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-a69212bf-1597-4403-b1d8-9e16fd6a114b 2018-10-06 15:15:00,471 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet 2018-10-06 15:15:00,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" -d '{"subnets": [{"ip_version": 4, "network_id": "ebab9ef5-ddf8-4b43-99eb-b4e697f591ac", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]}' 2018-10-06 15:15:01,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6d436b1a-5aec-45dc-8f71-4f14ef57cff4 Date: Sat, 06 Oct 2018 15:15:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15: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":"3e37ce67de3843498eafb3187da04061","id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]} 2018-10-06 15:15:01,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-6d436b1a-5aec-45dc-8f71-4f14ef57cff4 2018-10-06 15:15:01,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:01,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9352d1e6-cc9b-4dae-8159-a15933be1dcf Date: Sat, 06 Oct 2018 15:15:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["73355076-4a23-44d1-8981-9b5dfa1afbf7"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:00Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:59Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:01,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-9352d1e6-cc9b-4dae-8159-a15933be1dcf 2018-10-06 15:15:01,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:01,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-629a3fb8-fb6e-410a-9a98-0bf805071043 Date: Sat, 06 Oct 2018 15:15:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15: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":"3e37ce67de3843498eafb3187da04061","id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]} 2018-10-06 15:15:01,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-629a3fb8-fb6e-410a-9a98-0bf805071043 2018-10-06 15:15:01,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:01,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fa443ab1-5681-42ee-bbe1-d2e073063be1 Date: Sat, 06 Oct 2018 15:15:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["73355076-4a23-44d1-8981-9b5dfa1afbf7"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:00Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:59Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:01,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net used request id req-fa443ab1-5681-42ee-bbe1-d2e073063be1 2018-10-06 15:15:01,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:01,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:01,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:01,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89646948-28e4-4c9e-aa95-da45bb96e048 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:01,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-89646948-28e4-4c9e-aa95-da45bb96e048 2018-10-06 15:15:01,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:01,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3ffa7160-b58e-4076-aa08-7e7538b461cd Date: Sat, 06 Oct 2018 15:15:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15: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":"3e37ce67de3843498eafb3187da04061","id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]} 2018-10-06 15:15:01,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-3ffa7160-b58e-4076-aa08-7e7538b461cd 2018-10-06 15:15:01,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac&name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:02,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1032db96-9579-425a-9e8e-cf93b690d675 Date: Sat, 06 Oct 2018 15:15:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15: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":"3e37ce67de3843498eafb3187da04061","id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]} 2018-10-06 15:15:02,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac&name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet used request id req-1032db96-9579-425a-9e8e-cf93b690d675 2018-10-06 15:15:02,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:02,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:02,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["GWbSJcUmTfKRR2qSCfNSSg"], "issued_at": "2018-10-06T15:15:02.000000Z"}} 2018-10-06 15:15:02,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15dcdb73dadccf0ebd8747c419488b186bef42b9" 2018-10-06 15:15:02,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d39afc-a327-4fe9-99e0-b313f7f22f3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:02,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e9d39afc-a327-4fe9-99e0-b313f7f22f3f 2018-10-06 15:15:02,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:02,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4765c6fd-dbf1-4480-be00-b915626bb610 Date: Sat, 06 Oct 2018 15:15:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["73355076-4a23-44d1-8981-9b5dfa1afbf7"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:00Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:59Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:02,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net used request id req-4765c6fd-dbf1-4480-be00-b915626bb610 2018-10-06 15:15:02,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:02,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a791a6af-4477-4f25-9b81-4f5d6cd4fa87 Date: Sat, 06 Oct 2018 15:15:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15: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":"3e37ce67de3843498eafb3187da04061","id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]} 2018-10-06 15:15:02,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-a791a6af-4477-4f25-9b81-4f5d6cd4fa87 2018-10-06 15:15:02,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:03,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e83ac9a8-1497-4b94-9288-95d3ac93a5f9 Date: Sat, 06 Oct 2018 15:15:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["73355076-4a23-44d1-8981-9b5dfa1afbf7"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:00Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:14:59Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:03,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net used request id req-e83ac9a8-1497-4b94-9288-95d3ac93a5f9 2018-10-06 15:15:03,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:03,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:03,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15dcdb73dadccf0ebd8747c419488b186bef42b9" 2018-10-06 15:15:03,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1a4332-397c-4b8c-a506-076dfa74facc Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:03,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-4b1a4332-397c-4b8c-a506-076dfa74facc 2018-10-06 15:15:03,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:03,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-707d0827-a787-4b5f-8244-efdf3299fe1d Date: Sat, 06 Oct 2018 15:15:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15: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":"3e37ce67de3843498eafb3187da04061","id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]} 2018-10-06 15:15:03,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-707d0827-a787-4b5f-8244-efdf3299fe1d 2018-10-06 15:15:03,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac&name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:03,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bba5a266-2160-4372-bb77-36c816ed3f47 Date: Sat, 06 Oct 2018 15:15:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15: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":"3e37ce67de3843498eafb3187da04061","id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet"}]} 2018-10-06 15:15:03,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ebab9ef5-ddf8-4b43-99eb-b4e697f591ac&name=NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet used request id req-bba5a266-2160-4372-bb77-36c816ed3f47 2018-10-06 15:15:03,716 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net 2018-10-06 15:15:03,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" -d '{"port": {"network_id": "ebab9ef5-ddf8-4b43-99eb-b4e697f591ac", "fixed_ips": [{"subnet_id": "73355076-4a23-44d1-8981-9b5dfa1afbf7", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-port", "admin_state_up": true}}' 2018-10-06 15:15:04,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-39209507-928e-4b7d-ba6e-1c7c9ed9a3f6 Date: Sat, 06 Oct 2018 15:15:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:03Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","ip_address":"10.55.1.100"}],"id":"86d3b043-aaa5-46e0-936f-5177fed75ef6","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:d7:a3","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-port","admin_state_up":true,"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:03Z","binding:vnic_type":"normal"}} 2018-10-06 15:15:04,297 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-39209507-928e-4b7d-ba6e-1c7c9ed9a3f6 2018-10-06 15:15:04,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:04,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4930 X-Openstack-Request-Id: req-04d8a30b-a9ba-49b9-b1ea-3c4a65b8fffa Date: Sat, 06 Oct 2018 15:15:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.207"}],"id":"2249d074-d2cb-4cc3-94cb-6902a5c156f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:b7:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"43683cd4-5cce-4358-aa04-dc2e33f1e7c8","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","ip_address":"10.55.1.4"}],"id":"44abf9f9-eb5e-425f-aa6b-0c4afa5294c3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:20:a9","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","name":"","admin_state_up":true,"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.209"}],"id":"64ff8dac-553b-414d-9302-a6bddf68391e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:60:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a119a412-cf4b-4bce-aa6b-dc63421c96d1","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","ip_address":"10.55.1.3"}],"id":"77e3f43a-0ae4-4cc5-894b-78d189b9643d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:04:82","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","name":"","admin_state_up":true,"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:03Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","ip_address":"10.55.1.100"}],"id":"86d3b043-aaa5-46e0-936f-5177fed75ef6","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:d7:a3","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-port","admin_state_up":true,"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73355076-4a23-44d1-8981-9b5dfa1afbf7","ip_address":"10.55.1.2"}],"id":"da4ad1e7-e0e1-4018-bf8b-e00fddde155c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:26:52","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","name":"","admin_state_up":true,"network_id":"ebab9ef5-ddf8-4b43-99eb-b4e697f591ac","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:01Z","binding:vnic_type":"normal"}]} 2018-10-06 15:15:04,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-04d8a30b-a9ba-49b9-b1ea-3c4a65b8fffa 2018-10-06 15:15:04,505 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-port 2018-10-06 15:15:04,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/86d3b043-aaa5-46e0-936f-5177fed75ef6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:05,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d6ddd2f-ad2e-4e4a-9eb6-22daa199cadd Date: Sat, 06 Oct 2018 15:15:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:05,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/86d3b043-aaa5-46e0-936f-5177fed75ef6 used request id req-2d6ddd2f-ad2e-4e4a-9eb6-22daa199cadd 2018-10-06 15:15:05,221 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet 2018-10-06 15:15:05,221 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-subnet 2018-10-06 15:15:05,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/73355076-4a23-44d1-8981-9b5dfa1afbf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:07,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2d992b8-afe9-43eb-8daf-ffa3b2449f80 Date: Sat, 06 Oct 2018 15:15:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:07,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/73355076-4a23-44d1-8981-9b5dfa1afbf7 used request id req-d2d992b8-afe9-43eb-8daf-ffa3b2449f80 2018-10-06 15:15:07,141 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f1ccefe7-7e98-47b4-b9d5-fec4730626c3-pub-net 2018-10-06 15:15:07,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/ebab9ef5-ddf8-4b43-99eb-b4e697f591ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b4592a3c40a9da7d13f5c86b1a0942167318e" 2018-10-06 15:15:08,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95b862be-cf14-4ca2-98b9-e3fbd82f7658 Date: Sat, 06 Oct 2018 15:15:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:08,979 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ebab9ef5-ddf8-4b43-99eb-b4e697f591ac used request id req-95b862be-cf14-4ca2-98b9-e3fbd82f7658 2018-10-06 15:15:08,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:09,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["JambzvPHT02eW6JFaLXDJQ"], "issued_at": "2018-10-06T15:15:09.000000Z"}} 2018-10-06 15:15:09,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:09,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc91882b-070f-40b5-8fba-a719ec1210db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:09,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cc91882b-070f-40b5-8fba-a719ec1210db 2018-10-06 15:15:09,530 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net 2018-10-06 15:15:09,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" -d '{"network": {"name": "NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net", "admin_state_up": true}}' 2018-10-06 15:15:09,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-bec0d886-68ea-44b5-8016-e03eca508be4 Date: Sat, 06 Oct 2018 15:15:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5f725009-3c2d-481f-81de-ea2c105eab78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:09Z","is_default":false,"provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:09Z","mtu":1450}} 2018-10-06 15:15:09,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-bec0d886-68ea-44b5-8016-e03eca508be4 2018-10-06 15:15:10,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:10,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f2fe4960-eeeb-47ef-9692-39cbf80f7157 Date: Sat, 06 Oct 2018 15:15:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5f725009-3c2d-481f-81de-ea2c105eab78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:09Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:09Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:10,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-f2fe4960-eeeb-47ef-9692-39cbf80f7157 2018-10-06 15:15:10,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:10,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d92f1a6c-4cdb-4a13-b361-944f975e0e01 Date: Sat, 06 Oct 2018 15:15:10 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:15:10,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-d92f1a6c-4cdb-4a13-b361-944f975e0e01 2018-10-06 15:15:10,413 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet 2018-10-06 15:15:10,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" -d '{"subnets": [{"ip_version": 4, "network_id": "5f725009-3c2d-481f-81de-ea2c105eab78", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]}' 2018-10-06 15:15:10,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-515f5277-9a64-419f-8852-b8925d57979c Date: Sat, 06 Oct 2018 15:15:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:10Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:10Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"93a4725d-166d-4886-983c-a1bdd0aafbec","subnetpool_id":null,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]} 2018-10-06 15:15:10,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-515f5277-9a64-419f-8852-b8925d57979c 2018-10-06 15:15:10,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:11,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-00bb7f3b-e35f-45cc-9489-83378adbeff2 Date: Sat, 06 Oct 2018 15:15:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f725009-3c2d-481f-81de-ea2c105eab78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["93a4725d-166d-4886-983c-a1bdd0aafbec"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:10Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:09Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:11,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-00bb7f3b-e35f-45cc-9489-83378adbeff2 2018-10-06 15:15:11,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:11,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-94b9067f-c07e-4f35-8836-3936b6d7e85b Date: Sat, 06 Oct 2018 15:15:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:10Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"93a4725d-166d-4886-983c-a1bdd0aafbec","subnetpool_id":null,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]} 2018-10-06 15:15:11,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-94b9067f-c07e-4f35-8836-3936b6d7e85b 2018-10-06 15:15:11,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:11,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e9304157-e2ee-48be-93d4-11aa0aa7fcff Date: Sat, 06 Oct 2018 15:15:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f725009-3c2d-481f-81de-ea2c105eab78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["93a4725d-166d-4886-983c-a1bdd0aafbec"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:10Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:09Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:11,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net used request id req-e9304157-e2ee-48be-93d4-11aa0aa7fcff 2018-10-06 15:15:11,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:11,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:11,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:11,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2859ba9d-c4aa-4517-a85a-9090f858d35f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:11,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-2859ba9d-c4aa-4517-a85a-9090f858d35f 2018-10-06 15:15:11,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:11,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a06d0ddb-8fa9-4223-b888-81f73233c1c0 Date: Sat, 06 Oct 2018 15:15:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:10Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"93a4725d-166d-4886-983c-a1bdd0aafbec","subnetpool_id":null,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]} 2018-10-06 15:15:11,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-a06d0ddb-8fa9-4223-b888-81f73233c1c0 2018-10-06 15:15:11,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78&name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:11,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d4eae615-0c30-4eb7-8957-495abbe32bd8 Date: Sat, 06 Oct 2018 15:15:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:10Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"93a4725d-166d-4886-983c-a1bdd0aafbec","subnetpool_id":null,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]} 2018-10-06 15:15:11,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78&name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet used request id req-d4eae615-0c30-4eb7-8957-495abbe32bd8 2018-10-06 15:15:11,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:11,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:11,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["moUPq9t3QbOI8yyBlwoNnA"], "issued_at": "2018-10-06T15:15:12.000000Z"}} 2018-10-06 15:15:11,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2807c502a915f6b6c2d24a57120b209d317c6d92" 2018-10-06 15:15:12,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c7248f-2ee8-4259-bdc8-98e625fad21e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:12,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-72c7248f-2ee8-4259-bdc8-98e625fad21e 2018-10-06 15:15:12,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:12,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-521be2d0-e553-4e3b-b4a2-7a1c22ef0473 Date: Sat, 06 Oct 2018 15:15:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f725009-3c2d-481f-81de-ea2c105eab78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["93a4725d-166d-4886-983c-a1bdd0aafbec"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:10Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:09Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:12,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net used request id req-521be2d0-e553-4e3b-b4a2-7a1c22ef0473 2018-10-06 15:15:12,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:12,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-922dcaef-b47f-4e97-be87-c3ef157545b8 Date: Sat, 06 Oct 2018 15:15:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:10Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"93a4725d-166d-4886-983c-a1bdd0aafbec","subnetpool_id":null,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]} 2018-10-06 15:15:12,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-922dcaef-b47f-4e97-be87-c3ef157545b8 2018-10-06 15:15:12,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:12,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5b36a97d-8dfa-44b5-8af4-88addbaf8fd1 Date: Sat, 06 Oct 2018 15:15:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f725009-3c2d-481f-81de-ea2c105eab78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["93a4725d-166d-4886-983c-a1bdd0aafbec"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:10Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:09Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:12,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net used request id req-5b36a97d-8dfa-44b5-8af4-88addbaf8fd1 2018-10-06 15:15:12,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:12,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:12,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2807c502a915f6b6c2d24a57120b209d317c6d92" 2018-10-06 15:15:12,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3defffa6-5030-49b3-8d92-ac5a6a9c1d46 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:12,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-3defffa6-5030-49b3-8d92-ac5a6a9c1d46 2018-10-06 15:15:12,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:12,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-21ab9562-0d0e-4d3b-a1f0-542a6e001767 Date: Sat, 06 Oct 2018 15:15:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:10Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"93a4725d-166d-4886-983c-a1bdd0aafbec","subnetpool_id":null,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]} 2018-10-06 15:15:12,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-21ab9562-0d0e-4d3b-a1f0-542a6e001767 2018-10-06 15:15:12,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78&name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:12,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6366cab9-6f39-447d-81a3-10f79f22153f Date: Sat, 06 Oct 2018 15:15:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:10Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"93a4725d-166d-4886-983c-a1bdd0aafbec","subnetpool_id":null,"name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet"}]} 2018-10-06 15:15:12,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5f725009-3c2d-481f-81de-ea2c105eab78&name=NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet used request id req-6366cab9-6f39-447d-81a3-10f79f22153f 2018-10-06 15:15:12,974 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net 2018-10-06 15:15:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" -d '{"port": {"network_id": "5f725009-3c2d-481f-81de-ea2c105eab78", "fixed_ips": [{"subnet_id": "93a4725d-166d-4886-983c-a1bdd0aafbec", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-port", "admin_state_up": true}}' 2018-10-06 15:15:13,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-ef3af519-b227-45bd-bc4d-f34ddb56ca03 Date: Sat, 06 Oct 2018 15:15:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:13Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"93a4725d-166d-4886-983c-a1bdd0aafbec","ip_address":"10.55.1.100"}],"id":"ab99ec88-45f8-470c-8521-697ffa18852b","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:d8:8c","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-port","admin_state_up":true,"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:13Z","binding:vnic_type":"normal"}} 2018-10-06 15:15:13,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-ef3af519-b227-45bd-bc4d-f34ddb56ca03 2018-10-06 15:15:13,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:13,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4930 X-Openstack-Request-Id: req-37761fdb-b901-41a8-9318-67fbc3c50184 Date: Sat, 06 Oct 2018 15:15:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.207"}],"id":"2249d074-d2cb-4cc3-94cb-6902a5c156f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:b7:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"43683cd4-5cce-4358-aa04-dc2e33f1e7c8","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.209"}],"id":"64ff8dac-553b-414d-9302-a6bddf68391e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:60:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a119a412-cf4b-4bce-aa6b-dc63421c96d1","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"93a4725d-166d-4886-983c-a1bdd0aafbec","ip_address":"10.55.1.2"}],"id":"79eb7e08-ef49-49b9-ae78-081648623803","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:eb:60","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f725009-3c2d-481f-81de-ea2c105eab78","name":"","admin_state_up":true,"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:13Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"93a4725d-166d-4886-983c-a1bdd0aafbec","ip_address":"10.55.1.100"}],"id":"ab99ec88-45f8-470c-8521-697ffa18852b","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:d8:8c","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-port","admin_state_up":true,"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"93a4725d-166d-4886-983c-a1bdd0aafbec","ip_address":"10.55.1.4"}],"id":"c316ac99-0052-4536-a8b1-dd936da36372","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:46:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f725009-3c2d-481f-81de-ea2c105eab78","name":"","admin_state_up":true,"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"93a4725d-166d-4886-983c-a1bdd0aafbec","ip_address":"10.55.1.3"}],"id":"cae8111f-4e60-4c3a-8830-e11b35e2a4a4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:7a:1b","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f725009-3c2d-481f-81de-ea2c105eab78","name":"","admin_state_up":true,"network_id":"5f725009-3c2d-481f-81de-ea2c105eab78","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:11Z","binding:vnic_type":"normal"}]} 2018-10-06 15:15:13,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-37761fdb-b901-41a8-9318-67fbc3c50184 2018-10-06 15:15:13,976 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-port 2018-10-06 15:15:13,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/ab99ec88-45f8-470c-8521-697ffa18852b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:14,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef9bb580-dff2-4f1e-a509-d7a9644957d1 Date: Sat, 06 Oct 2018 15:15:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:14,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/ab99ec88-45f8-470c-8521-697ffa18852b used request id req-ef9bb580-dff2-4f1e-a509-d7a9644957d1 2018-10-06 15:15:14,416 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet 2018-10-06 15:15:14,417 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-subnet 2018-10-06 15:15:14,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/93a4725d-166d-4886-983c-a1bdd0aafbec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:16,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0878b5d2-642d-45d0-8e7f-70c41b819de3 Date: Sat, 06 Oct 2018 15:15:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:16,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/93a4725d-166d-4886-983c-a1bdd0aafbec used request id req-0878b5d2-642d-45d0-8e7f-70c41b819de3 2018-10-06 15:15:16,597 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-699ca780-a52a-4f95-bc8e-be82728b6c48-pub-net 2018-10-06 15:15:16,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5f725009-3c2d-481f-81de-ea2c105eab78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35f720006c238b1bd274197fc52e42d0831e62d" 2018-10-06 15:15:18,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-96ab5880-311f-4b2e-85a1-f3466145ee63 Date: Sat, 06 Oct 2018 15:15:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:18,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5f725009-3c2d-481f-81de-ea2c105eab78 used request id req-96ab5880-311f-4b2e-85a1-f3466145ee63 2018-10-06 15:15:18,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:18,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["KjopFvm_QQO7Q0WL5NlZjw"], "issued_at": "2018-10-06T15:15:18.000000Z"}} 2018-10-06 15:15:18,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:18,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9cb7dcb-30e7-4433-81cd-e748314e1e0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:18,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c9cb7dcb-30e7-4433-81cd-e748314e1e0b 2018-10-06 15:15:18,791 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net 2018-10-06 15:15:18,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" -d '{"network": {"name": "NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net", "admin_state_up": true}}' 2018-10-06 15:15:19,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-f366097b-f610-4e55-815d-c8cef338917c Date: Sat, 06 Oct 2018 15:15: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":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:19Z","is_default":false,"provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","mtu":1450}} 2018-10-06 15:15:19,195 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f366097b-f610-4e55-815d-c8cef338917c 2018-10-06 15:15:19,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:19,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-e7244dc7-1ab7-445b-8225-cba99f57902e Date: Sat, 06 Oct 2018 15:15:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:19Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:19,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-e7244dc7-1ab7-445b-8225-cba99f57902e 2018-10-06 15:15:19,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:19,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-439a53dc-9061-4fa3-8e62-af40aac013d0 Date: Sat, 06 Oct 2018 15:15:19 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:15:19,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-439a53dc-9061-4fa3-8e62-af40aac013d0 2018-10-06 15:15:19,680 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet 2018-10-06 15:15:19,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" -d '{"subnets": [{"ip_version": 4, "network_id": "442d7cf3-2d86-4e0d-a98e-cbfbd7c05144", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]}' 2018-10-06 15:15:20,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7ca43091-3ef0-41d7-bece-0964adf83e43 Date: Sat, 06 Oct 2018 15:15:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:19Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3dad4305-9c53-4f76-83c0-4ea458d73195","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]} 2018-10-06 15:15:20,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-7ca43091-3ef0-41d7-bece-0964adf83e43 2018-10-06 15:15:20,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:20,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-3f0c6fa3-68b3-48cf-9ed2-203084e53be9 Date: Sat, 06 Oct 2018 15:15:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3dad4305-9c53-4f76-83c0-4ea458d73195"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:19Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:20,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-3f0c6fa3-68b3-48cf-9ed2-203084e53be9 2018-10-06 15:15:20,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:20,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fbd88b81-9cb4-4a0a-badf-251f43ca400f Date: Sat, 06 Oct 2018 15:15:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3dad4305-9c53-4f76-83c0-4ea458d73195","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]} 2018-10-06 15:15:20,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-fbd88b81-9cb4-4a0a-badf-251f43ca400f 2018-10-06 15:15:20,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:20,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b6ab670f-2c13-408f-89bb-dfb7e6f555d7 Date: Sat, 06 Oct 2018 15:15:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3dad4305-9c53-4f76-83c0-4ea458d73195"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:19Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:20,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net used request id req-b6ab670f-2c13-408f-89bb-dfb7e6f555d7 2018-10-06 15:15:20,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:20,687 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:20,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:20,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d14c8383-8c0a-4cf6-9556-5fa512ec0b0c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:20,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-d14c8383-8c0a-4cf6-9556-5fa512ec0b0c 2018-10-06 15:15:20,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:21,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7cafd2bc-d550-4122-8018-718832e6a0c6 Date: Sat, 06 Oct 2018 15:15:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3dad4305-9c53-4f76-83c0-4ea458d73195","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]} 2018-10-06 15:15:21,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-7cafd2bc-d550-4122-8018-718832e6a0c6 2018-10-06 15:15:21,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144&name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:21,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d0e2b802-07ed-45a7-b72f-d747e7216830 Date: Sat, 06 Oct 2018 15:15:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3dad4305-9c53-4f76-83c0-4ea458d73195","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]} 2018-10-06 15:15:21,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144&name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet used request id req-d0e2b802-07ed-45a7-b72f-d747e7216830 2018-10-06 15:15:21,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:21,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:21,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["74nYVFCsS0mnh8sbtXAl_Q"], "issued_at": "2018-10-06T15:15:21.000000Z"}} 2018-10-06 15:15:21,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b9b484cacab79a0f5124b1b238f637562826b0" 2018-10-06 15:15:21,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4617cb44-d7e3-44ac-ad63-b534e0cf8357 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:21,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4617cb44-d7e3-44ac-ad63-b534e0cf8357 2018-10-06 15:15:21,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:21,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-168fdc80-9422-4859-881c-0aa5c71a1175 Date: Sat, 06 Oct 2018 15:15:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3dad4305-9c53-4f76-83c0-4ea458d73195"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:19Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:21,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net used request id req-168fdc80-9422-4859-881c-0aa5c71a1175 2018-10-06 15:15:21,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:22,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dc6443bf-7c0f-4252-ab87-57fe0d67b9a3 Date: Sat, 06 Oct 2018 15:15:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3dad4305-9c53-4f76-83c0-4ea458d73195","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]} 2018-10-06 15:15:22,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-dc6443bf-7c0f-4252-ab87-57fe0d67b9a3 2018-10-06 15:15:22,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:22,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-340accdd-f5c3-4b56-b18a-1952d378fb36 Date: Sat, 06 Oct 2018 15:15:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3dad4305-9c53-4f76-83c0-4ea458d73195"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:19Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:22,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net used request id req-340accdd-f5c3-4b56-b18a-1952d378fb36 2018-10-06 15:15:22,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:22,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:22,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b9b484cacab79a0f5124b1b238f637562826b0" 2018-10-06 15:15:22,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480adc09-9972-46b7-ae73-546e14aa9a49 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:22,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-480adc09-9972-46b7-ae73-546e14aa9a49 2018-10-06 15:15:22,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:22,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cc504a0d-8e31-443c-8fda-7fd2dd02c12a Date: Sat, 06 Oct 2018 15:15:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3dad4305-9c53-4f76-83c0-4ea458d73195","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]} 2018-10-06 15:15:22,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-cc504a0d-8e31-443c-8fda-7fd2dd02c12a 2018-10-06 15:15:22,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144&name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:22,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3aa79409-becd-4a08-8dd0-98a2912925b2 Date: Sat, 06 Oct 2018 15:15:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"442d7cf3-2d86-4e0d-a98e-cbfbd7c05144","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:19Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3dad4305-9c53-4f76-83c0-4ea458d73195","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet"}]} 2018-10-06 15:15:22,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=442d7cf3-2d86-4e0d-a98e-cbfbd7c05144&name=NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet used request id req-3aa79409-becd-4a08-8dd0-98a2912925b2 2018-10-06 15:15:22,666 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net 2018-10-06 15:15:22,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" -d '{"port": {"network_id": "442d7cf3-2d86-4e0d-a98e-cbfbd7c05144", "fixed_ips": [{"subnet_id": "3dad4305-9c53-4f76-83c0-4ea458d73195", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-port", "admin_state_up": true}}' 2018-10-06 15:15:22,842 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-127e69d4-46f9-4fef-87da-882533b706b8 Date: Sat, 06 Oct 2018 15:15:22 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 15:15:22,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-127e69d4-46f9-4fef-87da-882533b706b8 2018-10-06 15:15:22,842 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 15:15:22,843 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet 2018-10-06 15:15:22,843 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-subnet 2018-10-06 15:15:22,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/3dad4305-9c53-4f76-83c0-4ea458d73195 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:25,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16aa2b26-b110-43fa-869c-ec334d3867af Date: Sat, 06 Oct 2018 15:15:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:25,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/3dad4305-9c53-4f76-83c0-4ea458d73195 used request id req-16aa2b26-b110-43fa-869c-ec334d3867af 2018-10-06 15:15:25,228 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-77aeeee2-9bdc-4367-b5fc-20386d60f539-pub-net 2018-10-06 15:15:25,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b139b203408ddf8879e62a329a44b404ccaff65" 2018-10-06 15:15:26,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e140bfa-689b-4f1e-889d-1e87cacc6876 Date: Sat, 06 Oct 2018 15:15:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:26,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/442d7cf3-2d86-4e0d-a98e-cbfbd7c05144 used request id req-2e140bfa-689b-4f1e-889d-1e87cacc6876 2018-10-06 15:15:26,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:26,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["37zlhBvtSECCe5G3nfFo2Q"], "issued_at": "2018-10-06T15:15:26.000000Z"}} 2018-10-06 15:15:26,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:27,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fc78e10-051b-42dd-adb9-9c793ecb483b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:27,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8fc78e10-051b-42dd-adb9-9c793ecb483b 2018-10-06 15:15:27,029 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net 2018-10-06 15:15:27,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" -d '{"network": {"name": "NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net", "admin_state_up": true}}' 2018-10-06 15:15:27,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-23d038b3-5749-4662-83b3-50b41693961b Date: Sat, 06 Oct 2018 15:15:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:27Z","is_default":false,"provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:27Z","mtu":1450}} 2018-10-06 15:15:27,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-23d038b3-5749-4662-83b3-50b41693961b 2018-10-06 15:15:27,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:27,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-25997774-56fe-4727-82ef-f9085afe1fff Date: Sat, 06 Oct 2018 15:15:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:27Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:27Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:27,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-25997774-56fe-4727-82ef-f9085afe1fff 2018-10-06 15:15:27,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:28,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ffa003cb-cfc7-41c4-9236-701a8227963b Date: Sat, 06 Oct 2018 15:15:28 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:15:28,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-ffa003cb-cfc7-41c4-9236-701a8227963b 2018-10-06 15:15:28,068 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet 2018-10-06 15:15:28,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" -d '{"subnets": [{"ip_version": 4, "network_id": "867b8be3-b7cf-427e-9931-24258bcd3e1b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]}' 2018-10-06 15:15:28,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-47fd43db-aff3-4b90-97b0-59e3bf9938d1 Date: Sat, 06 Oct 2018 15:15:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:28Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:28Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3b8efa97-956b-41ef-b105-b6e64c047b9a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]} 2018-10-06 15:15:28,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-47fd43db-aff3-4b90-97b0-59e3bf9938d1 2018-10-06 15:15:28,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:28,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a5f9a4c6-f9af-4329-bff9-b61f2bbf42a9 Date: Sat, 06 Oct 2018 15:15:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3b8efa97-956b-41ef-b105-b6e64c047b9a"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:28Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:27Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:28,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-a5f9a4c6-f9af-4329-bff9-b61f2bbf42a9 2018-10-06 15:15:28,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:29,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cd84a032-3e81-4428-a377-89e5e4457f64 Date: Sat, 06 Oct 2018 15:15:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:28Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3b8efa97-956b-41ef-b105-b6e64c047b9a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]} 2018-10-06 15:15:29,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-cd84a032-3e81-4428-a377-89e5e4457f64 2018-10-06 15:15:29,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:29,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c837c29f-e7d5-43dd-9df1-981af351a6f9 Date: Sat, 06 Oct 2018 15:15:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3b8efa97-956b-41ef-b105-b6e64c047b9a"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:28Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:27Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:29,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net used request id req-c837c29f-e7d5-43dd-9df1-981af351a6f9 2018-10-06 15:15:29,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:29,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:29,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:29,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-998d5c76-43a7-4654-be12-d35bb36f7852 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:29,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-998d5c76-43a7-4654-be12-d35bb36f7852 2018-10-06 15:15:29,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:29,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b47a4ac4-3f01-42cc-947b-77d3bd1434fa Date: Sat, 06 Oct 2018 15:15:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:28Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3b8efa97-956b-41ef-b105-b6e64c047b9a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]} 2018-10-06 15:15:29,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-b47a4ac4-3f01-42cc-947b-77d3bd1434fa 2018-10-06 15:15:29,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b&name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:29,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3aecca07-0ff3-42a8-9553-246c89af278f Date: Sat, 06 Oct 2018 15:15:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:28Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3b8efa97-956b-41ef-b105-b6e64c047b9a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]} 2018-10-06 15:15:29,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b&name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet used request id req-3aecca07-0ff3-42a8-9553-246c89af278f 2018-10-06 15:15:29,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:29,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:30,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["iZFnCzBjQ3-kXhbx7pekbg"], "issued_at": "2018-10-06T15:15:30.000000Z"}} 2018-10-06 15:15:30,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5953d3012ae447ddef19a90032e951ced1298790" 2018-10-06 15:15:30,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9885d844-6b7a-4de5-a206-da7b6badeca0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:30,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9885d844-6b7a-4de5-a206-da7b6badeca0 2018-10-06 15:15:30,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:30,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8e7a6d59-479e-4ab9-a06d-af26e6aeb227 Date: Sat, 06 Oct 2018 15:15:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3b8efa97-956b-41ef-b105-b6e64c047b9a"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:28Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:27Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:30,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net used request id req-8e7a6d59-479e-4ab9-a06d-af26e6aeb227 2018-10-06 15:15:30,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:30,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-813b479e-afbe-475b-aef1-fd26c8e3d7b9 Date: Sat, 06 Oct 2018 15:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:28Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3b8efa97-956b-41ef-b105-b6e64c047b9a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]} 2018-10-06 15:15:30,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-813b479e-afbe-475b-aef1-fd26c8e3d7b9 2018-10-06 15:15:30,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:30,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0048b486-78e8-4048-8a38-abff739a964f Date: Sat, 06 Oct 2018 15:15:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["3b8efa97-956b-41ef-b105-b6e64c047b9a"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:28Z","provider:segmentation_id":72,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:27Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:30,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net used request id req-0048b486-78e8-4048-8a38-abff739a964f 2018-10-06 15:15:30,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:30,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:30,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5953d3012ae447ddef19a90032e951ced1298790" 2018-10-06 15:15:30,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d393ff0-95a0-42a6-b9df-1d31369c79b3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:30,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-8d393ff0-95a0-42a6-b9df-1d31369c79b3 2018-10-06 15:15:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:31,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b4d28cde-6c3e-4a06-9d6e-4eb33d17de1f Date: Sat, 06 Oct 2018 15:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:28Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3b8efa97-956b-41ef-b105-b6e64c047b9a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]} 2018-10-06 15:15:31,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-b4d28cde-6c3e-4a06-9d6e-4eb33d17de1f 2018-10-06 15:15:31,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b&name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:31,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c309b0da-8da5-4c99-9ced-d8cb29968dbf Date: Sat, 06 Oct 2018 15:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867b8be3-b7cf-427e-9931-24258bcd3e1b","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:28Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"3b8efa97-956b-41ef-b105-b6e64c047b9a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet"}]} 2018-10-06 15:15:31,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=867b8be3-b7cf-427e-9931-24258bcd3e1b&name=NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet used request id req-c309b0da-8da5-4c99-9ced-d8cb29968dbf 2018-10-06 15:15:31,226 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net 2018-10-06 15:15:31,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" -d '{"port": {"network_id": "867b8be3-b7cf-427e-9931-24258bcd3e1b", "fixed_ips": [{"subnet_id": "3b8efa97-956b-41ef-b105-b6e64c047b9a", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-port", "admin_state_up": true}}' 2018-10-06 15:15:31,434 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-9c6aed26-1500-46c9-bb05-b7910fdc485a Date: Sat, 06 Oct 2018 15:15:31 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-06 15:15:31,434 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-9c6aed26-1500-46c9-bb05-b7910fdc485a 2018-10-06 15:15:31,435 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-06 15:15:31,435 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet 2018-10-06 15:15:31,435 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-subnet 2018-10-06 15:15:31,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/3b8efa97-956b-41ef-b105-b6e64c047b9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:33,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e0704c54-b240-48ab-9f5e-e1b1f402f521 Date: Sat, 06 Oct 2018 15:15:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:33,602 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/3b8efa97-956b-41ef-b105-b6e64c047b9a used request id req-e0704c54-b240-48ab-9f5e-e1b1f402f521 2018-10-06 15:15:33,603 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8fef840a-4fd3-4fa0-9ad8-204a965d79df-pub-net 2018-10-06 15:15:33,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/867b8be3-b7cf-427e-9931-24258bcd3e1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9508f927ccc5b872160b47253b663a542916d9b4" 2018-10-06 15:15:35,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d25e39a2-c964-4634-9560-2eb5f9e63145 Date: Sat, 06 Oct 2018 15:15:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:35,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/867b8be3-b7cf-427e-9931-24258bcd3e1b used request id req-d25e39a2-c964-4634-9560-2eb5f9e63145 2018-10-06 15:15:35,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:35,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["7BNvu-q0R8uD9i2iB-e5NA"], "issued_at": "2018-10-06T15:15:35.000000Z"}} 2018-10-06 15:15:35,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:35,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2061e523-c3aa-4114-afcd-0edb03728c92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:35,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2061e523-c3aa-4114-afcd-0edb03728c92 2018-10-06 15:15:35,480 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net 2018-10-06 15:15:35,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" -d '{"network": {"name": "NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net", "admin_state_up": true}}' 2018-10-06 15:15:35,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-09ef6d4f-1731-4373-9b63-fe19f931970b Date: Sat, 06 Oct 2018 15:15:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:35Z","is_default":false,"provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:35Z","mtu":1450}} 2018-10-06 15:15:35,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-09ef6d4f-1731-4373-9b63-fe19f931970b 2018-10-06 15:15:35,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:36,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-567e2d3b-7a85-4361-be83-1727b4b95c26 Date: Sat, 06 Oct 2018 15:15:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:35Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:36,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-567e2d3b-7a85-4361-be83-1727b4b95c26 2018-10-06 15:15:36,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:36,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-328f1203-0d67-4ab5-8419-ac2778380960 Date: Sat, 06 Oct 2018 15:15:36 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:15:36,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-328f1203-0d67-4ab5-8419-ac2778380960 2018-10-06 15:15:36,399 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet 2018-10-06 15:15:36,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" -d '{"subnets": [{"ip_version": 4, "network_id": "c85bd325-c3c9-4dba-835d-ebaaf438b9db", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]}' 2018-10-06 15:15:36,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9ada24ec-c34a-488a-913e-1f58cd8e134c Date: Sat, 06 Oct 2018 15:15:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:36Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:36Z","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":"3e37ce67de3843498eafb3187da04061","id":"d338d670-b855-43f5-95b9-991c11daf2f5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]} 2018-10-06 15:15:36,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-9ada24ec-c34a-488a-913e-1f58cd8e134c 2018-10-06 15:15:36,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:37,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2ea53460-92e5-48aa-984a-68babc3df52a Date: Sat, 06 Oct 2018 15:15:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["d338d670-b855-43f5-95b9-991c11daf2f5"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:36Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:37,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-2ea53460-92e5-48aa-984a-68babc3df52a 2018-10-06 15:15:37,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:37,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8f3f47f5-742a-4521-8038-be921d601ea8 Date: Sat, 06 Oct 2018 15:15:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:36Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"d338d670-b855-43f5-95b9-991c11daf2f5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]} 2018-10-06 15:15:37,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-8f3f47f5-742a-4521-8038-be921d601ea8 2018-10-06 15:15:37,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:37,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-061a1578-a96f-47ec-b08c-24cdd8bbd82b Date: Sat, 06 Oct 2018 15:15:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["d338d670-b855-43f5-95b9-991c11daf2f5"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:36Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:37,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net used request id req-061a1578-a96f-47ec-b08c-24cdd8bbd82b 2018-10-06 15:15:37,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:37,620 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:37,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:37,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad5ce64-9267-4df0-a715-90fe0a5569a2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:37,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-6ad5ce64-9267-4df0-a715-90fe0a5569a2 2018-10-06 15:15:37,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:37,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-26dafe6e-157f-4d0b-a2a5-34d582f4b658 Date: Sat, 06 Oct 2018 15:15:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:36Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"d338d670-b855-43f5-95b9-991c11daf2f5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]} 2018-10-06 15:15:37,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-26dafe6e-157f-4d0b-a2a5-34d582f4b658 2018-10-06 15:15:37,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db&name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:38,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1b0e6c21-48ad-4eab-9685-4d8ebb6cdcf7 Date: Sat, 06 Oct 2018 15:15:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:36Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"d338d670-b855-43f5-95b9-991c11daf2f5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]} 2018-10-06 15:15:38,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db&name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet used request id req-1b0e6c21-48ad-4eab-9685-4d8ebb6cdcf7 2018-10-06 15:15:38,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:38,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:38,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["r9Tq1gZpTcSu_V_goqqIzg"], "issued_at": "2018-10-06T15:15:38.000000Z"}} 2018-10-06 15:15:38,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606043b2d49b5fe92ac746f50c3b304a1bf17e36" 2018-10-06 15:15:38,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92eed4b3-975b-4b62-ba5a-fc9a416c6323 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:38,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-92eed4b3-975b-4b62-ba5a-fc9a416c6323 2018-10-06 15:15:38,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:38,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3ec8d6d7-7417-4737-9215-56e7cae6f02e Date: Sat, 06 Oct 2018 15:15:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["d338d670-b855-43f5-95b9-991c11daf2f5"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:36Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:38,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net used request id req-3ec8d6d7-7417-4737-9215-56e7cae6f02e 2018-10-06 15:15:38,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:39,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6cc8a4a3-9d71-488f-8d8f-af920ced4332 Date: Sat, 06 Oct 2018 15:15:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:36Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"d338d670-b855-43f5-95b9-991c11daf2f5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]} 2018-10-06 15:15:39,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-6cc8a4a3-9d71-488f-8d8f-af920ced4332 2018-10-06 15:15:39,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:39,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f36e3d41-76f9-43ed-b54a-bde6890fb410 Date: Sat, 06 Oct 2018 15:15:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["d338d670-b855-43f5-95b9-991c11daf2f5"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:36Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:39,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net used request id req-f36e3d41-76f9-43ed-b54a-bde6890fb410 2018-10-06 15:15:39,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:39,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:39,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606043b2d49b5fe92ac746f50c3b304a1bf17e36" 2018-10-06 15:15:39,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e9ff35-02e7-4527-a8ab-43b1bde3931b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:39,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-20e9ff35-02e7-4527-a8ab-43b1bde3931b 2018-10-06 15:15:39,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:39,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-daff9b7d-b8dc-4826-8f76-f7807026aed6 Date: Sat, 06 Oct 2018 15:15:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:36Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"d338d670-b855-43f5-95b9-991c11daf2f5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]} 2018-10-06 15:15:39,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-daff9b7d-b8dc-4826-8f76-f7807026aed6 2018-10-06 15:15:39,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db&name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:39,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e7fdf425-403f-45b0-8de4-bb9b3f945cef Date: Sat, 06 Oct 2018 15:15:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c85bd325-c3c9-4dba-835d-ebaaf438b9db","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:36Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"d338d670-b855-43f5-95b9-991c11daf2f5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet"}]} 2018-10-06 15:15:39,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c85bd325-c3c9-4dba-835d-ebaaf438b9db&name=NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet used request id req-e7fdf425-403f-45b0-8de4-bb9b3f945cef 2018-10-06 15:15:39,669 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net 2018-10-06 15:15:39,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" -d '{"port": {"network_id": "c85bd325-c3c9-4dba-835d-ebaaf438b9db", "fixed_ips": [{"subnet_id": "d338d670-b855-43f5-95b9-991c11daf2f5", "ip_address": null}], "name": "NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-port", "admin_state_up": true}}' 2018-10-06 15:15:39,835 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-70caf1c7-fa7b-4e84-92bf-191d4c98d198 Date: Sat, 06 Oct 2018 15:15:39 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 15:15:39,835 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-70caf1c7-fa7b-4e84-92bf-191d4c98d198 2018-10-06 15:15:39,836 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 15:15:39,836 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet 2018-10-06 15:15:39,836 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-subnet 2018-10-06 15:15:39,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/d338d670-b855-43f5-95b9-991c11daf2f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:41,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-129a29d5-bde6-48d3-a6e8-b38ad4caa49b Date: Sat, 06 Oct 2018 15:15:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:41,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d338d670-b855-43f5-95b9-991c11daf2f5 used request id req-129a29d5-bde6-48d3-a6e8-b38ad4caa49b 2018-10-06 15:15:41,931 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5ff91aad-0cf2-4696-977f-e255b6374495-pub-net 2018-10-06 15:15:41,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/c85bd325-c3c9-4dba-835d-ebaaf438b9db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efaa80e25d47e2b9ea9bb03aa5bc95a26fd927ff" 2018-10-06 15:15:43,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cba78d00-17d5-4b7b-88c5-86381f9cf01b Date: Sat, 06 Oct 2018 15:15:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:43,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c85bd325-c3c9-4dba-835d-ebaaf438b9db used request id req-cba78d00-17d5-4b7b-88c5-86381f9cf01b 2018-10-06 15:15:43,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:43,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["xHyFh2OcQcaKSXU46hGPAA"], "issued_at": "2018-10-06T15:15:43.000000Z"}} 2018-10-06 15:15:43,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:44,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db532296-7099-4ab5-9e68-3c43c003df45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:44,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-db532296-7099-4ab5-9e68-3c43c003df45 2018-10-06 15:15:44,039 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net 2018-10-06 15:15:44,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" -d '{"network": {"name": "NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net", "admin_state_up": true}}' 2018-10-06 15:15:44,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4fe591bb-1ef8-402b-8212-41fe4419b1a4 Date: Sat, 06 Oct 2018 15:15: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":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:44Z","is_default":false,"provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:44Z","mtu":1450}} 2018-10-06 15:15:44,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4fe591bb-1ef8-402b-8212-41fe4419b1a4 2018-10-06 15:15:44,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:44,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-84efb743-fdce-469f-896d-a26e37eb3fa2 Date: Sat, 06 Oct 2018 15:15:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:15:44Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:44Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:44,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-84efb743-fdce-469f-896d-a26e37eb3fa2 2018-10-06 15:15:44,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:44,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-297dedfd-229a-4bd3-b753-2e2677a6eeb9 Date: Sat, 06 Oct 2018 15:15:44 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:15:44,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-297dedfd-229a-4bd3-b753-2e2677a6eeb9 2018-10-06 15:15:44,868 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet 2018-10-06 15:15:44,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" -d '{"subnets": [{"ip_version": 4, "network_id": "8144f5bc-ade4-4dbe-bb51-191ddf9a742f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]}' 2018-10-06 15:15:45,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9ecb5726-385f-434f-bd3f-1de2ec54e0a7 Date: Sat, 06 Oct 2018 15:15:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:45Z","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":"3e37ce67de3843498eafb3187da04061","id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]} 2018-10-06 15:15:45,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-9ecb5726-385f-434f-bd3f-1de2ec54e0a7 2018-10-06 15:15:45,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:45,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a30107d0-f999-4f97-adb6-54eebe7593b7 Date: Sat, 06 Oct 2018 15:15:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:45Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:44Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:45,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-a30107d0-f999-4f97-adb6-54eebe7593b7 2018-10-06 15:15:45,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:45,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e62d38ba-20b7-4133-911a-472ee8e385d5 Date: Sat, 06 Oct 2018 15:15:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]} 2018-10-06 15:15:45,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-e62d38ba-20b7-4133-911a-472ee8e385d5 2018-10-06 15:15:45,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:45,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-548a0cc6-62a1-4b9c-8a33-bb802131c916 Date: Sat, 06 Oct 2018 15:15:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:45Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:44Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:45,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net used request id req-548a0cc6-62a1-4b9c-8a33-bb802131c916 2018-10-06 15:15:45,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:45,975 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:45,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:46,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a9af07-f1cf-44eb-829c-8ce958309e72 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:46,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-69a9af07-f1cf-44eb-829c-8ce958309e72 2018-10-06 15:15:46,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:46,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-94dbe66f-9a23-417e-86d3-cfe28f4efa9d Date: Sat, 06 Oct 2018 15:15:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]} 2018-10-06 15:15:46,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-94dbe66f-9a23-417e-86d3-cfe28f4efa9d 2018-10-06 15:15:46,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f&name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:46,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a2e56a92-fc62-4dbf-98e9-81cba8a210e1 Date: Sat, 06 Oct 2018 15:15:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]} 2018-10-06 15:15:46,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f&name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet used request id req-a2e56a92-fc62-4dbf-98e9-81cba8a210e1 2018-10-06 15:15:46,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:46,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:46,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["aNKLUugHTqqbh_5rLd2A4A"], "issued_at": "2018-10-06T15:15:46.000000Z"}} 2018-10-06 15:15:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b12fd42e53bf81f6648328c025ff15f9aa9234b" 2018-10-06 15:15:46,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad722d8-430a-46eb-828f-c4d664d56783 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:46,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3ad722d8-430a-46eb-828f-c4d664d56783 2018-10-06 15:15:46,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:47,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-46fc7b8c-47f4-42dc-8c2b-1d3d925cb5a8 Date: Sat, 06 Oct 2018 15:15:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:45Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:44Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:47,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net used request id req-46fc7b8c-47f4-42dc-8c2b-1d3d925cb5a8 2018-10-06 15:15:47,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:47,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb2eb76a-c7fd-473b-a4e5-b0562b4a8c30 Date: Sat, 06 Oct 2018 15:15:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]} 2018-10-06 15:15:47,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-eb2eb76a-c7fd-473b-a4e5-b0562b4a8c30 2018-10-06 15:15:47,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:47,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-86761fd3-38a2-4291-b0f3-5c6c737169f0 Date: Sat, 06 Oct 2018 15:15:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4"],"description":"","tags":[],"updated_at":"2018-10-06T15:15:45Z","provider:segmentation_id":73,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:44Z","provider:network_type":"vxlan"}]} 2018-10-06 15:15:47,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net used request id req-86761fd3-38a2-4291-b0f3-5c6c737169f0 2018-10-06 15:15:47,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:47,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:47,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b12fd42e53bf81f6648328c025ff15f9aa9234b" 2018-10-06 15:15:47,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b575178b-ebcc-430b-8a02-57eb017676c0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:47,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-b575178b-ebcc-430b-8a02-57eb017676c0 2018-10-06 15:15:47,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:47,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f5dc03cd-314b-4974-add1-4e8953733c6c Date: Sat, 06 Oct 2018 15:15:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]} 2018-10-06 15:15:47,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-f5dc03cd-314b-4974-add1-4e8953733c6c 2018-10-06 15:15:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f&name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:48,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aac8288b-398d-40f3-b769-8a960ffba84b Date: Sat, 06 Oct 2018 15:15:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:45Z","dns_nameservers":[],"updated_at":"2018-10-06T15:15:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet"}]} 2018-10-06 15:15:48,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8144f5bc-ade4-4dbe-bb51-191ddf9a742f&name=NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet used request id req-aac8288b-398d-40f3-b769-8a960ffba84b 2018-10-06 15:15:48,028 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net 2018-10-06 15:15:48,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" -d '{"port": {"network_id": "8144f5bc-ade4-4dbe-bb51-191ddf9a742f", "fixed_ips": [{"subnet_id": "5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-06 15:15:48,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-bba321c1-10c5-4a01-b5fd-b51e98e6ee20 Date: Sat, 06 Oct 2018 15:15:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:48Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","ip_address":"10.55.1.100"}],"id":"473edfdf-15ce-4166-a846-968478e6c028","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:75:40","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:48Z","binding:vnic_type":"normal"}} 2018-10-06 15:15:48,782 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-bba321c1-10c5-4a01-b5fd-b51e98e6ee20 2018-10-06 15:15:48,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports/473edfdf-15ce-4166-a846-968478e6c028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:49,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-5e1db3ee-af64-4be7-a19d-1bfbedb6ff87 Date: Sat, 06 Oct 2018 15:15:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:48Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4","ip_address":"10.55.1.100"}],"id":"473edfdf-15ce-4166-a846-968478e6c028","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:75:40","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"8144f5bc-ade4-4dbe-bb51-191ddf9a742f","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:15:48Z","binding:vnic_type":"normal"}} 2018-10-06 15:15:49,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports/473edfdf-15ce-4166-a846-968478e6c028 used request id req-5e1db3ee-af64-4be7-a19d-1bfbedb6ff87 2018-10-06 15:15:49,016 - neutron_utils - INFO - Deleting port with name 2018-10-06 15:15:49,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/473edfdf-15ce-4166-a846-968478e6c028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:49,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a4c9cdb-8d96-4e83-a844-146298393e20 Date: Sat, 06 Oct 2018 15:15:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:49,644 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/473edfdf-15ce-4166-a846-968478e6c028 used request id req-4a4c9cdb-8d96-4e83-a844-146298393e20 2018-10-06 15:15:49,645 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet 2018-10-06 15:15:49,645 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-subnet 2018-10-06 15:15:49,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:52,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b423dc34-63e2-43d7-b9f9-8527535bef4e Date: Sat, 06 Oct 2018 15:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:52,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5e63f8cc-b6e5-4c82-b51d-ad189f3dfca4 used request id req-b423dc34-63e2-43d7-b9f9-8527535bef4e 2018-10-06 15:15:52,079 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-144be86c-8199-473c-b1e3-3aecf6208d80-pub-net 2018-10-06 15:15:52,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/8144f5bc-ade4-4dbe-bb51-191ddf9a742f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155263fd01eb57ebfbc6c95e76698dfc81712da" 2018-10-06 15:15:53,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e33fa57-45b7-4a60-b09b-2bb4eadc9ecc Date: Sat, 06 Oct 2018 15:15:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:15:53,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/8144f5bc-ade4-4dbe-bb51-191ddf9a742f used request id req-0e33fa57-45b7-4a60-b09b-2bb4eadc9ecc 2018-10-06 15:15:53,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:54,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["ajYeDjWBRXm_hcMVnbuLmg"], "issued_at": "2018-10-06T15:15:54.000000Z"}} 2018-10-06 15:15:54,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7948c667169fb8855de957cbbd5d16813898b7d2" 2018-10-06 15:15:54,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d8ce6e8-a94c-4794-8f2e-7892c75d4c0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:54,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0d8ce6e8-a94c-4794-8f2e-7892c75d4c0d 2018-10-06 15:15:54,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:54,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:54,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["CO_KXP_NSsKszyoLfCxUpw"], "issued_at": "2018-10-06T15:15:54.000000Z"}} 2018-10-06 15:15:54,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d45e3bd6a55d265e09ddbd734001fefc8528fa5" 2018-10-06 15:15:54,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f4fd9d-9998-4acc-8463-33a8fca8e0e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:54,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-89f4fd9d-9998-4acc-8463-33a8fca8e0e0 2018-10-06 15:15:54,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-e8f4a23c-56a9-44f5-8b80-d4d3c908197a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7948c667169fb8855de957cbbd5d16813898b7d2" 2018-10-06 15:15:54,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e2be969f-c672-40b9-9d44-3e9852adad8f Date: Sat, 06 Oct 2018 15:15:54 GMT RESP BODY: {"networks":[]} 2018-10-06 15:15:54,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-e8f4a23c-56a9-44f5-8b80-d4d3c908197a-pub-net used request id req-e2be969f-c672-40b9-9d44-3e9852adad8f 2018-10-06 15:15:54,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:55,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["xIUOnNgOQve4SVcSHQnkzQ"], "issued_at": "2018-10-06T15:15:55.000000Z"}} 2018-10-06 15:15:55,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:55,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02264f8c-af75-450f-ae7f-86a062d7dfae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:55,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02264f8c-af75-450f-ae7f-86a062d7dfae 2018-10-06 15:15:55,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:15:55,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:15:55,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["__VrvJEoSdS_p7sYvBX_og"], "issued_at": "2018-10-06T15:15:55.000000Z"}} 2018-10-06 15:15:55,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd28ab9ed6d2ec8c5a9e275cc0fa15db104c2023" 2018-10-06 15:15:55,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99c8e0e-eb69-4c21-9b36-45fc12763ada Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:15:55,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b99c8e0e-eb69-4c21-9b36-45fc12763ada 2018-10-06 15:15:55,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:56,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6cd74c80-75bd-4f21-bbfe-24d64e0362a3 Date: Sat, 06 Oct 2018 15:15:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:15:56,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-6cd74c80-75bd-4f21-bbfe-24d64e0362a3 2018-10-06 15:15:56,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:56,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ae9613bc-fc93-434d-aeeb-491762543329 Date: Sat, 06 Oct 2018 15:15:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:15:56,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-ae9613bc-fc93-434d-aeeb-491762543329 2018-10-06 15:15:56,211 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router 2018-10-06 15:15:56,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router", "admin_state_up": true}}' 2018-10-06 15:15:58,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-ef21bb71-f979-4b06-ad7d-2dfaa1136b16 Date: Sat, 06 Oct 2018 15:15:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:15:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:15:58Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "dc16bac5-6bd1-476f-9982-b3a50f7e9bad", "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router"}} 2018-10-06 15:15:58,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-ef21bb71-f979-4b06-ad7d-2dfaa1136b16 2018-10-06 15:15:58,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=dc16bac5-6bd1-476f-9982-b3a50f7e9bad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:58,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3805774f-c457-4a0a-97ba-27f5f3945161 Date: Sat, 06 Oct 2018 15:15:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:58Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.211"}],"id":"5c6e1b73-23ed-420b-824e-602953f318f8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:06:c6:aa","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dc16bac5-6bd1-476f-9982-b3a50f7e9bad","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:15:58Z","binding:vnic_type":"normal"}]} 2018-10-06 15:15:58,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=dc16bac5-6bd1-476f-9982-b3a50f7e9bad used request id req-3805774f-c457-4a0a-97ba-27f5f3945161 2018-10-06 15:15:58,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:59,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e2ed6c66-004f-408a-b162-bd813421a2b5 Date: Sat, 06 Oct 2018 15:15:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:15:59,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-e2ed6c66-004f-408a-b162-bd813421a2b5 2018-10-06 15:15:59,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:59,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-eec35584-03b0-4f2a-b0e2-c7db82dbf678 Date: Sat, 06 Oct 2018 15:15:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:15:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:15:57Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6288bf7e-a264-4b9a-9f1c-f685b49ac097", "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:15:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:15:58Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "dc16bac5-6bd1-476f-9982-b3a50f7e9bad", "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router"}]} 2018-10-06 15:15:59,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router used request id req-eec35584-03b0-4f2a-b0e2-c7db82dbf678 2018-10-06 15:15:59,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:15:59,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:15:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:15:59,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:59,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-badbceda-663b-468d-969a-e17c2c52ce01 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:15:59,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-badbceda-663b-468d-969a-e17c2c52ce01 2018-10-06 15:15:59,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=6288bf7e-a264-4b9a-9f1c-f685b49ac097 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:59,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9ccc3316-32ca-4505-bc7b-dfcd8e21fe02 Date: Sat, 06 Oct 2018 15:15:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.210"}],"id":"303caaa0-7f1e-4f50-ba37-bb30541b809e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d9:d4:12","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6288bf7e-a264-4b9a-9f1c-f685b49ac097","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:15:56Z","binding:vnic_type":"normal"}]} 2018-10-06 15:15:59,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=6288bf7e-a264-4b9a-9f1c-f685b49ac097 used request id req-9ccc3316-32ca-4505-bc7b-dfcd8e21fe02 2018-10-06 15:15:59,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:15:59,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cb9473b5-0e54-4805-83e0-7341538ee436 Date: Sat, 06 Oct 2018 15:15:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:15:59,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-cb9473b5-0e54-4805-83e0-7341538ee436 2018-10-06 15:15:59,653 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router 2018-10-06 15:15:59,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/dc16bac5-6bd1-476f-9982-b3a50f7e9bad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:16:00,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6d9da13-e576-4437-b441-a698a8fcf0a2 Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:00,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/dc16bac5-6bd1-476f-9982-b3a50f7e9bad used request id req-d6d9da13-e576-4437-b441-a698a8fcf0a2 2018-10-06 15:16:00,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:16:01,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6b0e0a51-3ce1-470e-bcd8-0c99105b8012 Date: Sat, 06 Oct 2018 15:16:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:15:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:15:57Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6288bf7e-a264-4b9a-9f1c-f685b49ac097", "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router"}]} 2018-10-06 15:16:01,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router used request id req-6b0e0a51-3ce1-470e-bcd8-0c99105b8012 2018-10-06 15:16:01,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:16:01,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9247dfdb-ed01-4ad7-8170-5892f6e9c3f3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:16:01,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-9247dfdb-ed01-4ad7-8170-5892f6e9c3f3 2018-10-06 15:16:01,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=6288bf7e-a264-4b9a-9f1c-f685b49ac097 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:16:01,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-cf9b9a28-893d-4dc1-b8fd-c4c0a2d5e9d9 Date: Sat, 06 Oct 2018 15:16:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.210"}],"id":"303caaa0-7f1e-4f50-ba37-bb30541b809e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d9:d4:12","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6288bf7e-a264-4b9a-9f1c-f685b49ac097","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:15:56Z","binding:vnic_type":"normal"}]} 2018-10-06 15:16:01,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=6288bf7e-a264-4b9a-9f1c-f685b49ac097 used request id req-cf9b9a28-893d-4dc1-b8fd-c4c0a2d5e9d9 2018-10-06 15:16:01,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95420089508f55bae4c3c02433904665f110db7e" 2018-10-06 15:16:01,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-999d3a36-d29f-4d22-8ff3-601e5719602b Date: Sat, 06 Oct 2018 15:16:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:16:01,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-999d3a36-d29f-4d22-8ff3-601e5719602b 2018-10-06 15:16:01,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:01,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["f6BbLwmtTpiz3AjrCr1G1w"], "issued_at": "2018-10-06T15:16:01.000000Z"}} 2018-10-06 15:16:01,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:01,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a19c0c-701a-429b-8a98-68c0631d5099 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:01,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c8a19c0c-701a-429b-8a98-68c0631d5099 2018-10-06 15:16:01,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:16:01,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:02,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["E6JR83PnSaytPEnxL8GFig"], "issued_at": "2018-10-06T15:16:02.000000Z"}} 2018-10-06 15:16:02,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86eb13aed2512abc612a776fc7ea327e48fa4bfe" 2018-10-06 15:16:02,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-252fc1c3-844e-4f41-96d9-afd6e758d808 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:02,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-252fc1c3-844e-4f41-96d9-afd6e758d808 2018-10-06 15:16:02,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:02,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f0fd5f69-d47d-43e4-b63e-f96fdae46a68 Date: Sat, 06 Oct 2018 15:16:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:16:02,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-f0fd5f69-d47d-43e4-b63e-f96fdae46a68 2018-10-06 15:16:02,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:02,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0e9fc668-bfd8-4226-b5ec-a3e3c7017dd3 Date: Sat, 06 Oct 2018 15:16:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:16:02,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-0e9fc668-bfd8-4226-b5ec-a3e3c7017dd3 2018-10-06 15:16:02,905 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router 2018-10-06 15:16:02,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router", "admin_state_up": true}}' 2018-10-06 15:16:05,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-9f33a1e4-ca27-4c7c-b4bd-ee282810ec8a Date: Sat, 06 Oct 2018 15:16:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:16:05Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "660e666b-b679-4a8f-a1ec-272da3e8e9cc", "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router"}} 2018-10-06 15:16:05,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-9f33a1e4-ca27-4c7c-b4bd-ee282810ec8a 2018-10-06 15:16:05,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=660e666b-b679-4a8f-a1ec-272da3e8e9cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:05,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-88849367-c7bb-49a7-8d13-5a73393a8f78 Date: Sat, 06 Oct 2018 15:16:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.203"}],"id":"8f9fb954-65fd-4813-ac13-033c463912c3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6e:3b:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"660e666b-b679-4a8f-a1ec-272da3e8e9cc","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:16:04Z","binding:vnic_type":"normal"}]} 2018-10-06 15:16:05,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=660e666b-b679-4a8f-a1ec-272da3e8e9cc used request id req-88849367-c7bb-49a7-8d13-5a73393a8f78 2018-10-06 15:16:05,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:05,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-35f28182-11cf-4474-b5dd-90f61971954b Date: Sat, 06 Oct 2018 15:16:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:16:05,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-35f28182-11cf-4474-b5dd-90f61971954b 2018-10-06 15:16:05,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:05,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-a1624c8b-26b3-46f5-9c16-5bd955fc4156 Date: Sat, 06 Oct 2018 15:16:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:16:03Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "5aae1d6d-f539-4d71-8bee-1257836d3ecd", "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:16:05Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "660e666b-b679-4a8f-a1ec-272da3e8e9cc", "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router"}]} 2018-10-06 15:16:05,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router used request id req-a1624c8b-26b3-46f5-9c16-5bd955fc4156 2018-10-06 15:16:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:16:05,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:16: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:16:05,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:05,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c70690d4-982f-4103-97bb-3b92e890b599 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:16:05,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-c70690d4-982f-4103-97bb-3b92e890b599 2018-10-06 15:16:05,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5aae1d6d-f539-4d71-8bee-1257836d3ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:06,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5b5cc9e5-3624-4781-a450-ea71003882b3 Date: Sat, 06 Oct 2018 15:16:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.202"}],"id":"4800c613-bbff-441a-b462-3037f86731b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:52:eb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5aae1d6d-f539-4d71-8bee-1257836d3ecd","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:16:03Z","binding:vnic_type":"normal"}]} 2018-10-06 15:16:06,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5aae1d6d-f539-4d71-8bee-1257836d3ecd used request id req-5b5cc9e5-3624-4781-a450-ea71003882b3 2018-10-06 15:16:06,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:06,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1f5f0696-da96-47b1-8860-e7c1d04dd2b7 Date: Sat, 06 Oct 2018 15:16:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:16:06,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-1f5f0696-da96-47b1-8860-e7c1d04dd2b7 2018-10-06 15:16:06,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:06,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-69689d89-4619-4bda-b651-9132546dd36b Date: Sat, 06 Oct 2018 15:16:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:16:06,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-69689d89-4619-4bda-b651-9132546dd36b 2018-10-06 15:16:06,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:06,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-822c5342-fd94-4d67-83da-9404f6cda8f6 Date: Sat, 06 Oct 2018 15:16:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:16:06,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-822c5342-fd94-4d67-83da-9404f6cda8f6 2018-10-06 15:16:06,730 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router 2018-10-06 15:16:06,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/660e666b-b679-4a8f-a1ec-272da3e8e9cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:08,061 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f61e341-50a6-4589-808d-6830abce6f8d Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:08,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/660e666b-b679-4a8f-a1ec-272da3e8e9cc used request id req-2f61e341-50a6-4589-808d-6830abce6f8d 2018-10-06 15:16:08,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:08,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7e7e384d-5cbe-451b-866a-436b1674e918 Date: Sat, 06 Oct 2018 15:16:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:16:03Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "5aae1d6d-f539-4d71-8bee-1257836d3ecd", "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router"}]} 2018-10-06 15:16:08,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router used request id req-7e7e384d-5cbe-451b-866a-436b1674e918 2018-10-06 15:16:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:08,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6933e4f3-63a0-488f-8194-aa70cf72cdd8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:16:08,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-6933e4f3-63a0-488f-8194-aa70cf72cdd8 2018-10-06 15:16:08,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5aae1d6d-f539-4d71-8bee-1257836d3ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:08,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3cee5579-bc5a-43af-86e8-cd0f97fe4d0f Date: Sat, 06 Oct 2018 15:16:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.202"}],"id":"4800c613-bbff-441a-b462-3037f86731b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:52:eb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5aae1d6d-f539-4d71-8bee-1257836d3ecd","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:16:03Z","binding:vnic_type":"normal"}]} 2018-10-06 15:16:08,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5aae1d6d-f539-4d71-8bee-1257836d3ecd used request id req-3cee5579-bc5a-43af-86e8-cd0f97fe4d0f 2018-10-06 15:16:08,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cae8975b46f377fe1cc053217b982ec30885e7" 2018-10-06 15:16:08,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-743aa7b7-f5cb-485a-b7d1-da71bcd7fd8d Date: Sat, 06 Oct 2018 15:16:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 15:16:08,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3 used request id req-743aa7b7-f5cb-485a-b7d1-da71bcd7fd8d 2018-10-06 15:16:08,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:09,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["dxt5dgNMRvyh9qly-j2QdA"], "issued_at": "2018-10-06T15:16:09.000000Z"}} 2018-10-06 15:16:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddddc82d68b4fdd1796cc96d1899cd23864ef81" 2018-10-06 15:16:09,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6c50fc0-4b73-4625-a842-4ddd07e4500e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:09,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b6c50fc0-4b73-4625-a842-4ddd07e4500e 2018-10-06 15:16:09,249 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name 2018-10-06 15:16:09,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddddc82d68b4fdd1796cc96d1899cd23864ef81" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name"}}' 2018-10-06 15:16:09,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-8fd21cdb-1006-4fb0-b7bc-8636c6daaae8 Date: Sat, 06 Oct 2018 15:16:09 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:09Z", "updated_at": "2018-10-06T15:16:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "revision_number": 0, "id": "1c890e00-b682-4f43-b769-712dcec8540c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "revision_number": 0, "id": "6c1dc1d5-9a1e-43da-845d-494727179967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "name": "NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name"}} 2018-10-06 15:16:09,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-8fd21cdb-1006-4fb0-b7bc-8636c6daaae8 2018-10-06 15:16:09,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec8db75d-b86a-4c4f-ad14-220304537eae 2018-10-06 15:16:09,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ec8db75d-b86a-4c4f-ad14-220304537eae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddddc82d68b4fdd1796cc96d1899cd23864ef81" 2018-10-06 15:16:09,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d05b3974-1a36-4cd8-8416-8a74876de0a3 Date: Sat, 06 Oct 2018 15:16:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:09Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "1c890e00-b682-4f43-b769-712dcec8540c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:09Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6c1dc1d5-9a1e-43da-845d-494727179967"}]} 2018-10-06 15:16:09,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ec8db75d-b86a-4c4f-ad14-220304537eae used request id req-d05b3974-1a36-4cd8-8416-8a74876de0a3 2018-10-06 15:16:09,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddddc82d68b4fdd1796cc96d1899cd23864ef81" 2018-10-06 15:16:09,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-450ce4e3-cc63-4b69-b881-c826ff318763 Date: Sat, 06 Oct 2018 15:16:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:09Z", "updated_at": "2018-10-06T15:16:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "revision_number": 0, "id": "6c1dc1d5-9a1e-43da-845d-494727179967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "revision_number": 0, "id": "1c890e00-b682-4f43-b769-712dcec8540c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "name": "NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name"}]} 2018-10-06 15:16:09,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name used request id req-450ce4e3-cc63-4b69-b881-c826ff318763 2018-10-06 15:16:09,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec8db75d-b86a-4c4f-ad14-220304537eae 2018-10-06 15:16:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ec8db75d-b86a-4c4f-ad14-220304537eae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddddc82d68b4fdd1796cc96d1899cd23864ef81" 2018-10-06 15:16:10,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e2975d8d-9b4e-4299-ae98-626da273b04b Date: Sat, 06 Oct 2018 15:16:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:09Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "1c890e00-b682-4f43-b769-712dcec8540c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:09Z", "security_group_id": "ec8db75d-b86a-4c4f-ad14-220304537eae", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:09Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6c1dc1d5-9a1e-43da-845d-494727179967"}]} 2018-10-06 15:16:10,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ec8db75d-b86a-4c4f-ad14-220304537eae used request id req-e2975d8d-9b4e-4299-ae98-626da273b04b 2018-10-06 15:16:10,196 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name 2018-10-06 15:16:10,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/ec8db75d-b86a-4c4f-ad14-220304537eae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddddc82d68b4fdd1796cc96d1899cd23864ef81" 2018-10-06 15:16:10,579 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e507bd92-260e-46d5-8485-76c2b1ff4e0f Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:10,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ec8db75d-b86a-4c4f-ad14-220304537eae used request id req-e507bd92-260e-46d5-8485-76c2b1ff4e0f 2018-10-06 15:16:10,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddddc82d68b4fdd1796cc96d1899cd23864ef81" 2018-10-06 15:16:10,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e17cce7a-d2f1-4aa4-b133-95c51e9efdb2 Date: Sat, 06 Oct 2018 15:16:10 GMT RESP BODY: {"security_groups": []} 2018-10-06 15:16:10,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-03c45a1c-53d8-4601-ab69-22c9402ab314name used request id req-e17cce7a-d2f1-4aa4-b133-95c51e9efdb2 2018-10-06 15:16:10,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:11,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["X9Wc6Wp5SB2dewyILHBH5A"], "issued_at": "2018-10-06T15:16:11.000000Z"}} 2018-10-06 15:16:11,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0459f6bab645b9bc5a9f7c90496af4b912c586fe" 2018-10-06 15:16:11,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3b7c1c-864c-41db-94c3-6feb86d9f849 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:11,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1e3b7c1c-864c-41db-94c3-6feb86d9f849 2018-10-06 15:16:11,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:11,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["2TW7pndfRSu3J7vHLFDNcg"], "issued_at": "2018-10-06T15:16:11.000000Z"}} 2018-10-06 15:16:11,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d4301e572933e060adb78251687a56c2c24849" 2018-10-06 15:16:11,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e16108-8e9b-4126-9281-8b8185f6ec5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:11,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-86e16108-8e9b-4126-9281-8b8185f6ec5b 2018-10-06 15:16:11,716 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3d97482d-4b13-46b4-aba6-53f1e5895fb1name 2018-10-06 15:16:11,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d4301e572933e060adb78251687a56c2c24849" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3d97482d-4b13-46b4-aba6-53f1e5895fb1name", "description": "hello group"}}' 2018-10-06 15:16:12,092 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-82a71261-f2ab-4789-b4ea-75cda2daede6 Date: Sat, 06 Oct 2018 15:16:12 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:11Z", "updated_at": "2018-10-06T15:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "revision_number": 0, "id": "5d1d9d33-5eb8-4cdc-892e-8dfa5830b422", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "revision_number": 0, "id": "9e197d75-f681-497b-b690-db9a2c684cfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "d70c547e-93de-4bb4-9f13-86fac385e803", "name": "NeutronUtilsSecurityGroupTests-3d97482d-4b13-46b4-aba6-53f1e5895fb1name"}} 2018-10-06 15:16:12,092 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-82a71261-f2ab-4789-b4ea-75cda2daede6 2018-10-06 15:16:12,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d70c547e-93de-4bb4-9f13-86fac385e803 2018-10-06 15:16:12,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d70c547e-93de-4bb4-9f13-86fac385e803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d4301e572933e060adb78251687a56c2c24849" 2018-10-06 15:16:12,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa0e137e-1837-48b4-a9f9-b2e9e0a6096a Date: Sat, 06 Oct 2018 15:16:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:11Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "5d1d9d33-5eb8-4cdc-892e-8dfa5830b422"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:11Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "9e197d75-f681-497b-b690-db9a2c684cfc"}]} 2018-10-06 15:16:12,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d70c547e-93de-4bb4-9f13-86fac385e803 used request id req-aa0e137e-1837-48b4-a9f9-b2e9e0a6096a 2018-10-06 15:16:12,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3d97482d-4b13-46b4-aba6-53f1e5895fb1name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d4301e572933e060adb78251687a56c2c24849" 2018-10-06 15:16:12,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-275cedcd-5418-4458-81fd-e02d0816b801 Date: Sat, 06 Oct 2018 15:16:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:11Z", "updated_at": "2018-10-06T15:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "revision_number": 0, "id": "9e197d75-f681-497b-b690-db9a2c684cfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "revision_number": 0, "id": "5d1d9d33-5eb8-4cdc-892e-8dfa5830b422", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "d70c547e-93de-4bb4-9f13-86fac385e803", "name": "NeutronUtilsSecurityGroupTests-3d97482d-4b13-46b4-aba6-53f1e5895fb1name"}]} 2018-10-06 15:16:12,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3d97482d-4b13-46b4-aba6-53f1e5895fb1name&description=hello+group used request id req-275cedcd-5418-4458-81fd-e02d0816b801 2018-10-06 15:16:12,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d70c547e-93de-4bb4-9f13-86fac385e803 2018-10-06 15:16:12,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d70c547e-93de-4bb4-9f13-86fac385e803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d4301e572933e060adb78251687a56c2c24849" 2018-10-06 15:16:12,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9b906bd-58af-4715-a490-55ed873d9fd8 Date: Sat, 06 Oct 2018 15:16:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:11Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "5d1d9d33-5eb8-4cdc-892e-8dfa5830b422"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:11Z", "security_group_id": "d70c547e-93de-4bb4-9f13-86fac385e803", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:11Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "9e197d75-f681-497b-b690-db9a2c684cfc"}]} 2018-10-06 15:16:12,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d70c547e-93de-4bb4-9f13-86fac385e803 used request id req-d9b906bd-58af-4715-a490-55ed873d9fd8 2018-10-06 15:16:12,643 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3d97482d-4b13-46b4-aba6-53f1e5895fb1name 2018-10-06 15:16:12,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/d70c547e-93de-4bb4-9f13-86fac385e803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d4301e572933e060adb78251687a56c2c24849" 2018-10-06 15:16:12,853 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f75db38-1693-4324-8007-3046832a65bd Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:12,853 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d70c547e-93de-4bb4-9f13-86fac385e803 used request id req-8f75db38-1693-4324-8007-3046832a65bd 2018-10-06 15:16:12,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:13,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["GADv9C5UQiiQe1nKGdsT3g"], "issued_at": "2018-10-06T15:16:13.000000Z"}} 2018-10-06 15:16:13,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:13,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dacc1404-2717-4f73-bd6d-408061835c86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:13,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dacc1404-2717-4f73-bd6d-408061835c86 2018-10-06 15:16:13,326 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname 2018-10-06 15:16:13,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname", "description": "hello group"}}' 2018-10-06 15:16:13,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-27962da6-ebb5-43e4-a2ea-fccf0f4f0ba6 Date: Sat, 06 Oct 2018 15:16:13 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "updated_at": "2018-10-06T15:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "53388b01-c30f-4985-9a89-4d35645ba01c", "name": "NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname"}} 2018-10-06 15:16:13,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-27962da6-ebb5-43e4-a2ea-fccf0f4f0ba6 2018-10-06 15:16:13,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53388b01-c30f-4985-9a89-4d35645ba01c 2018-10-06 15:16:13,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:13,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-93aa1ec6-c9de-4b11-a44a-98ae56836826 Date: Sat, 06 Oct 2018 15:16:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0"}]} 2018-10-06 15:16:13,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c used request id req-93aa1ec6-c9de-4b11-a44a-98ae56836826 2018-10-06 15:16:13,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53388b01-c30f-4985-9a89-4d35645ba01c 2018-10-06 15:16:13,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:14,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5eb41fc8-9e3c-44ff-81aa-bac46e6a25e6 Date: Sat, 06 Oct 2018 15:16:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0"}]} 2018-10-06 15:16:14,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c used request id req-5eb41fc8-9e3c-44ff-81aa-bac46e6a25e6 2018-10-06 15:16:14,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:14,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d475fc-e4f9-4639-a82e-ae25941a381f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:14,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-53d475fc-e4f9-4639-a82e-ae25941a381f 2018-10-06 15:16:14,169 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname 2018-10-06 15:16:14,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:14,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-42f176b5-817c-4909-880a-c1eb90f9a63c Date: Sat, 06 Oct 2018 15:16:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "updated_at": "2018-10-06T15:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "53388b01-c30f-4985-9a89-4d35645ba01c", "name": "NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname"}]} 2018-10-06 15:16:14,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname used request id req-42f176b5-817c-4909-880a-c1eb90f9a63c 2018-10-06 15:16:14,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:16:14,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:16: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:16:14,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:14,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e752360-9e6b-427c-babb-d8bb22e5689a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:16:14,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-8e752360-9e6b-427c-babb-d8bb22e5689a 2018-10-06 15:16:14,379 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53388b01-c30f-4985-9a89-4d35645ba01c 2018-10-06 15:16:14,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:14,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-817a19cb-dfe2-41ba-8d99-26138617a282 Date: Sat, 06 Oct 2018 15:16:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0"}]} 2018-10-06 15:16:14,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c used request id req-817a19cb-dfe2-41ba-8d99-26138617a282 2018-10-06 15:16:14,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26: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}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c"}}' 2018-10-06 15:16:14,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-594757b1-d722-4b14-a565-c3dcd95ccdd3 Date: Sat, 06 Oct 2018 15:16:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:14Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "cf434fea-6db6-4caf-8a95-4c77cfd9801e"}} 2018-10-06 15:16:14,917 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-594757b1-d722-4b14-a565-c3dcd95ccdd3 2018-10-06 15:16:14,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:15,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-9e484e4c-b279-468f-8f42-bf12f2b58666 Date: Sat, 06 Oct 2018 15:16:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "updated_at": "2018-10-06T15:16:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:14Z", "revision_number": 0, "id": "cf434fea-6db6-4caf-8a95-4c77cfd9801e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:14Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 3, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "53388b01-c30f-4985-9a89-4d35645ba01c", "name": "NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname"}]} 2018-10-06 15:16:15,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname&description=hello+group used request id req-9e484e4c-b279-468f-8f42-bf12f2b58666 2018-10-06 15:16:15,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53388b01-c30f-4985-9a89-4d35645ba01c 2018-10-06 15:16:15,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:15,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-30741994-cd90-4315-b790-c62a28b7423f Date: Sat, 06 Oct 2018 15:16:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:14Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "cf434fea-6db6-4caf-8a95-4c77cfd9801e"}]} 2018-10-06 15:16:15,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c used request id req-30741994-cd90-4315-b790-c62a28b7423f 2018-10-06 15:16:15,303 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53388b01-c30f-4985-9a89-4d35645ba01c 2018-10-06 15:16:15,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:15,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-c70df80e-b39c-4874-b360-b4c46eae89de Date: Sat, 06 Oct 2018 15:16:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:14Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "cf434fea-6db6-4caf-8a95-4c77cfd9801e"}]} 2018-10-06 15:16:15,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c used request id req-c70df80e-b39c-4874-b360-b4c46eae89de 2018-10-06 15:16:15,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:15,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-aa690a06-94c1-4201-8a4d-3d8135d7d3bb Date: Sat, 06 Oct 2018 15:16:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "updated_at": "2018-10-06T15:16:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:14Z", "revision_number": 0, "id": "cf434fea-6db6-4caf-8a95-4c77cfd9801e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:14Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "revision_number": 0, "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 3, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "53388b01-c30f-4985-9a89-4d35645ba01c", "name": "NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname"}]} 2018-10-06 15:16:15,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname&description=hello+group used request id req-aa690a06-94c1-4201-8a4d-3d8135d7d3bb 2018-10-06 15:16:15,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53388b01-c30f-4985-9a89-4d35645ba01c 2018-10-06 15:16:15,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:15,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-d67cdc83-7662-42d8-a03f-47d01d9284ca Date: Sat, 06 Oct 2018 15:16:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "419662f4-119d-43f2-aa5c-b7f72dcf72bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:13Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:13Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "abcaaf67-858a-43a9-a7fd-9a66dec674e0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:14Z", "security_group_id": "53388b01-c30f-4985-9a89-4d35645ba01c", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:14Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "cf434fea-6db6-4caf-8a95-4c77cfd9801e"}]} 2018-10-06 15:16:15,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=53388b01-c30f-4985-9a89-4d35645ba01c used request id req-d67cdc83-7662-42d8-a03f-47d01d9284ca 2018-10-06 15:16:15,557 - neutron_utils - INFO - Deleting security group rule with ID - 419662f4-119d-43f2-aa5c-b7f72dcf72bc 2018-10-06 15:16:15,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/419662f4-119d-43f2-aa5c-b7f72dcf72bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:15,677 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-687bca10-b4a4-4df7-b850-33c2189fb4e0 Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:15,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/419662f4-119d-43f2-aa5c-b7f72dcf72bc used request id req-687bca10-b4a4-4df7-b850-33c2189fb4e0 2018-10-06 15:16:15,677 - neutron_utils - INFO - Deleting security group rule with ID - abcaaf67-858a-43a9-a7fd-9a66dec674e0 2018-10-06 15:16:15,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/abcaaf67-858a-43a9-a7fd-9a66dec674e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:15,924 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84d034ce-d5ed-4ed9-becf-9c8873ec6791 Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:15,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/abcaaf67-858a-43a9-a7fd-9a66dec674e0 used request id req-84d034ce-d5ed-4ed9-becf-9c8873ec6791 2018-10-06 15:16:15,925 - neutron_utils - INFO - Deleting security group rule with ID - cf434fea-6db6-4caf-8a95-4c77cfd9801e 2018-10-06 15:16:15,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/cf434fea-6db6-4caf-8a95-4c77cfd9801e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:16,175 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea2f94fc-76a7-474e-90f7-0aa26d3fd609 Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:16,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/cf434fea-6db6-4caf-8a95-4c77cfd9801e used request id req-ea2f94fc-76a7-474e-90f7-0aa26d3fd609 2018-10-06 15:16:16,175 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-4ed9afd5-7986-4c07-bb37-40d33c75704fname 2018-10-06 15:16:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/53388b01-c30f-4985-9a89-4d35645ba01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5ed0c5814b9bc1424d1b3c3707b5270373a64c" 2018-10-06 15:16:16,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a93d6de1-8b87-40ac-a0e6-b98d1b67a3fe Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:16,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/53388b01-c30f-4985-9a89-4d35645ba01c used request id req-a93d6de1-8b87-40ac-a0e6-b98d1b67a3fe 2018-10-06 15:16:16,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:16,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["skRXgBL_RgOCGmDqcJ97TA"], "issued_at": "2018-10-06T15:16:16.000000Z"}} 2018-10-06 15:16:16,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:16,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0118b5a0-4eb0-4ef7-8e8b-6c6ee3d8098f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:16,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0118b5a0-4eb0-4ef7-8e8b-6c6ee3d8098f 2018-10-06 15:16:16,760 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-1 2018-10-06 15:16:16,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-1", "description": "hello group"}}' 2018-10-06 15:16:17,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-d78f97c5-e14b-4cc5-8215-c9908718c991 Date: Sat, 06 Oct 2018 15:16:17 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:16Z", "updated_at": "2018-10-06T15:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:16Z", "revision_number": 0, "id": "7acbb63b-a1f1-40ae-b44c-003ca68c2026", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:16Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "revision_number": 0, "id": "855ce5d9-86ac-41a0-bf96-ea2b488150d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:17Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "name": "NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-1"}} 2018-10-06 15:16:17,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-d78f97c5-e14b-4cc5-8215-c9908718c991 2018-10-06 15:16:17,128 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4650efa9-6f1b-4a4d-bccf-eeceecb692b3 2018-10-06 15:16:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4650efa9-6f1b-4a4d-bccf-eeceecb692b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:17,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e9e349d-b320-4232-a7ae-574ccf500dcc Date: Sat, 06 Oct 2018 15:16:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:16Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:16Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "7acbb63b-a1f1-40ae-b44c-003ca68c2026"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "855ce5d9-86ac-41a0-bf96-ea2b488150d9"}]} 2018-10-06 15:16:17,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4650efa9-6f1b-4a4d-bccf-eeceecb692b3 used request id req-6e9e349d-b320-4232-a7ae-574ccf500dcc 2018-10-06 15:16:17,315 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-2 2018-10-06 15:16:17,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-2", "description": "hello group"}}' 2018-10-06 15:16:17,702 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-8c38eaf0-db62-427d-936f-569538450749 Date: Sat, 06 Oct 2018 15:16:17 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "updated_at": "2018-10-06T15:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "revision_number": 0, "id": "9247db77-0c86-4ac6-8b75-cb400fb85c2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "revision_number": 0, "id": "b45f36e2-f57d-4dde-bb94-3c5008d0f485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "name": "NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-2"}} 2018-10-06 15:16:17,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-8c38eaf0-db62-427d-936f-569538450749 2018-10-06 15:16:17,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 525218a8-3bc2-452d-b3be-29bbcaee5bff 2018-10-06 15:16:17,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=525218a8-3bc2-452d-b3be-29bbcaee5bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:17,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1166581a-3a86-496d-93fe-25f4c4e1dc5e Date: Sat, 06 Oct 2018 15:16:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "9247db77-0c86-4ac6-8b75-cb400fb85c2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "b45f36e2-f57d-4dde-bb94-3c5008d0f485"}]} 2018-10-06 15:16:17,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=525218a8-3bc2-452d-b3be-29bbcaee5bff used request id req-1166581a-3a86-496d-93fe-25f4c4e1dc5e 2018-10-06 15:16:17,874 - neutron_utils - INFO - Retrieving security group with ID - 4650efa9-6f1b-4a4d-bccf-eeceecb692b3 2018-10-06 15:16:17,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4650efa9-6f1b-4a4d-bccf-eeceecb692b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:18,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-e9f78983-99e1-431a-b94d-1d91455501da Date: Sat, 06 Oct 2018 15:16:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:16Z", "updated_at": "2018-10-06T15:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:16Z", "revision_number": 0, "id": "7acbb63b-a1f1-40ae-b44c-003ca68c2026", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:16Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "revision_number": 0, "id": "855ce5d9-86ac-41a0-bf96-ea2b488150d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:17Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "name": "NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-1"}]} 2018-10-06 15:16:18,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4650efa9-6f1b-4a4d-bccf-eeceecb692b3 used request id req-e9f78983-99e1-431a-b94d-1d91455501da 2018-10-06 15:16:18,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4650efa9-6f1b-4a4d-bccf-eeceecb692b3 2018-10-06 15:16:18,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4650efa9-6f1b-4a4d-bccf-eeceecb692b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:18,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-576313e6-ec7e-4ff0-8cbd-b1d6ed34ba1e Date: Sat, 06 Oct 2018 15:16:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:16Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:16Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "7acbb63b-a1f1-40ae-b44c-003ca68c2026"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "security_group_id": "4650efa9-6f1b-4a4d-bccf-eeceecb692b3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "855ce5d9-86ac-41a0-bf96-ea2b488150d9"}]} 2018-10-06 15:16:18,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4650efa9-6f1b-4a4d-bccf-eeceecb692b3 used request id req-576313e6-ec7e-4ff0-8cbd-b1d6ed34ba1e 2018-10-06 15:16:18,273 - neutron_utils - INFO - Retrieving security group with ID - 525218a8-3bc2-452d-b3be-29bbcaee5bff 2018-10-06 15:16:18,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=525218a8-3bc2-452d-b3be-29bbcaee5bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:18,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-b44a5ba2-b047-4756-9b21-92321249640a Date: Sat, 06 Oct 2018 15:16:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "updated_at": "2018-10-06T15:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "revision_number": 0, "id": "9247db77-0c86-4ac6-8b75-cb400fb85c2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "revision_number": 0, "id": "b45f36e2-f57d-4dde-bb94-3c5008d0f485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 2, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "name": "NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-2"}]} 2018-10-06 15:16:18,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=525218a8-3bc2-452d-b3be-29bbcaee5bff used request id req-b44a5ba2-b047-4756-9b21-92321249640a 2018-10-06 15:16:18,461 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 525218a8-3bc2-452d-b3be-29bbcaee5bff 2018-10-06 15:16:18,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=525218a8-3bc2-452d-b3be-29bbcaee5bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:18,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7378722-eb7e-4a2c-bd4d-498c074c60f1 Date: Sat, 06 Oct 2018 15:16:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "9247db77-0c86-4ac6-8b75-cb400fb85c2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:16:17Z", "security_group_id": "525218a8-3bc2-452d-b3be-29bbcaee5bff", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:17Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "b45f36e2-f57d-4dde-bb94-3c5008d0f485"}]} 2018-10-06 15:16:18,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=525218a8-3bc2-452d-b3be-29bbcaee5bff used request id req-f7378722-eb7e-4a2c-bd4d-498c074c60f1 2018-10-06 15:16:18,647 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-1 2018-10-06 15:16:18,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/4650efa9-6f1b-4a4d-bccf-eeceecb692b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:18,961 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b43a35a4-2876-4e68-8d45-25d060472358 Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:18,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4650efa9-6f1b-4a4d-bccf-eeceecb692b3 used request id req-b43a35a4-2876-4e68-8d45-25d060472358 2018-10-06 15:16:18,961 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-f0a5badd-f6e1-4bf9-8af9-583f19491c65name-2 2018-10-06 15:16:18,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/525218a8-3bc2-452d-b3be-29bbcaee5bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72ff3903279f656566d12dfe2b2f987b93f51a9" 2018-10-06 15:16:19,259 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73d0b4d4-2220-4c27-aa22-ed519ee13f61 Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:19,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/525218a8-3bc2-452d-b3be-29bbcaee5bff used request id req-73d0b4d4-2220-4c27-aa22-ed519ee13f61 2018-10-06 15:16:19,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:19,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["mF7MOF6fQrauY5iW6A0xGQ"], "issued_at": "2018-10-06T15:16:19.000000Z"}} 2018-10-06 15:16:19,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" 2018-10-06 15:16:19,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fbc7880-3b2c-47b5-8ff1-748cb6cb495e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:19,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1fbc7880-3b2c-47b5-8ff1-748cb6cb495e 2018-10-06 15:16:19,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" 2018-10-06 15:16:19,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c40cef3e-2194-4933-a08b-e67550b39033 Date: Sat, 06 Oct 2018 15:16:19 GMT RESP BODY: {"floatingips": []} 2018-10-06 15:16:19,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-c40cef3e-2194-4933-a08b-e67550b39033 2018-10-06 15:16:19,931 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 15:16:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" 2018-10-06 15:16:20,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fdaf9331-9a78-4629-bb64-0d32d5d9cf65 Date: Sat, 06 Oct 2018 15:16:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:16:20,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-fdaf9331-9a78-4629-bb64-0d32d5d9cf65 2018-10-06 15:16:20,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" 2018-10-06 15:16:20,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6361c34f-c1cc-4b44-b701-7ba76f76574d Date: Sat, 06 Oct 2018 15:16:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:16:20,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-6361c34f-c1cc-4b44-b701-7ba76f76574d 2018-10-06 15:16:20,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" -d '{"floatingip": {"floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}' 2018-10-06 15:16:21,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-c47bb146-5584-4817-99f3-52e119765a52 Date: Sat, 06 Oct 2018 15:16:21 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-06T15:16:21Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "af1c2bfd-66cf-4fd5-9df4-bbf195a054a6", "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:21Z", "project_id": "3e37ce67de3843498eafb3187da04061"}} 2018-10-06 15:16:21,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-c47bb146-5584-4817-99f3-52e119765a52 2018-10-06 15:16:21,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" 2018-10-06 15:16:22,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-5a786b39-9ec0-44ca-a84d-4afa3ed6e0e0 Date: Sat, 06 Oct 2018 15:16:22 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-06T15:16:21Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "af1c2bfd-66cf-4fd5-9df4-bbf195a054a6", "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:21Z", "project_id": "3e37ce67de3843498eafb3187da04061"}]} 2018-10-06 15:16:22,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-5a786b39-9ec0-44ca-a84d-4afa3ed6e0e0 2018-10-06 15:16:22,007 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-10-06 15:16:22,007 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-10-06 15:16:22,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips?ip=af1c2bfd-66cf-4fd5-9df4-bbf195a054a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" 2018-10-06 15:16:22,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-6693cc19-12ca-4024-ac05-234d764f6ad9 Date: Sat, 06 Oct 2018 15:16:22 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-06T15:16:21Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "af1c2bfd-66cf-4fd5-9df4-bbf195a054a6", "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:21Z", "project_id": "3e37ce67de3843498eafb3187da04061"}]} 2018-10-06 15:16:22,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips?ip=af1c2bfd-66cf-4fd5-9df4-bbf195a054a6 used request id req-6693cc19-12ca-4024-ac05-234d764f6ad9 2018-10-06 15:16:22,194 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-10-06 15:16:22,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/af1c2bfd-66cf-4fd5-9df4-bbf195a054a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ddcd8a8063bae6588a65f9fbbaf44fd1670e5b" 2018-10-06 15:16:22,788 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2307c76b-85b9-48a5-9d31-2c67a4103006 Content-Length: 0 Date: Sat, 06 Oct 2018 15:16:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:16:22,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/af1c2bfd-66cf-4fd5-9df4-bbf195a054a6 used request id req-2307c76b-85b9-48a5-9d31-2c67a4103006 2018-10-06 15:16:22,789 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:16:23,086 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 2018-10-06 15:16:23,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:23,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["w_pKYzP0Rl67Hk5Gz7pbhg"], "issued_at": "2018-10-06T15:16:23.000000Z"}} 2018-10-06 15:16:23,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f92473d347bc3aaf54b80bb93364ed37540e6d5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4QjK5cc4rsrQs/EQp92HLhQDRMVkAbFght//F2p1WtPusWVxJONEoFiOjBVeyNYMURIhIPNha7W0nvYBkFls6oErKJUuYI7CdzfS95/mNeu28vktbuW8oTKjgbSVHspwzU3LSbf5Yozhp/XOXJTuWKrGLHA6VuzBzi4nsWIDgdTnfLsDM0KZvUI+CGVK2yfc4VIj+IQGIyu1U71G4EVyS/C2eaV+eIhRKbprHmUKit24pfH0a7QEpETbo1yZvsANBCh6/wky3+tJwbc8Ef/R74i/F+QrR57tJKWzATcATom7YrRWKoNjo9pP1yT0GyJymNk7q9lxlIq9lUgy0z/ut", "name": "NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8"}}' 2018-10-06 15:16:24,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8233fb96-61c3-45c9-8d89-c0445a64511e x-compute-request-id: req-8233fb96-61c3-45c9-8d89-c0445a64511e Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4QjK5cc4rsrQs/EQp92HLhQDRMVkAbFght//F2p1WtPusWVxJONEoFiOjBVeyNYMURIhIPNha7W0nvYBkFls6oErKJUuYI7CdzfS95/mNeu28vktbuW8oTKjgbSVHspwzU3LSbf5Yozhp/XOXJTuWKrGLHA6VuzBzi4nsWIDgdTnfLsDM0KZvUI+CGVK2yfc4VIj+IQGIyu1U71G4EVyS/C2eaV+eIhRKbprHmUKit24pfH0a7QEpETbo1yZvsANBCh6/wky3+tJwbc8Ef/R74i/F+QrR57tJKWzATcATom7YrRWKoNjo9pP1yT0GyJymNk7q9lxlIq9lUgy0z/ut", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "name": "NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8", "fingerprint": "f1:f5:37:c5:ff:34:23:e5:05:1f:82:59:99:cc:df:f1"}} 2018-10-06 15:16:24,191 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-8233fb96-61c3-45c9-8d89-c0445a64511e 2018-10-06 15:16:24,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f92473d347bc3aaf54b80bb93364ed37540e6d5" 2018-10-06 15:16:24,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf8ebff7-c6b1-4f24-b1bd-db568cf4fa60 x-compute-request-id: req-cf8ebff7-c6b1-4f24-b1bd-db568cf4fa60 Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4QjK5cc4rsrQs/EQp92HLhQDRMVkAbFght//F2p1WtPusWVxJONEoFiOjBVeyNYMURIhIPNha7W0nvYBkFls6oErKJUuYI7CdzfS95/mNeu28vktbuW8oTKjgbSVHspwzU3LSbf5Yozhp/XOXJTuWKrGLHA6VuzBzi4nsWIDgdTnfLsDM0KZvUI+CGVK2yfc4VIj+IQGIyu1U71G4EVyS/C2eaV+eIhRKbprHmUKit24pfH0a7QEpETbo1yZvsANBCh6/wky3+tJwbc8Ef/R74i/F+QrR57tJKWzATcATom7YrRWKoNjo9pP1yT0GyJymNk7q9lxlIq9lUgy0z/ut", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "name": "NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8", "deleted": false, "created_at": "2018-10-06T15:16:24.000000", "updated_at": null, "fingerprint": "f1:f5:37:c5:ff:34:23:e5:05:1f:82:59:99:cc:df:f1", "deleted_at": null, "id": 3}} 2018-10-06 15:16:24,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 used request id req-cf8ebff7-c6b1-4f24-b1bd-db568cf4fa60 2018-10-06 15:16:24,212 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 2018-10-06 15:16:24,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f92473d347bc3aaf54b80bb93364ed37540e6d5" 2018-10-06 15:16:24,365 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca7528de-b39e-4fbb-af95-17674ce8e301 x-compute-request-id: req-ca7528de-b39e-4fbb-af95-17674ce8e301 Content-Length: 0 Content-Type: application/json 2018-10-06 15:16:24,365 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 used request id req-ca7528de-b39e-4fbb-af95-17674ce8e301 2018-10-06 15:16:24,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f92473d347bc3aaf54b80bb93364ed37540e6d5" 2018-10-06 15:16:24,386 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0e0f245-5e5c-4d9a-bfa3-2bda98e62378 x-compute-request-id: req-c0e0f245-5e5c-4d9a-bfa3-2bda98e62378 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 not found for user aad199a2b1b244d4a2cd8456990e4964", "code": 404}} 2018-10-06 15:16:24,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 used request id req-c0e0f245-5e5c-4d9a-bfa3-2bda98e62378 2018-10-06 15:16:24,387 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 2018-10-06 15:16:24,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f92473d347bc3aaf54b80bb93364ed37540e6d5" 2018-10-06 15:16:24,593 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6f8e83bf-d0cd-49db-8a73-9253242327e5 x-compute-request-id: req-6f8e83bf-d0cd-49db-8a73-9253242327e5 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 not found for user aad199a2b1b244d4a2cd8456990e4964", "code": 404}} 2018-10-06 15:16:24,594 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93533574-cb2a-4378-93e7-f1fe2453fab8 used request id req-6f8e83bf-d0cd-49db-8a73-9253242327e5 2018-10-06 15:16:24,595 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:16:24,812 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983.pub 2018-10-06 15:16:24,812 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983 2018-10-06 15:16:24,812 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983.pub 2018-10-06 15:16:24,813 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983 2018-10-06 15:16:24,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:25,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["eY8JdOFdRdCGDPr6ADhX2g"], "issued_at": "2018-10-06T15:16:25.000000Z"}} 2018-10-06 15:16:25,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7bc70e276fd69011379cc75d679a617d0855e4b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6mzE4KuM9xPLcx18v/M8dXMY3IoW7LrRoQDCW/oAO0voS/QFqHqNFqlpHSWSta5pA11sM7WtK1C/clDoRpiYbEMPrX5UupFtMy9J2UaugL23lpYOgUOjIGgVpxnTDPuqZt+7jMXStKegi1m6dL7wVYtGe5SOjw3RKCKXAsBc74DvkA0bTqr14z92kwL7W1ZjVucqExmpf0KueQnVUNdhona9uVf+tQ3mYtwDjEGuc9zxUWkWOVtk3jilo9n+PCqAGDa0lffcoU9XZFhPLDIee77tKN9E/F+6fJs4Df/fOh/tWi9duTqbD1+KQgw8bXX9mVUpFRbqum1P0PDm0N8K5", "name": "NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983"}}' 2018-10-06 15:16:25,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bcc2fa4-4128-48f5-a95f-edb0d664340d x-compute-request-id: req-0bcc2fa4-4128-48f5-a95f-edb0d664340d Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6mzE4KuM9xPLcx18v/M8dXMY3IoW7LrRoQDCW/oAO0voS/QFqHqNFqlpHSWSta5pA11sM7WtK1C/clDoRpiYbEMPrX5UupFtMy9J2UaugL23lpYOgUOjIGgVpxnTDPuqZt+7jMXStKegi1m6dL7wVYtGe5SOjw3RKCKXAsBc74DvkA0bTqr14z92kwL7W1ZjVucqExmpf0KueQnVUNdhona9uVf+tQ3mYtwDjEGuc9zxUWkWOVtk3jilo9n+PCqAGDa0lffcoU9XZFhPLDIee77tKN9E/F+6fJs4Df/fOh/tWi9duTqbD1+KQgw8bXX9mVUpFRbqum1P0PDm0N8K5", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "name": "NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983", "fingerprint": "ef:1f:94:61:e9:4d:f3:f5:1b:a8:05:82:36:d8:72:81"}} 2018-10-06 15:16:25,437 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-0bcc2fa4-4128-48f5-a95f-edb0d664340d 2018-10-06 15:16:25,438 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983 2018-10-06 15:16:25,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7bc70e276fd69011379cc75d679a617d0855e4b" 2018-10-06 15:16:25,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:16:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd231fdf-3454-496d-bfc2-aa0c221a9451 x-compute-request-id: req-dd231fdf-3454-496d-bfc2-aa0c221a9451 Content-Length: 0 Content-Type: application/json 2018-10-06 15:16:25,484 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-edf11b49-57af-4835-8abe-264932594983 used request id req-dd231fdf-3454-496d-bfc2-aa0c221a9451 2018-10-06 15:16:25,485 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:16:25,718 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889 2018-10-06 15:16:25,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:26,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["A7VCu30iQEKuGaemgluJaQ"], "issued_at": "2018-10-06T15:16:26.000000Z"}} 2018-10-06 15:16:26,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2715f7aa6613b8ffa220f77fe3b70b4f3ca3afa9" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdzzMs9WaQf5omx+nzqeUMYhvzMwKhXIT+D3febYPVcQlhwgy3T6EMplFun55/vK4loMlnKvegqz7nEt2nd79u2wwRq426rHX3VI+kJkS/uM25/oayfL6NP6volC8QoTmjrMnLoc1WY75XhIrbESnzbbRpqZQyTOS78eAVgSzusNIL6FSowPwyBC78wHuwuvv0tI/Gz5XxYxiJ7MKQch7Oza3NL/5yq1Ub3m1hdob3QpXrk2wha+n7li4RoAVzSw/pajUFK/Ckc1CDt20okkElXW276zfL4hpjrzLCJiCt2nyMsfCg67c+5xQEZspDUrZ2Hm9RIFrX9IMESqkORIJR", "name": "NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889"}}' 2018-10-06 15:16:26,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3629c196-7883-445d-a6be-28ecd1ffa119 x-compute-request-id: req-3629c196-7883-445d-a6be-28ecd1ffa119 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdzzMs9WaQf5omx+nzqeUMYhvzMwKhXIT+D3febYPVcQlhwgy3T6EMplFun55/vK4loMlnKvegqz7nEt2nd79u2wwRq426rHX3VI+kJkS/uM25/oayfL6NP6volC8QoTmjrMnLoc1WY75XhIrbESnzbbRpqZQyTOS78eAVgSzusNIL6FSowPwyBC78wHuwuvv0tI/Gz5XxYxiJ7MKQch7Oza3NL/5yq1Ub3m1hdob3QpXrk2wha+n7li4RoAVzSw/pajUFK/Ckc1CDt20okkElXW276zfL4hpjrzLCJiCt2nyMsfCg67c+5xQEZspDUrZ2Hm9RIFrX9IMESqkORIJR", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "name": "NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889", "fingerprint": "f4:be:cb:46:0b:b3:d9:33:ee:42:4f:01:b4:37:49:0b"}} 2018-10-06 15:16:26,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-3629c196-7883-445d-a6be-28ecd1ffa119 2018-10-06 15:16:26,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2715f7aa6613b8ffa220f77fe3b70b4f3ca3afa9" 2018-10-06 15:16:26,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9147129c-46d0-4ff4-b43d-5456070ab859 x-compute-request-id: req-9147129c-46d0-4ff4-b43d-5456070ab859 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdzzMs9WaQf5omx+nzqeUMYhvzMwKhXIT+D3febYPVcQlhwgy3T6EMplFun55/vK4loMlnKvegqz7nEt2nd79u2wwRq426rHX3VI+kJkS/uM25/oayfL6NP6volC8QoTmjrMnLoc1WY75XhIrbESnzbbRpqZQyTOS78eAVgSzusNIL6FSowPwyBC78wHuwuvv0tI/Gz5XxYxiJ7MKQch7Oza3NL/5yq1Ub3m1hdob3QpXrk2wha+n7li4RoAVzSw/pajUFK/Ckc1CDt20okkElXW276zfL4hpjrzLCJiCt2nyMsfCg67c+5xQEZspDUrZ2Hm9RIFrX9IMESqkORIJR", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "name": "NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889", "deleted": false, "created_at": "2018-10-06T15:16:26.000000", "updated_at": null, "fingerprint": "f4:be:cb:46:0b:b3:d9:33:ee:42:4f:01:b4:37:49:0b", "deleted_at": null, "id": 9}} 2018-10-06 15:16:26,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889 used request id req-9147129c-46d0-4ff4-b43d-5456070ab859 2018-10-06 15:16:26,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2715f7aa6613b8ffa220f77fe3b70b4f3ca3afa9" 2018-10-06 15:16:26,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ab585b2-d927-4aa8-ac3d-af952e4dcf5b x-compute-request-id: req-9ab585b2-d927-4aa8-ac3d-af952e4dcf5b Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdzzMs9WaQf5omx+nzqeUMYhvzMwKhXIT+D3febYPVcQlhwgy3T6EMplFun55/vK4loMlnKvegqz7nEt2nd79u2wwRq426rHX3VI+kJkS/uM25/oayfL6NP6volC8QoTmjrMnLoc1WY75XhIrbESnzbbRpqZQyTOS78eAVgSzusNIL6FSowPwyBC78wHuwuvv0tI/Gz5XxYxiJ7MKQch7Oza3NL/5yq1Ub3m1hdob3QpXrk2wha+n7li4RoAVzSw/pajUFK/Ckc1CDt20okkElXW276zfL4hpjrzLCJiCt2nyMsfCg67c+5xQEZspDUrZ2Hm9RIFrX9IMESqkORIJR", "name": "NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889", "fingerprint": "f4:be:cb:46:0b:b3:d9:33:ee:42:4f:01:b4:37:49:0b"}}]} 2018-10-06 15:16:26,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-9ab585b2-d927-4aa8-ac3d-af952e4dcf5b 2018-10-06 15:16:26,914 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889 2018-10-06 15:16:26,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2715f7aa6613b8ffa220f77fe3b70b4f3ca3afa9" 2018-10-06 15:16:27,072 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:16:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de50f36e-3d51-4c87-8937-20a150392d06 x-compute-request-id: req-de50f36e-3d51-4c87-8937-20a150392d06 Content-Length: 0 Content-Type: application/json 2018-10-06 15:16:27,072 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f6962eb7-8490-4d3d-9cab-8b2b61357889 used request id req-de50f36e-3d51-4c87-8937-20a150392d06 2018-10-06 15:16:27,073 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:16:27,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:27,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["7fn47Jy-RaeHg99_qfXpKA"], "issued_at": "2018-10-06T15:16:27.000000Z"}} 2018-10-06 15:16:27,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cedaaf855d4c9046526eac9f1131ba5916315f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id", "swap": 2}}' 2018-10-06 15:16:28,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0dd7580-871d-4642-9a12-666d3fd3f3ce x-compute-request-id: req-a0dd7580-871d-4642-9a12-666d3fd3f3ce Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id", "name": "NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-06 15:16:28,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a0dd7580-871d-4642-9a12-666d3fd3f3ce 2018-10-06 15:16:28,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cedaaf855d4c9046526eac9f1131ba5916315f" 2018-10-06 15:16:28,419 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-949b0aee-308b-499e-a93f-2f3455427718 x-compute-request-id: req-949b0aee-308b-499e-a93f-2f3455427718 Content-Length: 0 Content-Type: application/json 2018-10-06 15:16:28,420 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id used request id req-949b0aee-308b-499e-a93f-2f3455427718 2018-10-06 15:16:28,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cedaaf855d4c9046526eac9f1131ba5916315f" 2018-10-06 15:16:28,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-301ec0f7-fb96-4072-840a-98a90efd9253 x-compute-request-id: req-301ec0f7-fb96-4072-840a-98a90efd9253 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:16:28,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-301ec0f7-fb96-4072-840a-98a90efd9253 2018-10-06 15:16:28,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cedaaf855d4c9046526eac9f1131ba5916315f" 2018-10-06 15:16:28,482 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36d0dca0-f370-4826-b28a-faa605ce6ce4 x-compute-request-id: req-36d0dca0-f370-4826-b28a-faa605ce6ce4 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id could not be found.", "code": 404}} 2018-10-06 15:16:28,482 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0c953210-a05a-4f4f-97b1-dd1a8817b5e3-id used request id req-36d0dca0-f370-4826-b28a-faa605ce6ce4 2018-10-06 15:16:28,483 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:16:28,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:28,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["ucXS5RmDQsG1pEQhBVETPQ"], "issued_at": "2018-10-06T15:16:28.000000Z"}} 2018-10-06 15:16:28,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1304f8a8efc3ddbf02147f10954c8f32e68a9ec" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-id", "swap": 2}}' 2018-10-06 15:16:29,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2f487ba-1f09-4a8b-99c3-8c3ef09e4097 x-compute-request-id: req-f2f487ba-1f09-4a8b-99c3-8c3ef09e4097 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-id", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-id", "name": "NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-06 15:16:29,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f2f487ba-1f09-4a8b-99c3-8c3ef09e4097 2018-10-06 15:16:29,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1304f8a8efc3ddbf02147f10954c8f32e68a9ec" 2018-10-06 15:16:29,151 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:16:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24e613a2-d70e-47d7-aaf5-961aa710dfb0 x-compute-request-id: req-24e613a2-d70e-47d7-aaf5-961aa710dfb0 Content-Length: 0 Content-Type: application/json 2018-10-06 15:16:29,152 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-796dcc28-19e3-48bf-a85a-1ce302c0e758-id used request id req-24e613a2-d70e-47d7-aaf5-961aa710dfb0 2018-10-06 15:16:29,153 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:16:29,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:29,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Zo2zDzImSKKZRr7BYWibtw"], "issued_at": "2018-10-06T15:16:29.000000Z"}} 2018-10-06 15:16:29,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:29,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c161f47-53d7-44fb-84db-e02599db9215 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:29,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5c161f47-53d7-44fb-84db-e02599db9215 2018-10-06 15:16:29,625 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:16:29,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:16:29,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:30,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["LUye969VSa6A8O-Z_oRzBw"], "issued_at": "2018-10-06T15:16:30.000000Z"}} 2018-10-06 15:16:30,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" 2018-10-06 15:16:30,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-872a454c-7e10-43ef-b08a-da0881beb9fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:30,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-872a454c-7e10-43ef-b08a-da0881beb9fb 2018-10-06 15:16:30,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" 2018-10-06 15:16:30,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-9f9ab8c3-eb7b-4ea7-8835-8790ded4d7ad Date: Sat, 06 Oct 2018 15:16:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image"} 2018-10-06 15:16:30,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image used request id req-9f9ab8c3-eb7b-4ea7-8835-8790ded4d7ad 2018-10-06 15:16:30,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" 2018-10-06 15:16:31,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-840c572b-ac41-4740-9918-ed158d22a3a0 Date: Sat, 06 Oct 2018 15:16:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:16:31,317 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-840c572b-ac41-4740-9918-ed158d22a3a0 2018-10-06 15:16:31,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image"}' 2018-10-06 15:16:32,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2 X-Openstack-Request-Id: req-f1784524-cd1f-4527-a543-e76285ea30fd Date: Sat, 06 Oct 2018 15:16:32 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:16:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:16:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "min_disk": 0, "protected": false, "id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "file": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:16:32,028 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f1784524-cd1f-4527-a543-e76285ea30fd 2018-10-06 15:16:32,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" -d '' 2018-10-06 15:16:33,601 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6abc3a30-7d6b-4b66-baf3-b5988819bdea Date: Sat, 06 Oct 2018 15:16:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:16:33,602 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/file used request id req-6abc3a30-7d6b-4b66-baf3-b5988819bdea 2018-10-06 15:16:33,602 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:16:33,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" 2018-10-06 15:16:33,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-60a1de4b-7860-4113-adcb-652d8179492e Date: Sat, 06 Oct 2018 15:16:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:16:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:16:33Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/snap", "metadata": {}}], "self": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "min_disk": 0, "protected": false, "id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "file": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:16:33,668 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2 used request id req-60a1de4b-7860-4113-adcb-652d8179492e 2018-10-06 15:16:33,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" 2018-10-06 15:16:34,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e46d9513-f638-4265-84c1-bf8caf2998a2 Date: Sat, 06 Oct 2018 15:16:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:16:34,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e46d9513-f638-4265-84c1-bf8caf2998a2 2018-10-06 15:16:34,254 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image 2018-10-06 15:16:34,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" 2018-10-06 15:16:34,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-017ec533-f539-4f25-84c4-494129de861e Date: Sat, 06 Oct 2018 15:16:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:16:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:16:33Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/snap", "metadata": {}}], "self": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "min_disk": 0, "protected": false, "id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "file": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:16:34,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2 used request id req-017ec533-f539-4f25-84c4-494129de861e 2018-10-06 15:16:34,274 - create_image - DEBUG - Instance status is - active 2018-10-06 15:16:34,274 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image 2018-10-06 15:16:34,274 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image 2018-10-06 15:16:34,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:16:34,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:34,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["IdEKnSvnSHaxFLVXDwx6Kw"], "issued_at": "2018-10-06T15:16:34.000000Z"}} 2018-10-06 15:16:34,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:16:34,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b525be-cce9-4337-bba0-f47974fcfd45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:34,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b7b525be-cce9-4337-bba0-f47974fcfd45 2018-10-06 15:16:34,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:16:34,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a55795e5-a774-4eb7-be04-9505d274be5f Date: Sat, 06 Oct 2018 15:16:34 GMT RESP BODY: {"networks":[]} 2018-10-06 15:16:34,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net used request id req-a55795e5-a774-4eb7-be04-9505d274be5f 2018-10-06 15:16:34,928 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net 2018-10-06 15:16:34,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" -d '{"network": {"name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net", "admin_state_up": true}}' 2018-10-06 15:16:35,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-06532e6c-8802-4711-a6c3-6901966ff955 Date: Sat, 06 Oct 2018 15:16:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"92325912-4ed9-4970-bb5d-62530056e787","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:16:35Z","is_default":false,"provider:segmentation_id":67,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","mtu":1450}} 2018-10-06 15:16:35,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-06532e6c-8802-4711-a6c3-6901966ff955 2018-10-06 15:16:35,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:16:35,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-eff163e2-efe6-4ce1-a40b-e5ef4e09a296 Date: Sat, 06 Oct 2018 15:16:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92325912-4ed9-4970-bb5d-62530056e787","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:16:35Z","provider:segmentation_id":67,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:16:35,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-eff163e2-efe6-4ce1-a40b-e5ef4e09a296 2018-10-06 15:16:35,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:16:35,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b013544f-4287-4099-9456-6f998e009cf1 Date: Sat, 06 Oct 2018 15:16:35 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:16:35,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-b013544f-4287-4099-9456-6f998e009cf1 2018-10-06 15:16:35,583 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet 2018-10-06 15:16:35,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" -d '{"subnets": [{"ip_version": 4, "network_id": "92325912-4ed9-4970-bb5d-62530056e787", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet"}]}' 2018-10-06 15:16:36,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-33a89eb3-eb51-4f24-a8ba-c608288511bf Date: Sat, 06 Oct 2018 15:16:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T15:16:35Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","subnetpool_id":null,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet"}]} 2018-10-06 15:16:36,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-33a89eb3-eb51-4f24-a8ba-c608288511bf 2018-10-06 15:16:36,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:16:36,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0904176e-d58b-45a6-9389-a196a78aec46 Date: Sat, 06 Oct 2018 15:16:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"92325912-4ed9-4970-bb5d-62530056e787","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["bf519d67-a6d5-48d3-a504-e3f9075a262d"],"description":"","tags":[],"updated_at":"2018-10-06T15:16:35Z","provider:segmentation_id":67,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:16:36,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-0904176e-d58b-45a6-9389-a196a78aec46 2018-10-06 15:16:36,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:16:36,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-598c8b28-5d55-4931-abb9-41b8b2687004 Date: Sat, 06 Oct 2018 15:16:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T15:16:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","subnetpool_id":null,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet"}]} 2018-10-06 15:16:36,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-598c8b28-5d55-4931-abb9-41b8b2687004 2018-10-06 15:16:36,582 - OpenStackNetwork - DEBUG - Network [92325912-4ed9-4970-bb5d-62530056e787] created successfully 2018-10-06 15:16:36,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:16:36,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:36,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["yrCITsCkSm2iUXHqJ0RwtA"], "issued_at": "2018-10-06T15:16:36.000000Z"}} 2018-10-06 15:16:36,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc716e5a4d025db77cc7f6267c2584f9d9f33df" 2018-10-06 15:16:36,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b19c56-ab50-4e77-b507-38b7573d714c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:36,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-16b19c56-ab50-4e77-b507-38b7573d714c 2018-10-06 15:16:36,973 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:16:36,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc716e5a4d025db77cc7f6267c2584f9d9f33df" 2018-10-06 15:16:37,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba82a186-0c60-425d-a3d5-a363e55c7494 x-compute-request-id: req-ba82a186-0c60-425d-a3d5-a363e55c7494 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:16:37,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ba82a186-0c60-425d-a3d5-a363e55c7494 2018-10-06 15:16:37,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc716e5a4d025db77cc7f6267c2584f9d9f33df" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 15:16:37,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73dcb30c-f09b-4f4e-8059-418d6542d44c x-compute-request-id: req-73dcb30c-f09b-4f4e-8059-418d6542d44c Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:16:37,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-73dcb30c-f09b-4f4e-8059-418d6542d44c 2018-10-06 15:16:37,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:16:37,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:16:38,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["zrcysvYiQJWP5LskJMXqvg"], "issued_at": "2018-10-06T15:16:38.000000Z"}} 2018-10-06 15:16:38,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd506244e921399d707f44ef12977812debc4ebc" 2018-10-06 15:16:38,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd6069e-90b4-4aa8-a955-8bfe7fffbc19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:16:38,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fdd6069e-90b4-4aa8-a955-8bfe7fffbc19 2018-10-06 15:16:38,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:38,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1419d049-b77d-42c0-ac98-6825b9f15347 Date: Sat, 06 Oct 2018 15:16:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"92325912-4ed9-4970-bb5d-62530056e787","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["bf519d67-a6d5-48d3-a504-e3f9075a262d"],"description":"","tags":[],"updated_at":"2018-10-06T15:16:35Z","provider:segmentation_id":67,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:16:38,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net used request id req-1419d049-b77d-42c0-ac98-6825b9f15347 2018-10-06 15:16:38,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:38,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e14bf5ec-7f30-4db4-b9fe-7f4ac6fe4196 Date: Sat, 06 Oct 2018 15:16:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T15:16:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","subnetpool_id":null,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet"}]} 2018-10-06 15:16:38,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-e14bf5ec-7f30-4db4-b9fe-7f4ac6fe4196 2018-10-06 15:16:38,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:39,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-6603e7be-e861-47eb-9a3c-55cc5252866f Date: Sat, 06 Oct 2018 15:16:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"92325912-4ed9-4970-bb5d-62530056e787","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["bf519d67-a6d5-48d3-a504-e3f9075a262d"],"description":"","tags":[],"updated_at":"2018-10-06T15:16:35Z","provider:segmentation_id":67,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:16:39,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net used request id req-6603e7be-e861-47eb-9a3c-55cc5252866f 2018-10-06 15:16:39,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:16:39,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:16:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:16:39,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd506244e921399d707f44ef12977812debc4ebc" 2018-10-06 15:16:39,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1e46a0a-b826-4b53-98a0-c9e24fd99182 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:16:39,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-e1e46a0a-b826-4b53-98a0-c9e24fd99182 2018-10-06 15:16:39,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:39,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9823ae2d-1aca-437a-bfd6-df7c101189ae Date: Sat, 06 Oct 2018 15:16:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T15:16:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","subnetpool_id":null,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet"}]} 2018-10-06 15:16:39,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-9823ae2d-1aca-437a-bfd6-df7c101189ae 2018-10-06 15:16:39,387 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net 2018-10-06 15:16:39,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" -d '{"port": {"network_id": "92325912-4ed9-4970-bb5d-62530056e787", "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-port", "admin_state_up": true}}' 2018-10-06 15:16:40,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-314235a0-7a10-4fa4-bebf-68d6a9ba9f24 Date: Sat, 06 Oct 2018 15:16:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:39Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","ip_address":"10.55.0.11"}],"id":"72a3041b-9dbf-4f21-ae9a-0eefa8f05cb3","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:f5:10","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-port","admin_state_up":true,"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:39Z","binding:vnic_type":"normal"}} 2018-10-06 15:16:40,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-314235a0-7a10-4fa4-bebf-68d6a9ba9f24 2018-10-06 15:16:40,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:40,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-a636d933-6e15-45d0-89df-6ee0bfe2086f Date: Sat, 06 Oct 2018 15:16:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"92325912-4ed9-4970-bb5d-62530056e787","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["bf519d67-a6d5-48d3-a504-e3f9075a262d"],"description":"","tags":[],"updated_at":"2018-10-06T15:16:35Z","provider:segmentation_id":67,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:16:40,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net used request id req-a636d933-6e15-45d0-89df-6ee0bfe2086f 2018-10-06 15:16:40,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:16:40,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:16: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:16:40,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:40,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27879145-c9e3-4762-88bc-d0ae299ad83c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:16:40,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-27879145-c9e3-4762-88bc-d0ae299ad83c 2018-10-06 15:16:40,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:40,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1ac11eb1-77ce-4e8f-8600-3849c7325fd7 Date: Sat, 06 Oct 2018 15:16:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T15:16:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","subnetpool_id":null,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet"}]} 2018-10-06 15:16:40,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-1ac11eb1-77ce-4e8f-8600-3849c7325fd7 2018-10-06 15:16:40,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=92325912-4ed9-4970-bb5d-62530056e787&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:40,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-0de541c2-585d-4754-8680-bf603dcdc608 Date: Sat, 06 Oct 2018 15:16:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:39Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","ip_address":"10.55.0.11"}],"id":"72a3041b-9dbf-4f21-ae9a-0eefa8f05cb3","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:f5:10","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-port","admin_state_up":true,"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:39Z","binding:vnic_type":"normal"}]} 2018-10-06 15:16:40,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=92325912-4ed9-4970-bb5d-62530056e787&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-port&admin_state_up=True used request id req-0de541c2-585d-4754-8680-bf603dcdc608 2018-10-06 15:16:40,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:40,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786c9fd1-968e-4020-866b-ca3e75f4d78c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:16:40,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-786c9fd1-968e-4020-866b-ca3e75f4d78c 2018-10-06 15:16:40,796 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst 2018-10-06 15:16:40,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:40,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0291e4a-f3a8-4812-afb0-39b6c6775cc7 x-compute-request-id: req-a0291e4a-f3a8-4812-afb0-39b6c6775cc7 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-flavor-name"}]} 2018-10-06 15:16:40,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a0291e4a-f3a8-4812-afb0-39b6c6775cc7 2018-10-06 15:16:40,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:41,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f4459e1-6222-4dfd-9672-64fdace3d770 x-compute-request-id: req-1f4459e1-6222-4dfd-9672-64fdace3d770 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:16:41,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a used request id req-1f4459e1-6222-4dfd-9672-64fdace3d770 2018-10-06 15:16:41,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:41,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-6debbb53-6a12-4675-bcf7-4d007464bb7e Date: Sat, 06 Oct 2018 15:16:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:16:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:16:33Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/snap", "metadata": {}}], "self": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "min_disk": 0, "protected": false, "id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "file": "/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image"} 2018-10-06 15:16:41,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image used request id req-6debbb53-6a12-4675-bcf7-4d007464bb7e 2018-10-06 15:16:41,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:41,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed222c46-bd1b-4d40-9084-a492f2235ca9 Date: Sat, 06 Oct 2018 15:16:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:16:41,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ed222c46-bd1b-4d40-9084-a492f2235ca9 2018-10-06 15:16:41,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" -d '{"server": {"name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "imageRef": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "flavorRef": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "max_count": 1, "min_count": 1, "networks": [{"port": "72a3041b-9dbf-4f21-ae9a-0eefa8f05cb3"}]}}' 2018-10-06 15:16:43,548 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:16:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f74d484a-9c58-465b-8cc3-53884c37c962 x-compute-request-id: req-f74d484a-9c58-465b-8cc3-53884c37c962 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "adminPass": "LJH5bfYwVDkd"}} 2018-10-06 15:16:43,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f74d484a-9c58-465b-8cc3-53884c37c962 2018-10-06 15:16:43,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:44,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3016b923-f717-4fbf-a309-8ac177be158c x-compute-request-id: req-3016b923-f717-4fbf-a309-8ac177be158c Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:16:44,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-3016b923-f717-4fbf-a309-8ac177be158c 2018-10-06 15:16:44,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:44,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a27c3d82-f6c1-4c2f-8a46-6f0a8c977354 x-compute-request-id: req-a27c3d82-f6c1-4c2f-8a46-6f0a8c977354 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:16:44,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-a27c3d82-f6c1-4c2f-8a46-6f0a8c977354 2018-10-06 15:16:47,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:48,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcfb6e06-796e-4cc7-ba0c-3d1fd16f408f x-compute-request-id: req-dcfb6e06-796e-4cc7-ba0c-3d1fd16f408f Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:16:48,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-dcfb6e06-796e-4cc7-ba0c-3d1fd16f408f 2018-10-06 15:16:51,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:51,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16: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-bbe6d953-7684-47d8-80d0-b021e7e40a45 x-compute-request-id: req-bbe6d953-7684-47d8-80d0-b021e7e40a45 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:16:51,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-bbe6d953-7684-47d8-80d0-b021e7e40a45 2018-10-06 15:16:54,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:55,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11c0fc53-6c06-4960-aa6a-efb03cffe250 x-compute-request-id: req-11c0fc53-6c06-4960-aa6a-efb03cffe250 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:16:55,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-11c0fc53-6c06-4960-aa6a-efb03cffe250 2018-10-06 15:16:58,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:16:59,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:16:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48f694cc-4a70-4261-ac68-b9c3982b6d0f x-compute-request-id: req-48f694cc-4a70-4261-ac68-b9c3982b6d0f Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:16:59,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-48f694cc-4a70-4261-ac68-b9c3982b6d0f 2018-10-06 15:17:02,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:03,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c324663-8647-494e-b013-cb10c969c691 x-compute-request-id: req-3c324663-8647-494e-b013-cb10c969c691 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:03,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-3c324663-8647-494e-b013-cb10c969c691 2018-10-06 15:17:06,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:07,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0583a99-1a3d-4d36-8970-47d5479de49c x-compute-request-id: req-a0583a99-1a3d-4d36-8970-47d5479de49c Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:07,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-a0583a99-1a3d-4d36-8970-47d5479de49c 2018-10-06 15:17:10,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:10,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1d04060-e704-486c-9d68-ea901ad8c0a9 x-compute-request-id: req-b1d04060-e704-486c-9d68-ea901ad8c0a9 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:10,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-b1d04060-e704-486c-9d68-ea901ad8c0a9 2018-10-06 15:17:13,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:14,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63d4d485-dedc-4e11-bc9f-2c0359303a6a x-compute-request-id: req-63d4d485-dedc-4e11-bc9f-2c0359303a6a Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:16: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": "NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:14,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-63d4d485-dedc-4e11-bc9f-2c0359303a6a 2018-10-06 15:17:17,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:18,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4250925c-a807-48bf-aae5-a84c4bc53dea x-compute-request-id: req-4250925c-a807-48bf-aae5-a84c4bc53dea Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:17:16Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:18,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-4250925c-a807-48bf-aae5-a84c4bc53dea 2018-10-06 15:17:21,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:22,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cf2882f-c7bb-4df7-842e-10c1d28d0b12 x-compute-request-id: req-2cf2882f-c7bb-4df7-842e-10c1d28d0b12 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:f5:10", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:17:16Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:22,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-2cf2882f-c7bb-4df7-842e-10c1d28d0b12 2018-10-06 15:17:25,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:26,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bf9609e-7974-402f-adac-529e47963108 x-compute-request-id: req-6bf9609e-7974-402f-adac-529e47963108 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:f5:10", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-06T15:17:20.000000", "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:17:24Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:26,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-6bf9609e-7974-402f-adac-529e47963108 2018-10-06 15:17:26,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:27,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eebe570c-9a7b-4645-9628-e7eaf510b905 x-compute-request-id: req-eebe570c-9a7b-4645-9628-e7eaf510b905 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:f5:10", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "rel": "bookmark"}], "image": {"id": "77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "links": [{"href": "http://172.30.9.26:8774/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-06T15:17:20.000000", "flavor": {"id": "f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "links": [{"href": "http://172.30.9.26:8774/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a", "rel": "bookmark"}]}, "id": "a2a09c98-c9f7-4e67-9060-35cc2bd46c8c", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:17:24Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-316d5146-9ec3-47ea-abd1-35b77fba26db-vm_inst", "created": "2018-10-06T15:16:43Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:27,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-eebe570c-9a7b-4645-9628-e7eaf510b905 2018-10-06 15:17:27,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:27,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-348bc85f-11d6-4505-bc57-b6b78c6a42f2 Date: Sat, 06 Oct 2018 15:17:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"92325912-4ed9-4970-bb5d-62530056e787","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["bf519d67-a6d5-48d3-a504-e3f9075a262d"],"description":"","tags":[],"updated_at":"2018-10-06T15:16:35Z","provider:segmentation_id":67,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:27,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net used request id req-348bc85f-11d6-4505-bc57-b6b78c6a42f2 2018-10-06 15:17:27,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:27,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840d0d75-d3a3-4160-830e-ad24610036ca Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:17:27,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-840d0d75-d3a3-4160-830e-ad24610036ca 2018-10-06 15:17:27,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:27,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-09a4bb5d-d420-4758-bc4b-3dde38da1f8e Date: Sat, 06 Oct 2018 15:17:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T15:16:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","subnetpool_id":null,"name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet"}]} 2018-10-06 15:17:27,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-09a4bb5d-d420-4758-bc4b-3dde38da1f8e 2018-10-06 15:17:27,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:28,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3529 X-Openstack-Request-Id: req-b81f6a80-be6e-4509-8d84-6d93114b77d2 Date: Sat, 06 Oct 2018 15:17:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","ip_address":"10.55.0.2"}],"id":"1e841738-c8aa-4fd3-85a1-b11157c4031c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:3a:fa","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-92325912-4ed9-4970-bb5d-62530056e787","name":"","admin_state_up":true,"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","ip_address":"10.55.0.4"}],"id":"3403b595-7338-4c80-82f4-f4bf7077205f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:67:2d","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-92325912-4ed9-4970-bb5d-62530056e787","name":"","admin_state_up":true,"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","ip_address":"10.55.0.11"}],"id":"72a3041b-9dbf-4f21-ae9a-0eefa8f05cb3","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f5:10","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a2a09c98-c9f7-4e67-9060-35cc2bd46c8c","name":"NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-port","admin_state_up":true,"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf519d67-a6d5-48d3-a504-e3f9075a262d","ip_address":"10.55.0.3"}],"id":"d49dbb54-45bd-49ac-ae37-5ac8541dc657","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:9c:e6","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-92325912-4ed9-4970-bb5d-62530056e787","name":"","admin_state_up":true,"network_id":"92325912-4ed9-4970-bb5d-62530056e787","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:16:36Z","binding:vnic_type":"normal"}]} 2018-10-06 15:17:28,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=92325912-4ed9-4970-bb5d-62530056e787 used request id req-b81f6a80-be6e-4509-8d84-6d93114b77d2 2018-10-06 15:17:28,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:28,353 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:17:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aad474af-402a-48a0-b2b8-9aede19d045b x-compute-request-id: req-aad474af-402a-48a0-b2b8-9aede19d045b Content-Type: application/json 2018-10-06 15:17:28,354 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/a2a09c98-c9f7-4e67-9060-35cc2bd46c8c used request id req-aad474af-402a-48a0-b2b8-9aede19d045b 2018-10-06 15:17:28,354 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-port 2018-10-06 15:17:28,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/72a3041b-9dbf-4f21-ae9a-0eefa8f05cb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f74d45352780f8af0e4630fec0e9f7035da977" 2018-10-06 15:17:29,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36ad22ba-b603-4fbe-9433-814fece96217 Date: Sat, 06 Oct 2018 15:17:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:17:29,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/72a3041b-9dbf-4f21-ae9a-0eefa8f05cb3 used request id req-36ad22ba-b603-4fbe-9433-814fece96217 2018-10-06 15:17:29,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc716e5a4d025db77cc7f6267c2584f9d9f33df" 2018-10-06 15:17:29,104 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:17: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-345b4c55-f2fb-42fa-a5e4-5e89a989da48 x-compute-request-id: req-345b4c55-f2fb-42fa-a5e4-5e89a989da48 Content-Length: 0 Content-Type: application/json 2018-10-06 15:17:29,104 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f072ecc5-f2fd-4c06-ab4f-1d11ba3d281a used request id req-345b4c55-f2fb-42fa-a5e4-5e89a989da48 2018-10-06 15:17:29,105 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet 2018-10-06 15:17:29,105 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-subnet 2018-10-06 15:17:29,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/bf519d67-a6d5-48d3-a504-e3f9075a262d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:17:31,481 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5a8f72b7-b6e7-4ae7-b55c-0ccf91c5be9b Date: Sat, 06 Oct 2018 15:17:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:17:31,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/bf519d67-a6d5-48d3-a504-e3f9075a262d used request id req-5a8f72b7-b6e7-4ae7-b55c-0ccf91c5be9b 2018-10-06 15:17:31,482 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-net 2018-10-06 15:17:31,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/92325912-4ed9-4970-bb5d-62530056e787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14061267ff0e240f27b27b6df8e3f4624f8c9749" 2018-10-06 15:17:32,866 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c47cdb18-5440-43db-86b3-8cb7b27bd1bd Date: Sat, 06 Oct 2018 15:17:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:17:32,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/92325912-4ed9-4970-bb5d-62530056e787 used request id req-c47cdb18-5440-43db-86b3-8cb7b27bd1bd 2018-10-06 15:17:32,867 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-316d5146-9ec3-47ea-abd1-35b77fba26db-image 2018-10-06 15:17:32,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf5723af742c8360675da4203f9b6adc1bcc0fe" 2018-10-06 15:17:34,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed0f3ea4-3750-439a-8d70-17d558607216 Date: Sat, 06 Oct 2018 15:17:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:17:34,922 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/77c004b2-c237-4bbc-9b4f-b52638a1c7c2 used request id req-ed0f3ea4-3750-439a-8d70-17d558607216 2018-10-06 15:17:34,925 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:17:34,928 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:17:34,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:17:34,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:17:35,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:17:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["oTRJd590TIKoiDVovpNgSw"], "issued_at": "2018-10-06T15:17:35.000000Z"}} 2018-10-06 15:17:35,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" 2018-10-06 15:17:35,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0d4bf6-1dd0-4791-a78e-bd5677818e97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:17:35,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ad0d4bf6-1dd0-4791-a78e-bd5677818e97 2018-10-06 15:17:35,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" 2018-10-06 15:17:35,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-b59fd6ac-7a36-4063-bdb3-fea4f8d1966d Date: Sat, 06 Oct 2018 15:17:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image"} 2018-10-06 15:17:35,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image used request id req-b59fd6ac-7a36-4063-bdb3-fea4f8d1966d 2018-10-06 15:17:35,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" 2018-10-06 15:17:35,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e71ccbe-4551-411d-86a6-a714b1828232 Date: Sat, 06 Oct 2018 15:17:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:17:35,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-9e71ccbe-4551-411d-86a6-a714b1828232 2018-10-06 15:17:35,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image"}' 2018-10-06 15:17:36,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e X-Openstack-Request-Id: req-dd0eafa6-a366-4fbd-9fa8-afa804d592cb Date: Sat, 06 Oct 2018 15:17:36 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:17:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:17:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "min_disk": 0, "protected": false, "id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "file": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:17:36,423 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-dd0eafa6-a366-4fbd-9fa8-afa804d592cb 2018-10-06 15:17:36,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" -d '' 2018-10-06 15:17:38,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-101f19cf-b19e-4b6e-8b73-5f6c2fc8d337 Date: Sat, 06 Oct 2018 15:17:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:17:38,164 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/file used request id req-101f19cf-b19e-4b6e-8b73-5f6c2fc8d337 2018-10-06 15:17:38,164 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:17:38,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" 2018-10-06 15:17:38,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-3215bca7-e3b6-43f2-a35e-cf4ee65252ce Date: Sat, 06 Oct 2018 15:17:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:17:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:17:38Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/snap", "metadata": {}}], "self": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "min_disk": 0, "protected": false, "id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "file": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:17:38,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e used request id req-3215bca7-e3b6-43f2-a35e-cf4ee65252ce 2018-10-06 15:17:38,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" 2018-10-06 15:17:39,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e72e2d0c-a8cc-44b2-a8c2-b546b8ef55f4 Date: Sat, 06 Oct 2018 15:17:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:17:39,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e72e2d0c-a8cc-44b2-a8c2-b546b8ef55f4 2018-10-06 15:17:39,355 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image 2018-10-06 15:17:39,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" 2018-10-06 15:17:39,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-82aefbb0-d3e3-44e8-a068-f354224f9b1b Date: Sat, 06 Oct 2018 15:17:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:17:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:17:38Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/snap", "metadata": {}}], "self": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "min_disk": 0, "protected": false, "id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "file": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:17:39,529 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e used request id req-82aefbb0-d3e3-44e8-a068-f354224f9b1b 2018-10-06 15:17:39,530 - create_image - DEBUG - Instance status is - active 2018-10-06 15:17:39,530 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image 2018-10-06 15:17:39,530 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image 2018-10-06 15:17:39,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:17:39,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:17:39,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:17:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["xCET4tMnQOS2gwqmfuiNvg"], "issued_at": "2018-10-06T15:17:39.000000Z"}} 2018-10-06 15:17:39,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:17:39,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a37fce7-8c07-4292-9e04-603aac69593f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:17:39,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6a37fce7-8c07-4292-9e04-603aac69593f 2018-10-06 15:17:39,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:17:40,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-224bc6a7-238b-43c6-be4c-d738f4556855 Date: Sat, 06 Oct 2018 15:17:40 GMT RESP BODY: {"networks":[]} 2018-10-06 15:17:40,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-224bc6a7-238b-43c6-be4c-d738f4556855 2018-10-06 15:17:40,179 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net 2018-10-06 15:17:40,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net", "admin_state_up": true}}' 2018-10-06 15:17:40,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-217316af-0a05-440d-9f46-2b7a5cb566c9 Date: Sat, 06 Oct 2018 15:17: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":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:17:40Z","is_default":false,"provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","mtu":1450}} 2018-10-06 15:17:40,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-217316af-0a05-440d-9f46-2b7a5cb566c9 2018-10-06 15:17:40,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:17:40,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dae7eb29-2734-4e2d-a15e-fcfa6c9a2793 Date: Sat, 06 Oct 2018 15:17:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:17:40Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:40,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-dae7eb29-2734-4e2d-a15e-fcfa6c9a2793 2018-10-06 15:17:40,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:17:40,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9fd0fa09-5bee-479f-9dfe-de81dcc732b2 Date: Sat, 06 Oct 2018 15:17:41 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:17:40,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-9fd0fa09-5bee-479f-9dfe-de81dcc732b2 2018-10-06 15:17:40,997 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet 2018-10-06 15:17:41,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" -d '{"subnets": [{"ip_version": 4, "network_id": "9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]}' 2018-10-06 15:17:41,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-925928e0-1a8b-4055-8178-be04374f8705 Date: Sat, 06 Oct 2018 15:17:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:17:41,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-925928e0-1a8b-4055-8178-be04374f8705 2018-10-06 15:17:41,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:17:41,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e7c135fc-f524-4e23-a762-ddd89e70e8fd Date: Sat, 06 Oct 2018 15:17:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:41,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-e7c135fc-f524-4e23-a762-ddd89e70e8fd 2018-10-06 15:17:41,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:17:41,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e290b18c-ef99-4b36-aed7-c670fa2b2d37 Date: Sat, 06 Oct 2018 15:17:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:17:41,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-e290b18c-ef99-4b36-aed7-c670fa2b2d37 2018-10-06 15:17:41,867 - OpenStackNetwork - DEBUG - Network [9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91] created successfully 2018-10-06 15:17:41,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:17:41,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:17:42,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:17:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Yjv9zIuBQpeRxSz7fyW8eQ"], "issued_at": "2018-10-06T15:17:42.000000Z"}} 2018-10-06 15:17:42,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992fa48efb0110b46e9ca43ce0dc5d0fbe44636a" 2018-10-06 15:17:42,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d3c1e6-50c7-483a-88c3-62d4154f04b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:17:42,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02d3c1e6-50c7-483a-88c3-62d4154f04b5 2018-10-06 15:17:42,338 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:17:42,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992fa48efb0110b46e9ca43ce0dc5d0fbe44636a" 2018-10-06 15:17:42,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d1e40b2e-75c0-47dd-90d4-44c5082265e2 x-compute-request-id: req-d1e40b2e-75c0-47dd-90d4-44c5082265e2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:17:42,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d1e40b2e-75c0-47dd-90d4-44c5082265e2 2018-10-06 15:17:42,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992fa48efb0110b46e9ca43ce0dc5d0fbe44636a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 15:17:42,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b20537c9-4028-4d47-9c25-a23a7872e9b6 x-compute-request-id: req-b20537c9-4028-4d47-9c25-a23a7872e9b6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:17:42,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b20537c9-4028-4d47-9c25-a23a7872e9b6 2018-10-06 15:17:42,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:17:42,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:17:43,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:17:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["9gjEMj4hRjGC1mdP3Va-xQ"], "issued_at": "2018-10-06T15:17:43.000000Z"}} 2018-10-06 15:17:43,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:17:43,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ded05af-e06f-4698-8d93-07b7c59c14df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:17:43,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7ded05af-e06f-4698-8d93-07b7c59c14df 2018-10-06 15:17:43,260 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:17:44,070 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:43 GMT Server: Apache x-compute-request-id: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 15:17:44,070 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail used request id req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a 2018-10-06 15:17:44,074 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-06 15:17:45,137 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:17:44 GMT Server: Apache x-compute-request-id: req-ee67edac-e8b4-4363-bb2b-ae5d4613dd62 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ee67edac-e8b4-4363-bb2b-ae5d4613dd62 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T15:17:45.029934", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1}} 2018-10-06 15:17:45,137 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes used request id req-ee67edac-e8b4-4363-bb2b-ae5d4613dd62 2018-10-06 15:17:45,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:17:45,987 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:45 GMT Server: Apache x-compute-request-id: req-4f318635-5a71-4461-9e38-97e701b1d003 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f318635-5a71-4461-9e38-97e701b1d003 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:17:45.000000", "replication_status": null, "snapshot_id": null, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-51f3a394-cfcb-4064-a185-c814104ac9cd", "bootable": "false", "created_at": "2018-10-06T15:17:45.000000", "volume_type": null}} 2018-10-06 15:17:45,988 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-4f318635-5a71-4461-9e38-97e701b1d003 2018-10-06 15:17:45,988 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd 2018-10-06 15:17:45,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:17:46,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:46 GMT Server: Apache x-compute-request-id: req-e7ed474a-c576-4924-8228-3bf7051d6f6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7ed474a-c576-4924-8228-3bf7051d6f6d Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:17:45.000000", "replication_status": null, "snapshot_id": null, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-51f3a394-cfcb-4064-a185-c814104ac9cd", "bootable": "false", "created_at": "2018-10-06T15:17:45.000000", "volume_type": null}} 2018-10-06 15:17:46,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-e7ed474a-c576-4924-8228-3bf7051d6f6d 2018-10-06 15:17:46,046 - create_volume - DEBUG - Instance status is - creating 2018-10-06 15:17:46,046 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 15:17:49,050 - create_volume - DEBUG - Volume status query timeout in 296.939025879 2018-10-06 15:17:49,052 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:17:49,844 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:49 GMT Server: Apache x-compute-request-id: req-261d2fa8-0305-4bc3-8a2d-83c4c9955245 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-261d2fa8-0305-4bc3-8a2d-83c4c9955245 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:17:47.000000", "replication_status": null, "snapshot_id": null, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-51f3a394-cfcb-4064-a185-c814104ac9cd", "bootable": "false", "created_at": "2018-10-06T15:17:45.000000", "volume_type": null}} 2018-10-06 15:17:49,844 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-261d2fa8-0305-4bc3-8a2d-83c4c9955245 2018-10-06 15:17:49,844 - create_volume - DEBUG - Instance status is - available 2018-10-06 15:17:49,844 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd 2018-10-06 15:17:49,845 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd 2018-10-06 15:17:49,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:17:49,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:17:50,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["rsKtA7GJS9OZulYvgYPUhA"], "issued_at": "2018-10-06T15:17:50.000000Z"}} 2018-10-06 15:17:50,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:50,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a1a0f1-ca3e-4b7d-8f57-3e4f6bff5bdc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:17:50,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-20a1a0f1-ca3e-4b7d-8f57-3e4f6bff5bdc 2018-10-06 15:17:50,313 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:17:50,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:50,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a29ad05-477d-4730-a028-82de97da3d56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:17:50,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6a29ad05-477d-4730-a028-82de97da3d56 2018-10-06 15:17:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:50,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-75684468-cf8a-415b-9815-cfc887187763 Date: Sat, 06 Oct 2018 15:17:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:50,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-75684468-cf8a-415b-9815-cfc887187763 2018-10-06 15:17:50,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:17:50,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:17:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:17:50,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:50,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609a6238-9ecb-4907-a33f-d23df22dfcd5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:17:50,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-609a6238-9ecb-4907-a33f-d23df22dfcd5 2018-10-06 15:17:50,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:50,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b2524d8e-499b-4f11-ab90-4443d356bef5 Date: Sat, 06 Oct 2018 15:17:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:17:50,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-b2524d8e-499b-4f11-ab90-4443d356bef5 2018-10-06 15:17:50,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:51,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9dac7cab-b6a6-4818-9194-c646e74c4928 Date: Sat, 06 Oct 2018 15:17:51 GMT RESP BODY: {"ports":[]} 2018-10-06 15:17:51,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port&admin_state_up=True used request id req-9dac7cab-b6a6-4818-9194-c646e74c4928 2018-10-06 15:17:51,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:51,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be8ee0b6-c3fc-4a68-9175-699b9ec04ad5 x-compute-request-id: req-be8ee0b6-c3fc-4a68-9175-699b9ec04ad5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 15:17:51,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst used request id req-be8ee0b6-c3fc-4a68-9175-699b9ec04ad5 2018-10-06 15:17:51,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:51,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-557c4003-bee0-47d2-a2a6-0403847ea1b3 Date: Sat, 06 Oct 2018 15:17:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:51,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-557c4003-bee0-47d2-a2a6-0403847ea1b3 2018-10-06 15:17:51,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:51,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861c1498-d4c4-4575-b8e8-f618515b7105 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:17:51,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-861c1498-d4c4-4575-b8e8-f618515b7105 2018-10-06 15:17:51,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:51,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f94b7853-9035-4c34-ba7f-717780b0f13b Date: Sat, 06 Oct 2018 15:17:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:17:51,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-f94b7853-9035-4c34-ba7f-717780b0f13b 2018-10-06 15:17:51,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:51,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6de454af-ec75-4b58-bae4-16b5f1c1957a Date: Sat, 06 Oct 2018 15:17:51 GMT RESP BODY: {"ports":[]} 2018-10-06 15:17:51,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port&admin_state_up=True used request id req-6de454af-ec75-4b58-bae4-16b5f1c1957a 2018-10-06 15:17:51,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:17:51,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:17:52,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["kq9rInGjR_6eaAUHz3gV7A"], "issued_at": "2018-10-06T15:17:51.000000Z"}} 2018-10-06 15:17:52,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144a0ebca658846b32ea633d7b9b8ef897eb3eef" 2018-10-06 15:17:52,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90992495-7952-44b1-92c9-2c9f45d7e2dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:17:52,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-90992495-7952-44b1-92c9-2c9f45d7e2dd 2018-10-06 15:17:52,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:52,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-636e414a-5698-4221-bd93-ac6176068a5e Date: Sat, 06 Oct 2018 15:17:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:52,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-636e414a-5698-4221-bd93-ac6176068a5e 2018-10-06 15:17:52,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:52,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a9bafb54-1f20-4e50-b433-0ff786ed76ec Date: Sat, 06 Oct 2018 15:17:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:17:52,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-a9bafb54-1f20-4e50-b433-0ff786ed76ec 2018-10-06 15:17:52,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:52,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5082b8e6-19e5-4231-bc99-8a08a2a5a3b4 Date: Sat, 06 Oct 2018 15:17:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:52,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-5082b8e6-19e5-4231-bc99-8a08a2a5a3b4 2018-10-06 15:17:52,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:17:52,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:17: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:17:52,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144a0ebca658846b32ea633d7b9b8ef897eb3eef" 2018-10-06 15:17:52,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a36b9f-5f43-4286-819b-aaac0a8eac4d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:17:52,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-89a36b9f-5f43-4286-819b-aaac0a8eac4d 2018-10-06 15:17:52,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:52,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3d4db53d-cf4e-437f-bfbb-a6ac437b01e6 Date: Sat, 06 Oct 2018 15:17:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:17:52,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-3d4db53d-cf4e-437f-bfbb-a6ac437b01e6 2018-10-06 15:17:52,855 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net 2018-10-06 15:17:52,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" -d '{"port": {"network_id": "9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91", "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port", "admin_state_up": true}}' 2018-10-06 15:17:53,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-694ea026-2ffc-4b0f-8645-bd8822c52a98 Date: Sat, 06 Oct 2018 15:17:53 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:53Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"}} 2018-10-06 15:17:53,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-694ea026-2ffc-4b0f-8645-bd8822c52a98 2018-10-06 15:17:53,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:54,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6e09d017-da24-4612-b2d1-414f29c8e73e Date: Sat, 06 Oct 2018 15:17:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:17:54,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-6e09d017-da24-4612-b2d1-414f29c8e73e 2018-10-06 15:17:54,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:54,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93dfbe2f-c934-45dd-9a1e-437b248b5c34 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:17:54,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-93dfbe2f-c934-45dd-9a1e-437b248b5c34 2018-10-06 15:17:54,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:54,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4ed7b6c4-d340-47fc-9853-bfb82241767b Date: Sat, 06 Oct 2018 15:17:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:17:54,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-4ed7b6c4-d340-47fc-9853-bfb82241767b 2018-10-06 15:17:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:54,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-5f4188ba-2089-4da2-be16-ff35ca4780bd Date: Sat, 06 Oct 2018 15:17:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:53Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"}]} 2018-10-06 15:17:54,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port&admin_state_up=True used request id req-5f4188ba-2089-4da2-be16-ff35ca4780bd 2018-10-06 15:17:54,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:54,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2582877b-eaf9-4176-b5b4-7753814d5a9f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:17:54,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-2582877b-eaf9-4176-b5b4-7753814d5a9f 2018-10-06 15:17:54,609 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst 2018-10-06 15:17:54,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:54,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c365c525-b9a7-48b8-a175-fd9f4be498ac x-compute-request-id: req-c365c525-b9a7-48b8-a175-fd9f4be498ac Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-flavor"}]} 2018-10-06 15:17:54,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c365c525-b9a7-48b8-a175-fd9f4be498ac 2018-10-06 15:17:54,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:54,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4dc8e10-61eb-4d0c-bfff-b7a9087bd5d1 x-compute-request-id: req-f4dc8e10-61eb-4d0c-bfff-b7a9087bd5d1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:17:54,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005 used request id req-f4dc8e10-61eb-4d0c-bfff-b7a9087bd5d1 2018-10-06 15:17:54,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:55,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-b03c0cad-abb9-4d1c-8e24-72fd00bf4c1e Date: Sat, 06 Oct 2018 15:17:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:17:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:17:38Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/snap", "metadata": {}}], "self": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "min_disk": 0, "protected": false, "id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "file": "/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image"} 2018-10-06 15:17:55,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image used request id req-b03c0cad-abb9-4d1c-8e24-72fd00bf4c1e 2018-10-06 15:17:55,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:55,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-013e639b-3f44-4c58-90e6-7143b16f8562 Date: Sat, 06 Oct 2018 15:17:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:17:55,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-013e639b-3f44-4c58-90e6-7143b16f8562 2018-10-06 15:17:56,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "imageRef": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "flavorRef": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "max_count": 1, "min_count": 1, "networks": [{"port": "46dd4296-3aa0-4bf2-b1aa-0b648b3728be"}]}}' 2018-10-06 15:17:58,244 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7267017c-5ad7-4994-aed5-3e14dae2177f x-compute-request-id: req-7267017c-5ad7-4994-aed5-3e14dae2177f Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "adminPass": "iC2yFhQnmakP"}} 2018-10-06 15:17:58,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-7267017c-5ad7-4994-aed5-3e14dae2177f 2018-10-06 15:17:58,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:59,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17: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-41b71c38-dcad-42fd-9428-23a932eca29c x-compute-request-id: req-41b71c38-dcad-42fd-9428-23a932eca29c 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.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:17:58Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:59,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-41b71c38-dcad-42fd-9428-23a932eca29c 2018-10-06 15:17:59,010 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst 2018-10-06 15:17:59,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:17:59,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:17:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ee39461-10ef-4e7b-b49d-6ac1cfbd2cfc x-compute-request-id: req-9ee39461-10ef-4e7b-b49d-6ac1cfbd2cfc Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:17:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:17:59,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-9ee39461-10ef-4e7b-b49d-6ac1cfbd2cfc 2018-10-06 15:17:59,493 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst] is - BUILD 2018-10-06 15:17:59,493 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:18:02,496 - create_instance - DEBUG - VM status query timeout in 896.513592958 2018-10-06 15:18:02,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:02,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-819c0514-f24f-40f0-82fb-d45e28d1b08c x-compute-request-id: req-819c0514-f24f-40f0-82fb-d45e28d1b08c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:18:01Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:02,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-819c0514-f24f-40f0-82fb-d45e28d1b08c 2018-10-06 15:18:02,966 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst] is - BUILD 2018-10-06 15:18:02,966 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:18:05,969 - create_instance - DEBUG - VM status query timeout in 893.040529966 2018-10-06 15:18:05,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:06,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7259d67d-9289-4605-b965-0f396a640852 x-compute-request-id: req-7259d67d-9289-4605-b965-0f396a640852 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:05Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:06,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-7259d67d-9289-4605-b965-0f396a640852 2018-10-06 15:18:06,782 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst] is - ACTIVE 2018-10-06 15:18:06,782 - create_instance - INFO - VM is - ACTIVE 2018-10-06 15:18:06,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:07,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55d9d98d-3a2a-46b4-88c9-438e104780d8 x-compute-request-id: req-55d9d98d-3a2a-46b4-88c9-438e104780d8 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:05Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:07,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-55d9d98d-3a2a-46b4-88c9-438e104780d8 2018-10-06 15:18:07,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:07,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d87df2cb-10f5-4a02-8574-dea76caeb21b Date: Sat, 06 Oct 2018 15:18:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:07,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-d87df2cb-10f5-4a02-8574-dea76caeb21b 2018-10-06 15:18:07,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:07,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd641005-3219-4469-8d43-c4520a39a106 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:07,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-cd641005-3219-4469-8d43-c4520a39a106 2018-10-06 15:18:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:07,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ef942eea-ffbb-496c-b8ed-0cb0aea3e763 Date: Sat, 06 Oct 2018 15:18:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:07,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-ef942eea-ffbb-496c-b8ed-0cb0aea3e763 2018-10-06 15:18:07,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:07,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-0441dd55-2f9a-4b76-96e8-aff9ac7367dc Date: Sat, 06 Oct 2018 15:18:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:07,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-0441dd55-2f9a-4b76-96e8-aff9ac7367dc 2018-10-06 15:18:07,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:18:08,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:18:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["9U6HwavLTc6vMZmT3iY0Og"], "issued_at": "2018-10-06T15:18:08.000000Z"}} 2018-10-06 15:18:08,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:08,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e44b27-330d-4fc0-b71c-796ef7f12b16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:18:08,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-67e44b27-330d-4fc0-b71c-796ef7f12b16 2018-10-06 15:18:08,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:09,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5244fac2-7789-46e9-a5fa-a8344abe0cd7 x-compute-request-id: req-5244fac2-7789-46e9-a5fa-a8344abe0cd7 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:05Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:09,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-5244fac2-7789-46e9-a5fa-a8344abe0cd7 2018-10-06 15:18:09,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:09,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-019228d3-c125-4cab-8aa6-f24e5e6aef7a Date: Sat, 06 Oct 2018 15:18:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:09,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-019228d3-c125-4cab-8aa6-f24e5e6aef7a 2018-10-06 15:18:09,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:09,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5248559-bb68-4eba-97fa-cf8ba8ec8e2e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:09,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-c5248559-bb68-4eba-97fa-cf8ba8ec8e2e 2018-10-06 15:18:09,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:09,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3046aa4c-1ee9-458d-960f-ece23c1fa0d9 Date: Sat, 06 Oct 2018 15:18:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:09,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-3046aa4c-1ee9-458d-960f-ece23c1fa0d9 2018-10-06 15:18:09,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:09,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-4d9945c6-13bd-4a4d-b127-fc199c7d257c Date: Sat, 06 Oct 2018 15:18:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:09,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-4d9945c6-13bd-4a4d-b127-fc199c7d257c 2018-10-06 15:18:09,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" -d '{"volumeAttachment": {"volumeId": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}}' 2018-10-06 15:18:37,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c545f56-860d-4269-aff3-bfbe6e28b6fb x-compute-request-id: req-8c545f56-860d-4269-aff3-bfbe6e28b6fb Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "volumeId": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}} 2018-10-06 15:18:37,083 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857/os-volume_attachments used request id req-8c545f56-860d-4269-aff3-bfbe6e28b6fb 2018-10-06 15:18:37,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:37,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb5f7cf5-e3c6-4c59-a838-a9a9a344a6b8 x-compute-request-id: req-fb5f7cf5-e3c6-4c59-a838-a9a9a344a6b8 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:05Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}], "metadata": {}}} 2018-10-06 15:18:37,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-fb5f7cf5-e3c6-4c59-a838-a9a9a344a6b8 2018-10-06 15:18:37,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:38,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8c4f8b94-cd7e-4f34-9a08-4d3261ff4099 Date: Sat, 06 Oct 2018 15:18:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:38,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-8c4f8b94-cd7e-4f34-9a08-4d3261ff4099 2018-10-06 15:18:38,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:18:38,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:18: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:18:38,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:38,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edca0f63-0adb-4f1e-9a8c-8989713809b7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:38,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-edca0f63-0adb-4f1e-9a8c-8989713809b7 2018-10-06 15:18:38,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:38,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d2cdbd56-d379-4213-980f-edf1916034db Date: Sat, 06 Oct 2018 15:18:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:38,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-d2cdbd56-d379-4213-980f-edf1916034db 2018-10-06 15:18:38,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:38,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-621b4155-509d-42b1-8977-2636860aeda7 Date: Sat, 06 Oct 2018 15:18:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:38,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-621b4155-509d-42b1-8977-2636860aeda7 2018-10-06 15:18:38,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:39,359 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:38 GMT Server: Apache x-compute-request-id: req-cc317c94-b635-43b5-84db-62d286583e86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc317c94-b635-43b5-84db-62d286583e86 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:18:37.000000", "replication_status": null, "snapshot_id": null, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-51f3a394-cfcb-4064-a185-c814104ac9cd", "bootable": "false", "created_at": "2018-10-06T15:17:45.000000", "volume_type": null}} 2018-10-06 15:18:39,360 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-cc317c94-b635-43b5-84db-62d286583e86 2018-10-06 15:18:42,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc317c94-b635-43b5-84db-62d286583e86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:43,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:42 GMT Server: Apache x-compute-request-id: req-a0935d0d-0226-451a-b2d0-8ebd0457c6ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0935d0d-0226-451a-b2d0-8ebd0457c6ca Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "attachment_id": "fbcc0201-b9ea-4d02-9b23-c66b9b19c8f0", "attached_at": "2018-10-06T15:18:40.000000", "host_name": null, "volume_id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "device": "/dev/vdb", "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:18:40.000000", "replication_status": null, "snapshot_id": null, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-51f3a394-cfcb-4064-a185-c814104ac9cd", "bootable": "false", "created_at": "2018-10-06T15:17:45.000000", "volume_type": null}} 2018-10-06 15:18:43,152 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-a0935d0d-0226-451a-b2d0-8ebd0457c6ca 2018-10-06 15:18:43,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:43,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c518db93-4901-4639-aabe-42c4260a3c4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:18:43,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c518db93-4901-4639-aabe-42c4260a3c4b 2018-10-06 15:18:43,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:43,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c501edc2-d545-48c7-8a07-87c5ffacf678 x-compute-request-id: req-c501edc2-d545-48c7-8a07-87c5ffacf678 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:39Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}], "metadata": {}}} 2018-10-06 15:18:43,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-c501edc2-d545-48c7-8a07-87c5ffacf678 2018-10-06 15:18:43,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:43,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d877e689-365f-47ea-bfda-d03cf7066592 Date: Sat, 06 Oct 2018 15:18:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:43,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-d877e689-365f-47ea-bfda-d03cf7066592 2018-10-06 15:18:43,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:44,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-195b6291-a4e2-4d1e-9b35-7754a348c5b6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:44,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-195b6291-a4e2-4d1e-9b35-7754a348c5b6 2018-10-06 15:18:44,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:44,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a4f57107-79ff-4cde-b5bb-e08333260dfa Date: Sat, 06 Oct 2018 15:18:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:44,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-a4f57107-79ff-4cde-b5bb-e08333260dfa 2018-10-06 15:18:44,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:44,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-06254ec7-b7e2-4865-aec2-75dd60f00320 Date: Sat, 06 Oct 2018 15:18:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:44,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-06254ec7-b7e2-4865-aec2-75dd60f00320 2018-10-06 15:18:44,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:45,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b5e9147-f451-4d8e-8264-449952611d5e x-compute-request-id: req-2b5e9147-f451-4d8e-8264-449952611d5e Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:39Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}], "metadata": {}}} 2018-10-06 15:18:45,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-2b5e9147-f451-4d8e-8264-449952611d5e 2018-10-06 15:18:45,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:45,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e9606cfe-6533-420b-8203-2b76ab666772 Date: Sat, 06 Oct 2018 15:18:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:45,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-e9606cfe-6533-420b-8203-2b76ab666772 2018-10-06 15:18:45,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:45,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9204f4ab-c821-4f73-96c3-26e8b96581f5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:45,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-9204f4ab-c821-4f73-96c3-26e8b96581f5 2018-10-06 15:18:45,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:45,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b27d7bf4-b187-4731-b01f-7d36fc8a276f Date: Sat, 06 Oct 2018 15:18:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:45,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-b27d7bf4-b187-4731-b01f-7d36fc8a276f 2018-10-06 15:18:45,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:45,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-2d5ab851-4402-484c-ba4b-edee57c2c66e Date: Sat, 06 Oct 2018 15:18:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:45,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-2d5ab851-4402-484c-ba4b-edee57c2c66e 2018-10-06 15:18:45,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:46,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83704432-833b-466c-ab7f-02bdbc2883d9 x-compute-request-id: req-83704432-833b-466c-ab7f-02bdbc2883d9 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:39Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}], "metadata": {}}} 2018-10-06 15:18:46,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-83704432-833b-466c-ab7f-02bdbc2883d9 2018-10-06 15:18:46,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:46,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0f820ca6-8c2c-4c95-b076-68a8e43e6728 Date: Sat, 06 Oct 2018 15:18:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:46,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-0f820ca6-8c2c-4c95-b076-68a8e43e6728 2018-10-06 15:18:46,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:46,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ee17b76-fdfe-4dee-8acb-67864819ae96 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:46,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-4ee17b76-fdfe-4dee-8acb-67864819ae96 2018-10-06 15:18:46,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:46,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce61ec71-091d-4891-8039-df27cf5c8123 Date: Sat, 06 Oct 2018 15:18:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:46,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-ce61ec71-091d-4891-8039-df27cf5c8123 2018-10-06 15:18:46,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:46,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-dfa7d785-864c-4ecc-9240-393643d15ccf Date: Sat, 06 Oct 2018 15:18:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:46,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-dfa7d785-864c-4ecc-9240-393643d15ccf 2018-10-06 15:18:46,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857/os-volume_attachments/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:49,136 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:18:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6edb33f-dd28-4ea6-afb9-1233068c92ee x-compute-request-id: req-b6edb33f-dd28-4ea6-afb9-1233068c92ee Content-Length: 0 Content-Type: application/json 2018-10-06 15:18:49,136 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857/os-volume_attachments/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-b6edb33f-dd28-4ea6-afb9-1233068c92ee 2018-10-06 15:18:49,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:50,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efed5f13-68ea-4ae5-96c6-9abe20a00406 x-compute-request-id: req-efed5f13-68ea-4ae5-96c6-9abe20a00406 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:39Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3"}], "metadata": {}}} 2018-10-06 15:18:50,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-efed5f13-68ea-4ae5-96c6-9abe20a00406 2018-10-06 15:18:50,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:50,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-86878967-016d-4f92-8348-86924515b81a Date: Sat, 06 Oct 2018 15:18:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:50,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-86878967-016d-4f92-8348-86924515b81a 2018-10-06 15:18:50,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:50,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a8f5a6-9d1b-4100-84e9-95d5c8fa51b4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:50,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-f6a8f5a6-9d1b-4100-84e9-95d5c8fa51b4 2018-10-06 15:18:50,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:50,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d54c4b01-7939-4f2c-a53d-9b1547d8cec4 Date: Sat, 06 Oct 2018 15:18:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:50,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-d54c4b01-7939-4f2c-a53d-9b1547d8cec4 2018-10-06 15:18:50,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:50,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-9465a8ad-d08d-4c39-8f65-aa1d343890b8 Date: Sat, 06 Oct 2018 15:18:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:50,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-9465a8ad-d08d-4c39-8f65-aa1d343890b8 2018-10-06 15:18:53,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:53,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8c58fe6-3f33-4c94-a72e-f7c171db261b x-compute-request-id: req-b8c58fe6-3f33-4c94-a72e-f7c171db261b Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:39Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:53,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-b8c58fe6-3f33-4c94-a72e-f7c171db261b 2018-10-06 15:18:53,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:54,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c1d66e4f-1fd9-4d0e-bf18-c626d8afe4b3 Date: Sat, 06 Oct 2018 15:18:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:54,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-c1d66e4f-1fd9-4d0e-bf18-c626d8afe4b3 2018-10-06 15:18:54,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:54,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c04c538-44ea-4fa0-8247-99a44d57a515 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:54,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-2c04c538-44ea-4fa0-8247-99a44d57a515 2018-10-06 15:18:54,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:54,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-62d71fb7-2ac4-46c0-a22f-cb80021e23e0 Date: Sat, 06 Oct 2018 15:18:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:54,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-62d71fb7-2ac4-46c0-a22f-cb80021e23e0 2018-10-06 15:18:54,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:54,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-471b17db-0ce1-49d0-8461-474d9fbced14 Date: Sat, 06 Oct 2018 15:18:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:54,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-471b17db-0ce1-49d0-8461-474d9fbced14 2018-10-06 15:18:54,882 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc317c94-b635-43b5-84db-62d286583e86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:55,617 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:54 GMT Server: Apache x-compute-request-id: req-7383dafd-d81d-4fb4-9c75-62ac90ed7d8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7383dafd-d81d-4fb4-9c75-62ac90ed7d8a Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:18:49.000000", "replication_status": null, "snapshot_id": null, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-51f3a394-cfcb-4064-a185-c814104ac9cd", "bootable": "false", "created_at": "2018-10-06T15:17:45.000000", "volume_type": null}} 2018-10-06 15:18:55,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-7383dafd-d81d-4fb4-9c75-62ac90ed7d8a 2018-10-06 15:18:55,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:56,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62a51f0a-b2fb-4e05-91fd-9a4d7c8e8935 x-compute-request-id: req-62a51f0a-b2fb-4e05-91fd-9a4d7c8e8935 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:39Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:56,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-62a51f0a-b2fb-4e05-91fd-9a4d7c8e8935 2018-10-06 15:18:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:56,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ba3173e7-fb52-401d-b7b3-162ae21ac320 Date: Sat, 06 Oct 2018 15:18:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:56,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-ba3173e7-fb52-401d-b7b3-162ae21ac320 2018-10-06 15:18:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:56,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-498e718e-22c7-4bcc-b125-f8957cbd8eec Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:56,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-498e718e-22c7-4bcc-b125-f8957cbd8eec 2018-10-06 15:18:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:56,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-53c1ca4f-f193-4d62-9947-e59ea06ef8c7 Date: Sat, 06 Oct 2018 15:18:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:56,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-53c1ca4f-f193-4d62-9947-e59ea06ef8c7 2018-10-06 15:18:56,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:56,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-52be427f-0a8b-4f1a-bab4-5c481f278a1e Date: Sat, 06 Oct 2018 15:18:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:56,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-52be427f-0a8b-4f1a-bab4-5c481f278a1e 2018-10-06 15:18:56,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:57,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8e4188c-4c2e-4c75-bedb-418e784b5223 x-compute-request-id: req-a8e4188c-4c2e-4c75-bedb-418e784b5223 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:39Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:57,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-a8e4188c-4c2e-4c75-bedb-418e784b5223 2018-10-06 15:18:57,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:57,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0fea5233-9232-423e-9f57-fb5c04f97d35 Date: Sat, 06 Oct 2018 15:18:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["dd63a696-1aad-4863-8181-95726403ef46"],"description":"","tags":[],"updated_at":"2018-10-06T15:17:41Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:40Z","provider:network_type":"vxlan"}]} 2018-10-06 15:18:57,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net used request id req-0fea5233-9232-423e-9f57-fb5c04f97d35 2018-10-06 15:18:57,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:57,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1429427e-4766-4541-af62-19a6c3663334 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:18:57,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-1429427e-4766-4541-af62-19a6c3663334 2018-10-06 15:18:57,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:57,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f5ddaceb-1184-4d50-8270-34027ca638dc Date: Sat, 06 Oct 2018 15:18:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","dns_nameservers":[],"updated_at":"2018-10-06T15:17:41Z","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":"3e37ce67de3843498eafb3187da04061","id":"dd63a696-1aad-4863-8181-95726403ef46","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet"}]} 2018-10-06 15:18:57,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-f5ddaceb-1184-4d50-8270-34027ca638dc 2018-10-06 15:18:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2e08cc1b98a3e7ba75c4baab518ab5618efe43" 2018-10-06 15:18:58,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-728e96c8-0f93-4426-b914-22b8e81c5418 Date: Sat, 06 Oct 2018 15:18:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.4"}],"id":"10cfa2b3-f77e-4fcf-b4ad-c6bc4a286cc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:7d:e3","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:18:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.11"}],"id":"46dd4296-3aa0-4bf2-b1aa-0b648b3728be","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:c3:46","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6eaae6e8-3cdd-439a-9f4a-28b3adc75857","name":"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.3"}],"id":"dbe08e48-d682-4bcb-a300-fac54836d176","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:bb:79","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:17:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd63a696-1aad-4863-8181-95726403ef46","ip_address":"10.55.0.2"}],"id":"e98e84dc-6b90-4ec3-828b-bb88b850d49e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:2b:13","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","name":"","admin_state_up":true,"network_id":"9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:17:41Z","binding:vnic_type":"normal"}]} 2018-10-06 15:18:58,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-728e96c8-0f93-4426-b914-22b8e81c5418 2018-10-06 15:18:58,052 - create_instance - INFO - Deleting Port with ID - 46dd4296-3aa0-4bf2-b1aa-0b648b3728be 2018-10-06 15:18:58,053 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-port 2018-10-06 15:18:58,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/46dd4296-3aa0-4bf2-b1aa-0b648b3728be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:58,866 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb71cc93-6118-4c82-bc94-325fed75245b Date: Sat, 06 Oct 2018 15:18:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:18:58,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/46dd4296-3aa0-4bf2-b1aa-0b648b3728be used request id req-fb71cc93-6118-4c82-bc94-325fed75245b 2018-10-06 15:18:58,866 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst 2018-10-06 15:18:58,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:59,090 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:18:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f32eaa9d-cb09-468f-92f8-d7873b3249aa x-compute-request-id: req-f32eaa9d-cb09-468f-92f8-d7873b3249aa Content-Type: application/json 2018-10-06 15:18:59,090 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-f32eaa9d-cb09-468f-92f8-d7873b3249aa 2018-10-06 15:18:59,090 - create_instance - INFO - Checking deletion status 2018-10-06 15:18:59,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:18:59,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:18:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03c4e5da-5bd0-4342-873a-54654ec32f4c x-compute-request-id: req-03c4e5da-5bd0-4342-873a-54654ec32f4c Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:c3:46", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "rel": "bookmark"}], "image": {"id": "9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "links": [{"href": "http://172.30.9.26:8774/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-06T15:18:01.000000", "flavor": {"id": "ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "links": [{"href": "http://172.30.9.26:8774/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005", "rel": "bookmark"}]}, "id": "6eaae6e8-3cdd-439a-9f4a-28b3adc75857", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:18:58Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst", "created": "2018-10-06T15:17:58Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:18:59,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-03c4e5da-5bd0-4342-873a-54654ec32f4c 2018-10-06 15:18:59,900 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst] is - ACTIVE 2018-10-06 15:18:59,900 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:19:02,904 - create_instance - DEBUG - VM status query timeout in 296.186484098 2018-10-06 15:19:02,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0faf4f18d5009539be7e08c7ac5ca75f4a152bd2" 2018-10-06 15:19:02,958 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41a4e374-92de-4199-9fb5-3d6f6663d121 x-compute-request-id: req-41a4e374-92de-4199-9fb5-3d6f6663d121 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6eaae6e8-3cdd-439a-9f4a-28b3adc75857 could not be found.", "code": 404}} 2018-10-06 15:19:02,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6eaae6e8-3cdd-439a-9f4a-28b3adc75857 used request id req-41a4e374-92de-4199-9fb5-3d6f6663d121 2018-10-06 15:19:02,958 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6eaae6e8-3cdd-439a-9f4a-28b3adc75857 could not be found. (HTTP 404) (Request-ID: req-41a4e374-92de-4199-9fb5-3d6f6663d121) 2018-10-06 15:19:02,958 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-vm_inst 2018-10-06 15:19:02,962 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:19:03,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:02 GMT Server: Apache x-compute-request-id: req-88226246-2bad-45bb-8ab8-2d8cff8de590 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88226246-2bad-45bb-8ab8-2d8cff8de590 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:18:49.000000", "replication_status": null, "snapshot_id": null, "id": "a1a24660-d230-483f-b01c-3adb6b1fa9d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-51f3a394-cfcb-4064-a185-c814104ac9cd", "bootable": "false", "created_at": "2018-10-06T15:17:45.000000", "volume_type": null}} 2018-10-06 15:19:03,158 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-88226246-2bad-45bb-8ab8-2d8cff8de590 2018-10-06 15:19:03,158 - create_volume - DEBUG - Instance status is - available 2018-10-06 15:19:03,159 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd 2018-10-06 15:19:03,159 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd 2018-10-06 15:19:03,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:19:03,959 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:19:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7cb2547f-34a8-43a6-b618-b07c5233ab48 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:19:03,959 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-7cb2547f-34a8-43a6-b618-b07c5233ab48 2018-10-06 15:19:03,962 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7bafe50-aa7e-4ef9-a662-d673258ecd7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5babd5a05f7e1ac88c5b7649c2e6d9376b28ed4e" 2018-10-06 15:19:04,693 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:19:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-479b8473-5bc5-455b-a380-ed623e55f29b x-openstack-request-id: req-479b8473-5bc5-455b-a380-ed623e55f29b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a1a24660-d230-483f-b01c-3adb6b1fa9d3 could not be found.", "code": 404}} 2018-10-06 15:19:04,693 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/a1a24660-d230-483f-b01c-3adb6b1fa9d3 used request id req-479b8473-5bc5-455b-a380-ed623e55f29b 2018-10-06 15:19:04,693 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume a1a24660-d230-483f-b01c-3adb6b1fa9d3 could not be found. (HTTP 404) (Request-ID: req-479b8473-5bc5-455b-a380-ed623e55f29b) 2018-10-06 15:19:04,694 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd 2018-10-06 15:19:04,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992fa48efb0110b46e9ca43ce0dc5d0fbe44636a" 2018-10-06 15:19:04,743 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41f1078f-288a-44bc-8e11-d58763980116 x-compute-request-id: req-41f1078f-288a-44bc-8e11-d58763980116 Content-Length: 0 Content-Type: application/json 2018-10-06 15:19:04,744 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/ac4da4c6-59e4-4ce8-953c-b5779e5cc005 used request id req-41f1078f-288a-44bc-8e11-d58763980116 2018-10-06 15:19:04,744 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet 2018-10-06 15:19:04,745 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-subnet 2018-10-06 15:19:04,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/dd63a696-1aad-4863-8181-95726403ef46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:19:07,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8a1bab20-cf51-41f9-8363-24350dfeaf62 Date: Sat, 06 Oct 2018 15:19:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:19:07,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/dd63a696-1aad-4863-8181-95726403ef46 used request id req-8a1bab20-cf51-41f9-8363-24350dfeaf62 2018-10-06 15:19:07,071 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-net 2018-10-06 15:19:07,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ef999f58734e4afba97bbc8d4ffc412f980ac3" 2018-10-06 15:19:08,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d51d35b-6152-42df-a2c7-22f975631f07 Date: Sat, 06 Oct 2018 15:19:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:19:08,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/9c3f3e1d-4c7b-4625-8383-b6b6f65c6a91 used request id req-8d51d35b-6152-42df-a2c7-22f975631f07 2018-10-06 15:19:08,526 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-51f3a394-cfcb-4064-a185-c814104ac9cd-image 2018-10-06 15:19:08,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86b5ea5a5e4ec430e8c4dc0f231a73b755a21aaa" 2018-10-06 15:19:10,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d82e404d-c2a6-4aa2-85d4-0cf76ee30f6c Date: Sat, 06 Oct 2018 15:19:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:19:10,171 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9bb0883e-6f29-4103-9a0c-4d8b4a92dd2e used request id req-d82e404d-c2a6-4aa2-85d4-0cf76ee30f6c 2018-10-06 15:19:10,172 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:19:10,175 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:19:10,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:19:10,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:19:10,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["9REp8JJ4TRq8JbjkZQvX9w"], "issued_at": "2018-10-06T15:19:10.000000Z"}} 2018-10-06 15:19:10,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" 2018-10-06 15:19:10,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387557ea-9c30-454f-b321-0193dcefd84d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:10,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-387557ea-9c30-454f-b321-0193dcefd84d 2018-10-06 15:19:10,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" 2018-10-06 15:19:11,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-8401cc8b-66f4-419b-a455-b5aae193f7ad Date: Sat, 06 Oct 2018 15:19:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image"} 2018-10-06 15:19:11,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image used request id req-8401cc8b-66f4-419b-a455-b5aae193f7ad 2018-10-06 15:19:11,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" 2018-10-06 15:19:11,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5d5bc416-bc0d-4c6a-a8d9-9065f2ec368a Date: Sat, 06 Oct 2018 15:19:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:19:11,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-5d5bc416-bc0d-4c6a-a8d9-9065f2ec368a 2018-10-06 15:19:11,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image"}' 2018-10-06 15:19:11,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245 X-Openstack-Request-Id: req-cfeb5f27-2ae9-4b17-a520-76963e834ee0 Date: Sat, 06 Oct 2018 15:19:11 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:19:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:19:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "min_disk": 0, "protected": false, "id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "file": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:19:11,687 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-cfeb5f27-2ae9-4b17-a520-76963e834ee0 2018-10-06 15:19:11,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" -d '' 2018-10-06 15:19:13,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2edb3970-2d31-4210-b396-a09434124afa Date: Sat, 06 Oct 2018 15:19:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:19:13,570 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245/file used request id req-2edb3970-2d31-4210-b396-a09434124afa 2018-10-06 15:19:13,571 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:19:13,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" 2018-10-06 15:19:14,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7bdfc572-0909-45ac-901f-c5bfcf4fda37 Date: Sat, 06 Oct 2018 15:19:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:19:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:19:13Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/3e3dedb2-22ff-427d-a985-e12fdddda245/snap", "metadata": {}}], "self": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "min_disk": 0, "protected": false, "id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "file": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/3e3dedb2-22ff-427d-a985-e12fdddda245/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:19:14,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245 used request id req-7bdfc572-0909-45ac-901f-c5bfcf4fda37 2018-10-06 15:19:14,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" 2018-10-06 15:19:14,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9a743219-8e4a-42fe-af4e-31fb81c73fc9 Date: Sat, 06 Oct 2018 15:19:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:19:14,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-9a743219-8e4a-42fe-af4e-31fb81c73fc9 2018-10-06 15:19:14,790 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image 2018-10-06 15:19:14,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" 2018-10-06 15:19:15,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-3d223c3f-55f1-47da-9399-90d37af0da1d Date: Sat, 06 Oct 2018 15:19:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:19:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:19:13Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/3e3dedb2-22ff-427d-a985-e12fdddda245/snap", "metadata": {}}], "self": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "min_disk": 0, "protected": false, "id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "file": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/3e3dedb2-22ff-427d-a985-e12fdddda245/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:19:15,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245 used request id req-3d223c3f-55f1-47da-9399-90d37af0da1d 2018-10-06 15:19:15,022 - create_image - DEBUG - Instance status is - active 2018-10-06 15:19:15,022 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image 2018-10-06 15:19:15,022 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image 2018-10-06 15:19:15,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:19:15,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:19:15,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["F8yXBkMzQsmTIwG5WclBmQ"], "issued_at": "2018-10-06T15:19:15.000000Z"}} 2018-10-06 15:19:15,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:15,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea4fd60-4597-4f20-8df0-47e2ad1638a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:15,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1ea4fd60-4597-4f20-8df0-47e2ad1638a0 2018-10-06 15:19:15,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:15,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fc7b0c56-59ff-4fee-8d48-405c27dfd6fc Date: Sat, 06 Oct 2018 15:19:15 GMT RESP BODY: {"networks":[]} 2018-10-06 15:19:15,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-fc7b0c56-59ff-4fee-8d48-405c27dfd6fc 2018-10-06 15:19:15,689 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net 2018-10-06 15:19:15,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net", "admin_state_up": true}}' 2018-10-06 15:19:16,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-abcb1aa9-088f-46a8-867c-c9a0304a4023 Date: Sat, 06 Oct 2018 15:19:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:19:15Z","is_default":false,"provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","mtu":1450}} 2018-10-06 15:19:16,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-abcb1aa9-088f-46a8-867c-c9a0304a4023 2018-10-06 15:19:16,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:16,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c49a497d-c505-4516-b832-ade147b2fbcd Date: Sat, 06 Oct 2018 15:19:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:19:15Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:16,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-c49a497d-c505-4516-b832-ade147b2fbcd 2018-10-06 15:19:16,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:16,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-582bf5d6-579c-4846-8b41-d638b87a76ff Date: Sat, 06 Oct 2018 15:19:16 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:19:16,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-582bf5d6-579c-4846-8b41-d638b87a76ff 2018-10-06 15:19:16,493 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet 2018-10-06 15:19:16,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" -d '{"subnets": [{"ip_version": 4, "network_id": "1a24650e-7754-4e11-a762-2d414339e985", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]}' 2018-10-06 15:19:17,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3cee55e4-e8aa-46d6-a361-eb62b3589f36 Date: Sat, 06 Oct 2018 15:19:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:17,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-3cee55e4-e8aa-46d6-a361-eb62b3589f36 2018-10-06 15:19:17,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:17,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-163b492e-7a05-4d49-b2bd-dabb0484bae6 Date: Sat, 06 Oct 2018 15:19:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:17,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-163b492e-7a05-4d49-b2bd-dabb0484bae6 2018-10-06 15:19:17,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:17,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f5ed507c-a688-4ce1-b13b-81cfb877e415 Date: Sat, 06 Oct 2018 15:19:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:17,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-f5ed507c-a688-4ce1-b13b-81cfb877e415 2018-10-06 15:19:17,606 - OpenStackNetwork - DEBUG - Network [1a24650e-7754-4e11-a762-2d414339e985] created successfully 2018-10-06 15:19:17,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:19:17,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:19:17,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:19:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["8cvQiq7FQgq99kKBoalHQA"], "issued_at": "2018-10-06T15:19:17.000000Z"}} 2018-10-06 15:19:17,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b8226658f2973964c8a8f06c6161e2fab54c67" 2018-10-06 15:19:18,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-649a3497-0cd5-40f5-bb8d-e55acb88d930 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:18,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-649a3497-0cd5-40f5-bb8d-e55acb88d930 2018-10-06 15:19:18,067 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:19:18,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b8226658f2973964c8a8f06c6161e2fab54c67" 2018-10-06 15:19:18,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19: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-eb73b3af-e469-4387-a40c-98e0706fc96c x-compute-request-id: req-eb73b3af-e469-4387-a40c-98e0706fc96c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:19:18,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-eb73b3af-e469-4387-a40c-98e0706fc96c 2018-10-06 15:19:18,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b8226658f2973964c8a8f06c6161e2fab54c67" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 15:19:18,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19: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-327de58a-5fd2-4862-ac09-684070990c42 x-compute-request-id: req-327de58a-5fd2-4862-ac09-684070990c42 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:19:18,369 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-327de58a-5fd2-4862-ac09-684070990c42 2018-10-06 15:19:18,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:19:18,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:19:18,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:19:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["eU4JJQxfRT6mh5RIEfSxgA"], "issued_at": "2018-10-06T15:19:18.000000Z"}} 2018-10-06 15:19:18,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:18,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a138ef-fc59-4297-a2ad-7625853ac1ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:18,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-68a138ef-fc59-4297-a2ad-7625853ac1ed 2018-10-06 15:19:18,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:19,689 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:18 GMT Server: Apache x-compute-request-id: req-19159189-c65c-4427-b643-73b7a3e3979c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-19159189-c65c-4427-b643-73b7a3e3979c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 15:19:19,690 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail used request id req-19159189-c65c-4427-b643-73b7a3e3979c 2018-10-06 15:19:19,693 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-19159189-c65c-4427-b643-73b7a3e3979c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-06 15:19:20,598 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:19:19 GMT Server: Apache x-compute-request-id: req-95c49ca7-a5dc-4f66-970a-4072db5af8dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-95c49ca7-a5dc-4f66-970a-4072db5af8dd Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T15:19:20.499819", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "920c562a-348b-426a-9c74-44edecb20db8", "size": 1}} 2018-10-06 15:19:20,599 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes used request id req-95c49ca7-a5dc-4f66-970a-4072db5af8dd 2018-10-06 15:19:20,602 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19159189-c65c-4427-b643-73b7a3e3979c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:21,365 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:20 GMT Server: Apache x-compute-request-id: req-45b5bd93-8d2d-4699-b6b4-ecb9673d5c9c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-45b5bd93-8d2d-4699-b6b4-ecb9673d5c9c Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:19:20.000000", "replication_status": null, "snapshot_id": null, "id": "920c562a-348b-426a-9c74-44edecb20db8", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1", "bootable": "false", "created_at": "2018-10-06T15:19:20.000000", "volume_type": null}} 2018-10-06 15:19:21,365 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 used request id req-45b5bd93-8d2d-4699-b6b4-ecb9673d5c9c 2018-10-06 15:19:21,366 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1 2018-10-06 15:19:21,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19159189-c65c-4427-b643-73b7a3e3979c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:21,584 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:21 GMT Server: Apache x-compute-request-id: req-57d850bf-94ef-4fcf-80a1-ea51920646f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57d850bf-94ef-4fcf-80a1-ea51920646f7 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:19:21.000000", "replication_status": null, "snapshot_id": null, "id": "920c562a-348b-426a-9c74-44edecb20db8", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1", "bootable": "false", "created_at": "2018-10-06T15:19:20.000000", "volume_type": null}} 2018-10-06 15:19:21,584 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 used request id req-57d850bf-94ef-4fcf-80a1-ea51920646f7 2018-10-06 15:19:21,585 - create_volume - DEBUG - Instance status is - available 2018-10-06 15:19:21,585 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1 2018-10-06 15:19:21,585 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1 2018-10-06 15:19:21,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:19:21,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:19:21,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:19:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["ELbuYnKVRPWxyVhDDwoB3w"], "issued_at": "2018-10-06T15:19:21.000000Z"}} 2018-10-06 15:19:21,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:22,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c7c53d-7f77-42a9-be16-402bec83da5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:22,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f5c7c53d-7f77-42a9-be16-402bec83da5a 2018-10-06 15:19:22,051 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:19:22,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:22,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd12dfef-1ee8-4049-aaab-8ac33d9a2087 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:22,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cd12dfef-1ee8-4049-aaab-8ac33d9a2087 2018-10-06 15:19:22,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:22,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-17cad7ed-6fc1-4ae4-8ca3-22f0eaf09cc0 Date: Sat, 06 Oct 2018 15:19:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:22,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-17cad7ed-6fc1-4ae4-8ca3-22f0eaf09cc0 2018-10-06 15:19:22,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:19:22,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:19:22,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:22,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f5aa39-3a83-4074-b98a-55d1c6057937 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:19:22,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-12f5aa39-3a83-4074-b98a-55d1c6057937 2018-10-06 15:19:22,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:22,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a4a6675d-7eaa-4f98-a984-df94cffeddd7 Date: Sat, 06 Oct 2018 15:19:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:22,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-a4a6675d-7eaa-4f98-a984-df94cffeddd7 2018-10-06 15:19:22,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:22,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-291d1e2b-9945-401c-9424-62f84a8c35c7 Date: Sat, 06 Oct 2018 15:19:22 GMT RESP BODY: {"ports":[]} 2018-10-06 15:19:22,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port&admin_state_up=True used request id req-291d1e2b-9945-401c-9424-62f84a8c35c7 2018-10-06 15:19:22,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:23,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9bdcf3e4-b401-4fce-a519-a45a28366ce3 x-compute-request-id: req-9bdcf3e4-b401-4fce-a519-a45a28366ce3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 15:19:23,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst used request id req-9bdcf3e4-b401-4fce-a519-a45a28366ce3 2018-10-06 15:19:23,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:23,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a5b16895-d7f8-4099-8d85-a74437a2fbd7 Date: Sat, 06 Oct 2018 15:19:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:23,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-a5b16895-d7f8-4099-8d85-a74437a2fbd7 2018-10-06 15:19:23,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:23,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-309f7220-3641-41d4-9f80-e58e11a8d4b1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:19:23,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-309f7220-3641-41d4-9f80-e58e11a8d4b1 2018-10-06 15:19:23,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:23,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-546cc2d4-e6a5-4b76-848e-026305f572d4 Date: Sat, 06 Oct 2018 15:19:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:23,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-546cc2d4-e6a5-4b76-848e-026305f572d4 2018-10-06 15:19:23,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:23,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-502b5eb9-6cc9-4899-a583-e4e6f140eace Date: Sat, 06 Oct 2018 15:19:23 GMT RESP BODY: {"ports":[]} 2018-10-06 15:19:23,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port&admin_state_up=True used request id req-502b5eb9-6cc9-4899-a583-e4e6f140eace 2018-10-06 15:19:23,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:19:23,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:19:24,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["P_GlAn4YRDCRAntr_la0ow"], "issued_at": "2018-10-06T15:19:24.000000Z"}} 2018-10-06 15:19:24,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a804133e30894eedc0092f6395dc8b59b154d9a" 2018-10-06 15:19:24,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3596144e-414e-4741-b21d-c80dd4523718 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:24,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3596144e-414e-4741-b21d-c80dd4523718 2018-10-06 15:19:24,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:24,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c65997eb-5f4a-4f5f-b853-7046687cc80f Date: Sat, 06 Oct 2018 15:19:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:24,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-c65997eb-5f4a-4f5f-b853-7046687cc80f 2018-10-06 15:19:24,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:24,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5f823f6d-8a84-490f-9ac9-0cb42c58325c Date: Sat, 06 Oct 2018 15:19:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:24,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-5f823f6d-8a84-490f-9ac9-0cb42c58325c 2018-10-06 15:19:24,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:24,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7b713b92-6e8c-4c91-b26a-a8132027e5bd Date: Sat, 06 Oct 2018 15:19:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:24,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-7b713b92-6e8c-4c91-b26a-a8132027e5bd 2018-10-06 15:19:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:19:24,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:19: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:19:24,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a804133e30894eedc0092f6395dc8b59b154d9a" 2018-10-06 15:19:25,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33fde615-04e7-4928-8a35-c0b24c129cb7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:19:25,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-33fde615-04e7-4928-8a35-c0b24c129cb7 2018-10-06 15:19:25,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:25,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-10ad7e3a-c656-443b-aa2f-a2832d0f40a4 Date: Sat, 06 Oct 2018 15:19:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:25,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-10ad7e3a-c656-443b-aa2f-a2832d0f40a4 2018-10-06 15:19:25,287 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net 2018-10-06 15:19:25,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" -d '{"port": {"network_id": "1a24650e-7754-4e11-a762-2d414339e985", "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port", "admin_state_up": true}}' 2018-10-06 15:19:26,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-5653986c-1bfa-49b3-a99b-5b65cff830c5 Date: Sat, 06 Oct 2018 15:19:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:25Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.13"}],"id":"8efc5e36-394e-43e5-96ce-ddc6c9354f73","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a9:f9:1d","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:25Z","binding:vnic_type":"normal"}} 2018-10-06 15:19:26,004 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-5653986c-1bfa-49b3-a99b-5b65cff830c5 2018-10-06 15:19:26,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:26,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4ac3483b-438a-4a9b-8ce7-caeef5ca2f5d Date: Sat, 06 Oct 2018 15:19:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:26,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-4ac3483b-438a-4a9b-8ce7-caeef5ca2f5d 2018-10-06 15:19:26,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:26,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342eb178-f941-452e-8e9d-8bf9901af4af Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:19:26,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-342eb178-f941-452e-8e9d-8bf9901af4af 2018-10-06 15:19:26,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:26,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-98dc796d-5603-4fe4-aba1-145ff1c50bb1 Date: Sat, 06 Oct 2018 15:19:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:26,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-98dc796d-5603-4fe4-aba1-145ff1c50bb1 2018-10-06 15:19:26,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:26,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-83ff53ab-b83b-4a80-a468-75ca1581628a Date: Sat, 06 Oct 2018 15:19:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:25Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.13"}],"id":"8efc5e36-394e-43e5-96ce-ddc6c9354f73","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a9:f9:1d","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:25Z","binding:vnic_type":"normal"}]} 2018-10-06 15:19:26,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port&admin_state_up=True used request id req-83ff53ab-b83b-4a80-a468-75ca1581628a 2018-10-06 15:19:26,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:26,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabf51d8-c75d-4fcf-989e-ea3a4a9add9e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:19:26,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-eabf51d8-c75d-4fcf-989e-ea3a4a9add9e 2018-10-06 15:19:26,828 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst 2018-10-06 15:19:26,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:26,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df49ed77-1864-4197-b8ad-369523f6817b x-compute-request-id: req-df49ed77-1864-4197-b8ad-369523f6817b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-flavor"}]} 2018-10-06 15:19:26,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-df49ed77-1864-4197-b8ad-369523f6817b 2018-10-06 15:19:26,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:27,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e92b367b-9981-4a43-b3b0-0698389c1aa6 x-compute-request-id: req-e92b367b-9981-4a43-b3b0-0698389c1aa6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:19:27,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a used request id req-e92b367b-9981-4a43-b3b0-0698389c1aa6 2018-10-06 15:19:27,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:27,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-0639adea-c366-48b8-bc71-822b01a42eaa Date: Sat, 06 Oct 2018 15:19:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:19:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:19:13Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/3e3dedb2-22ff-427d-a985-e12fdddda245/snap", "metadata": {}}], "self": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "min_disk": 0, "protected": false, "id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "file": "/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/3e3dedb2-22ff-427d-a985-e12fdddda245/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image"} 2018-10-06 15:19:27,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image used request id req-0639adea-c366-48b8-bc71-822b01a42eaa 2018-10-06 15:19:27,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:27,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0cd8d96f-0158-451b-b3e9-e19c4fd22a36 Date: Sat, 06 Oct 2018 15:19:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:19:27,429 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0cd8d96f-0158-451b-b3e9-e19c4fd22a36 2018-10-06 15:19:27,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "imageRef": "3e3dedb2-22ff-427d-a985-e12fdddda245", "flavorRef": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "max_count": 1, "min_count": 1, "networks": [{"port": "8efc5e36-394e-43e5-96ce-ddc6c9354f73"}]}}' 2018-10-06 15:19:29,858 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:19:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9343d88e-367e-4f1d-8ca8-495da51421ec x-compute-request-id: req-9343d88e-367e-4f1d-8ca8-495da51421ec Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dc4489fe-e288-48f2-887d-583203decdae", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "adminPass": "XwRGxL6Sxc7m"}} 2018-10-06 15:19:29,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-9343d88e-367e-4f1d-8ca8-495da51421ec 2018-10-06 15:19:29,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:30,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dfc557f-c7d3-4d42-9762-3bfb0043f6cf x-compute-request-id: req-9dfc557f-c7d3-4d42-9762-3bfb0043f6cf Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:19:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:19:30,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-9dfc557f-c7d3-4d42-9762-3bfb0043f6cf 2018-10-06 15:19:30,212 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst 2018-10-06 15:19:30,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:30,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b3d960d-77c3-44fb-a7d0-46ee2b8910ae x-compute-request-id: req-0b3d960d-77c3-44fb-a7d0-46ee2b8910ae Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:19: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": "NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:19:30,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-0b3d960d-77c3-44fb-a7d0-46ee2b8910ae 2018-10-06 15:19:30,593 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst] is - BUILD 2018-10-06 15:19:30,594 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:19:33,597 - create_instance - DEBUG - VM status query timeout in 896.615252972 2018-10-06 15:19:33,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:34,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd54a8c7-61d2-49b3-b242-76d328eca00f x-compute-request-id: req-bd54a8c7-61d2-49b3-b242-76d328eca00f Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:19:32Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:19:34,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-bd54a8c7-61d2-49b3-b242-76d328eca00f 2018-10-06 15:19:34,202 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst] is - BUILD 2018-10-06 15:19:34,202 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:19:37,205 - create_instance - DEBUG - VM status query timeout in 893.007243872 2018-10-06 15:19:37,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:37,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7853eb19-0942-40fa-9d84-ad661a87d7ad x-compute-request-id: req-7853eb19-0942-40fa-9d84-ad661a87d7ad Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:f9:1d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-06T15:19:32.000000", "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:19:36Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:19:37,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-7853eb19-0942-40fa-9d84-ad661a87d7ad 2018-10-06 15:19:37,809 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst] is - ACTIVE 2018-10-06 15:19:37,809 - create_instance - INFO - VM is - ACTIVE 2018-10-06 15:19:37,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:38,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7741b0a4-63c7-4d45-bcac-8f55184641a5 x-compute-request-id: req-7741b0a4-63c7-4d45-bcac-8f55184641a5 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:f9:1d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-06T15:19:32.000000", "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:19:36Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:19:38,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-7741b0a4-63c7-4d45-bcac-8f55184641a5 2018-10-06 15:19:38,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:38,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-39f14744-b56c-4ace-b276-03fb35f0f429 Date: Sat, 06 Oct 2018 15:19:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:38,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-39f14744-b56c-4ace-b276-03fb35f0f429 2018-10-06 15:19:38,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:38,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f29aa461-4589-4e8f-870b-a14f86860dcf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:19:38,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-f29aa461-4589-4e8f-870b-a14f86860dcf 2018-10-06 15:19:38,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:38,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c5351e65-8965-4272-844d-1327d6891a1f Date: Sat, 06 Oct 2018 15:19:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:38,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-c5351e65-8965-4272-844d-1327d6891a1f 2018-10-06 15:19:38,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:38,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-84740129-6440-485c-a9ab-ba18c6d79ec2 Date: Sat, 06 Oct 2018 15:19:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.2"}],"id":"2e7f4d94-aa12-4468-81ff-111852e02f9e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:6a:ec","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1a24650e-7754-4e11-a762-2d414339e985","name":"","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:19Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.4"}],"id":"55976a77-dc43-4423-93da-abf1313d163b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:17:63","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1a24650e-7754-4e11-a762-2d414339e985","name":"","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:33Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.13"}],"id":"8efc5e36-394e-43e5-96ce-ddc6c9354f73","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:f9:1d","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"dc4489fe-e288-48f2-887d-583203decdae","name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.3"}],"id":"9390b40e-c5a7-4367-ad06-2a6bbbb1bb68","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:f6:eb","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1a24650e-7754-4e11-a762-2d414339e985","name":"","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:17Z","binding:vnic_type":"normal"}]} 2018-10-06 15:19:38,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-84740129-6440-485c-a9ab-ba18c6d79ec2 2018-10-06 15:19:38,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:19:39,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:19:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["dXO2oTDqTZa9fTcAdbSkEA"], "issued_at": "2018-10-06T15:19:39.000000Z"}} 2018-10-06 15:19:39,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dc0887add14a0ac0e8c8e1f3b219a951ed2633" 2018-10-06 15:19:39,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c6ae39e-d661-42e0-8c4f-baa61804c263 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:19:39,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c6ae39e-d661-42e0-8c4f-baa61804c263 2018-10-06 15:19:39,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:40,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76a805c4-a3e8-4658-a331-8601bdac314a x-compute-request-id: req-76a805c4-a3e8-4658-a331-8601bdac314a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:f9:1d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-06T15:19:32.000000", "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:19:36Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:19:40,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-76a805c4-a3e8-4658-a331-8601bdac314a 2018-10-06 15:19:40,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:40,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3ade4d2f-8eda-48a2-afd8-5988fb04a0cf Date: Sat, 06 Oct 2018 15:19:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a24650e-7754-4e11-a762-2d414339e985","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["5ba86aa3-91b0-4b2e-875d-84e2e031736f"],"description":"","tags":[],"updated_at":"2018-10-06T15:19:16Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:15Z","provider:network_type":"vxlan"}]} 2018-10-06 15:19:40,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net used request id req-3ade4d2f-8eda-48a2-afd8-5988fb04a0cf 2018-10-06 15:19:40,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:40,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f0ff65-6fe4-48b7-9c65-3b21cebaf8ff Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:19:40,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-d9f0ff65-6fe4-48b7-9c65-3b21cebaf8ff 2018-10-06 15:19:40,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:40,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-912fd917-59ea-4bf1-8a53-57dc66ca47c7 Date: Sat, 06 Oct 2018 15:19:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:16Z","dns_nameservers":[],"updated_at":"2018-10-06T15:19:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3e37ce67de3843498eafb3187da04061","id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet"}]} 2018-10-06 15:19:40,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-912fd917-59ea-4bf1-8a53-57dc66ca47c7 2018-10-06 15:19:40,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:40,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-a64f1f7f-0d7e-41b9-9ad8-8c437afb362e Date: Sat, 06 Oct 2018 15:19:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.2"}],"id":"2e7f4d94-aa12-4468-81ff-111852e02f9e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:6a:ec","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1a24650e-7754-4e11-a762-2d414339e985","name":"","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:19Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.4"}],"id":"55976a77-dc43-4423-93da-abf1313d163b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:17:63","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1a24650e-7754-4e11-a762-2d414339e985","name":"","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:33Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.13"}],"id":"8efc5e36-394e-43e5-96ce-ddc6c9354f73","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:f9:1d","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"dc4489fe-e288-48f2-887d-583203decdae","name":"NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:19:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ba86aa3-91b0-4b2e-875d-84e2e031736f","ip_address":"10.55.0.3"}],"id":"9390b40e-c5a7-4367-ad06-2a6bbbb1bb68","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:f6:eb","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1a24650e-7754-4e11-a762-2d414339e985","name":"","admin_state_up":true,"network_id":"1a24650e-7754-4e11-a762-2d414339e985","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:19:17Z","binding:vnic_type":"normal"}]} 2018-10-06 15:19:40,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1a24650e-7754-4e11-a762-2d414339e985 used request id req-a64f1f7f-0d7e-41b9-9ad8-8c437afb362e 2018-10-06 15:19:40,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dc0887add14a0ac0e8c8e1f3b219a951ed2633" -d '{"volumeAttachment": {"volumeId": "920c562a-348b-426a-9c74-44edecb20db8"}}' 2018-10-06 15:19:42,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-706c2453-2120-4e37-bf3e-c4983b3b4327 x-compute-request-id: req-706c2453-2120-4e37-bf3e-c4983b3b4327 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "dc4489fe-e288-48f2-887d-583203decdae", "id": "920c562a-348b-426a-9c74-44edecb20db8", "volumeId": "920c562a-348b-426a-9c74-44edecb20db8"}} 2018-10-06 15:19:42,699 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae/os-volume_attachments used request id req-706c2453-2120-4e37-bf3e-c4983b3b4327 2018-10-06 15:19:42,700 - create_instance - INFO - Deleting Port with ID - 8efc5e36-394e-43e5-96ce-ddc6c9354f73 2018-10-06 15:19:42,700 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-port 2018-10-06 15:19:42,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/8efc5e36-394e-43e5-96ce-ddc6c9354f73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:43,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d05ab36-31e5-4472-ab55-158e39cba53e Date: Sat, 06 Oct 2018 15:19:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:19:43,340 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/8efc5e36-394e-43e5-96ce-ddc6c9354f73 used request id req-5d05ab36-31e5-4472-ab55-158e39cba53e 2018-10-06 15:19:43,340 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst 2018-10-06 15:19:43,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:43,569 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:19:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93ebca54-47e2-4ab4-b7c4-cf8a456c4459 x-compute-request-id: req-93ebca54-47e2-4ab4-b7c4-cf8a456c4459 Content-Type: application/json 2018-10-06 15:19:43,569 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-93ebca54-47e2-4ab4-b7c4-cf8a456c4459 2018-10-06 15:19:43,570 - create_instance - INFO - Checking deletion status 2018-10-06 15:19:43,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:43,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-460d96e4-bf8f-4c3e-9fc1-81e4dad1a490 x-compute-request-id: req-460d96e4-bf8f-4c3e-9fc1-81e4dad1a490 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-06T15:19:32.000000", "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:19:43Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "920c562a-348b-426a-9c74-44edecb20db8"}], "metadata": {}}} 2018-10-06 15:19:43,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-460d96e4-bf8f-4c3e-9fc1-81e4dad1a490 2018-10-06 15:19:43,856 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst] is - ACTIVE 2018-10-06 15:19:43,856 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:19:46,859 - create_instance - DEBUG - VM status query timeout in 296.710508108 2018-10-06 15:19:46,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:47,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8df3d89d-fc34-4578-ad36-6c78f03ef991 x-compute-request-id: req-8df3d89d-fc34-4578-ad36-6c78f03ef991 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dc4489fe-e288-48f2-887d-583203decdae", "rel": "bookmark"}], "image": {"id": "3e3dedb2-22ff-427d-a985-e12fdddda245", "links": [{"href": "http://172.30.9.26:8774/images/3e3dedb2-22ff-427d-a985-e12fdddda245", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-06T15:19:32.000000", "flavor": {"id": "ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "links": [{"href": "http://172.30.9.26:8774/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a", "rel": "bookmark"}]}, "id": "dc4489fe-e288-48f2-887d-583203decdae", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:19:46Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst", "created": "2018-10-06T15:19:29Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "920c562a-348b-426a-9c74-44edecb20db8"}], "metadata": {}}} 2018-10-06 15:19:47,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-8df3d89d-fc34-4578-ad36-6c78f03ef991 2018-10-06 15:19:47,345 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst] is - ACTIVE 2018-10-06 15:19:47,346 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:19:50,349 - create_instance - DEBUG - VM status query timeout in 293.220971107 2018-10-06 15:19:50,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d90804d8fe1257e31799a45e7b61359d65fab16" 2018-10-06 15:19:50,398 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:19:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf99d4ab-1418-42bf-9283-e249d2ab34d6 x-compute-request-id: req-bf99d4ab-1418-42bf-9283-e249d2ab34d6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance dc4489fe-e288-48f2-887d-583203decdae could not be found.", "code": 404}} 2018-10-06 15:19:50,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dc4489fe-e288-48f2-887d-583203decdae used request id req-bf99d4ab-1418-42bf-9283-e249d2ab34d6 2018-10-06 15:19:50,398 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance dc4489fe-e288-48f2-887d-583203decdae could not be found. (HTTP 404) (Request-ID: req-bf99d4ab-1418-42bf-9283-e249d2ab34d6) 2018-10-06 15:19:50,399 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-vm_inst 2018-10-06 15:19:50,402 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19159189-c65c-4427-b643-73b7a3e3979c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:50,454 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:50 GMT Server: Apache x-compute-request-id: req-384d1a2b-f839-4be7-92ad-9f54b12a488f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-384d1a2b-f839-4be7-92ad-9f54b12a488f Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:19:45.000000", "replication_status": null, "snapshot_id": null, "id": "920c562a-348b-426a-9c74-44edecb20db8", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1", "bootable": "false", "created_at": "2018-10-06T15:19:20.000000", "volume_type": null}} 2018-10-06 15:19:50,454 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 used request id req-384d1a2b-f839-4be7-92ad-9f54b12a488f 2018-10-06 15:19:50,454 - create_volume - DEBUG - Instance status is - available 2018-10-06 15:19:50,454 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1 2018-10-06 15:19:50,455 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1 2018-10-06 15:19:50,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19159189-c65c-4427-b643-73b7a3e3979c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:51,504 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:19:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c3219bf2-fe8e-46c1-be09-0b987460805c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:19:51,505 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 used request id req-c3219bf2-fe8e-46c1-be09-0b987460805c 2018-10-06 15:19:51,508 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19159189-c65c-4427-b643-73b7a3e3979c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:51,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:19:51 GMT Server: Apache x-compute-request-id: req-f2a11c23-c1ee-4057-aec4-1766b003f334 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2a11c23-c1ee-4057-aec4-1766b003f334 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:19:51.000000", "replication_status": null, "snapshot_id": null, "id": "920c562a-348b-426a-9c74-44edecb20db8", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1", "bootable": "false", "created_at": "2018-10-06T15:19:20.000000", "volume_type": null}} 2018-10-06 15:19:51,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 used request id req-f2a11c23-c1ee-4057-aec4-1766b003f334 2018-10-06 15:19:51,563 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 15:19:51,563 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 15:19:54,566 - create_volume - DEBUG - Volume status query timeout in 56.9386799335 2018-10-06 15:19:54,570 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19159189-c65c-4427-b643-73b7a3e3979c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed15e6b5f69ec0f7585fb7b22353f0e1cb88e17" 2018-10-06 15:19:55,338 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:19:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-82596558-5cb5-47e8-83d1-656a4fab4b77 x-openstack-request-id: req-82596558-5cb5-47e8-83d1-656a4fab4b77 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 920c562a-348b-426a-9c74-44edecb20db8 could not be found.", "code": 404}} 2018-10-06 15:19:55,338 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/920c562a-348b-426a-9c74-44edecb20db8 used request id req-82596558-5cb5-47e8-83d1-656a4fab4b77 2018-10-06 15:19:55,339 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 920c562a-348b-426a-9c74-44edecb20db8 could not be found. (HTTP 404) (Request-ID: req-82596558-5cb5-47e8-83d1-656a4fab4b77) 2018-10-06 15:19:55,339 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1 2018-10-06 15:19:55,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b8226658f2973964c8a8f06c6161e2fab54c67" 2018-10-06 15:19:55,402 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:19:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b2a8504-2165-4c45-944b-59d4cc594dc0 x-compute-request-id: req-1b2a8504-2165-4c45-944b-59d4cc594dc0 Content-Length: 0 Content-Type: application/json 2018-10-06 15:19:55,402 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/ee88c8c7-9105-4f83-ae1f-fdf53df7ae4a used request id req-1b2a8504-2165-4c45-944b-59d4cc594dc0 2018-10-06 15:19:55,403 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet 2018-10-06 15:19:55,403 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-subnet 2018-10-06 15:19:55,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/5ba86aa3-91b0-4b2e-875d-84e2e031736f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:57,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20201766-e199-4537-a1cc-41795f48ac98 Date: Sat, 06 Oct 2018 15:19:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:19:57,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5ba86aa3-91b0-4b2e-875d-84e2e031736f used request id req-20201766-e199-4537-a1cc-41795f48ac98 2018-10-06 15:19:57,740 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-net 2018-10-06 15:19:57,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/1a24650e-7754-4e11-a762-2d414339e985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bdc4afbb7063cb28e08d79928b6a40d1002f318" 2018-10-06 15:19:59,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70633f59-eae5-4c99-9fc7-d9c21db4d194 Date: Sat, 06 Oct 2018 15:19:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:19:59,184 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/1a24650e-7754-4e11-a762-2d414339e985 used request id req-70633f59-eae5-4c99-9fc7-d9c21db4d194 2018-10-06 15:19:59,185 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-e1adeae0-404e-45f0-b1fe-1e0f9de26ce1-image 2018-10-06 15:19:59,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2469f010ac51b8431e5361525a69d72760236359" 2018-10-06 15:20:00,789 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2ed68604-43c7-4236-ab0d-314a4fc64f6c Date: Sat, 06 Oct 2018 15:20:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:20:00,789 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/3e3dedb2-22ff-427d-a985-e12fdddda245 used request id req-2ed68604-43c7-4236-ab0d-314a4fc64f6c 2018-10-06 15:20:00,791 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:00,794 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:20:00,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:00,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:01,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["zAH84kRAS-yPZWRBzme9_g"], "issued_at": "2018-10-06T15:20:01.000000Z"}} 2018-10-06 15:20:01,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" 2018-10-06 15:20:01,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a19cb849-1c93-4431-94fa-c7b99e3ebad8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:01,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a19cb849-1c93-4431-94fa-c7b99e3ebad8 2018-10-06 15:20:01,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" 2018-10-06 15:20:01,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-225bda8e-945b-47e7-8688-66a40c264e55 Date: Sat, 06 Oct 2018 15:20:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image"} 2018-10-06 15:20:01,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image used request id req-225bda8e-945b-47e7-8688-66a40c264e55 2018-10-06 15:20:01,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" 2018-10-06 15:20:02,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1f88d574-101c-4bd8-9add-3e9c31a02046 Date: Sat, 06 Oct 2018 15:20:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:20:02,020 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-1f88d574-101c-4bd8-9add-3e9c31a02046 2018-10-06 15:20:02,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image"}' 2018-10-06 15:20:02,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf X-Openstack-Request-Id: req-67d500e9-b472-4c76-b8fa-8e883e731e3e Date: Sat, 06 Oct 2018 15:20:02 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:20:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:20:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf", "min_disk": 0, "protected": false, "id": "53fc5bb3-865f-4664-814f-c5008d846daf", "file": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:20:02,230 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-67d500e9-b472-4c76-b8fa-8e883e731e3e 2018-10-06 15:20:02,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" -d '' 2018-10-06 15:20:03,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a871f7d-b7be-490f-b9cb-7ee32f3852f1 Date: Sat, 06 Oct 2018 15:20:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:20:03,764 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf/file used request id req-6a871f7d-b7be-490f-b9cb-7ee32f3852f1 2018-10-06 15:20:03,765 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:20:03,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" 2018-10-06 15:20:04,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f507e126-2f0d-4ee3-ba10-b016f25b68a2 Date: Sat, 06 Oct 2018 15:20:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:20:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:20:03Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/53fc5bb3-865f-4664-814f-c5008d846daf/snap", "metadata": {}}], "self": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf", "min_disk": 0, "protected": false, "id": "53fc5bb3-865f-4664-814f-c5008d846daf", "file": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/53fc5bb3-865f-4664-814f-c5008d846daf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:20:04,376 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf used request id req-f507e126-2f0d-4ee3-ba10-b016f25b68a2 2018-10-06 15:20:04,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" 2018-10-06 15:20:04,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ebca8961-7296-4e54-84c3-db0d060ecb66 Date: Sat, 06 Oct 2018 15:20:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:20:04,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ebca8961-7296-4e54-84c3-db0d060ecb66 2018-10-06 15:20:04,550 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image 2018-10-06 15:20:04,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" 2018-10-06 15:20:04,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-397db3d9-698a-4143-9146-86ef8f7c54c9 Date: Sat, 06 Oct 2018 15:20:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:20:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:20:03Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/53fc5bb3-865f-4664-814f-c5008d846daf/snap", "metadata": {}}], "self": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf", "min_disk": 0, "protected": false, "id": "53fc5bb3-865f-4664-814f-c5008d846daf", "file": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/53fc5bb3-865f-4664-814f-c5008d846daf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:20:04,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf used request id req-397db3d9-698a-4143-9146-86ef8f7c54c9 2018-10-06 15:20:04,570 - create_image - DEBUG - Instance status is - active 2018-10-06 15:20:04,571 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image 2018-10-06 15:20:04,571 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image 2018-10-06 15:20:04,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:04,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:04,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["gEcc5QlqSca_w-9UoLuTVQ"], "issued_at": "2018-10-06T15:20:04.000000Z"}} 2018-10-06 15:20:04,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:05,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed6e8174-c0e3-4bac-b5da-ce599790c411 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:05,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ed6e8174-c0e3-4bac-b5da-ce599790c411 2018-10-06 15:20:05,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:05,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3a8b73d7-457d-45a6-bc2e-9c852a0d3f7d Date: Sat, 06 Oct 2018 15:20:05 GMT RESP BODY: {"networks":[]} 2018-10-06 15:20:05,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-3a8b73d7-457d-45a6-bc2e-9c852a0d3f7d 2018-10-06 15:20:05,227 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net 2018-10-06 15:20:05,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net", "admin_state_up": true}}' 2018-10-06 15:20:05,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-34c0a1f2-408c-44ec-a75f-6559416e2649 Date: Sat, 06 Oct 2018 15:20:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:20:05Z","is_default":false,"provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","mtu":1450}} 2018-10-06 15:20:05,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-34c0a1f2-408c-44ec-a75f-6559416e2649 2018-10-06 15:20:05,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:05,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0efbc1ec-fbe6-4f3c-84b5-c37f9a25945f Date: Sat, 06 Oct 2018 15:20:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:20:05Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:05,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-0efbc1ec-fbe6-4f3c-84b5-c37f9a25945f 2018-10-06 15:20:05,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:05,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d109588a-cc78-40e4-9d3d-604417e2e934 Date: Sat, 06 Oct 2018 15:20:06 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:20:05,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-d109588a-cc78-40e4-9d3d-604417e2e934 2018-10-06 15:20:05,997 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet 2018-10-06 15:20:06,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" -d '{"subnets": [{"ip_version": 4, "network_id": "ad7a3130-b307-4956-ade5-16b8a70e6feb", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]}' 2018-10-06 15:20:06,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c93b8346-1f5b-4489-b731-bc0ff5f4841b Date: Sat, 06 Oct 2018 15:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:06,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-c93b8346-1f5b-4489-b731-bc0ff5f4841b 2018-10-06 15:20:06,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:06,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bff2a20e-6ddb-4876-9188-75685e115b1a Date: Sat, 06 Oct 2018 15:20:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:06,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-bff2a20e-6ddb-4876-9188-75685e115b1a 2018-10-06 15:20:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:07,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce4408df-493c-4453-b44a-d835b36ce80f Date: Sat, 06 Oct 2018 15:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:07,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-ce4408df-493c-4453-b44a-d835b36ce80f 2018-10-06 15:20:07,154 - OpenStackNetwork - DEBUG - Network [ad7a3130-b307-4956-ade5-16b8a70e6feb] created successfully 2018-10-06 15:20:07,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:07,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:07,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["hXY5bwDrTbC74Ytd9ThvcA"], "issued_at": "2018-10-06T15:20:07.000000Z"}} 2018-10-06 15:20:07,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6490a25a06e1249ec92f68683e0021cdf5a52" 2018-10-06 15:20:07,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a81b03-ab8e-48aa-9a9f-242a3f57299b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:07,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-73a81b03-ab8e-48aa-9a9f-242a3f57299b 2018-10-06 15:20:07,613 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:07,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6490a25a06e1249ec92f68683e0021cdf5a52" 2018-10-06 15:20:07,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-6ff9c187-e071-4e62-a486-d797a0767e23 x-compute-request-id: req-6ff9c187-e071-4e62-a486-d797a0767e23 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:07,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6ff9c187-e071-4e62-a486-d797a0767e23 2018-10-06 15:20:07,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6490a25a06e1249ec92f68683e0021cdf5a52" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 15:20:07,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-a86bf2b6-e094-46a2-9b3f-91aff950ac75 x-compute-request-id: req-a86bf2b6-e094-46a2-9b3f-91aff950ac75 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:07,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a86bf2b6-e094-46a2-9b3f-91aff950ac75 2018-10-06 15:20:07,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:07,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:08,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["BqkK71qeSJ6544z0A6iALg"], "issued_at": "2018-10-06T15:20:08.000000Z"}} 2018-10-06 15:20:08,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:08,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a072f489-df6c-4472-b7c3-4126cd72e178 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:08,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a072f489-df6c-4472-b7c3-4126cd72e178 2018-10-06 15:20:08,367 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:09,087 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:08 GMT Server: Apache x-compute-request-id: req-920d71b7-a75d-40cb-841f-48c6c51f9996 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-920d71b7-a75d-40cb-841f-48c6c51f9996 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 15:20:09,087 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail used request id req-920d71b7-a75d-40cb-841f-48c6c51f9996 2018-10-06 15:20:09,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-920d71b7-a75d-40cb-841f-48c6c51f9996" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-06 15:20:10,137 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:09 GMT Server: Apache x-compute-request-id: req-97f8bd3c-a4c8-4a74-95e6-b0a4bcf5cb66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-97f8bd3c-a4c8-4a74-95e6-b0a4bcf5cb66 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T15:20:09.995159", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "size": 1}} 2018-10-06 15:20:10,137 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes used request id req-97f8bd3c-a4c8-4a74-95e6-b0a4bcf5cb66 2018-10-06 15:20:10,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-920d71b7-a75d-40cb-841f-48c6c51f9996" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:10,347 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:10 GMT Server: Apache x-compute-request-id: req-87204e3c-535f-46f3-9777-3df19d63c07e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87204e3c-535f-46f3-9777-3df19d63c07e Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:20:10.000000", "replication_status": null, "snapshot_id": null, "id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-db446a1a-bbf4-401d-a78b-f31b16639e94", "bootable": "false", "created_at": "2018-10-06T15:20:09.000000", "volume_type": null}} 2018-10-06 15:20:10,347 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-87204e3c-535f-46f3-9777-3df19d63c07e 2018-10-06 15:20:10,347 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94 2018-10-06 15:20:10,350 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-920d71b7-a75d-40cb-841f-48c6c51f9996" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:11,096 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:10 GMT Server: Apache x-compute-request-id: req-d17ead88-21e6-413f-b2ad-ac48fbb2273d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d17ead88-21e6-413f-b2ad-ac48fbb2273d Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:20:10.000000", "replication_status": null, "snapshot_id": null, "id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-db446a1a-bbf4-401d-a78b-f31b16639e94", "bootable": "false", "created_at": "2018-10-06T15:20:09.000000", "volume_type": null}} 2018-10-06 15:20:11,096 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-d17ead88-21e6-413f-b2ad-ac48fbb2273d 2018-10-06 15:20:11,096 - create_volume - DEBUG - Instance status is - available 2018-10-06 15:20:11,096 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94 2018-10-06 15:20:11,096 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94 2018-10-06 15:20:11,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:11,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:11,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["w15jXyFqQJKo61TymlETOw"], "issued_at": "2018-10-06T15:20:11.000000Z"}} 2018-10-06 15:20:11,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:11,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d4975f-86dc-402b-a9ee-cc4e9ef8555d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:11,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d2d4975f-86dc-402b-a9ee-cc4e9ef8555d 2018-10-06 15:20:11,562 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:11,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:11,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23274de8-7980-4c3c-b887-8da1c8414313 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:11,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-23274de8-7980-4c3c-b887-8da1c8414313 2018-10-06 15:20:11,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:11,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-39b9f967-2004-4f5b-9d02-666e00e9afc4 Date: Sat, 06 Oct 2018 15:20:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:11,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-39b9f967-2004-4f5b-9d02-666e00e9afc4 2018-10-06 15:20:11,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:20:11,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:20: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:20:11,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:11,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6056aec-1890-42a3-b5e4-d9372bfa5d60 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:11,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-c6056aec-1890-42a3-b5e4-d9372bfa5d60 2018-10-06 15:20:12,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:12,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-91ba955a-682b-43e5-8f5f-b3cf517044a1 Date: Sat, 06 Oct 2018 15:20:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:12,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-91ba955a-682b-43e5-8f5f-b3cf517044a1 2018-10-06 15:20:12,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:12,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5691492e-45a2-451a-811f-b184fb0c9c66 Date: Sat, 06 Oct 2018 15:20:12 GMT RESP BODY: {"ports":[]} 2018-10-06 15:20:12,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port&admin_state_up=True used request id req-5691492e-45a2-451a-811f-b184fb0c9c66 2018-10-06 15:20:12,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:12,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-d60b1ce4-2b49-46bc-9c99-d3d027f729ee x-compute-request-id: req-d60b1ce4-2b49-46bc-9c99-d3d027f729ee Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 15:20:12,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst used request id req-d60b1ce4-2b49-46bc-9c99-d3d027f729ee 2018-10-06 15:20:12,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:12,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0e3704ca-b794-445d-bfb6-93bb421252ed Date: Sat, 06 Oct 2018 15:20:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:12,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-0e3704ca-b794-445d-bfb6-93bb421252ed 2018-10-06 15:20:12,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:13,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02605c2-2bbe-4041-bd6e-72979505a478 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:13,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-d02605c2-2bbe-4041-bd6e-72979505a478 2018-10-06 15:20:13,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:13,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ae6a3ec7-06ea-4115-8dea-c8849f0557e7 Date: Sat, 06 Oct 2018 15:20:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:13,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-ae6a3ec7-06ea-4115-8dea-c8849f0557e7 2018-10-06 15:20:13,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:13,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eba14aa9-7c7a-4d74-9104-8e73a55d69db Date: Sat, 06 Oct 2018 15:20:13 GMT RESP BODY: {"ports":[]} 2018-10-06 15:20:13,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port&admin_state_up=True used request id req-eba14aa9-7c7a-4d74-9104-8e73a55d69db 2018-10-06 15:20:13,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:13,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:13,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["JV88h_LpR8iU-SJGDTG5Pw"], "issued_at": "2018-10-06T15:20:13.000000Z"}} 2018-10-06 15:20:13,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4864132bd3ce5aa8853058a2b5042945f8a5465a" 2018-10-06 15:20:13,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8148a955-ba74-4d4b-8577-1728ac2f8668 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:13,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8148a955-ba74-4d4b-8577-1728ac2f8668 2018-10-06 15:20:13,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:14,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-803c008f-98a6-4324-8cf9-c2535f091c41 Date: Sat, 06 Oct 2018 15:20:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:14,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-803c008f-98a6-4324-8cf9-c2535f091c41 2018-10-06 15:20:14,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:14,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-63e920be-0cd8-4a27-9d1d-aba49111d91b Date: Sat, 06 Oct 2018 15:20:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:14,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-63e920be-0cd8-4a27-9d1d-aba49111d91b 2018-10-06 15:20:14,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:14,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e14d54ef-1933-4da4-a909-51e77062217a Date: Sat, 06 Oct 2018 15:20:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:14,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-e14d54ef-1933-4da4-a909-51e77062217a 2018-10-06 15:20:14,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:20:14,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:20: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:20:14,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4864132bd3ce5aa8853058a2b5042945f8a5465a" 2018-10-06 15:20:14,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293bf74f-bdc9-427b-9f72-8fcd6edbafd4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:14,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-293bf74f-bdc9-427b-9f72-8fcd6edbafd4 2018-10-06 15:20:14,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:14,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3b1f1d52-b3df-4e04-8c97-cb157c63e29d Date: Sat, 06 Oct 2018 15:20:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:14,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-3b1f1d52-b3df-4e04-8c97-cb157c63e29d 2018-10-06 15:20:14,909 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net 2018-10-06 15:20:14,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" -d '{"port": {"network_id": "ad7a3130-b307-4956-ade5-16b8a70e6feb", "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port", "admin_state_up": true}}' 2018-10-06 15:20:15,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-2797ef66-5ef8-4719-b09b-a6d30701915f Date: Sat, 06 Oct 2018 15:20:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:15Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"}} 2018-10-06 15:20:15,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-2797ef66-5ef8-4719-b09b-a6d30701915f 2018-10-06 15:20:15,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:15,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-eb6cb741-0c96-4a32-8227-9e194bf78baa Date: Sat, 06 Oct 2018 15:20:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:15,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-eb6cb741-0c96-4a32-8227-9e194bf78baa 2018-10-06 15:20:15,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:15,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828aedd4-14f7-4c32-9dd6-fd474f77ae57 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:15,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-828aedd4-14f7-4c32-9dd6-fd474f77ae57 2018-10-06 15:20:15,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:16,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e4963e9-21ea-4968-bac7-8a7abb41fa00 Date: Sat, 06 Oct 2018 15:20:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:16,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-0e4963e9-21ea-4968-bac7-8a7abb41fa00 2018-10-06 15:20:16,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:16,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-e8418f01-1709-42bd-b6e3-4ade484b7b0a Date: Sat, 06 Oct 2018 15:20:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:15Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"}]} 2018-10-06 15:20:16,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port&admin_state_up=True used request id req-e8418f01-1709-42bd-b6e3-4ade484b7b0a 2018-10-06 15:20:16,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:16,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e76009-e87c-4383-b212-b06f6b566688 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:16,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-25e76009-e87c-4383-b212-b06f6b566688 2018-10-06 15:20:16,396 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst 2018-10-06 15:20:16,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:16,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f6dc380-c413-4a36-ac99-3da6021d60a2 x-compute-request-id: req-8f6dc380-c413-4a36-ac99-3da6021d60a2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-flavor"}]} 2018-10-06 15:20:16,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8f6dc380-c413-4a36-ac99-3da6021d60a2 2018-10-06 15:20:16,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:16,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc5e54c0-723c-429c-9f95-2b99330a8ec7 x-compute-request-id: req-cc5e54c0-723c-429c-9f95-2b99330a8ec7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:16,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea used request id req-cc5e54c0-723c-429c-9f95-2b99330a8ec7 2018-10-06 15:20:16,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:16,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-7778dfb7-ec0f-4de9-b9dd-978605da541e Date: Sat, 06 Oct 2018 15:20:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:20:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:20:03Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/53fc5bb3-865f-4664-814f-c5008d846daf/snap", "metadata": {}}], "self": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf", "min_disk": 0, "protected": false, "id": "53fc5bb3-865f-4664-814f-c5008d846daf", "file": "/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/53fc5bb3-865f-4664-814f-c5008d846daf/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image"} 2018-10-06 15:20:16,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image used request id req-7778dfb7-ec0f-4de9-b9dd-978605da541e 2018-10-06 15:20:16,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:16,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-58651e2b-9a31-4755-840e-261f175ef52c Date: Sat, 06 Oct 2018 15:20:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:20:16,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-58651e2b-9a31-4755-840e-261f175ef52c 2018-10-06 15:20:16,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "imageRef": "53fc5bb3-865f-4664-814f-c5008d846daf", "flavorRef": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "max_count": 1, "min_count": 1, "networks": [{"port": "00767d13-b82d-4c93-8461-6241d464960f"}]}}' 2018-10-06 15:20:18,504 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dcf73c5d-1ad0-4401-8937-721357653d3f x-compute-request-id: req-dcf73c5d-1ad0-4401-8937-721357653d3f Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "adminPass": "EWDK42mnyvVX"}} 2018-10-06 15:20:18,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-dcf73c5d-1ad0-4401-8937-721357653d3f 2018-10-06 15:20:18,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:19,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20: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-2734d8a8-68cf-4432-bfed-0bddaf3d94cc x-compute-request-id: req-2734d8a8-68cf-4432-bfed-0bddaf3d94cc Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:20: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": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:19,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-2734d8a8-68cf-4432-bfed-0bddaf3d94cc 2018-10-06 15:20:19,004 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst 2018-10-06 15:20:19,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:19,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3848057f-b2c5-42dc-b5df-2cd98c596e5f x-compute-request-id: req-3848057f-b2c5-42dc-b5df-2cd98c596e5f Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:20: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": "NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:19,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-3848057f-b2c5-42dc-b5df-2cd98c596e5f 2018-10-06 15:20:19,488 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst] is - BUILD 2018-10-06 15:20:19,488 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:20:22,491 - create_instance - DEBUG - VM status query timeout in 896.5130229 2018-10-06 15:20:22,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:22,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c6aabe2-d223-4bfc-8ffe-5ed14ec39c6a x-compute-request-id: req-7c6aabe2-d223-4bfc-8ffe-5ed14ec39c6a Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:20:19Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:22,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-7c6aabe2-d223-4bfc-8ffe-5ed14ec39c6a 2018-10-06 15:20:22,809 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst] is - BUILD 2018-10-06 15:20:22,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:20:25,813 - create_instance - DEBUG - VM status query timeout in 893.1914711 2018-10-06 15:20:25,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:26,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55df90d9-ebf2-431c-bef8-7b7542bee1d0 x-compute-request-id: req-55df90d9-ebf2-431c-bef8-7b7542bee1d0 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:22Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:26,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-55df90d9-ebf2-431c-bef8-7b7542bee1d0 2018-10-06 15:20:26,651 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst] is - ACTIVE 2018-10-06 15:20:26,651 - create_instance - INFO - VM is - ACTIVE 2018-10-06 15:20:26,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:27,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79c9fe31-e13d-48a0-9c10-69a92b503e12 x-compute-request-id: req-79c9fe31-e13d-48a0-9c10-69a92b503e12 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:22Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:27,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-79c9fe31-e13d-48a0-9c10-69a92b503e12 2018-10-06 15:20:27,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:27,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a631b2ff-2f82-4530-9e0a-655d0a17fe1e Date: Sat, 06 Oct 2018 15:20:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:27,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-a631b2ff-2f82-4530-9e0a-655d0a17fe1e 2018-10-06 15:20:27,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:27,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-824d56e5-d3f2-460f-9994-35905b660173 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:27,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-824d56e5-d3f2-460f-9994-35905b660173 2018-10-06 15:20:27,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:27,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29ab3fec-a3a0-4a51-a7af-3249b5c5460c Date: Sat, 06 Oct 2018 15:20:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:27,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-29ab3fec-a3a0-4a51-a7af-3249b5c5460c 2018-10-06 15:20:27,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:27,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-fa3cc23f-5966-469c-bdc6-7a54f55ccd10 Date: Sat, 06 Oct 2018 15:20:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08039d10-84bd-4771-bd90-07e6ab6693b0","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.3"}],"id":"122847e8-50c2-4be1-893d-4a05b783e172","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:ff:22","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.2"}],"id":"d33f6af8-3820-4ad9-909c-ac37cad57ed2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:f2:97","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.4"}],"id":"fe242363-7d8c-45db-a375-2f22b8542c8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cd:b0","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"}]} 2018-10-06 15:20:27,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-fa3cc23f-5966-469c-bdc6-7a54f55ccd10 2018-10-06 15:20:27,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:28,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["A7RR9iHEQ0mjHxRo-svlvA"], "issued_at": "2018-10-06T15:20:28.000000Z"}} 2018-10-06 15:20:28,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:28,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe70589d-b59e-4e00-a576-2a82a1c88fa9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:28,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fe70589d-b59e-4e00-a576-2a82a1c88fa9 2018-10-06 15:20:28,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:29,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39779ecf-2536-4b8f-b558-e2fcd14a1f68 x-compute-request-id: req-39779ecf-2536-4b8f-b558-e2fcd14a1f68 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:22Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:29,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-39779ecf-2536-4b8f-b558-e2fcd14a1f68 2018-10-06 15:20:29,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:29,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d30bd7e2-6dbd-4bb7-9a27-ff1bc7f9fd82 Date: Sat, 06 Oct 2018 15:20:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:29,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-d30bd7e2-6dbd-4bb7-9a27-ff1bc7f9fd82 2018-10-06 15:20:29,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:29,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6982910-cc3d-473c-87dd-95dfc7e96252 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:29,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-f6982910-cc3d-473c-87dd-95dfc7e96252 2018-10-06 15:20:29,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:29,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-686f0d46-0d6b-4a7d-8710-88a53d6b84c2 Date: Sat, 06 Oct 2018 15:20:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:29,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-686f0d46-0d6b-4a7d-8710-88a53d6b84c2 2018-10-06 15:20:29,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:29,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-441aae37-c173-4404-a1ba-7fb3f621babf Date: Sat, 06 Oct 2018 15:20:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08039d10-84bd-4771-bd90-07e6ab6693b0","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.3"}],"id":"122847e8-50c2-4be1-893d-4a05b783e172","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:ff:22","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.2"}],"id":"d33f6af8-3820-4ad9-909c-ac37cad57ed2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:f2:97","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.4"}],"id":"fe242363-7d8c-45db-a375-2f22b8542c8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cd:b0","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"}]} 2018-10-06 15:20:29,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-441aae37-c173-4404-a1ba-7fb3f621babf 2018-10-06 15:20:29,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" -d '{"volumeAttachment": {"volumeId": "d15ff353-7394-4b50-8888-66f760c9e5d3"}}' 2018-10-06 15:20:30,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6650fbd-dc8c-4505-bd7c-005b0905e6ef x-compute-request-id: req-c6650fbd-dc8c-4505-bd7c-005b0905e6ef Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "08039d10-84bd-4771-bd90-07e6ab6693b0", "id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "volumeId": "d15ff353-7394-4b50-8888-66f760c9e5d3"}} 2018-10-06 15:20:30,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0/os-volume_attachments used request id req-c6650fbd-dc8c-4505-bd7c-005b0905e6ef 2018-10-06 15:20:30,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:30,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c60cb0ef-5917-4bd0-af42-530d233f0b37 x-compute-request-id: req-c60cb0ef-5917-4bd0-af42-530d233f0b37 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:22Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "d15ff353-7394-4b50-8888-66f760c9e5d3"}], "metadata": {}}} 2018-10-06 15:20:30,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-c60cb0ef-5917-4bd0-af42-530d233f0b37 2018-10-06 15:20:30,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:31,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4b263cd9-209e-4246-a23e-3666851654fb Date: Sat, 06 Oct 2018 15:20:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:31,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-4b263cd9-209e-4246-a23e-3666851654fb 2018-10-06 15:20:31,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:20:31,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:20:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:20:31,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:31,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6eac4a9-f84a-4196-b990-1204f4e09fce Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:31,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-e6eac4a9-f84a-4196-b990-1204f4e09fce 2018-10-06 15:20:31,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:31,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c2c96816-6f46-4a8b-9fe5-144d6043ec31 Date: Sat, 06 Oct 2018 15:20:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:31,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-c2c96816-6f46-4a8b-9fe5-144d6043ec31 2018-10-06 15:20:31,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:31,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-45ccd110-b387-488c-8816-3697be08ca93 Date: Sat, 06 Oct 2018 15:20:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08039d10-84bd-4771-bd90-07e6ab6693b0","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.3"}],"id":"122847e8-50c2-4be1-893d-4a05b783e172","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:ff:22","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.2"}],"id":"d33f6af8-3820-4ad9-909c-ac37cad57ed2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:f2:97","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.4"}],"id":"fe242363-7d8c-45db-a375-2f22b8542c8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cd:b0","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"}]} 2018-10-06 15:20:31,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-45ccd110-b387-488c-8816-3697be08ca93 2018-10-06 15:20:31,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:31,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad756090-ffe8-4021-8450-1acd4da22a86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:31,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ad756090-ffe8-4021-8450-1acd4da22a86 2018-10-06 15:20:31,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:32,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e36fa4e0-a326-41af-b2f2-0721acc4c90e x-compute-request-id: req-e36fa4e0-a326-41af-b2f2-0721acc4c90e Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:31Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "d15ff353-7394-4b50-8888-66f760c9e5d3"}], "metadata": {}}} 2018-10-06 15:20:32,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-e36fa4e0-a326-41af-b2f2-0721acc4c90e 2018-10-06 15:20:32,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:32,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-49b96740-ed43-4ad3-abc3-22bf17498e82 Date: Sat, 06 Oct 2018 15:20:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:32,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-49b96740-ed43-4ad3-abc3-22bf17498e82 2018-10-06 15:20:32,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:32,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66e217da-b13d-4a76-b1e3-71ce23d9cbf6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:32,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-66e217da-b13d-4a76-b1e3-71ce23d9cbf6 2018-10-06 15:20:32,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:32,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1553c6ae-7f2b-45a0-ad3e-dcd5f07c975c Date: Sat, 06 Oct 2018 15:20:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:32,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-1553c6ae-7f2b-45a0-ad3e-dcd5f07c975c 2018-10-06 15:20:32,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:32,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-93b755a9-02b4-4bea-865a-278dcdb307b7 Date: Sat, 06 Oct 2018 15:20:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08039d10-84bd-4771-bd90-07e6ab6693b0","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.3"}],"id":"122847e8-50c2-4be1-893d-4a05b783e172","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:ff:22","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.2"}],"id":"d33f6af8-3820-4ad9-909c-ac37cad57ed2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:f2:97","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.4"}],"id":"fe242363-7d8c-45db-a375-2f22b8542c8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cd:b0","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"}]} 2018-10-06 15:20:32,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-93b755a9-02b4-4bea-865a-278dcdb307b7 2018-10-06 15:20:32,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:33,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f29fc14-633a-40ab-aaaa-c630c7ff60e5 x-compute-request-id: req-9f29fc14-633a-40ab-aaaa-c630c7ff60e5 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:31Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "d15ff353-7394-4b50-8888-66f760c9e5d3"}], "metadata": {}}} 2018-10-06 15:20:33,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-9f29fc14-633a-40ab-aaaa-c630c7ff60e5 2018-10-06 15:20:33,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:33,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-567488c2-342a-441c-a6c8-e7d6bebab315 Date: Sat, 06 Oct 2018 15:20:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:33,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-567488c2-342a-441c-a6c8-e7d6bebab315 2018-10-06 15:20:33,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:33,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a79bb2-e9e9-4922-ae07-57a1929b1507 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:33,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-27a79bb2-e9e9-4922-ae07-57a1929b1507 2018-10-06 15:20:33,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:34,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c1f734c7-ddbc-4e39-9a96-d8f00fbf1c66 Date: Sat, 06 Oct 2018 15:20:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:34,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-c1f734c7-ddbc-4e39-9a96-d8f00fbf1c66 2018-10-06 15:20:34,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:34,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-634de900-4b7e-4886-bd87-9623a2eabee9 Date: Sat, 06 Oct 2018 15:20:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08039d10-84bd-4771-bd90-07e6ab6693b0","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.3"}],"id":"122847e8-50c2-4be1-893d-4a05b783e172","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:ff:22","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.2"}],"id":"d33f6af8-3820-4ad9-909c-ac37cad57ed2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:f2:97","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.4"}],"id":"fe242363-7d8c-45db-a375-2f22b8542c8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cd:b0","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"}]} 2018-10-06 15:20:34,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-634de900-4b7e-4886-bd87-9623a2eabee9 2018-10-06 15:20:34,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:34,493 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:34 GMT Server: Apache x-compute-request-id: req-abe3a213-4856-4075-a594-ab76a1e8f024 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-abe3a213-4856-4075-a594-ab76a1e8f024 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "attachment_id": "798b69e7-5886-49e9-99eb-8be5ebb31ddb", "attached_at": "2018-10-06T15:20:32.000000", "host_name": null, "volume_id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "device": "/dev/vdb", "id": "d15ff353-7394-4b50-8888-66f760c9e5d3"}], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:20:32.000000", "replication_status": null, "snapshot_id": null, "id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-db446a1a-bbf4-401d-a78b-f31b16639e94", "bootable": "false", "created_at": "2018-10-06T15:20:09.000000", "volume_type": null}} 2018-10-06 15:20:34,493 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-abe3a213-4856-4075-a594-ab76a1e8f024 2018-10-06 15:20:34,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:35,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60e41eec-6d1d-4492-9a71-4fb15a3d6d3f x-compute-request-id: req-60e41eec-6d1d-4492-9a71-4fb15a3d6d3f Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:31Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [{"id": "d15ff353-7394-4b50-8888-66f760c9e5d3"}], "metadata": {}}} 2018-10-06 15:20:35,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-60e41eec-6d1d-4492-9a71-4fb15a3d6d3f 2018-10-06 15:20:35,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:35,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e669c3f7-9a4c-4c6a-a5ca-ffc7f20bae43 Date: Sat, 06 Oct 2018 15:20:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["058b4c5e-54d0-458d-9124-dca47de38734"],"description":"","tags":[],"updated_at":"2018-10-06T15:20:06Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:05Z","provider:network_type":"vxlan"}]} 2018-10-06 15:20:35,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net used request id req-e669c3f7-9a4c-4c6a-a5ca-ffc7f20bae43 2018-10-06 15:20:35,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:35,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ccc42e0-5cc6-408c-9c72-76985b188261 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:20:35,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-5ccc42e0-5cc6-408c-9c72-76985b188261 2018-10-06 15:20:35,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:35,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7578bab0-a90a-4d4d-98c3-8962263276a1 Date: Sat, 06 Oct 2018 15:20:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T15:20:06Z","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":"3e37ce67de3843498eafb3187da04061","id":"058b4c5e-54d0-458d-9124-dca47de38734","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet"}]} 2018-10-06 15:20:35,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-7578bab0-a90a-4d4d-98c3-8962263276a1 2018-10-06 15:20:35,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:35,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-8f8bcd93-4a8d-47ae-be0f-33408b548116 Date: Sat, 06 Oct 2018 15:20:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.13"}],"id":"00767d13-b82d-4c93-8461-6241d464960f","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:d5:47","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08039d10-84bd-4771-bd90-07e6ab6693b0","name":"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.3"}],"id":"122847e8-50c2-4be1-893d-4a05b783e172","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:ff:22","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.2"}],"id":"d33f6af8-3820-4ad9-909c-ac37cad57ed2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:f2:97","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:20:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"058b4c5e-54d0-458d-9124-dca47de38734","ip_address":"10.55.0.4"}],"id":"fe242363-7d8c-45db-a375-2f22b8542c8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cd:b0","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ad7a3130-b307-4956-ade5-16b8a70e6feb","name":"","admin_state_up":true,"network_id":"ad7a3130-b307-4956-ade5-16b8a70e6feb","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:20:07Z","binding:vnic_type":"normal"}]} 2018-10-06 15:20:35,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-8f8bcd93-4a8d-47ae-be0f-33408b548116 2018-10-06 15:20:35,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0/os-volume_attachments/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556ccff934559567a2615a49c07357a98cfb2fd7" 2018-10-06 15:20:35,902 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-146bd790-1a24-4d55-aab6-0ae54d275455 x-compute-request-id: req-146bd790-1a24-4d55-aab6-0ae54d275455 Content-Length: 0 Content-Type: application/json 2018-10-06 15:20:35,902 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0/os-volume_attachments/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-146bd790-1a24-4d55-aab6-0ae54d275455 2018-10-06 15:20:35,902 - create_instance - INFO - Deleting Port with ID - 00767d13-b82d-4c93-8461-6241d464960f 2018-10-06 15:20:35,902 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-port 2018-10-06 15:20:35,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/00767d13-b82d-4c93-8461-6241d464960f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:36,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8af7d5d3-f554-4268-95ec-ba8066ffb0ee Date: Sat, 06 Oct 2018 15:20:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:20:36,387 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/00767d13-b82d-4c93-8461-6241d464960f used request id req-8af7d5d3-f554-4268-95ec-ba8066ffb0ee 2018-10-06 15:20:36,387 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst 2018-10-06 15:20:36,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:36,595 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:20:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-202afc68-578b-4918-8a40-ac21b65f8117 x-compute-request-id: req-202afc68-578b-4918-8a40-ac21b65f8117 Content-Type: application/json 2018-10-06 15:20:36,595 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-202afc68-578b-4918-8a40-ac21b65f8117 2018-10-06 15:20:36,596 - create_instance - INFO - Checking deletion status 2018-10-06 15:20:36,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:37,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4d206ae-79aa-4ae9-9082-c5e8f3e19699 x-compute-request-id: req-a4d206ae-79aa-4ae9-9082-c5e8f3e19699 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:d5:47", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:36Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:37,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-a4d206ae-79aa-4ae9-9082-c5e8f3e19699 2018-10-06 15:20:37,050 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst] is - ACTIVE 2018-10-06 15:20:37,050 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:20:40,053 - create_instance - DEBUG - VM status query timeout in 296.542914152 2018-10-06 15:20:40,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:40,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d3911da-9b3b-4eea-82df-9d5b2ccde8c3 x-compute-request-id: req-3d3911da-9b3b-4eea-82df-9d5b2ccde8c3 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08039d10-84bd-4771-bd90-07e6ab6693b0", "rel": "bookmark"}], "image": {"id": "53fc5bb3-865f-4664-814f-c5008d846daf", "links": [{"href": "http://172.30.9.26:8774/images/53fc5bb3-865f-4664-814f-c5008d846daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-06T15:20:18.000000", "flavor": {"id": "cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "links": [{"href": "http://172.30.9.26:8774/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea", "rel": "bookmark"}]}, "id": "08039d10-84bd-4771-bd90-07e6ab6693b0", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:20:37Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst", "created": "2018-10-06T15:20:18Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:20:40,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-3d3911da-9b3b-4eea-82df-9d5b2ccde8c3 2018-10-06 15:20:40,275 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst] is - ACTIVE 2018-10-06 15:20:40,275 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:20:43,278 - create_instance - DEBUG - VM status query timeout in 293.317470074 2018-10-06 15:20:43,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0eb323ee8287968d2087292cdec0fc8ebfda1" 2018-10-06 15:20:43,357 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:20:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b093e8f1-7520-48b1-959c-0c5ead3ac4b1 x-compute-request-id: req-b093e8f1-7520-48b1-959c-0c5ead3ac4b1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 08039d10-84bd-4771-bd90-07e6ab6693b0 could not be found.", "code": 404}} 2018-10-06 15:20:43,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08039d10-84bd-4771-bd90-07e6ab6693b0 used request id req-b093e8f1-7520-48b1-959c-0c5ead3ac4b1 2018-10-06 15:20:43,358 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 08039d10-84bd-4771-bd90-07e6ab6693b0 could not be found. (HTTP 404) (Request-ID: req-b093e8f1-7520-48b1-959c-0c5ead3ac4b1) 2018-10-06 15:20:43,358 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-vm_inst 2018-10-06 15:20:43,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-920d71b7-a75d-40cb-841f-48c6c51f9996" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:43,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:43 GMT Server: Apache x-compute-request-id: req-d0eb8dc8-3a64-4464-8ee3-64ef55b6c367 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0eb8dc8-3a64-4464-8ee3-64ef55b6c367 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:20:40.000000", "replication_status": null, "snapshot_id": null, "id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-db446a1a-bbf4-401d-a78b-f31b16639e94", "bootable": "false", "created_at": "2018-10-06T15:20:09.000000", "volume_type": null}} 2018-10-06 15:20:43,577 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-d0eb8dc8-3a64-4464-8ee3-64ef55b6c367 2018-10-06 15:20:43,578 - create_volume - DEBUG - Instance status is - available 2018-10-06 15:20:43,578 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94 2018-10-06 15:20:43,578 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94 2018-10-06 15:20:43,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-920d71b7-a75d-40cb-841f-48c6c51f9996" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:43,803 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c4316f22-dfd6-404a-8a1a-3d0bcaf70e1c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:20:43,803 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-c4316f22-dfd6-404a-8a1a-3d0bcaf70e1c 2018-10-06 15:20:43,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-920d71b7-a75d-40cb-841f-48c6c51f9996" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:43,857 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:43 GMT Server: Apache x-compute-request-id: req-f58f0195-84bb-4129-b4a8-8f321dc54a25 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f58f0195-84bb-4129-b4a8-8f321dc54a25 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:20:43.000000", "replication_status": null, "snapshot_id": null, "id": "d15ff353-7394-4b50-8888-66f760c9e5d3", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94", "bootable": "false", "created_at": "2018-10-06T15:20:09.000000", "volume_type": null}} 2018-10-06 15:20:43,857 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-f58f0195-84bb-4129-b4a8-8f321dc54a25 2018-10-06 15:20:43,858 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 15:20:43,858 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 15:20:46,861 - create_volume - DEBUG - Volume status query timeout in 56.9423921108 2018-10-06 15:20:46,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-920d71b7-a75d-40cb-841f-48c6c51f9996" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4cb34a70047a82c52134e2dfd13879b6bee4b2" 2018-10-06 15:20:47,597 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:20:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c4c6103b-7268-40ba-90ff-2c788a451481 x-openstack-request-id: req-c4c6103b-7268-40ba-90ff-2c788a451481 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d15ff353-7394-4b50-8888-66f760c9e5d3 could not be found.", "code": 404}} 2018-10-06 15:20:47,597 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/d15ff353-7394-4b50-8888-66f760c9e5d3 used request id req-c4c6103b-7268-40ba-90ff-2c788a451481 2018-10-06 15:20:47,597 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d15ff353-7394-4b50-8888-66f760c9e5d3 could not be found. (HTTP 404) (Request-ID: req-c4c6103b-7268-40ba-90ff-2c788a451481) 2018-10-06 15:20:47,597 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94 2018-10-06 15:20:47,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6490a25a06e1249ec92f68683e0021cdf5a52" 2018-10-06 15:20:47,651 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-202b0f3d-2c15-4cd1-ac48-2077b6bafe5c x-compute-request-id: req-202b0f3d-2c15-4cd1-ac48-2077b6bafe5c Content-Length: 0 Content-Type: application/json 2018-10-06 15:20:47,651 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cbec14fb-8ab6-4d57-a3f8-656cdca481ea used request id req-202b0f3d-2c15-4cd1-ac48-2077b6bafe5c 2018-10-06 15:20:47,652 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet 2018-10-06 15:20:47,652 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-subnet 2018-10-06 15:20:47,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/058b4c5e-54d0-458d-9124-dca47de38734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:50,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b27d3976-07a8-4412-a1f9-f4022cccf2d1 Date: Sat, 06 Oct 2018 15:20:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:20:50,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/058b4c5e-54d0-458d-9124-dca47de38734 used request id req-b27d3976-07a8-4412-a1f9-f4022cccf2d1 2018-10-06 15:20:50,053 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-net 2018-10-06 15:20:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/ad7a3130-b307-4956-ade5-16b8a70e6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92d8db323a0e1ee3b104bac0b6df48050c0d2765" 2018-10-06 15:20:51,776 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62953686-6319-4d17-b650-f5ce4a34d7ad Date: Sat, 06 Oct 2018 15:20:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:20:51,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ad7a3130-b307-4956-ade5-16b8a70e6feb used request id req-62953686-6319-4d17-b650-f5ce4a34d7ad 2018-10-06 15:20:51,777 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-db446a1a-bbf4-401d-a78b-f31b16639e94-image 2018-10-06 15:20:51,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ca86044b43c6dd415b1bea0293021c1bdc95f3a" 2018-10-06 15:20:53,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9faee732-1ef6-4deb-bacf-7120b642ae5d Date: Sat, 06 Oct 2018 15:20:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:20:53,048 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/53fc5bb3-865f-4664-814f-c5008d846daf used request id req-9faee732-1ef6-4deb-bacf-7120b642ae5d 2018-10-06 15:20:53,050 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:53,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:53,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:53,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["WOrNdsnWTaSZPOALya0ZGw"], "issued_at": "2018-10-06T15:20:53.000000Z"}} 2018-10-06 15:20:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a29af65989becaa69d7c622afe3d40c73b06b5" 2018-10-06 15:20:53,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2857e09f-c76a-4298-b5d5-83e527e226dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:53,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2857e09f-c76a-4298-b5d5-83e527e226dc 2018-10-06 15:20:53,525 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:53,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a29af65989becaa69d7c622afe3d40c73b06b5" 2018-10-06 15:20:53,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-736b2bc2-5fad-4291-8a95-d462510671d9 x-compute-request-id: req-736b2bc2-5fad-4291-8a95-d462510671d9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:53,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-736b2bc2-5fad-4291-8a95-d462510671d9 2018-10-06 15:20:53,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a29af65989becaa69d7c622afe3d40c73b06b5" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-7d7045a4-58e6-469a-a1ee-51fad3b5073bname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 15:20:53,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b77e1f0c-6231-4152-9d9f-b5585b06f989 x-compute-request-id: req-b77e1f0c-6231-4152-9d9f-b5585b06f989 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0fbb04a9-b5c9-499f-873d-47306e6c6549", "name": "CreateFlavorTests-7d7045a4-58e6-469a-a1ee-51fad3b5073bname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:53,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b77e1f0c-6231-4152-9d9f-b5585b06f989 2018-10-06 15:20:53,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:54,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["nbc077WXRL6C1ULpcOJ6yg"], "issued_at": "2018-10-06T15:20:54.000000Z"}} 2018-10-06 15:20:54,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}494f05c46ff6dfa4c2c57f13d562c53df94aac99" 2018-10-06 15:20:54,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc576f62-c383-4425-b2e6-15e86ca94616 x-compute-request-id: req-fc576f62-c383-4425-b2e6-15e86ca94616 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0fbb04a9-b5c9-499f-873d-47306e6c6549", "name": "CreateFlavorTests-7d7045a4-58e6-469a-a1ee-51fad3b5073bname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:54,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549 used request id req-fc576f62-c383-4425-b2e6-15e86ca94616 2018-10-06 15:20:54,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}494f05c46ff6dfa4c2c57f13d562c53df94aac99" 2018-10-06 15:20:54,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5419e320-0751-4850-b05a-75f20cfcde99 x-compute-request-id: req-5419e320-0751-4850-b05a-75f20cfcde99 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:20:54,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549/os-extra_specs used request id req-5419e320-0751-4850-b05a-75f20cfcde99 2018-10-06 15:20:54,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a29af65989becaa69d7c622afe3d40c73b06b5" 2018-10-06 15:20:54,769 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67ab1b9b-fd6f-4781-b8e1-86f67133098a x-compute-request-id: req-67ab1b9b-fd6f-4781-b8e1-86f67133098a Content-Length: 0 Content-Type: application/json 2018-10-06 15:20:54,769 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0fbb04a9-b5c9-499f-873d-47306e6c6549 used request id req-67ab1b9b-fd6f-4781-b8e1-86f67133098a 2018-10-06 15:20:54,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}494f05c46ff6dfa4c2c57f13d562c53df94aac99" 2018-10-06 15:20:54,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a985b72-de27-4557-9870-2b9729d8d8ff x-compute-request-id: req-5a985b72-de27-4557-9870-2b9729d8d8ff Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:54,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5a985b72-de27-4557-9870-2b9729d8d8ff 2018-10-06 15:20:54,804 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:54,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:54,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:55,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["C22s0P4fR2S2POUjGOPzIQ"], "issued_at": "2018-10-06T15:20:55.000000Z"}} 2018-10-06 15:20:55,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b18904674613ea7cf7863a2011ce1d4ed567719" 2018-10-06 15:20:55,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf5f2e7-be9e-410b-ab1c-31547d253652 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:55,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-adf5f2e7-be9e-410b-ab1c-31547d253652 2018-10-06 15:20:55,269 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:55,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b18904674613ea7cf7863a2011ce1d4ed567719" 2018-10-06 15:20:55,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20: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-9d091d6c-5961-4605-8cb1-10db2e988d5a x-compute-request-id: req-9d091d6c-5961-4605-8cb1-10db2e988d5a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:55,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9d091d6c-5961-4605-8cb1-10db2e988d5a 2018-10-06 15:20:55,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b18904674613ea7cf7863a2011ce1d4ed567719" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-f4be6353-0ccc-403c-860b-cba015087ffename", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 15:20:55,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20: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-42a4e7ec-9507-44a3-b1fe-a79fafde0829 x-compute-request-id: req-42a4e7ec-9507-44a3-b1fe-a79fafde0829 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8cd889a8-dbdd-4abc-bec0-c37839268c70", "name": "CreateFlavorTests-f4be6353-0ccc-403c-860b-cba015087ffename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:55,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-42a4e7ec-9507-44a3-b1fe-a79fafde0829 2018-10-06 15:20:55,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:55,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Kz0q3KVZSGiHiYSmAxvljw"], "issued_at": "2018-10-06T15:20:55.000000Z"}} 2018-10-06 15:20:55,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54a171f20c4f94e17e7dd1827d0ed95b71f4b37" 2018-10-06 15:20:56,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20: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-622051b2-5ed2-4a94-80dd-7639911fa481 x-compute-request-id: req-622051b2-5ed2-4a94-80dd-7639911fa481 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8cd889a8-dbdd-4abc-bec0-c37839268c70", "name": "CreateFlavorTests-f4be6353-0ccc-403c-860b-cba015087ffename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:56,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70 used request id req-622051b2-5ed2-4a94-80dd-7639911fa481 2018-10-06 15:20:56,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54a171f20c4f94e17e7dd1827d0ed95b71f4b37" 2018-10-06 15:20:56,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-249ae369-6e19-4fad-8859-842bc43e543b x-compute-request-id: req-249ae369-6e19-4fad-8859-842bc43e543b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:20:56,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70/os-extra_specs used request id req-249ae369-6e19-4fad-8859-842bc43e543b 2018-10-06 15:20:56,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54a171f20c4f94e17e7dd1827d0ed95b71f4b37" 2018-10-06 15:20:56,158 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98999797-6a27-4e3e-9add-c8a97fe32152 x-compute-request-id: req-98999797-6a27-4e3e-9add-c8a97fe32152 Content-Length: 0 Content-Type: application/json 2018-10-06 15:20:56,158 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70 used request id req-98999797-6a27-4e3e-9add-c8a97fe32152 2018-10-06 15:20:56,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54a171f20c4f94e17e7dd1827d0ed95b71f4b37" 2018-10-06 15:20:56,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb1ab356-c449-4864-9218-496add5f09bb x-compute-request-id: req-fb1ab356-c449-4864-9218-496add5f09bb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:56,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fb1ab356-c449-4864-9218-496add5f09bb 2018-10-06 15:20:56,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b18904674613ea7cf7863a2011ce1d4ed567719" 2018-10-06 15:20:56,222 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6c390ff-0c32-48ff-8391-a956b2695fbe x-compute-request-id: req-f6c390ff-0c32-48ff-8391-a956b2695fbe Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 8cd889a8-dbdd-4abc-bec0-c37839268c70 could not be found.", "code": 404}} 2018-10-06 15:20:56,222 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/8cd889a8-dbdd-4abc-bec0-c37839268c70 used request id req-f6c390ff-0c32-48ff-8391-a956b2695fbe 2018-10-06 15:20:56,224 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:56,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:56,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:56,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["NPIS8SmESha3Z4E5i7NbGA"], "issued_at": "2018-10-06T15:20:56.000000Z"}} 2018-10-06 15:20:56,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5324ba513d10697d4de4d3ad25ed29b71c1111f" 2018-10-06 15:20:56,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76f6ebc4-5756-43fd-8b28-15ea95a02db0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:56,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-76f6ebc4-5756-43fd-8b28-15ea95a02db0 2018-10-06 15:20:56,690 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:56,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5324ba513d10697d4de4d3ad25ed29b71c1111f" 2018-10-06 15:20:56,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5e364f2-aef5-408f-ad5e-0f0ea68d55c7 x-compute-request-id: req-c5e364f2-aef5-408f-ad5e-0f0ea68d55c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:56,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c5e364f2-aef5-408f-ad5e-0f0ea68d55c7 2018-10-06 15:20:56,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5324ba513d10697d4de4d3ad25ed29b71c1111f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-c67e1998-613c-4707-ac3f-e24dc0fb628aname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 15:20:56,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5852d723-3391-4df0-8f3b-26e114edd3d1 x-compute-request-id: req-5852d723-3391-4df0-8f3b-26e114edd3d1 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "56697e2c-d1e3-4029-8670-7e95b487aa59", "name": "CreateFlavorTests-c67e1998-613c-4707-ac3f-e24dc0fb628aname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:56,966 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5852d723-3391-4df0-8f3b-26e114edd3d1 2018-10-06 15:20:56,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:57,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Tw47aQaMQxOq2GGNK1yDlw"], "issued_at": "2018-10-06T15:20:57.000000Z"}} 2018-10-06 15:20:57,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adca6f00c46e127412f78517697f693c24fa14b1" 2018-10-06 15:20:57,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16529aa6-b159-48e0-9e21-2645d0df5980 x-compute-request-id: req-16529aa6-b159-48e0-9e21-2645d0df5980 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "56697e2c-d1e3-4029-8670-7e95b487aa59", "name": "CreateFlavorTests-c67e1998-613c-4707-ac3f-e24dc0fb628aname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:20:57,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59 used request id req-16529aa6-b159-48e0-9e21-2645d0df5980 2018-10-06 15:20:57,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adca6f00c46e127412f78517697f693c24fa14b1" 2018-10-06 15:20:57,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9082ab43-2239-4ff5-b35f-9c22771d8a87 x-compute-request-id: req-9082ab43-2239-4ff5-b35f-9c22771d8a87 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:20:57,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59/os-extra_specs used request id req-9082ab43-2239-4ff5-b35f-9c22771d8a87 2018-10-06 15:20:57,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5324ba513d10697d4de4d3ad25ed29b71c1111f" 2018-10-06 15:20:57,720 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1dc7514-894a-46cf-8f31-c845846c3326 x-compute-request-id: req-a1dc7514-894a-46cf-8f31-c845846c3326 Content-Length: 0 Content-Type: application/json 2018-10-06 15:20:57,720 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/56697e2c-d1e3-4029-8670-7e95b487aa59 used request id req-a1dc7514-894a-46cf-8f31-c845846c3326 2018-10-06 15:20:57,722 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:57,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:57,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:58,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["6EjoL4lOSWqNJdkUpMyGKg"], "issued_at": "2018-10-06T15:20:58.000000Z"}} 2018-10-06 15:20:58,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8752570bd1e953a9151ea955d66f42c1c3a3f16" 2018-10-06 15:20:58,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0592c288-efeb-48b4-b108-633b242cbc75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:58,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0592c288-efeb-48b4-b108-633b242cbc75 2018-10-06 15:20:58,201 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:58,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8752570bd1e953a9151ea955d66f42c1c3a3f16" 2018-10-06 15:20:58,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20: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-54e1f18a-3709-4fa8-a6a8-8a6b51c49b29 x-compute-request-id: req-54e1f18a-3709-4fa8-a6a8-8a6b51c49b29 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:58,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-54e1f18a-3709-4fa8-a6a8-8a6b51c49b29 2018-10-06 15:20:58,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8752570bd1e953a9151ea955d66f42c1c3a3f16" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-afb92cb8-167b-4a35-beaf-0a9be0a70e65name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-06 15:20:58,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20: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-78e5c1ec-6321-4d32-ab2f-6e9a6fb65fa4 x-compute-request-id: req-78e5c1ec-6321-4d32-ab2f-6e9a6fb65fa4 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "79a7d86f-1883-486d-869c-8fa16e2edd32", "name": "CreateFlavorTests-afb92cb8-167b-4a35-beaf-0a9be0a70e65name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-06 15:20:58,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-78e5c1ec-6321-4d32-ab2f-6e9a6fb65fa4 2018-10-06 15:20:58,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:58,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["0paNQ9L9QbWAtuWrQKVayA"], "issued_at": "2018-10-06T15:20:58.000000Z"}} 2018-10-06 15:20:58,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02e478b4c8bc1d111da520d0dd4275f1854c852" 2018-10-06 15:20:59,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20: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-1f2bae53-63b9-4ce5-87f1-b9bbb7c336be x-compute-request-id: req-1f2bae53-63b9-4ce5-87f1-b9bbb7c336be Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "79a7d86f-1883-486d-869c-8fa16e2edd32", "name": "CreateFlavorTests-afb92cb8-167b-4a35-beaf-0a9be0a70e65name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-06 15:20:59,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32 used request id req-1f2bae53-63b9-4ce5-87f1-b9bbb7c336be 2018-10-06 15:20:59,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02e478b4c8bc1d111da520d0dd4275f1854c852" 2018-10-06 15:20:59,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-586ccdee-f3d1-488c-81cb-d6ef6a058139 x-compute-request-id: req-586ccdee-f3d1-488c-81cb-d6ef6a058139 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:20:59,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32/os-extra_specs used request id req-586ccdee-f3d1-488c-81cb-d6ef6a058139 2018-10-06 15:20:59,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02e478b4c8bc1d111da520d0dd4275f1854c852" 2018-10-06 15:20:59,195 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0abec08d-2595-4e6d-aa34-bac6d45b2051 x-compute-request-id: req-0abec08d-2595-4e6d-aa34-bac6d45b2051 Content-Length: 0 Content-Type: application/json 2018-10-06 15:20:59,195 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32 used request id req-0abec08d-2595-4e6d-aa34-bac6d45b2051 2018-10-06 15:20:59,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02e478b4c8bc1d111da520d0dd4275f1854c852" 2018-10-06 15:20:59,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5df3a72f-ca2b-4a29-b448-d51672bce39d x-compute-request-id: req-5df3a72f-ca2b-4a29-b448-d51672bce39d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:20:59,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5df3a72f-ca2b-4a29-b448-d51672bce39d 2018-10-06 15:20:59,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8752570bd1e953a9151ea955d66f42c1c3a3f16" 2018-10-06 15:20:59,255 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec50ff24-cb6b-46d1-95d3-32cbd4db0c35 x-compute-request-id: req-ec50ff24-cb6b-46d1-95d3-32cbd4db0c35 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 79a7d86f-1883-486d-869c-8fa16e2edd32 could not be found.", "code": 404}} 2018-10-06 15:20:59,255 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/79a7d86f-1883-486d-869c-8fa16e2edd32 used request id req-ec50ff24-cb6b-46d1-95d3-32cbd4db0c35 2018-10-06 15:20:59,257 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:59,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:20:59,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:20:59,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["r2Ca6GjQShmm1B2Y-0QkVg"], "issued_at": "2018-10-06T15:20:59.000000Z"}} 2018-10-06 15:20:59,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59736e4a0581edd0dbfabfe010c6d701833d4e2c" 2018-10-06 15:20:59,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756d3a8b-2fab-4b02-8381-3f3d205b482b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:20:59,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-756d3a8b-2fab-4b02-8381-3f3d205b482b 2018-10-06 15:20:59,717 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:20:59,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59736e4a0581edd0dbfabfe010c6d701833d4e2c" 2018-10-06 15:21:00,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2aba6777-4a75-48f5-8869-14b571a37119 x-compute-request-id: req-2aba6777-4a75-48f5-8869-14b571a37119 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:21:00,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2aba6777-4a75-48f5-8869-14b571a37119 2018-10-06 15:21:00,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59736e4a0581edd0dbfabfe010c6d701833d4e2c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-4210288a-c2ad-4dde-aa77-ae838a089788name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 15:21:00,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6af78a87-6c20-4c16-891c-d87dd117a009 x-compute-request-id: req-6af78a87-6c20-4c16-891c-d87dd117a009 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "name": "CreateFlavorTests-4210288a-c2ad-4dde-aa77-ae838a089788name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:21:00,357 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6af78a87-6c20-4c16-891c-d87dd117a009 2018-10-06 15:21:00,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:00,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["zmIHB34WRkygxCztGufGgQ"], "issued_at": "2018-10-06T15:21:00.000000Z"}} 2018-10-06 15:21:00,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9402c5c737fd4ffd9a026f0d097e10e93f34d100" 2018-10-06 15:21:00,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0f72daa-5f25-4ad1-91da-31b6811cdef7 x-compute-request-id: req-b0f72daa-5f25-4ad1-91da-31b6811cdef7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "name": "CreateFlavorTests-4210288a-c2ad-4dde-aa77-ae838a089788name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:21:00,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051 used request id req-b0f72daa-5f25-4ad1-91da-31b6811cdef7 2018-10-06 15:21:00,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9402c5c737fd4ffd9a026f0d097e10e93f34d100" 2018-10-06 15:21:00,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21c964e2-63d2-490c-983f-d64ee558a8f4 x-compute-request-id: req-21c964e2-63d2-490c-983f-d64ee558a8f4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:21:00,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051/os-extra_specs used request id req-21c964e2-63d2-490c-983f-d64ee558a8f4 2018-10-06 15:21:00,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:21:00,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:01,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["4PH5s4SJRG-OkuOhYHTucg"], "issued_at": "2018-10-06T15:21:01.000000Z"}} 2018-10-06 15:21:01,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832ad25fc6e09b6197d8bee0180e42d8113a7557" 2018-10-06 15:21:01,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d43e3f1-605b-4ebd-bd8b-c9a49bff404d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:21:01,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d43e3f1-605b-4ebd-bd8b-c9a49bff404d 2018-10-06 15:21:01,443 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:21:01,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832ad25fc6e09b6197d8bee0180e42d8113a7557" 2018-10-06 15:21:01,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21: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-0c86ec23-7763-4f58-9f84-1966059c6948 x-compute-request-id: req-0c86ec23-7763-4f58-9f84-1966059c6948 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "bookmark"}], "name": "CreateFlavorTests-4210288a-c2ad-4dde-aa77-ae838a089788name"}]} 2018-10-06 15:21:01,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0c86ec23-7763-4f58-9f84-1966059c6948 2018-10-06 15:21:01,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832ad25fc6e09b6197d8bee0180e42d8113a7557" 2018-10-06 15:21:01,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21: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-6e190152-6298-492e-b85a-a9dc5a27726e x-compute-request-id: req-6e190152-6298-492e-b85a-a9dc5a27726e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4a13a57f-4da8-48ad-8bb4-8b6d1f98f051", "name": "CreateFlavorTests-4210288a-c2ad-4dde-aa77-ae838a089788name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:21:01,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051 used request id req-6e190152-6298-492e-b85a-a9dc5a27726e 2018-10-06 15:21:01,653 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-4210288a-c2ad-4dde-aa77-ae838a089788name 2018-10-06 15:21:01,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59736e4a0581edd0dbfabfe010c6d701833d4e2c" 2018-10-06 15:21:01,702 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:21: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-4406db24-91c4-43a8-bad3-3fab75f4dc9a x-compute-request-id: req-4406db24-91c4-43a8-bad3-3fab75f4dc9a Content-Length: 0 Content-Type: application/json 2018-10-06 15:21:01,702 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4a13a57f-4da8-48ad-8bb4-8b6d1f98f051 used request id req-4406db24-91c4-43a8-bad3-3fab75f4dc9a 2018-10-06 15:21:01,704 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:21:01,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:21:01,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:02,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["XW8UnragTZ-RHwY2bnLNGQ"], "issued_at": "2018-10-06T15:21:02.000000Z"}} 2018-10-06 15:21:02,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" 2018-10-06 15:21:02,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef14f0ae-0ae2-4606-a5d8-27c5b487cd8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:21:02,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ef14f0ae-0ae2-4606-a5d8-27c5b487cd8e 2018-10-06 15:21:02,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" 2018-10-06 15:21:02,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-9e3a28a9-e7eb-4c06-847b-636e31419674 Date: Sat, 06 Oct 2018 15:21:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image"} 2018-10-06 15:21:02,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image used request id req-9e3a28a9-e7eb-4c06-847b-636e31419674 2018-10-06 15:21:02,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" 2018-10-06 15:21:02,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0394b890-4133-40a1-8850-317a945d2361 Date: Sat, 06 Oct 2018 15:21:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:21:02,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0394b890-4133-40a1-8850-317a945d2361 2018-10-06 15:21:02,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image"}' 2018-10-06 15:21:02,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d X-Openstack-Request-Id: req-7f525bf2-d47f-4d01-a1e1-e19265c78246 Date: Sat, 06 Oct 2018 15:21:02 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:21:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:21:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/b5581fdf-9041-476c-8022-20464023653d", "min_disk": 0, "protected": false, "id": "b5581fdf-9041-476c-8022-20464023653d", "file": "/v2/images/b5581fdf-9041-476c-8022-20464023653d/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:21:02,839 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-7f525bf2-d47f-4d01-a1e1-e19265c78246 2018-10-06 15:21:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" -d '' 2018-10-06 15:21:04,842 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b291fd70-17a0-48dc-a9ae-2cd73c4ae0e4 Date: Sat, 06 Oct 2018 15:21:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:21:04,842 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d/file used request id req-b291fd70-17a0-48dc-a9ae-2cd73c4ae0e4 2018-10-06 15:21:04,842 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:21:04,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" 2018-10-06 15:21:05,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-d2c7b642-6d8c-4ad4-af4d-91b8b1ce4ac5 Date: Sat, 06 Oct 2018 15:21:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:21:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:21:04Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b5581fdf-9041-476c-8022-20464023653d/snap", "metadata": {}}], "self": "/v2/images/b5581fdf-9041-476c-8022-20464023653d", "min_disk": 0, "protected": false, "id": "b5581fdf-9041-476c-8022-20464023653d", "file": "/v2/images/b5581fdf-9041-476c-8022-20464023653d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b5581fdf-9041-476c-8022-20464023653d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:21:05,049 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d used request id req-d2c7b642-6d8c-4ad4-af4d-91b8b1ce4ac5 2018-10-06 15:21:05,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" 2018-10-06 15:21:05,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0f876c4a-dee3-40ba-b0b4-8ede32f70fb1 Date: Sat, 06 Oct 2018 15:21:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:21:05,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0f876c4a-dee3-40ba-b0b4-8ede32f70fb1 2018-10-06 15:21:05,062 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image 2018-10-06 15:21:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" 2018-10-06 15:21:05,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7e5a6c39-f46d-4643-94c0-242af8dbecfa Date: Sat, 06 Oct 2018 15:21:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:21:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:21:04Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b5581fdf-9041-476c-8022-20464023653d/snap", "metadata": {}}], "self": "/v2/images/b5581fdf-9041-476c-8022-20464023653d", "min_disk": 0, "protected": false, "id": "b5581fdf-9041-476c-8022-20464023653d", "file": "/v2/images/b5581fdf-9041-476c-8022-20464023653d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b5581fdf-9041-476c-8022-20464023653d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:21:05,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d used request id req-7e5a6c39-f46d-4643-94c0-242af8dbecfa 2018-10-06 15:21:05,226 - create_image - DEBUG - Instance status is - active 2018-10-06 15:21:05,226 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image 2018-10-06 15:21:05,226 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image 2018-10-06 15:21:05,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:21:05,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:05,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["ievJ4NeGT1uw9GsF058dhg"], "issued_at": "2018-10-06T15:21:05.000000Z"}} 2018-10-06 15:21:05,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b63154ffa9639aedd3c54f2ce19ca2762abe5f6e" 2018-10-06 15:21:05,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b0a7b2-1987-47d9-9f69-071ebc67bce7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:21:05,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02b0a7b2-1987-47d9-9f69-071ebc67bce7 2018-10-06 15:21:05,625 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:21:05,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b63154ffa9639aedd3c54f2ce19ca2762abe5f6e" 2018-10-06 15:21:05,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-208197e2-1fa4-4eef-aee3-84b0845237bd x-compute-request-id: req-208197e2-1fa4-4eef-aee3-84b0845237bd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:21:05,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-208197e2-1fa4-4eef-aee3-84b0845237bd 2018-10-06 15:21:05,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b63154ffa9639aedd3c54f2ce19ca2762abe5f6e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 15:21:05,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f22cc259-f3a8-4e68-aeb1-22bb562c96b6 x-compute-request-id: req-f22cc259-f3a8-4e68-aeb1-22bb562c96b6 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/6f0116c7-5c80-434e-b3d8-1d1c983734c4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/6f0116c7-5c80-434e-b3d8-1d1c983734c4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6f0116c7-5c80-434e-b3d8-1d1c983734c4", "name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:21:05,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f22cc259-f3a8-4e68-aeb1-22bb562c96b6 2018-10-06 15:21:05,875 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:21:05,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:06,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["Nk8LTBBvQlau8jwd6SSihg"], "issued_at": "2018-10-06T15:21:06.000000Z"}} 2018-10-06 15:21:06,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-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-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}}' 2018-10-06 15:21:09,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:21:06 GMT Server: Apache x-openstack-request-id: req-8704f0dd-c14f-4c91-b648-7b08e031490b Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}]}} 2018-10-06 15:21:09,446 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks used request id req-8704f0dd-c14f-4c91-b648-7b08e031490b 2018-10-06 15:21:09,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:10,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:09 GMT Server: Apache x-openstack-request-id: req-31370f5e-ef41-44ed-af1a-71644529590e Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:10,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:10 GMT Server: Apache x-openstack-request-id: req-40072347-955c-4d70-b9d9-7ff7f5587a8a 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:10,834 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-40072347-955c-4d70-b9d9-7ff7f5587a8a 2018-10-06 15:21:10,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:10,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:10 GMT Server: Apache x-openstack-request-id: req-eca6d9fb-18aa-4910-8c03-1e4bad138f59 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "deletion_time": null, "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "updated_time": null, "project": "3e37ce67de3843498eafb3187da04061", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "tags": null}]} 2018-10-06 15:21:10,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1 used request id req-eca6d9fb-18aa-4910-8c03-1e4bad138f59 2018-10-06 15:21:10,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:11,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:10 GMT Server: Apache x-openstack-request-id: req-aee0a902-20ad-4e3b-bb91-2258e743a44f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "deletion_time": null, "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "updated_time": null, "project": "3e37ce67de3843498eafb3187da04061", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "tags": null}]} 2018-10-06 15:21:11,656 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1 used request id req-aee0a902-20ad-4e3b-bb91-2258e743a44f 2018-10-06 15:21:11,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:12,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:11 GMT Server: Apache x-openstack-request-id: req-9db10ae9-3092-405b-9e01-f6f684f6f0dc Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:13,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:12 GMT Server: Apache x-openstack-request-id: req-a1a43984-f548-4bca-93d0-4003352f31d8 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:13,076 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-a1a43984-f548-4bca-93d0-4003352f31d8 2018-10-06 15:21:13,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:13,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:13 GMT Server: Apache x-openstack-request-id: req-68ba2189-19d6-4316-ae5c-0589387a9cbe Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:14,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:13 GMT Server: Apache x-openstack-request-id: req-d61683f3-6b77-4308-a78d-d60b10554553 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c69889e1-e045-4890-9c5f-51a028433d92", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "794dda18-e92c-42a2-96c4-04db587f8af6", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6b17e57d-ac86-421f-8df6-b9f7ea1e9953", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-10-06T15:21:09Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-06 15:21:14,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources used request id req-d61683f3-6b77-4308-a78d-d60b10554553 2018-10-06 15:21:14,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:14,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:14 GMT Server: Apache x-openstack-request-id: req-d30f2cd1-b4ee-4311-9278-60588c69baa6 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:15,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:14 GMT Server: Apache x-openstack-request-id: req-9a0918d0-a439-4e0d-94a7-49d24e6425a0 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:15,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-9a0918d0-a439-4e0d-94a7-49d24e6425a0 2018-10-06 15:21:15,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:15,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:15 GMT Server: Apache x-openstack-request-id: req-57b2fc8b-79be-403f-9b0a-147f6bb69fff Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:16,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:15 GMT Server: Apache x-openstack-request-id: req-2a4f58d2-ce0d-4b94-8360-221b0d8adc65 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:16,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-2a4f58d2-ce0d-4b94-8360-221b0d8adc65 2018-10-06 15:21:19,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:19,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:19 GMT Server: Apache x-openstack-request-id: req-b961a385-5f71-4c8c-ab4e-dcc470b61fc3 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:19,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:19 GMT Server: Apache x-openstack-request-id: req-2be5f761-9c29-4609-a2db-ff27e4e02f50 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:19,429 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-2be5f761-9c29-4609-a2db-ff27e4e02f50 2018-10-06 15:21:22,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:23,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:22 GMT Server: Apache x-openstack-request-id: req-9608a749-0b78-4907-8353-062d7fbba893 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:23,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:23 GMT Server: Apache x-openstack-request-id: req-13384da9-5fd8-4509-b0a2-c482a0ad224c 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:23,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-13384da9-5fd8-4509-b0a2-c482a0ad224c 2018-10-06 15:21:26,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:27,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:26 GMT Server: Apache x-openstack-request-id: req-7725f683-b71d-487c-9b86-af2cc4dcb721 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:27,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:27 GMT Server: Apache x-openstack-request-id: req-0bb20997-8639-44fa-9397-608c41d31c2e 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image", "inst_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1", "stack_user_project_id": "52f8fbe9da894e838d5ba74825dba990", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:21:08Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:27,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-0bb20997-8639-44fa-9397-608c41d31c2e 2018-10-06 15:21:27,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:27,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:27 GMT Server: Apache x-openstack-request-id: req-bf7c1319-4171-476b-8d0b-458a415a4abc Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:28,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:27 GMT Server: Apache x-openstack-request-id: req-a20ee64c-fc07-4c00-a876-4d89677e4c6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c69889e1-e045-4890-9c5f-51a028433d92", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "794dda18-e92c-42a2-96c4-04db587f8af6", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6b17e57d-ac86-421f-8df6-b9f7ea1e9953", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "30c81b55-e7f0-4f77-9da6-f8b698708a0b", "resource_type": "OS::Nova::Server"}]} 2018-10-06 15:21:28,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources used request id req-a20ee64c-fc07-4c00-a876-4d89677e4c6f 2018-10-06 15:21:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:28,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-644d9037-7839-4712-ab10-372e11fff5c4 Date: Sat, 06 Oct 2018 15:21:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["794dda18-e92c-42a2-96c4-04db587f8af6"],"description":"","tags":[],"updated_at":"2018-10-06T15:21:11Z","provider:segmentation_id":62,"name":"HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:09Z","provider:network_type":"vxlan"}]} 2018-10-06 15:21:28,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 used request id req-644d9037-7839-4712-ab10-372e11fff5c4 2018-10-06 15:21:28,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:29,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d4f456e3-24e3-4dba-a13b-4d5f1bfbd881 Date: Sat, 06 Oct 2018 15:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-06T15:21:11Z","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":"3e37ce67de3843498eafb3187da04061","id":"794dda18-e92c-42a2-96c4-04db587f8af6","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet"}]} 2018-10-06 15:21:29,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 used request id req-d4f456e3-24e3-4dba-a13b-4d5f1bfbd881 2018-10-06 15:21:29,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:29,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-12f001a1-5697-49d8-9ced-b8ebb0500820 Date: Sat, 06 Oct 2018 15:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-06T15:21:11Z","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":"3e37ce67de3843498eafb3187da04061","id":"794dda18-e92c-42a2-96c4-04db587f8af6","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet"}]} 2018-10-06 15:21:29,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 used request id req-12f001a1-5697-49d8-9ced-b8ebb0500820 2018-10-06 15:21:29,239 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:21:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:29,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f7207f-6e82-42f5-8ddc-2df8d73f7ff8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:21:29,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-08f7207f-6e82-42f5-8ddc-2df8d73f7ff8 2018-10-06 15:21:29,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:29,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:29 GMT Server: Apache x-openstack-request-id: req-6c2b82c2-fcf2-47b7-a349-e12a2b592a4c Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:29,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:29 GMT Server: Apache x-openstack-request-id: req-fb32ad22-5fdc-47ff-8912-fe66ff1b6990 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c69889e1-e045-4890-9c5f-51a028433d92", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "794dda18-e92c-42a2-96c4-04db587f8af6", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6b17e57d-ac86-421f-8df6-b9f7ea1e9953", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "30c81b55-e7f0-4f77-9da6-f8b698708a0b", "resource_type": "OS::Nova::Server"}]} 2018-10-06 15:21:29,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources used request id req-fb32ad22-5fdc-47ff-8912-fe66ff1b6990 2018-10-06 15:21:29,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/30c81b55-e7f0-4f77-9da6-f8b698708a0b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:30,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8a4f69d-e1a5-4f43-8a16-45da78678bce x-compute-request-id: req-b8a4f69d-e1a5-4f43-8a16-45da78678bce Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:9b:17", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/30c81b55-e7f0-4f77-9da6-f8b698708a0b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/30c81b55-e7f0-4f77-9da6-f8b698708a0b", "rel": "bookmark"}], "image": {"id": "b5581fdf-9041-476c-8022-20464023653d", "links": [{"href": "http://172.30.9.26:8774/images/b5581fdf-9041-476c-8022-20464023653d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-10-06T15:21:16.000000", "flavor": {"id": "6f0116c7-5c80-434e-b3d8-1d1c983734c4", "links": [{"href": "http://172.30.9.26:8774/flavors/6f0116c7-5c80-434e-b3d8-1d1c983734c4", "rel": "bookmark"}]}, "id": "30c81b55-e7f0-4f77-9da6-f8b698708a0b", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:21:20Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-inst", "created": "2018-10-06T15:21:16Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:21:30,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/30c81b55-e7f0-4f77-9da6-f8b698708a0b used request id req-b8a4f69d-e1a5-4f43-8a16-45da78678bce 2018-10-06 15:21:30,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:30,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-6c63fcdd-1b18-43ce-ad2b-53efc90abe69 Date: Sat, 06 Oct 2018 15:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["794dda18-e92c-42a2-96c4-04db587f8af6"],"description":"","tags":[],"updated_at":"2018-10-06T15:21:11Z","provider:segmentation_id":62,"name":"HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:09Z","provider:network_type":"vxlan"}]} 2018-10-06 15:21:30,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-net used request id req-6c63fcdd-1b18-43ce-ad2b-53efc90abe69 2018-10-06 15:21:30,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:21:30,332 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:21: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:21:30,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:30,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bdb657b-b2e7-435f-b930-cb3fc0af659c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:21:30,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-3bdb657b-b2e7-435f-b930-cb3fc0af659c 2018-10-06 15:21:30,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:30,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-22231bc8-030c-449b-9d04-a064e8454c3a Date: Sat, 06 Oct 2018 15:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-06T15:21:11Z","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":"3e37ce67de3843498eafb3187da04061","id":"794dda18-e92c-42a2-96c4-04db587f8af6","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-subnet"}]} 2018-10-06 15:21:30,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 used request id req-22231bc8-030c-449b-9d04-a064e8454c3a 2018-10-06 15:21:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:30,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3562 X-Openstack-Request-Id: req-f51cbb11-7b54-42ba-b5f4-08b84e2fc3fc Date: Sat, 06 Oct 2018 15:21:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:21:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"794dda18-e92c-42a2-96c4-04db587f8af6","ip_address":"10.0.0.2"}],"id":"0fce646f-42fc-45c8-8f64-b320b30c4d65","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5a:d7:35","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b17e57d-ac86-421f-8df6-b9f7ea1e9953","name":"","admin_state_up":true,"network_id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:21:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"794dda18-e92c-42a2-96c4-04db587f8af6","ip_address":"10.0.0.3"}],"id":"112181f4-4944-4dec-a559-561fb767a813","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f1:2e:08","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b17e57d-ac86-421f-8df6-b9f7ea1e9953","name":"","admin_state_up":true,"network_id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:21:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"794dda18-e92c-42a2-96c4-04db587f8af6","ip_address":"10.0.0.11"}],"id":"c69889e1-e045-4890-9c5f-51a028433d92","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:42:9b:17","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"30c81b55-e7f0-4f77-9da6-f8b698708a0b","name":"HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1-server1_port-t2xagjy3tywm","admin_state_up":true,"network_id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:21:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"794dda18-e92c-42a2-96c4-04db587f8af6","ip_address":"10.0.0.4"}],"id":"d78acbcd-bc72-42cc-93af-6e2906154db6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:68:23","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b17e57d-ac86-421f-8df6-b9f7ea1e9953","name":"","admin_state_up":true,"network_id":"6b17e57d-ac86-421f-8df6-b9f7ea1e9953","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:21:13Z","binding:vnic_type":"normal"}]} 2018-10-06 15:21:30,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=6b17e57d-ac86-421f-8df6-b9f7ea1e9953 used request id req-f51cbb11-7b54-42ba-b5f4-08b84e2fc3fc 2018-10-06 15:21:30,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:30,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:30 GMT Server: Apache x-openstack-request-id: req-8905e309-7310-4ef5-8347-e13d5314619c Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:30,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:30 GMT Server: Apache x-openstack-request-id: req-b33ce69e-e501-4155-be17-2c30bc9dd6af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c69889e1-e045-4890-9c5f-51a028433d92", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "794dda18-e92c-42a2-96c4-04db587f8af6", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6b17e57d-ac86-421f-8df6-b9f7ea1e9953", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T15:21:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:21:09Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "30c81b55-e7f0-4f77-9da6-f8b698708a0b", "resource_type": "OS::Nova::Server"}]} 2018-10-06 15:21:30,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053/resources used request id req-b33ce69e-e501-4155-be17-2c30bc9dd6af 2018-10-06 15:21:30,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5289fa9570e361a2da8b2d7f82981cc57f7526f5" 2018-10-06 15:21:31,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:30 GMT Server: Apache x-openstack-request-id: req-6475bcfc-c0ef-4c2a-b4b8-69aa886a0809 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:31,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:21:31 GMT Server: Apache x-openstack-request-id: req-b88706ce-ec56-4a23-bdd2-a4bcccda21d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:21:31,525 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-stack1/63f1ce3e-eec4-41e2-b3d7-bf58bd3bd053 used request id req-b88706ce-ec56-4a23-bdd2-a4bcccda21d7 2018-10-06 15:21:31,525 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-eb929db5-2b8d-4ecc-93ab-a3dcbebe4f58-image 2018-10-06 15:21:31,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c8d87b5df15d75845c89fb509f78328ab8e8d4f" 2018-10-06 15:21:34,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08321fda-13fa-4d8f-a513-e3915f1ffc32 Date: Sat, 06 Oct 2018 15:21:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:21:34,635 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b5581fdf-9041-476c-8022-20464023653d used request id req-08321fda-13fa-4d8f-a513-e3915f1ffc32 2018-10-06 15:21:34,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/6f0116c7-5c80-434e-b3d8-1d1c983734c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b63154ffa9639aedd3c54f2ce19ca2762abe5f6e" 2018-10-06 15:21:34,690 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae93797f-fcb9-49b5-80d0-a5e21c3e0155 x-compute-request-id: req-ae93797f-fcb9-49b5-80d0-a5e21c3e0155 Content-Length: 0 Content-Type: application/json 2018-10-06 15:21:34,690 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/6f0116c7-5c80-434e-b3d8-1d1c983734c4 used request id req-ae93797f-fcb9-49b5-80d0-a5e21c3e0155 2018-10-06 15:21:34,692 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:21:34,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:21:34,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:35,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["26MDVWLGTBuYKbJutgXAeg"], "issued_at": "2018-10-06T15:21:35.000000Z"}} 2018-10-06 15:21:35,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" 2018-10-06 15:21:35,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c3fb05-319a-489f-a411-1a5e425bce68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:21:35,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-92c3fb05-319a-489f-a411-1a5e425bce68 2018-10-06 15:21:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" 2018-10-06 15:21:35,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-9ea7bc4e-228d-4f55-934d-60853bdf6d89 Date: Sat, 06 Oct 2018 15:21:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image"} 2018-10-06 15:21:35,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image used request id req-9ea7bc4e-228d-4f55-934d-60853bdf6d89 2018-10-06 15:21:35,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" 2018-10-06 15:21:35,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-608efdac-008c-4879-97eb-1154e2cd68fe Date: Sat, 06 Oct 2018 15:21:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:21:35,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-608efdac-008c-4879-97eb-1154e2cd68fe 2018-10-06 15:21:35,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image"}' 2018-10-06 15:21:35,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318 X-Openstack-Request-Id: req-5bbda3db-9dbc-445b-8790-2f4264458977 Date: Sat, 06 Oct 2018 15:21:35 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:21:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:21:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318", "min_disk": 0, "protected": false, "id": "0efe344e-2aed-4ada-ad8e-6f5e5cbd5318", "file": "/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:21:35,721 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-5bbda3db-9dbc-445b-8790-2f4264458977 2018-10-06 15:21:35,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" -d '' 2018-10-06 15:21:38,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5137db26-dd71-4228-8d52-de48ebd7a103 Date: Sat, 06 Oct 2018 15:21:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:21:38,099 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/file used request id req-5137db26-dd71-4228-8d52-de48ebd7a103 2018-10-06 15:21:38,100 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:21:38,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" 2018-10-06 15:21:38,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-a913c8bd-1bdb-447e-b123-1635c0de45b0 Date: Sat, 06 Oct 2018 15:21:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:21:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:21:38Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/snap", "metadata": {}}], "self": "/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318", "min_disk": 0, "protected": false, "id": "0efe344e-2aed-4ada-ad8e-6f5e5cbd5318", "file": "/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:21:38,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318 used request id req-a913c8bd-1bdb-447e-b123-1635c0de45b0 2018-10-06 15:21:38,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" 2018-10-06 15:21:38,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d9108243-9821-4591-871e-7614877cb849 Date: Sat, 06 Oct 2018 15:21:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:21:38,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d9108243-9821-4591-871e-7614877cb849 2018-10-06 15:21:38,488 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image 2018-10-06 15:21:38,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" 2018-10-06 15:21:38,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-83e64f23-6607-4c43-a6fa-5dfddda13e96 Date: Sat, 06 Oct 2018 15:21:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:21:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:21:38Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/snap", "metadata": {}}], "self": "/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318", "min_disk": 0, "protected": false, "id": "0efe344e-2aed-4ada-ad8e-6f5e5cbd5318", "file": "/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:21:38,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318 used request id req-83e64f23-6607-4c43-a6fa-5dfddda13e96 2018-10-06 15:21:38,654 - create_image - DEBUG - Instance status is - active 2018-10-06 15:21:38,654 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image 2018-10-06 15:21:38,654 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image 2018-10-06 15:21:38,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:21:38,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:39,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["eDTnMRSBTNOxCidTowMfgQ"], "issued_at": "2018-10-06T15:21:39.000000Z"}} 2018-10-06 15:21:39,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e92b7dcd6da68032dee6430a580e83d14ca62262" 2018-10-06 15:21:39,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5013b634-1a45-43b7-91eb-6f03ce99c6b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:21:39,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5013b634-1a45-43b7-91eb-6f03ce99c6b5 2018-10-06 15:21:39,124 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:21:39,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e92b7dcd6da68032dee6430a580e83d14ca62262" 2018-10-06 15:21:39,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ad7f946-eed3-437f-b1fa-3c5efbd63b61 x-compute-request-id: req-4ad7f946-eed3-437f-b1fa-3c5efbd63b61 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:21:39,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4ad7f946-eed3-437f-b1fa-3c5efbd63b61 2018-10-06 15:21:39,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e92b7dcd6da68032dee6430a580e83d14ca62262" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 15:21:39,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1485ec3-02ee-4214-9ebe-29815530e692 x-compute-request-id: req-c1485ec3-02ee-4214-9ebe-29815530e692 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/115ba9be-edbf-47df-8595-afef67119a94", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/115ba9be-edbf-47df-8595-afef67119a94", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "115ba9be-edbf-47df-8595-afef67119a94", "name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:21:39,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c1485ec3-02ee-4214-9ebe-29815530e692 2018-10-06 15:21:39,404 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:21:39,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:21:39,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:21:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["qRxVGONSTliOyrSEKMjyKQ"], "issued_at": "2018-10-06T15:21:39.000000Z"}} 2018-10-06 15:21:39,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-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-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}}' 2018-10-06 15:21:42,341 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:21:39 GMT Server: Apache x-openstack-request-id: req-caa7881e-bf0a-41d3-ba20-8bfe67530042 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "e04d8249-4585-44af-ada7-20664bbff678", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}]}} 2018-10-06 15:21:42,342 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks used request id req-caa7881e-bf0a-41d3-ba20-8bfe67530042 2018-10-06 15:21:42,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:43,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:42 GMT Server: Apache x-openstack-request-id: req-dd004527-79b5-4d4c-b35b-55c51e0add58 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:43,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:43 GMT Server: Apache x-openstack-request-id: req-fab961f2-2ee7-47e1-b33c-3f88b7e5dc33 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "e04d8249-4585-44af-ada7-20664bbff678", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e04d8249-4585-44af-ada7-20664bbff678", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:43,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-fab961f2-2ee7-47e1-b33c-3f88b7e5dc33 2018-10-06 15:21:43,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:44,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:43 GMT Server: Apache x-openstack-request-id: req-5423434a-e28f-43ed-a50b-bbf41e3fe0f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "deletion_time": null, "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "updated_time": null, "project": "3e37ce67de3843498eafb3187da04061", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "e04d8249-4585-44af-ada7-20664bbff678", "tags": null}]} 2018-10-06 15:21:44,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1 used request id req-5423434a-e28f-43ed-a50b-bbf41e3fe0f9 2018-10-06 15:21:44,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:44,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:44 GMT Server: Apache x-openstack-request-id: req-3d2e3e18-6c27-4046-91c0-848d58430e8b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "deletion_time": null, "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "updated_time": null, "project": "3e37ce67de3843498eafb3187da04061", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "e04d8249-4585-44af-ada7-20664bbff678", "tags": null}]} 2018-10-06 15:21:44,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1 used request id req-3d2e3e18-6c27-4046-91c0-848d58430e8b 2018-10-06 15:21:44,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:45,006 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:44 GMT Server: Apache x-openstack-request-id: req-b0fe52f8-e1bf-4ee1-bc0b-f928b3e45e65 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:45,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:45 GMT Server: Apache x-openstack-request-id: req-599d13af-e3c4-4e37-89c2-f46235ffa6f9 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "e04d8249-4585-44af-ada7-20664bbff678", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e04d8249-4585-44af-ada7-20664bbff678", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:45,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-599d13af-e3c4-4e37-89c2-f46235ffa6f9 2018-10-06 15:21:45,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:45,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:45 GMT Server: Apache x-openstack-request-id: req-3eba4c37-4f6c-4b4e-a3ab-79c29bdd562e Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:46,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:45 GMT Server: Apache x-openstack-request-id: req-a4ce2162-9261-4cf1-8999-a40fcce73641 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "e04d8249-4585-44af-ada7-20664bbff678", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e04d8249-4585-44af-ada7-20664bbff678", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:46,503 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-a4ce2162-9261-4cf1-8999-a40fcce73641 2018-10-06 15:21:49,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:50,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:49 GMT Server: Apache x-openstack-request-id: req-f11d526b-241d-4f4b-a08f-12dd7e4034db Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:50,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:50 GMT Server: Apache x-openstack-request-id: req-c1937d41-ba6b-4890-8d9d-652f87ea0923 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "e04d8249-4585-44af-ada7-20664bbff678", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e04d8249-4585-44af-ada7-20664bbff678", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:50,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-c1937d41-ba6b-4890-8d9d-652f87ea0923 2018-10-06 15:21:53,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:53,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:53 GMT Server: Apache x-openstack-request-id: req-10a46117-4f0a-43d9-9206-566ae199f7b8 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:53,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:53 GMT Server: Apache x-openstack-request-id: req-5012c94c-2bba-4c28-bad0-0b9f1379f878 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "e04d8249-4585-44af-ada7-20664bbff678", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e04d8249-4585-44af-ada7-20664bbff678", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:53,337 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-5012c94c-2bba-4c28-bad0-0b9f1379f878 2018-10-06 15:21:56,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:21:56,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:21:56 GMT Server: Apache x-openstack-request-id: req-9d6779c6-18e4-4dee-9698-6a0b2ca6254f Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:21:57,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:21:56 GMT Server: Apache x-openstack-request-id: req-419f268e-1822-485e-afa5-6779d6fcff8a 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "e04d8249-4585-44af-ada7-20664bbff678", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e04d8249-4585-44af-ada7-20664bbff678", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:21:57,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-419f268e-1822-485e-afa5-6779d6fcff8a 2018-10-06 15:22:00,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:00,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:00 GMT Server: Apache x-openstack-request-id: req-f2034cde-f5f2-4954-9546-48b40e9e5970 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:00,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:00 GMT Server: Apache x-openstack-request-id: req-95a6c7a1-9f48-42f8-ba32-4cfa8d63336b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "e04d8249-4585-44af-ada7-20664bbff678", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1", "stack_user_project_id": "ab56420440d44502925018f959ed7bad", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:21:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e04d8249-4585-44af-ada7-20664bbff678", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:00,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-95a6c7a1-9f48-42f8-ba32-4cfa8d63336b 2018-10-06 15:22:00,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-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-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}}' 2018-10-06 15:22:02,254 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:22:00 GMT Server: Apache x-openstack-request-id: req-44e6b42b-4326-4322-ac23-6c0629b603ae Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}]}} 2018-10-06 15:22:02,254 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks used request id req-44e6b42b-4326-4322-ac23-6c0629b603ae 2018-10-06 15:22:02,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:02,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:02 GMT Server: Apache x-openstack-request-id: req-7e7b9a87-dfb9-4ec3-b8f0-a115fe21fc22 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:03,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:02 GMT Server: Apache x-openstack-request-id: req-188f7e21-f49d-4995-aa0a-ab46c0d3d97a 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:03,075 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-188f7e21-f49d-4995-aa0a-ab46c0d3d97a 2018-10-06 15:22:03,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:03,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-663a6c82-eac0-473f-ba7d-0f02a27ac4dc 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-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "deletion_time": null, "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "updated_time": null, "project": "3e37ce67de3843498eafb3187da04061", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "tags": null}]} 2018-10-06 15:22:03,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2 used request id req-663a6c82-eac0-473f-ba7d-0f02a27ac4dc 2018-10-06 15:22:03,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:03,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-a847c63f-651f-4363-935f-255f03f8cb25 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-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "deletion_time": null, "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "updated_time": null, "project": "3e37ce67de3843498eafb3187da04061", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "tags": null}]} 2018-10-06 15:22:03,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2 used request id req-a847c63f-651f-4363-935f-255f03f8cb25 2018-10-06 15:22:03,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:03,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-7a87df33-696f-4859-8dde-1999c5ed95cf Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:03,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-b6b59a5f-597d-4f6b-b57b-8ce8a6503831 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:03,388 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-b6b59a5f-597d-4f6b-b57b-8ce8a6503831 2018-10-06 15:22:03,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:04,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-50dc0d1b-a83e-4435-afd5-ae85e70b6458 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:04,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:04 GMT Server: Apache x-openstack-request-id: req-22ed6d02-ace3-48eb-bab8-98e196957416 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:04,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-22ed6d02-ace3-48eb-bab8-98e196957416 2018-10-06 15:22:07,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:07,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:07 GMT Server: Apache x-openstack-request-id: req-af4a9e3d-32ba-4e49-a3e2-8772e3c33695 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:07,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:07 GMT Server: Apache x-openstack-request-id: req-7748bb62-8690-493d-8200-282a996655c0 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:07,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-7748bb62-8690-493d-8200-282a996655c0 2018-10-06 15:22:10,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:11,019 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:10 GMT Server: Apache x-openstack-request-id: req-01fc54e3-b068-43bc-afc9-47d53a069480 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:11,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:10 GMT Server: Apache x-openstack-request-id: req-472fdbb7-1adf-4678-9cd2-652c064d5c42 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:11,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-472fdbb7-1adf-4678-9cd2-652c064d5c42 2018-10-06 15:22:14,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:14,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:14 GMT Server: Apache x-openstack-request-id: req-70d6d496-ab8c-4869-8ca2-71ac2ee89fd0 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:15,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:14 GMT Server: Apache x-openstack-request-id: req-7e31c90a-8f88-44a6-bdd2-1e61ed886e15 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:15,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-7e31c90a-8f88-44a6-bdd2-1e61ed886e15 2018-10-06 15:22:18,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:18,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:18 GMT Server: Apache x-openstack-request-id: req-511bcd34-46fb-4c77-bb73-b64f747330f8 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:18,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:18 GMT Server: Apache x-openstack-request-id: req-11c4aa74-dd76-465d-8236-c44c44bf9e9e 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:18,506 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-11c4aa74-dd76-465d-8236-c44c44bf9e9e 2018-10-06 15:22:21,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:22,163 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:21 GMT Server: Apache x-openstack-request-id: req-b8041ee3-de39-4573-84d5-b9050ba29822 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:22,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:22 GMT Server: Apache x-openstack-request-id: req-a98d710c-3a62-40a9-b8c5-65d187f4cf3a 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:22,384 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-a98d710c-3a62-40a9-b8c5-65d187f4cf3a 2018-10-06 15:22:25,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:25,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:25 GMT Server: Apache x-openstack-request-id: req-68622d12-1d41-4a74-b11d-8098d9201f65 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:25,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:25 GMT Server: Apache x-openstack-request-id: req-54bc738d-ca0a-4ba7-8868-b516778fe7ee 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:25,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-54bc738d-ca0a-4ba7-8868-b516778fe7ee 2018-10-06 15:22:28,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:28,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:28 GMT Server: Apache x-openstack-request-id: req-7a999d66-9bab-483e-bd6a-5bcb16ab7f94 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:28,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:28 GMT Server: Apache x-openstack-request-id: req-3a8e3be5-f599-46f6-a1da-1995aafb32c9 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:28,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-3a8e3be5-f599-46f6-a1da-1995aafb32c9 2018-10-06 15:22:31,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:32,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:31 GMT Server: Apache x-openstack-request-id: req-e2cff718-c351-492e-9036-cd47dacb6440 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:32,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:32 GMT Server: Apache x-openstack-request-id: req-d456648a-2c06-4451-9174-04a9e826a8d7 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:32,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-d456648a-2c06-4451-9174-04a9e826a8d7 2018-10-06 15:22:35,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:35,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:35 GMT Server: Apache x-openstack-request-id: req-07e8d69a-da8e-4295-a96c-b0f9add7ff26 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:35,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:35 GMT Server: Apache x-openstack-request-id: req-d72485a5-8607-40e2-badc-7e809c0d588a 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:35,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-d72485a5-8607-40e2-badc-7e809c0d588a 2018-10-06 15:22:38,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:38,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:38 GMT Server: Apache x-openstack-request-id: req-a0606f39-d2d2-4eed-933e-499bb2acbd07 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:38,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:38 GMT Server: Apache x-openstack-request-id: req-01be2a95-c26d-4c17-9713-e74abeffe676 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:38,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-01be2a95-c26d-4c17-9713-e74abeffe676 2018-10-06 15:22:41,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:41,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:41 GMT Server: Apache x-openstack-request-id: req-3ec8180a-afb8-4ccd-9c1f-d77257feb13a Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:41,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:41 GMT Server: Apache x-openstack-request-id: req-a365360a-8a64-40b6-95a0-48bc3fc0d767 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:41,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-a365360a-8a64-40b6-95a0-48bc3fc0d767 2018-10-06 15:22:44,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:45,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-859e4e97-39ec-42b5-8e4f-e59704ec1a69 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:45,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-2f8201f2-3e00-4af5-9099-b87c869549c2 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:45,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-2f8201f2-3e00-4af5-9099-b87c869549c2 2018-10-06 15:22:48,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:48,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-2f58cad8-9916-4e19-a319-41a2a5aecf89 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:48,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-6fcf4c00-75f6-49e5-b908-2fa9e2b9c2bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2", "stack_user_project_id": "d7ce6f337e4e42dca354877d1bfc8a78", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:22:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9f8d189-86e4-4253-8325-a2c028b78b47", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 15:22:48,673 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-6fcf4c00-75f6-49e5-b908-2fa9e2b9c2bd 2018-10-06 15:22:48,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/e04d8249-4585-44af-ada7-20664bbff678 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:48,703 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-72ab3a0f-5bfe-4959-a8e0-5bd1f1a27365 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:48,950 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-53ca1d6d-0702-43ee-83bc-706ede448a2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:22:48,950 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack1/e04d8249-4585-44af-ada7-20664bbff678 used request id req-53ca1d6d-0702-43ee-83bc-706ede448a2c 2018-10-06 15:22:48,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/f9f8d189-86e4-4253-8325-a2c028b78b47 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16717b521089abd1d45c5fef537e20ab66a35e5c" 2018-10-06 15:22:48,979 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-f546d79e-be56-4056-a1b7-b2233dac2bb0 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:22:49,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-161e0754-fd3a-4318-a67f-e0d4a7588cb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:22:49,052 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-stack2/f9f8d189-86e4-4253-8325-a2c028b78b47 used request id req-161e0754-fd3a-4318-a67f-e0d4a7588cb9 2018-10-06 15:22:49,052 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-f1a6f6ab-fc9c-472e-b6e5-4e67253a9553-image 2018-10-06 15:22:49,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7825b911c5943b5d5b37170d21856c31cc1a5eac" 2018-10-06 15:22:51,526 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-05a800c4-e9c8-43ad-93a9-1ed4c4b1043c Date: Sat, 06 Oct 2018 15:22:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:22:51,526 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/0efe344e-2aed-4ada-ad8e-6f5e5cbd5318 used request id req-05a800c4-e9c8-43ad-93a9-1ed4c4b1043c 2018-10-06 15:22:51,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/115ba9be-edbf-47df-8595-afef67119a94 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e92b7dcd6da68032dee6430a580e83d14ca62262" 2018-10-06 15:22:51,619 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:22: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-6ec6a960-fc8f-43af-b064-40edeeb21a1d x-compute-request-id: req-6ec6a960-fc8f-43af-b064-40edeeb21a1d Content-Length: 0 Content-Type: application/json 2018-10-06 15:22:51,619 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/115ba9be-edbf-47df-8595-afef67119a94 used request id req-6ec6a960-fc8f-43af-b064-40edeeb21a1d 2018-10-06 15:22:51,621 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:22:51,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:22:51,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:22:52,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:22:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["bpcI8flAR4G7HIzhqvWrnA"], "issued_at": "2018-10-06T15:22:51.000000Z"}} 2018-10-06 15:22:52,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" 2018-10-06 15:22:52,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b130d685-9278-469e-b240-eaaf9340c2de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:22:52,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b130d685-9278-469e-b240-eaaf9340c2de 2018-10-06 15:22:52,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" 2018-10-06 15:22:52,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-86199bbd-efe0-4f11-81de-81190169ec16 Date: Sat, 06 Oct 2018 15:22:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"} 2018-10-06 15:22:52,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1 used request id req-86199bbd-efe0-4f11-81de-81190169ec16 2018-10-06 15:22:52,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" 2018-10-06 15:22:52,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e60a8dd-e1ea-4844-aabb-fac4bd3b8c2f Date: Sat, 06 Oct 2018 15:22:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:22:52,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-9e60a8dd-e1ea-4844-aabb-fac4bd3b8c2f 2018-10-06 15:22:52,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}' 2018-10-06 15:22:52,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd X-Openstack-Request-Id: req-9bfe73ef-8724-42a1-8dfd-52cbaa4b1072 Date: Sat, 06 Oct 2018 15:22:52 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "min_disk": 0, "protected": false, "id": "b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "file": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:22:52,673 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9bfe73ef-8724-42a1-8dfd-52cbaa4b1072 2018-10-06 15:22:52,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" -d '' 2018-10-06 15:22:55,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-848d6a0c-7796-4578-8d96-ab75f8e304d2 Date: Sat, 06 Oct 2018 15:22:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:22:55,267 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/file used request id req-848d6a0c-7796-4578-8d96-ab75f8e304d2 2018-10-06 15:22:55,267 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:22:55,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" 2018-10-06 15:22:55,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-52e8a0cd-a966-4462-9f3a-bd7225a88b2c Date: Sat, 06 Oct 2018 15:22:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:55Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/snap", "metadata": {}}], "self": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "min_disk": 0, "protected": false, "id": "b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "file": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:22:55,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd used request id req-52e8a0cd-a966-4462-9f3a-bd7225a88b2c 2018-10-06 15:22:55,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" 2018-10-06 15:22:55,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-082c2258-5ef7-4a60-8530-d459d941125d Date: Sat, 06 Oct 2018 15:22:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:22:55,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-082c2258-5ef7-4a60-8530-d459d941125d 2018-10-06 15:22:55,621 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1 2018-10-06 15:22:55,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" 2018-10-06 15:22:55,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-dab53b9c-6d4f-4516-aaf7-e6c6733ab440 Date: Sat, 06 Oct 2018 15:22:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:55Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/snap", "metadata": {}}], "self": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "min_disk": 0, "protected": false, "id": "b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "file": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:22:55,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd used request id req-dab53b9c-6d4f-4516-aaf7-e6c6733ab440 2018-10-06 15:22:55,798 - create_image - DEBUG - Instance status is - active 2018-10-06 15:22:55,798 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1 2018-10-06 15:22:55,798 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1 2018-10-06 15:22:55,798 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:22:55,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:22:55,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:22:56,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:22:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["hyCyiD1eRciVZ364HWZj8Q"], "issued_at": "2018-10-06T15:22:56.000000Z"}} 2018-10-06 15:22:56,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" 2018-10-06 15:22:56,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e0962f-41e3-41a0-9dba-37274dec1094 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:22:56,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21e0962f-41e3-41a0-9dba-37274dec1094 2018-10-06 15:22:56,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" 2018-10-06 15:22:56,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-fab02ce3-4aad-4f6b-b7f0-a2bae9d7709c Date: Sat, 06 Oct 2018 15:22:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2"} 2018-10-06 15:22:56,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2 used request id req-fab02ce3-4aad-4f6b-b7f0-a2bae9d7709c 2018-10-06 15:22:56,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" 2018-10-06 15:22:56,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2c1583ae-17c8-44e5-8745-2d83f1684e31 Date: Sat, 06 Oct 2018 15:22:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:22:56,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-2c1583ae-17c8-44e5-8745-2d83f1684e31 2018-10-06 15:22:56,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2"}' 2018-10-06 15:22:56,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a X-Openstack-Request-Id: req-f9b06a00-c6a8-4f9e-b85d-8b8efa334ba8 Date: Sat, 06 Oct 2018 15:22:56 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a", "min_disk": 0, "protected": false, "id": "73403101-68a8-41d4-97ed-37abc0e0c46a", "file": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a/file", "checksum": null, "owner": "3e37ce67de3843498eafb3187da04061", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:22:56,866 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f9b06a00-c6a8-4f9e-b85d-8b8efa334ba8 2018-10-06 15:22:56,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" -d '' 2018-10-06 15:22:59,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a77968d-99bb-4db1-9729-77e65c67be44 Date: Sat, 06 Oct 2018 15:22:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:22:59,099 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a/file used request id req-1a77968d-99bb-4db1-9729-77e65c67be44 2018-10-06 15:22:59,099 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:22:59,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" 2018-10-06 15:22:59,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-4dab7342-700f-482d-a5e7-b09d825a1ee5 Date: Sat, 06 Oct 2018 15:22:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:59Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "metadata": {}}], "self": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a", "min_disk": 0, "protected": false, "id": "73403101-68a8-41d4-97ed-37abc0e0c46a", "file": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:22:59,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a used request id req-4dab7342-700f-482d-a5e7-b09d825a1ee5 2018-10-06 15:22:59,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" 2018-10-06 15:22:59,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1cd6868a-8a61-41cd-af95-491b0db246be Date: Sat, 06 Oct 2018 15:22:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:22:59,275 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-1cd6868a-8a61-41cd-af95-491b0db246be 2018-10-06 15:22:59,278 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2 2018-10-06 15:22:59,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" 2018-10-06 15:22:59,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-1c775ad4-8fdf-4d35-b4c6-e41dea54c837 Date: Sat, 06 Oct 2018 15:22:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:59Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "metadata": {}}], "self": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a", "min_disk": 0, "protected": false, "id": "73403101-68a8-41d4-97ed-37abc0e0c46a", "file": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:22:59,454 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a used request id req-1c775ad4-8fdf-4d35-b4c6-e41dea54c837 2018-10-06 15:22:59,454 - create_image - DEBUG - Instance status is - active 2018-10-06 15:22:59,455 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2 2018-10-06 15:22:59,455 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2 2018-10-06 15:22:59,455 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:22:59,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:22:59,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["W3Pe1LS-TGyG_m-9epHLTA"], "issued_at": "2018-10-06T15:22:59.000000Z"}} 2018-10-06 15:22:59,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net"}}' 2018-10-06 15:23:03,833 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:22:59 GMT Server: Apache x-openstack-request-id: req-72c3ab23-6e49-47fb-b9f0-410b6564bd8a Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}]}} 2018-10-06 15:23:03,833 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks used request id req-72c3ab23-6e49-47fb-b9f0-410b6564bd8a 2018-10-06 15:23:03,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:04,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:03 GMT Server: Apache x-openstack-request-id: req-a207ba1e-e760-4fc1-b837-d48caef342d1 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:04,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:04 GMT Server: Apache x-openstack-request-id: req-1760ea1a-8dbf-40a1-b664-7222aef938fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:04,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-1760ea1a-8dbf-40a1-b664-7222aef938fa 2018-10-06 15:23:04,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:05,362 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:04 GMT Server: Apache x-openstack-request-id: req-dcfc28b8-48a3-47cb-b85c-2781e62bc74e Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:05,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:05 GMT Server: Apache x-openstack-request-id: req-4f654cf3-540e-4026-acc3-6e84d621190f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:05,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-4f654cf3-540e-4026-acc3-6e84d621190f 2018-10-06 15:23:08,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:08,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:08 GMT Server: Apache x-openstack-request-id: req-71fb54be-4287-43b5-b4ed-b91e04d322b4 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:09,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:08 GMT Server: Apache x-openstack-request-id: req-f0d529d0-a38b-41d0-8eae-d6e2c1a77a9a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:09,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-f0d529d0-a38b-41d0-8eae-d6e2c1a77a9a 2018-10-06 15:23:12,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:12,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:12 GMT Server: Apache x-openstack-request-id: req-1c5402c3-f14e-41fd-9877-f5d2c24b85db Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:12,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:12 GMT Server: Apache x-openstack-request-id: req-1c433a4a-fdea-4d0d-9cfb-e9048e760bf3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:12,689 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-1c433a4a-fdea-4d0d-9cfb-e9048e760bf3 2018-10-06 15:23:15,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:15,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:15 GMT Server: Apache x-openstack-request-id: req-3960241a-ad89-4190-bcd3-671987cca5c6 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:16,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:15 GMT Server: Apache x-openstack-request-id: req-e56c3c86-6d1f-4442-8aa4-9dcee33000a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:16,759 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-e56c3c86-6d1f-4442-8aa4-9dcee33000a6 2018-10-06 15:23:19,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:19,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:19 GMT Server: Apache x-openstack-request-id: req-c7a506ad-a35f-438c-8c84-7fefc43ad948 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:20,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:19 GMT Server: Apache x-openstack-request-id: req-a0216e21-6995-4ede-9fa4-95aef4e02069 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:20,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-a0216e21-6995-4ede-9fa4-95aef4e02069 2018-10-06 15:23:23,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:23,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:23 GMT Server: Apache x-openstack-request-id: req-26bdfb7f-0203-4ee8-902f-dc27e3ec6f93 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:23,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:23 GMT Server: Apache x-openstack-request-id: req-5523e444-53c6-4b58-a5ac-b6dfcc831944 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:23,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-5523e444-53c6-4b58-a5ac-b6dfcc831944 2018-10-06 15:23:26,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:26,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-a5c3abe3-d6ac-478a-a353-e568467933e8 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:26,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-388e5a50-cf08-4edf-a843-c68cae307bbb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:26,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-388e5a50-cf08-4edf-a843-c68cae307bbb 2018-10-06 15:23:26,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:27,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-83822efc-5d62-4795-9a89-f8da92612f9d Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:27,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:27 GMT Server: Apache x-openstack-request-id: req-f5d8fa4e-5053-4995-af83-4bc19086e705 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1045 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "613ee540-1c34-48ae-aaa9-f11d640ce777", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0cd5527d-2fb5-414c-971b-d5891247e606", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "071000ef-2e0c-486d-9283-2e70a2456bf8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "488e4bf4-380c-4aee-80fa-32fc8cca48e1", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cf1f7dfc-5d2f-4265-99ab-544baf342dfe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848:subnet_id=7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b2b89138-5801-4008-882c-e11549ce8c68", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "23b5d0a2-83f6-48b4-9b80-47ff1d641f52", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "91bf19d1-c208-4359-bd1b-8512fa902962", "resource_type": "OS::Neutron::Port"}]} 2018-10-06 15:23:27,361 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources used request id req-f5d8fa4e-5053-4995-af83-4bc19086e705 2018-10-06 15:23:27,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:27,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:27 GMT Server: Apache x-openstack-request-id: req-2a23190e-9bb0-4708-a595-68385f6e82f7 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:27,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:27 GMT Server: Apache x-openstack-request-id: req-67ebd01d-67ca-4fa2-a2a0-161edc8cea0a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:27,705 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-67ebd01d-67ca-4fa2-a2a0-161edc8cea0a 2018-10-06 15:23:27,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:27,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:27 GMT Server: Apache x-openstack-request-id: req-b1697ce2-1190-46ab-831d-ff84a88254ba Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:27,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:27 GMT Server: Apache x-openstack-request-id: req-89fe8f2a-a09b-4a20-9141-210cc3cb211e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1048 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "613ee540-1c34-48ae-aaa9-f11d640ce777", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0cd5527d-2fb5-414c-971b-d5891247e606", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "071000ef-2e0c-486d-9283-2e70a2456bf8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "488e4bf4-380c-4aee-80fa-32fc8cca48e1", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cf1f7dfc-5d2f-4265-99ab-544baf342dfe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848:subnet_id=7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b2b89138-5801-4008-882c-e11549ce8c68", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "23b5d0a2-83f6-48b4-9b80-47ff1d641f52", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "91bf19d1-c208-4359-bd1b-8512fa902962", "resource_type": "OS::Neutron::Port"}]} 2018-10-06 15:23:27,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources used request id req-89fe8f2a-a09b-4a20-9141-210cc3cb211e 2018-10-06 15:23:27,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=071000ef-2e0c-486d-9283-2e70a2456bf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:27,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-247cbb50-32cf-48a4-a667-1464420df940 Date: Sat, 06 Oct 2018 15:23:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"071000ef-2e0c-486d-9283-2e70a2456bf8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["7a49cabb-b49f-4a6c-ab75-2a5add5c73c2"],"description":"","tags":[],"updated_at":"2018-10-06T15:23:07Z","provider:segmentation_id":93,"name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:06Z","provider:network_type":"vxlan"}]} 2018-10-06 15:23:27,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=071000ef-2e0c-486d-9283-2e70a2456bf8 used request id req-247cbb50-32cf-48a4-a667-1464420df940 2018-10-06 15:23:27,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:28,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-59bc4257-a8d9-403b-860c-06bcffc49870 Date: Sat, 06 Oct 2018 15:23:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:07Z","dns_nameservers":[],"updated_at":"2018-10-06T15:23:07Z","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":"3e37ce67de3843498eafb3187da04061","id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet"}]} 2018-10-06 15:23:28,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 used request id req-59bc4257-a8d9-403b-860c-06bcffc49870 2018-10-06 15:23:28,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:28,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1ff27624-34c1-4bde-af86-13769919a69a Date: Sat, 06 Oct 2018 15:23:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:07Z","dns_nameservers":[],"updated_at":"2018-10-06T15:23:07Z","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":"3e37ce67de3843498eafb3187da04061","id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet"}]} 2018-10-06 15:23:28,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 used request id req-1ff27624-34c1-4bde-af86-13769919a69a 2018-10-06 15:23:28,089 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:23:28,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:28,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a904b7-5855-450f-bf96-d0023cfd550b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:23:28,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f8a904b7-5855-450f-bf96-d0023cfd550b 2018-10-06 15:23:28,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:28,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:28 GMT Server: Apache x-openstack-request-id: req-f62e1b96-df8e-45b6-a51f-3703ecc216e7 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:28,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:28 GMT Server: Apache x-openstack-request-id: req-e7c103fe-507d-4b37-8a6a-dbd41a752b49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1048 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "613ee540-1c34-48ae-aaa9-f11d640ce777", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0cd5527d-2fb5-414c-971b-d5891247e606", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "071000ef-2e0c-486d-9283-2e70a2456bf8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "488e4bf4-380c-4aee-80fa-32fc8cca48e1", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cf1f7dfc-5d2f-4265-99ab-544baf342dfe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848:subnet_id=7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b2b89138-5801-4008-882c-e11549ce8c68", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "23b5d0a2-83f6-48b4-9b80-47ff1d641f52", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "91bf19d1-c208-4359-bd1b-8512fa902962", "resource_type": "OS::Neutron::Port"}]} 2018-10-06 15:23:28,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources used request id req-e7c103fe-507d-4b37-8a6a-dbd41a752b49 2018-10-06 15:23:28,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b2b89138-5801-4008-882c-e11549ce8c68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:28,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-e26c631f-4957-4460-85db-c705fcbd3fed x-compute-request-id: req-e26c631f-4957-4460-85db-c705fcbd3fed Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:05:5d", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:05:5d", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b2b89138-5801-4008-882c-e11549ce8c68", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b2b89138-5801-4008-882c-e11549ce8c68", "rel": "bookmark"}], "image": {"id": "b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "links": [{"href": "http://172.30.9.26:8774/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-10-06T15:23:17.000000", "flavor": {"id": "0cd5527d-2fb5-414c-971b-d5891247e606", "links": [{"href": "http://172.30.9.26:8774/flavors/0cd5527d-2fb5-414c-971b-d5891247e606", "rel": "bookmark"}]}, "id": "b2b89138-5801-4008-882c-e11549ce8c68", "security_groups": [{"name": "security_group_name"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:23:21Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "created": "2018-10-06T15:23:12Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:23:28,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b2b89138-5801-4008-882c-e11549ce8c68 used request id req-e26c631f-4957-4460-85db-c705fcbd3fed 2018-10-06 15:23:28,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:29,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-5fc852fe-2185-4397-8bef-16dd628d6358 Date: Sat, 06 Oct 2018 15:23:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"071000ef-2e0c-486d-9283-2e70a2456bf8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["7a49cabb-b49f-4a6c-ab75-2a5add5c73c2"],"description":"","tags":[],"updated_at":"2018-10-06T15:23:07Z","provider:segmentation_id":93,"name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:06Z","provider:network_type":"vxlan"}]} 2018-10-06 15:23:29,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net used request id req-5fc852fe-2185-4397-8bef-16dd628d6358 2018-10-06 15:23:29,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:23:29,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:23: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:23:29,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:29,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9375a3-25c3-48aa-8bed-e22bddbcd020 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:23:29,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-ef9375a3-25c3-48aa-8bed-e22bddbcd020 2018-10-06 15:23:29,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:29,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-07183881-cd7b-4c96-a167-fe0d6a390055 Date: Sat, 06 Oct 2018 15:23:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:07Z","dns_nameservers":[],"updated_at":"2018-10-06T15:23:07Z","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":"3e37ce67de3843498eafb3187da04061","id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet"}]} 2018-10-06 15:23:29,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 used request id req-07183881-cd7b-4c96-a167-fe0d6a390055 2018-10-06 15:23:29,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:29,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5216 X-Openstack-Request-Id: req-0349d055-a7fe-4f02-bee0-a2536c59cd5f Date: Sat, 06 Oct 2018 15:23:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.3"}],"id":"1ecdf883-83b3-4714-a488-96c8b5915d4c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:c4:89","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-071000ef-2e0c-486d-9283-2e70a2456bf8","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:12Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.1"}],"id":"48f44480-4d22-4bd7-b414-4a9b4d7930df","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:f8:de","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"912691fd-abd4-4ba6-8ad1-c9ba4c6f4848","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:10Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.4"}],"id":"8e71bd36-de59-4d28-8efc-a3bda63f3e95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:cf:49","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-071000ef-2e0c-486d-9283-2e70a2456bf8","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:15Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.9"}],"id":"91bf19d1-c208-4359-bd1b-8512fa902962","security_groups":["488e4bf4-380c-4aee-80fa-32fc8cca48e1"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:05:5d","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"b2b89138-5801-4008-882c-e11549ce8c68","name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack-port1-es5m4imeqeyj","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.8"}],"id":"d076f974-e6fc-4de7-8b5c-0fe7853650c9","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:66:43","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"23b5d0a2-83f6-48b4-9b80-47ff1d641f52","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.2"}],"id":"ff607bcb-a273-46f9-9ad5-5711352cfc17","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:4d:70","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-071000ef-2e0c-486d-9283-2e70a2456bf8","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:08Z","binding:vnic_type":"normal"}]} 2018-10-06 15:23:29,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 used request id req-0349d055-a7fe-4f02-bee0-a2536c59cd5f 2018-10-06 15:23:29,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/23b5d0a2-83f6-48b4-9b80-47ff1d641f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:29,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e826c4d-19b5-4a4e-9954-a79bd15373e9 x-compute-request-id: req-8e826c4d-19b5-4a4e-9954-a79bd15373e9 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:66:43", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/23b5d0a2-83f6-48b4-9b80-47ff1d641f52", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/23b5d0a2-83f6-48b4-9b80-47ff1d641f52", "rel": "bookmark"}], "image": {"id": "73403101-68a8-41d4-97ed-37abc0e0c46a", "links": [{"href": "http://172.30.9.26:8774/images/73403101-68a8-41d4-97ed-37abc0e0c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-10-06T15:23:16.000000", "flavor": {"id": "613ee540-1c34-48ae-aaa9-f11d640ce777", "links": [{"href": "http://172.30.9.26:8774/flavors/613ee540-1c34-48ae-aaa9-f11d640ce777", "rel": "bookmark"}]}, "id": "23b5d0a2-83f6-48b4-9b80-47ff1d641f52", "security_groups": [{"name": "default"}], "user_id": "aad199a2b1b244d4a2cd8456990e4964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:23:20Z", "hostId": "3e03c255e985a30b6b32f5618c9028258c7c3c916f9d07e787eac327", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "created": "2018-10-06T15:23:11Z", "tenant_id": "3e37ce67de3843498eafb3187da04061", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:23:29,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/23b5d0a2-83f6-48b4-9b80-47ff1d641f52 used request id req-8e826c4d-19b5-4a4e-9954-a79bd15373e9 2018-10-06 15:23:29,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:29,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-5eb09d93-f0e2-4c03-859b-b27e0fab4a5f Date: Sat, 06 Oct 2018 15:23:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"071000ef-2e0c-486d-9283-2e70a2456bf8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","subnets":["7a49cabb-b49f-4a6c-ab75-2a5add5c73c2"],"description":"","tags":[],"updated_at":"2018-10-06T15:23:07Z","provider:segmentation_id":93,"name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net","admin_state_up":true,"tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:06Z","provider:network_type":"vxlan"}]} 2018-10-06 15:23:29,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net used request id req-5eb09d93-f0e2-4c03-859b-b27e0fab4a5f 2018-10-06 15:23:29,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:30,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23940076-8c34-4ba3-bf9f-876b89d1b59f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:23:30,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-23940076-8c34-4ba3-bf9f-876b89d1b59f 2018-10-06 15:23:30,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:30,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6de42030-8070-4fca-a660-a3e33f27419b Date: Sat, 06 Oct 2018 15:23:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:07Z","dns_nameservers":[],"updated_at":"2018-10-06T15:23:07Z","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":"3e37ce67de3843498eafb3187da04061","id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet"}]} 2018-10-06 15:23:30,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 used request id req-6de42030-8070-4fca-a660-a3e33f27419b 2018-10-06 15:23:30,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:30,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5216 X-Openstack-Request-Id: req-f0c6a820-ca9e-46bb-812c-3b2a80fc63e4 Date: Sat, 06 Oct 2018 15:23:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.3"}],"id":"1ecdf883-83b3-4714-a488-96c8b5915d4c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:c4:89","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-071000ef-2e0c-486d-9283-2e70a2456bf8","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:12Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.1"}],"id":"48f44480-4d22-4bd7-b414-4a9b4d7930df","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:f8:de","project_id":"3e37ce67de3843498eafb3187da04061","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"912691fd-abd4-4ba6-8ad1-c9ba4c6f4848","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:10Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.4"}],"id":"8e71bd36-de59-4d28-8efc-a3bda63f3e95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:cf:49","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-071000ef-2e0c-486d-9283-2e70a2456bf8","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:15Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.9"}],"id":"91bf19d1-c208-4359-bd1b-8512fa902962","security_groups":["488e4bf4-380c-4aee-80fa-32fc8cca48e1"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:05:5d","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"b2b89138-5801-4008-882c-e11549ce8c68","name":"HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack-port1-es5m4imeqeyj","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.8"}],"id":"d076f974-e6fc-4de7-8b5c-0fe7853650c9","security_groups":["4d4902dc-3680-4e58-846a-6b250abf2953"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:66:43","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"23b5d0a2-83f6-48b4-9b80-47ff1d641f52","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:23:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7a49cabb-b49f-4a6c-ab75-2a5add5c73c2","ip_address":"10.1.2.2"}],"id":"ff607bcb-a273-46f9-9ad5-5711352cfc17","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:4d:70","project_id":"3e37ce67de3843498eafb3187da04061","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-071000ef-2e0c-486d-9283-2e70a2456bf8","name":"","admin_state_up":true,"network_id":"071000ef-2e0c-486d-9283-2e70a2456bf8","tenant_id":"3e37ce67de3843498eafb3187da04061","created_at":"2018-10-06T15:23:08Z","binding:vnic_type":"normal"}]} 2018-10-06 15:23:30,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=071000ef-2e0c-486d-9283-2e70a2456bf8 used request id req-f0c6a820-ca9e-46bb-812c-3b2a80fc63e4 2018-10-06 15:23:30,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:30,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:30 GMT Server: Apache x-openstack-request-id: req-3051cfcd-295a-429a-ab20-9d6e942edadd Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:30,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:30 GMT Server: Apache x-openstack-request-id: req-bba8a7a7-67f4-416d-a0aa-dd6742584dea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1045 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "613ee540-1c34-48ae-aaa9-f11d640ce777", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0cd5527d-2fb5-414c-971b-d5891247e606", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "071000ef-2e0c-486d-9283-2e70a2456bf8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "488e4bf4-380c-4aee-80fa-32fc8cca48e1", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cf1f7dfc-5d2f-4265-99ab-544baf342dfe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848:subnet_id=7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7a49cabb-b49f-4a6c-ab75-2a5add5c73c2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "912691fd-abd4-4ba6-8ad1-c9ba4c6f4848", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b2b89138-5801-4008-882c-e11549ce8c68", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T15:23:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "23b5d0a2-83f6-48b4-9b80-47ff1d641f52", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T15:23:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:04Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "91bf19d1-c208-4359-bd1b-8512fa902962", "resource_type": "OS::Neutron::Port"}]} 2018-10-06 15:23:30,407 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e/resources used request id req-bba8a7a7-67f4-416d-a0aa-dd6742584dea 2018-10-06 15:23:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:30,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-3e46e129-1c29-4f0b-ae1d-11ed7deb817d Date: Sat, 06 Oct 2018 15:23:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:55Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/snap", "metadata": {}}], "self": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "min_disk": 0, "protected": false, "id": "b7d6e0b6-c4f1-4766-a08a-362784c3f2fd", "file": "/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:23:30,574 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd used request id req-3e46e129-1c29-4f0b-ae1d-11ed7deb817d 2018-10-06 15:23:30,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:30,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ae9f66e0-128e-4063-a058-c769982060d3 Date: Sat, 06 Oct 2018 15:23:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:23:30,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ae9f66e0-128e-4063-a058-c769982060d3 2018-10-06 15:23:30,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:31,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-ff75a724-0a42-4881-9070-16776f2243e9 Date: Sat, 06 Oct 2018 15:23:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:59Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "metadata": {}}], "self": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a", "min_disk": 0, "protected": false, "id": "73403101-68a8-41d4-97ed-37abc0e0c46a", "file": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:23:31,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a used request id req-ff75a724-0a42-4881-9070-16776f2243e9 2018-10-06 15:23:31,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:31,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a56b34ef-8b44-4b61-8117-8bf3c920f7bb Date: Sat, 06 Oct 2018 15:23:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:22:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:22:59Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "metadata": {}}], "self": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a", "min_disk": 0, "protected": false, "id": "73403101-68a8-41d4-97ed-37abc0e0c46a", "file": "/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e37ce67de3843498eafb3187da04061", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/73403101-68a8-41d4-97ed-37abc0e0c46a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:23:31,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a used request id req-a56b34ef-8b44-4b61-8117-8bf3c920f7bb 2018-10-06 15:23:31,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:31,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:31 GMT Server: Apache x-openstack-request-id: req-39455ea3-877c-46a1-8506-89451eec12a3 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:31,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:31 GMT Server: Apache x-openstack-request-id: req-0fb0ca96-93a4-41f4-9900-6f44975defff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:31,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-0fb0ca96-93a4-41f4-9900-6f44975defff 2018-10-06 15:23:31,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:31,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:31 GMT Server: Apache x-openstack-request-id: req-a0372f2e-2fe6-4d3c-8d5d-1f2ad94aa2fc Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:31,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:31 GMT Server: Apache x-openstack-request-id: req-8a579767-3090-48fe-974f-12ad6480585b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr6n0r/XfrTzcDD9XnFyi3wOmlZofVnY2JPpvA9NUdBbzkk7f\nh+zACJnctL3eSTgQsw8rC8mZ9FG1+kkfF7+E4lSBUKsznqwYO4fIF0EIpmIdNgcT\nh9/449o0Ndq36o38Tf8zgEbutDKWLZbuhrARLaJ8tDzFzv2BI6LIJ9WQaYehFUKz\numTqrd8uHCacaQ2XKNZNhj86+9lGE6SPKAIcr7FDMa8L6XTNMU7zRaCl+gHnYkH7\nHAyD8ueY/NmReo8Y50z/y+HZeMO21+kjeLTsiLYy3uJQbmehgkw5JoXE/SY81dQW\nVML4CLj62V+z2Uodb9sKwOpaIyVNvf/7JxhmUwIDAQABAoIBABRhr9ZKvO0oxo9V\nOiEWTn95uPZar5AknxujQwY6mu3tS82KAT2QJqfY0lbWQNhV/PoJpID1nztNz8N+\ngHEM86ofC/IEKzUZ2qXtlzW7gflsIN+H6qg1QHePdcdZ3UUFvGSAW8VidYfK5snb\nXUmbXCLjW3y+IGVn3Hf6Byc4DE1yEe6QqmbIE9/YFLV6oTXf92SgK5ny6KDmWBqw\n2Akon8dNVbGAH52USATf78lSZznmu+M9w0pM7mNl+he6dNh1gCO1FU/aiYgivyk9\nxEBZ4dck6AjVQyD+ZxuaaJ4oAIiabY56ETzKilVsf1YBIOFDt6FjkKs4VZKfnc9J\nVKX7/uECgYEA2tw0yl1ZsFHRGjMBq8aJv8f7pjQq5D4SxVsDKaiJQH+UxSn/ox/q\nqyEKoiiCKjbob4LTM4KxRjTjjxGmgOs/rRTAFMoSiXbvOyt9Y4Yzo7t46Paz37Ln\nVkzWSu4xN69goC0BsvxN40y49SxzIdis0RxTWwdxJ9HxByLeVqwJPWUCgYEAzXkz\n2taQUrycq6ByasKGoGopJ/1sukQSa62wypCNbrT9N16eROimoOFFGkMn5ECtRXDz\neaAVDpka4bsa8K40VUrmkjsMRQJb+xFjnp0OEjo58x+ewMhgpNQuR+N4SFWeFQU3\nILlsoGJaFo8ltMzh8pn8xssUtYRWVOrh8pwqVVcCgYAmhxdf/Hj6ehy2YP5NUAEV\n2s2pH4vhbC//wBrZbYrj6NG2t8MB4297OrDVhQ4NAmd+oeguLDaq5kqc9/14unEW\nNg3uWvhSbLaGkwxaxdg3XZxWXn+hxKvG3HXo8O+HHv+Ckwm2iYXomqwAtRd7gNpD\nYZom7zNzUBj/KZs8ZMKnpQKBgQDDOwxYPFK5Klk6gaL1aYt9VCFyy8rJWPCfu1Ml\nxR99Nx75wz9ifiQE7MY54+E9cW6xclcFE2OukS8HmD5KvVsgR6C5BL3tvAYlkioz\nhUrfas+xADRZPIsHUkv/JlUddaxUkLYGs+hQo+KxWKYdGib92e5h/IfayLk2yk6R\ntGxM1QKBgQCWvjx7Ctv5p7bhMi38Na12dWUQBbSaiWK2tAg5ADzWeUA1pWW0ULb/\nuEX/AYG+WDfyXU5Mz5Kr45wVcMbCt3LnyApaclrID1uaoah0h5zwIfOufMrGyweQ\nR8IDdM3u86O7hKWv4WYPOboJzScP/iAUoKqARRIDWCrnEX6eAUw26g==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:31,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-8a579767-3090-48fe-974f-12ad6480585b 2018-10-06 15:23:31,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:32,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:31 GMT Server: Apache x-openstack-request-id: req-b3f88161-9490-456f-aa79-f4e9c9a99e6b Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:32,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:23:32 GMT Server: Apache x-openstack-request-id: req-0f087268-10d3-409d-ab74-1871b409e471 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:23:32,368 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-0f087268-10d3-409d-ab74-1871b409e471 2018-10-06 15:23:32,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:32,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:32 GMT Server: Apache x-openstack-request-id: req-42d8fe07-af4c-4bb7-b65b-de4255246df6 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:32,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:32 GMT Server: Apache x-openstack-request-id: req-df501a48-78b5-4daf-873b-23cee9194dad 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "tags": null, "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T15:23:32Z", "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:32,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-df501a48-78b5-4daf-873b-23cee9194dad 2018-10-06 15:23:35,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:35,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:35 GMT Server: Apache x-openstack-request-id: req-4404e26d-4167-41db-912b-9427c185ccd7 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:35,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:35 GMT Server: Apache x-openstack-request-id: req-3db9a060-6cd1-422e-ba48-79f08159d59b 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "tags": null, "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T15:23:32Z", "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:35,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-3db9a060-6cd1-422e-ba48-79f08159d59b 2018-10-06 15:23:38,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:38,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:38 GMT Server: Apache x-openstack-request-id: req-4d843091-fe68-459a-98e5-6e10ae20f8e6 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:38,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:38 GMT Server: Apache x-openstack-request-id: req-1de0963f-665d-4f2f-afb9-0500747e7be4 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "tags": null, "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T15:23:32Z", "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:38,844 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-1de0963f-665d-4f2f-afb9-0500747e7be4 2018-10-06 15:23:41,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:41,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:41 GMT Server: Apache x-openstack-request-id: req-e1cac48f-8729-425c-8718-d75b9e14c1ff Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:41,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:41 GMT Server: Apache x-openstack-request-id: req-077aae12-48f1-4587-bbac-274368c8bc71 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "tags": null, "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T15:23:32Z", "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:41,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-077aae12-48f1-4587-bbac-274368c8bc71 2018-10-06 15:23:44,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:45,102 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:44 GMT Server: Apache x-openstack-request-id: req-5835e706-1f24-4bcf-bf60-065a1a5d0e3f Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:45,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:45 GMT Server: Apache x-openstack-request-id: req-9cfb6af5-7f2b-4e02-b403-1f6c3a03969f 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "tags": null, "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T15:23:32Z", "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:45,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-9cfb6af5-7f2b-4e02-b403-1f6c3a03969f 2018-10-06 15:23:48,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3fe7fb3b-0d24-4415-90a2-7d10399c871e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d269717964c436857b8a804bfd5e3cb42e9f5" 2018-10-06 15:23:48,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:48 GMT Server: Apache x-openstack-request-id: req-0a473297-b1e6-4a2f-89d5-46a44590dec6 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:48,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:48 GMT Server: Apache x-openstack-request-id: req-62c4e742-b19c-427c-9471-1577bf0ef117 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 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-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor2", "OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack", "stack_user_project_id": "f433c4f0f090497a86cae879f48b3436", "tags": null, "creation_time": "2018-10-06T15:23:03Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T15:23:32Z", "id": "3fe7fb3b-0d24-4415-90a2-7d10399c871e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-06 15:23:48,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-stack/3fe7fb3b-0d24-4415-90a2-7d10399c871e used request id req-62c4e742-b19c-427c-9471-1577bf0ef117 2018-10-06 15:23:48,188 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image1 2018-10-06 15:23:48,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a658d1432b0609b68f4342f742775350c923200" 2018-10-06 15:23:49,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b117e610-836f-473f-b63e-0f105f9ab52c Date: Sat, 06 Oct 2018 15:23:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:23:49,204 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b7d6e0b6-c4f1-4766-a08a-362784c3f2fd used request id req-b117e610-836f-473f-b63e-0f105f9ab52c 2018-10-06 15:23:49,205 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-13cdf1ea-6b98-429b-a32b-62b4095d59a8-image2 2018-10-06 15:23:49,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00cb60eb789a42730d3b41f708ad18e9e48bca93" 2018-10-06 15:23:50,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1424fd3e-fbfc-4a80-8019-9c2db0cefedb Date: Sat, 06 Oct 2018 15:23:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:23:50,328 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/73403101-68a8-41d4-97ed-37abc0e0c46a used request id req-1424fd3e-fbfc-4a80-8019-9c2db0cefedb 2018-10-06 15:23:50,330 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:23:50,330 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:23:50,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:23:50,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:23:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["KviPQFl4RzmHpYQqvEHqJw"], "issued_at": "2018-10-06T15:23:50.000000Z"}} 2018-10-06 15:23:50,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87077beb60ce2a7b789f5446cbe41e5f88849c0a" -d '{"stack_name": "HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-10-06 15:23:52,457 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:23:50 GMT Server: Apache x-openstack-request-id: req-9cc6a015-365b-4c68-9e57-a6f14a2279b7 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "4fb1af58-e066-4439-acfc-ac41176f9ef1", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1", "rel": "self"}]}} 2018-10-06 15:23:52,457 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks used request id req-9cc6a015-365b-4c68-9e57-a6f14a2279b7 2018-10-06 15:23:52,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/4fb1af58-e066-4439-acfc-ac41176f9ef1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87077beb60ce2a7b789f5446cbe41e5f88849c0a" 2018-10-06 15:23:52,659 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:52 GMT Server: Apache x-openstack-request-id: req-b1396adb-01f7-4b93-8e24-02c689b7139f Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:52,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:52 GMT Server: Apache x-openstack-request-id: req-fb0c3335-6223-461e-9200-30e9f5c37735 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 506 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "4fb1af58-e066-4439-acfc-ac41176f9ef1", "OS::stack_name": "HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack", "stack_user_project_id": "98352229103b4172b082993ac786b6b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4fb1af58-e066-4439-acfc-ac41176f9ef1", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 15:23:52,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1 used request id req-fb0c3335-6223-461e-9200-30e9f5c37735 2018-10-06 15:23:52,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/4fb1af58-e066-4439-acfc-ac41176f9ef1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87077beb60ce2a7b789f5446cbe41e5f88849c0a" 2018-10-06 15:23:53,022 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:52 GMT Server: Apache x-openstack-request-id: req-9bf67d67-28f4-4915-9a4c-29f1c1781c24 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:53,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-7b02c895-eb33-4db7-8eb5-d54c078e4cdb 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "4fb1af58-e066-4439-acfc-ac41176f9ef1", "OS::stack_name": "HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack", "stack_user_project_id": "98352229103b4172b082993ac786b6b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4fb1af58-e066-4439-acfc-ac41176f9ef1", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 15:23:53,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1 used request id req-7b02c895-eb33-4db7-8eb5-d54c078e4cdb 2018-10-06 15:23:53,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/4fb1af58-e066-4439-acfc-ac41176f9ef1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87077beb60ce2a7b789f5446cbe41e5f88849c0a" 2018-10-06 15:23:53,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-8ccfe2e7-7b88-4a6a-84ab-df6d05fa058f Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:53,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-99fc9da8-7943-4f92-9b82-6da2d62af3f8 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.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-06T15:23:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "007a9cc8-d2a6-4245-b46d-cf2f7ce991f0", "resource_type": "OS::Nova::Flavor"}]} 2018-10-06 15:23:53,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1/resources used request id req-99fc9da8-7943-4f92-9b82-6da2d62af3f8 2018-10-06 15:23:53,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/007a9cc8-d2a6-4245-b46d-cf2f7ce991f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87077beb60ce2a7b789f5446cbe41e5f88849c0a" 2018-10-06 15:23:53,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-550c34cb-d244-433f-8c1c-b5989a7b4017 x-compute-request-id: req-550c34cb-d244-433f-8c1c-b5989a7b4017 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/007a9cc8-d2a6-4245-b46d-cf2f7ce991f0", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/007a9cc8-d2a6-4245-b46d-cf2f7ce991f0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "007a9cc8-d2a6-4245-b46d-cf2f7ce991f0", "name": "HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack-flavor-eq73vb2k5tfv", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:23:53,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/007a9cc8-d2a6-4245-b46d-cf2f7ce991f0 used request id req-550c34cb-d244-433f-8c1c-b5989a7b4017 2018-10-06 15:23:53,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/4fb1af58-e066-4439-acfc-ac41176f9ef1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87077beb60ce2a7b789f5446cbe41e5f88849c0a" 2018-10-06 15:23:53,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-f1df0546-d2d9-4744-a979-65641d8f2098 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:54,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-55c2a224-f4ed-4890-885e-e0a7b0d4e62f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:23:54,077 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsFlavorTests-a7de18b4-3982-48f8-b1e9-55f402e1331e-stack/4fb1af58-e066-4439-acfc-ac41176f9ef1 used request id req-55c2a224-f4ed-4890-885e-e0a7b0d4e62f 2018-10-06 15:23:54,079 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:23:54,079 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:23:54,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:23:54,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["znd1xSsHR2ihPEgaYWp-Ew"], "issued_at": "2018-10-06T15:23:54.000000Z"}} 2018-10-06 15:23:54,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" -d '{"stack_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-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-106296fd-655c-4765-983d-bea8c0239c8d-kp"}}' 2018-10-06 15:23:55,993 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:23:54 GMT Server: Apache x-openstack-request-id: req-3ba9ad7a-c0d8-48bd-afba-6a2b8ed84086 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "3b6091cc-0774-41e8-b212-b5cff2aa2c15", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15", "rel": "self"}]}} 2018-10-06 15:23:55,993 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks used request id req-3ba9ad7a-c0d8-48bd-afba-6a2b8ed84086 2018-10-06 15:23:55,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3b6091cc-0774-41e8-b212-b5cff2aa2c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" 2018-10-06 15:23:56,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-248bf911-f5fa-434a-b9e2-1b75eed4ecbf Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:56,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-a9d5325e-3863-4761-be84-731d5314290e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1903 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3b6091cc-0774-41e8-b212-b5cff2aa2c15", "OS::stack_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack", "keypair_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack", "stack_user_project_id": "215e61c424e5424c9f6ac78828fb6c4c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:55Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3b6091cc-0774-41e8-b212-b5cff2aa2c15", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA24vRWpYrhCXO3CmWASdxit08trOjLkG8PxDMZ/JR7Fi3PEu3\nC9WlsP6VzDieiTDLw2Gcpd1F/Z/vnSqpYJ3GmXid90y5n+91PnPVyohBnJsuCFuQ\n1kA5smiUFlMi6T0ICzg7MMNAygUd2A/pbUsaPlVT7VdNQvi/HvJj2VyX18bSGaqT\nEvC2PhxL81yh7CM4pVmFzMvyzDHmrrxeEV48Hm+jWnHyXPBSRYKDZCPPy+NkP4kl\nyGqKrBzP0ofEtc9EwQYxqzhK1SqCyIc2Qlf/A4ScuUKkURxRWnlK7Ahof7gZ4Fqz\nLnJsjTOtWJtTAYtMbY018rRUpXGYmkzAeXOMiwIDAQABAoIBAQCUX3q+MMz6Ax85\nFXXGE+UdRwVYKDE4+r4BFRY/jbml9BLp0fXELsBKzNNp8D3cU7jxs09NnSxHCsbC\nPem4XQiyAZ0oW5b7qrZe3aP3u3w0HX/PsCpDUaZsl1a1e7wVSuTbyEXgX6SyoyCX\nO7Gy5lW3GK2esiiKAVgQzxmB9Zy8+uU57y/ubmm0bLuIMZeot4NSaTdhY0kAwF1A\nzJMHQZ2jmyB6v0Bp7G5hbaaT4UJGeIjRoJ4vmRTvvQ0jM783c2L6uATTskP/SnKW\nR5xdPCQV6UXUeEW/+7NW4ZK/9JOcKmqwuoMpB57IACi6nLZHvrLXIs/vGfPJkQW2\nFHQGdRMRAoGBAPzV7p5ST9zkc91Di7yDEnUoIy5usaw/eKMkcAxQLSYJ090UKry7\nRvQnaI69e+25jOt5FusOxYaJQ3jmBETGbPnxPQokermE4c62OIR82/cBvsY+cGiH\nzXoJi0otnyE8Q2Uzel0FDb023GY4eYIUwdL73/jtsrV94b0pMfoKhE8DAoGBAN5L\nOnlqi6LD6IhGavS2xSxTjZLVhLkG/CZCDjKIRdY+0iPpGGQUBNbm8W6vl7FKVchE\nFp5BN7nFswTnpE9k1b6N/hcAyhyl1J6WyGet13B9qgDHaqZSLjShUVzK1Jpkbizc\n46SyU9ZiECJJEC0ivjYvBLwjfBUOjZzrYOuJDzHZAoGBAOq4DGsMTTnrGCk8cLhU\nEkmTNn3/o5Ad6HfD9wVnVVKv4vClrTtCvQ8imq2Q+UDrdgiQhJc5QmSwf2P4XdQf\nRcIPk7Qbw5cA5sSJZBSS+X3pL9tI0gAourflrlrx2X34PTTxQlKiw2t6R8fZ++uo\nK3wb+oRU3wggUfXTDaNsKgJTAoGAHpBzasxWhLuxFkOwYxNaSvz2A1FuXU5zjwMY\nFqScDZg3po5fNyt1euLoIVLtZYgWAWIzRfErq1Reh/cdpXj01q2JWTpXj9bRRDjx\nNyg07hepL1A7/sBf8AaaPEr7LntOlsaMWlHWqyxykXRAUCRtyN9wJDowzmhg2kmW\n2uvOdgkCgYAbe4m+P/lHUCmLOtFf4j3uOyPWXziK4VqUcCYbA4/6HBc52nXo2aOp\nKgzwEhqWjuIQfwALeAjtvHf1BSjMC/vIwbyHLGbefJkorzzmgzzIPY1HvJgjArcE\ndFDACiyAzYSbljb5HY8Ad3fHWtm5xrgbeNBo/L7KWQBjp6eOhG6Z6A==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-06 15:23:56,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 used request id req-a9d5325e-3863-4761-be84-731d5314290e 2018-10-06 15:23:56,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3b6091cc-0774-41e8-b212-b5cff2aa2c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" 2018-10-06 15:23:56,477 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-26929d76-d8a1-4dc0-be43-475c8ae92c69 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:56,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-846aadcb-bcaf-46fa-974c-fe815942d0d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3b6091cc-0774-41e8-b212-b5cff2aa2c15", "OS::stack_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack", "keypair_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack", "stack_user_project_id": "215e61c424e5424c9f6ac78828fb6c4c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:55Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3b6091cc-0774-41e8-b212-b5cff2aa2c15", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA24vRWpYrhCXO3CmWASdxit08trOjLkG8PxDMZ/JR7Fi3PEu3\nC9WlsP6VzDieiTDLw2Gcpd1F/Z/vnSqpYJ3GmXid90y5n+91PnPVyohBnJsuCFuQ\n1kA5smiUFlMi6T0ICzg7MMNAygUd2A/pbUsaPlVT7VdNQvi/HvJj2VyX18bSGaqT\nEvC2PhxL81yh7CM4pVmFzMvyzDHmrrxeEV48Hm+jWnHyXPBSRYKDZCPPy+NkP4kl\nyGqKrBzP0ofEtc9EwQYxqzhK1SqCyIc2Qlf/A4ScuUKkURxRWnlK7Ahof7gZ4Fqz\nLnJsjTOtWJtTAYtMbY018rRUpXGYmkzAeXOMiwIDAQABAoIBAQCUX3q+MMz6Ax85\nFXXGE+UdRwVYKDE4+r4BFRY/jbml9BLp0fXELsBKzNNp8D3cU7jxs09NnSxHCsbC\nPem4XQiyAZ0oW5b7qrZe3aP3u3w0HX/PsCpDUaZsl1a1e7wVSuTbyEXgX6SyoyCX\nO7Gy5lW3GK2esiiKAVgQzxmB9Zy8+uU57y/ubmm0bLuIMZeot4NSaTdhY0kAwF1A\nzJMHQZ2jmyB6v0Bp7G5hbaaT4UJGeIjRoJ4vmRTvvQ0jM783c2L6uATTskP/SnKW\nR5xdPCQV6UXUeEW/+7NW4ZK/9JOcKmqwuoMpB57IACi6nLZHvrLXIs/vGfPJkQW2\nFHQGdRMRAoGBAPzV7p5ST9zkc91Di7yDEnUoIy5usaw/eKMkcAxQLSYJ090UKry7\nRvQnaI69e+25jOt5FusOxYaJQ3jmBETGbPnxPQokermE4c62OIR82/cBvsY+cGiH\nzXoJi0otnyE8Q2Uzel0FDb023GY4eYIUwdL73/jtsrV94b0pMfoKhE8DAoGBAN5L\nOnlqi6LD6IhGavS2xSxTjZLVhLkG/CZCDjKIRdY+0iPpGGQUBNbm8W6vl7FKVchE\nFp5BN7nFswTnpE9k1b6N/hcAyhyl1J6WyGet13B9qgDHaqZSLjShUVzK1Jpkbizc\n46SyU9ZiECJJEC0ivjYvBLwjfBUOjZzrYOuJDzHZAoGBAOq4DGsMTTnrGCk8cLhU\nEkmTNn3/o5Ad6HfD9wVnVVKv4vClrTtCvQ8imq2Q+UDrdgiQhJc5QmSwf2P4XdQf\nRcIPk7Qbw5cA5sSJZBSS+X3pL9tI0gAourflrlrx2X34PTTxQlKiw2t6R8fZ++uo\nK3wb+oRU3wggUfXTDaNsKgJTAoGAHpBzasxWhLuxFkOwYxNaSvz2A1FuXU5zjwMY\nFqScDZg3po5fNyt1euLoIVLtZYgWAWIzRfErq1Reh/cdpXj01q2JWTpXj9bRRDjx\nNyg07hepL1A7/sBf8AaaPEr7LntOlsaMWlHWqyxykXRAUCRtyN9wJDowzmhg2kmW\n2uvOdgkCgYAbe4m+P/lHUCmLOtFf4j3uOyPWXziK4VqUcCYbA4/6HBc52nXo2aOp\nKgzwEhqWjuIQfwALeAjtvHf1BSjMC/vIwbyHLGbefJkorzzmgzzIPY1HvJgjArcE\ndFDACiyAzYSbljb5HY8Ad3fHWtm5xrgbeNBo/L7KWQBjp6eOhG6Z6A==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-06 15:23:56,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 used request id req-846aadcb-bcaf-46fa-974c-fe815942d0d7 2018-10-06 15:23:56,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3b6091cc-0774-41e8-b212-b5cff2aa2c15/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" 2018-10-06 15:23:56,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-39dbb264-61a7-4064-8022-c1a4b2277b38 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:57,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-518fb93f-f257-42e3-ac4b-8acddb936a3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T15:23:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-06 15:23:57,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15/resources used request id req-518fb93f-f257-42e3-ac4b-8acddb936a3f 2018-10-06 15:23:57,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" 2018-10-06 15:23:57,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-81fe0026-88cf-49ae-8c09-7bd6dc0dd242 x-compute-request-id: req-81fe0026-88cf-49ae-8c09-7bd6dc0dd242 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbi9FaliuEJc7cKZYBJ3GK3Ty2s6MuQbw/EMxn8lHsWLc8S7cL1aWw/pXMOJ6JMMvDYZyl3UX9n++dKqlgncaZeJ33TLmf73U+c9XKiEGcmy4IW5DWQDmyaJQWUyLpPQgLODsww0DKBR3YD+ltSxo+VVPtV01C+L8e8mPZXJfXxtIZqpMS8LY+HEvzXKHsIzilWYXMy/LMMeauvF4RXjweb6NacfJc8FJFgoNkI8/L42Q/iSXIaoqsHM/Sh8S1z0TBBjGrOErVKoLIhzZCV/8DhJy5QqRRHFFaeUrsCGh/uBngWrMucmyNM61Ym1MBi0xtjTXytFSlcZiaTMB5c4yL Generated-by-Nova", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp", "deleted": false, "created_at": "2018-10-06T15:23:56.000000", "updated_at": null, "fingerprint": "0a:9d:01:c9:b6:90:07:93:9e:da:29:59:f7:f6:00:e3", "deleted_at": null, "id": 15}} 2018-10-06 15:23:57,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp used request id req-81fe0026-88cf-49ae-8c09-7bd6dc0dd242 2018-10-06 15:23:57,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3b6091cc-0774-41e8-b212-b5cff2aa2c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" 2018-10-06 15:23:57,366 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:57 GMT Server: Apache x-openstack-request-id: req-58b141d7-c308-4a7d-8ccd-a0ccac06e56d Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:57,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:23:57 GMT Server: Apache x-openstack-request-id: req-78623f8f-717e-4108-a163-31ed28676d30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "3b6091cc-0774-41e8-b212-b5cff2aa2c15", "OS::stack_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack", "keypair_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack", "stack_user_project_id": "215e61c424e5424c9f6ac78828fb6c4c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:55Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3b6091cc-0774-41e8-b212-b5cff2aa2c15", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA24vRWpYrhCXO3CmWASdxit08trOjLkG8PxDMZ/JR7Fi3PEu3\nC9WlsP6VzDieiTDLw2Gcpd1F/Z/vnSqpYJ3GmXid90y5n+91PnPVyohBnJsuCFuQ\n1kA5smiUFlMi6T0ICzg7MMNAygUd2A/pbUsaPlVT7VdNQvi/HvJj2VyX18bSGaqT\nEvC2PhxL81yh7CM4pVmFzMvyzDHmrrxeEV48Hm+jWnHyXPBSRYKDZCPPy+NkP4kl\nyGqKrBzP0ofEtc9EwQYxqzhK1SqCyIc2Qlf/A4ScuUKkURxRWnlK7Ahof7gZ4Fqz\nLnJsjTOtWJtTAYtMbY018rRUpXGYmkzAeXOMiwIDAQABAoIBAQCUX3q+MMz6Ax85\nFXXGE+UdRwVYKDE4+r4BFRY/jbml9BLp0fXELsBKzNNp8D3cU7jxs09NnSxHCsbC\nPem4XQiyAZ0oW5b7qrZe3aP3u3w0HX/PsCpDUaZsl1a1e7wVSuTbyEXgX6SyoyCX\nO7Gy5lW3GK2esiiKAVgQzxmB9Zy8+uU57y/ubmm0bLuIMZeot4NSaTdhY0kAwF1A\nzJMHQZ2jmyB6v0Bp7G5hbaaT4UJGeIjRoJ4vmRTvvQ0jM783c2L6uATTskP/SnKW\nR5xdPCQV6UXUeEW/+7NW4ZK/9JOcKmqwuoMpB57IACi6nLZHvrLXIs/vGfPJkQW2\nFHQGdRMRAoGBAPzV7p5ST9zkc91Di7yDEnUoIy5usaw/eKMkcAxQLSYJ090UKry7\nRvQnaI69e+25jOt5FusOxYaJQ3jmBETGbPnxPQokermE4c62OIR82/cBvsY+cGiH\nzXoJi0otnyE8Q2Uzel0FDb023GY4eYIUwdL73/jtsrV94b0pMfoKhE8DAoGBAN5L\nOnlqi6LD6IhGavS2xSxTjZLVhLkG/CZCDjKIRdY+0iPpGGQUBNbm8W6vl7FKVchE\nFp5BN7nFswTnpE9k1b6N/hcAyhyl1J6WyGet13B9qgDHaqZSLjShUVzK1Jpkbizc\n46SyU9ZiECJJEC0ivjYvBLwjfBUOjZzrYOuJDzHZAoGBAOq4DGsMTTnrGCk8cLhU\nEkmTNn3/o5Ad6HfD9wVnVVKv4vClrTtCvQ8imq2Q+UDrdgiQhJc5QmSwf2P4XdQf\nRcIPk7Qbw5cA5sSJZBSS+X3pL9tI0gAourflrlrx2X34PTTxQlKiw2t6R8fZ++uo\nK3wb+oRU3wggUfXTDaNsKgJTAoGAHpBzasxWhLuxFkOwYxNaSvz2A1FuXU5zjwMY\nFqScDZg3po5fNyt1euLoIVLtZYgWAWIzRfErq1Reh/cdpXj01q2JWTpXj9bRRDjx\nNyg07hepL1A7/sBf8AaaPEr7LntOlsaMWlHWqyxykXRAUCRtyN9wJDowzmhg2kmW\n2uvOdgkCgYAbe4m+P/lHUCmLOtFf4j3uOyPWXziK4VqUcCYbA4/6HBc52nXo2aOp\nKgzwEhqWjuIQfwALeAjtvHf1BSjMC/vIwbyHLGbefJkorzzmgzzIPY1HvJgjArcE\ndFDACiyAzYSbljb5HY8Ad3fHWtm5xrgbeNBo/L7KWQBjp6eOhG6Z6A==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-06 15:23:57,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 used request id req-78623f8f-717e-4108-a163-31ed28676d30 2018-10-06 15:23:57,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" 2018-10-06 15:23:57,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-8092423d-39a4-4a72-b83f-1377277b386b x-compute-request-id: req-8092423d-39a4-4a72-b83f-1377277b386b Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbi9FaliuEJc7cKZYBJ3GK3Ty2s6MuQbw/EMxn8lHsWLc8S7cL1aWw/pXMOJ6JMMvDYZyl3UX9n++dKqlgncaZeJ33TLmf73U+c9XKiEGcmy4IW5DWQDmyaJQWUyLpPQgLODsww0DKBR3YD+ltSxo+VVPtV01C+L8e8mPZXJfXxtIZqpMS8LY+HEvzXKHsIzilWYXMy/LMMeauvF4RXjweb6NacfJc8FJFgoNkI8/L42Q/iSXIaoqsHM/Sh8S1z0TBBjGrOErVKoLIhzZCV/8DhJy5QqRRHFFaeUrsCGh/uBngWrMucmyNM61Ym1MBi0xtjTXytFSlcZiaTMB5c4yL Generated-by-Nova", "user_id": "aad199a2b1b244d4a2cd8456990e4964", "name": "HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp", "deleted": false, "created_at": "2018-10-06T15:23:56.000000", "updated_at": null, "fingerprint": "0a:9d:01:c9:b6:90:07:93:9e:da:29:59:f7:f6:00:e3", "deleted_at": null, "id": 15}} 2018-10-06 15:23:57,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-kp used request id req-8092423d-39a4-4a72-b83f-1377277b386b 2018-10-06 15:23:57,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/3b6091cc-0774-41e8-b212-b5cff2aa2c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc274c9fc2b3b9fc652697b095447101f319398" 2018-10-06 15:23:57,899 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:57 GMT Server: Apache x-openstack-request-id: req-aaf6a0e9-853d-4426-9c86-3c7b9b8c8bc1 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:23:58,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:23:57 GMT Server: Apache x-openstack-request-id: req-2afc7cad-74ba-4034-9d7a-e59bf28594a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:23:58,082 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsKeypairTests-106296fd-655c-4765-983d-bea8c0239c8d-stack/3b6091cc-0774-41e8-b212-b5cff2aa2c15 used request id req-2afc7cad-74ba-4034-9d7a-e59bf28594a5 2018-10-06 15:23:58,084 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 15:23:58,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:23:58,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["J66uO29rQgKxm8-8FlOciA"], "issued_at": "2018-10-06T15:23:58.000000Z"}} 2018-10-06 15:23:58,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" -d '{"stack_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-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-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-sec-grp"}}' 2018-10-06 15:23:59,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-e6896096-5c96-4db8-b10e-d2a167ad0460 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "d0162437-2e7c-4dca-b271-96bfce069c42", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42", "rel": "self"}]}} 2018-10-06 15:23:59,960 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks used request id req-e6896096-5c96-4db8-b10e-d2a167ad0460 2018-10-06 15:23:59,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/d0162437-2e7c-4dca-b271-96bfce069c42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" 2018-10-06 15:24:00,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:23:59 GMT Server: Apache x-openstack-request-id: req-755d2bbb-d022-470d-b0c7-eac8c3069720 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:24:00,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:00 GMT Server: Apache x-openstack-request-id: req-917f5555-aec4-4798-8ba4-27d5e8c0557a 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "d0162437-2e7c-4dca-b271-96bfce069c42", "OS::stack_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack", "security_group_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack", "stack_user_project_id": "b25cd5e0adda438f84eb0bc3c3951293", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:59Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0162437-2e7c-4dca-b271-96bfce069c42", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 15:24:00,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 used request id req-917f5555-aec4-4798-8ba4-27d5e8c0557a 2018-10-06 15:24:00,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/d0162437-2e7c-4dca-b271-96bfce069c42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" 2018-10-06 15:24:00,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:24:00 GMT Server: Apache x-openstack-request-id: req-96443a01-a694-4e35-a9bf-8e6fc3a3de14 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:24:00,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:00 GMT Server: Apache x-openstack-request-id: req-4a84b175-a2a0-4553-95a9-4b4a0548c652 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "d0162437-2e7c-4dca-b271-96bfce069c42", "OS::stack_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack", "security_group_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack", "stack_user_project_id": "b25cd5e0adda438f84eb0bc3c3951293", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T15:23:59Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0162437-2e7c-4dca-b271-96bfce069c42", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 15:24:00,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 used request id req-4a84b175-a2a0-4553-95a9-4b4a0548c652 2018-10-06 15:24:03,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/d0162437-2e7c-4dca-b271-96bfce069c42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" 2018-10-06 15:24:03,931 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:24:03 GMT Server: Apache x-openstack-request-id: req-a946cf5d-5fd5-4bee-89eb-1e061c24f6a9 Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:24:04,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:03 GMT Server: Apache x-openstack-request-id: req-d85f17fa-a11d-448b-b6ee-96c4b1c59ae0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 525 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": "3e37ce67de3843498eafb3187da04061", "OS::stack_id": "d0162437-2e7c-4dca-b271-96bfce069c42", "OS::stack_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack", "security_group_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack", "stack_user_project_id": "b25cd5e0adda438f84eb0bc3c3951293", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T15:23:59Z", "links": [{"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d0162437-2e7c-4dca-b271-96bfce069c42", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 15:24:04,147 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 used request id req-d85f17fa-a11d-448b-b6ee-96c4b1c59ae0 2018-10-06 15:24:04,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/d0162437-2e7c-4dca-b271-96bfce069c42/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" 2018-10-06 15:24:04,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:24:04 GMT Server: Apache x-openstack-request-id: req-0e91e839-84ec-4a80-96ef-661e9e89c15b Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:24:04,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:04 GMT Server: Apache x-openstack-request-id: req-6f2a63ac-7b4e-437c-ac88-e1756aacb0aa 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.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T15:23:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T15:23:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0d83e595-6b0b-4bc5-a25f-4c1e902c9f19", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-06 15:24:04,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42/resources used request id req-6f2a63ac-7b4e-437c-ac88-e1756aacb0aa 2018-10-06 15:24:04,369 - neutron_utils - INFO - Retrieving security group with ID - 0d83e595-6b0b-4bc5-a25f-4c1e902c9f19 2018-10-06 15:24:04,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=0d83e595-6b0b-4bc5-a25f-4c1e902c9f19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" 2018-10-06 15:24:04,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-5c5a0d42-2026-4588-93ef-04828b5bece7 Date: Sat, 06 Oct 2018 15:24:04 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:24:00Z", "updated_at": "2018-10-06T15:24:01Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T15:24:01Z", "revision_number": 0, "id": "3c2d308c-50cc-4ec4-9c81-d33d6a51ccbd", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T15:24:01Z", "security_group_id": "0d83e595-6b0b-4bc5-a25f-4c1e902c9f19", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:24:01Z", "revision_number": 0, "id": "d73543b0-3d60-4b0d-878d-4f029e8c6866", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T15:24:01Z", "security_group_id": "0d83e595-6b0b-4bc5-a25f-4c1e902c9f19", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 6, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "0d83e595-6b0b-4bc5-a25f-4c1e902c9f19", "name": "HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-sec-grp"}]} 2018-10-06 15:24:04,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=0d83e595-6b0b-4bc5-a25f-4c1e902c9f19 used request id req-5c5a0d42-2026-4588-93ef-04828b5bece7 2018-10-06 15:24:04,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d83e595-6b0b-4bc5-a25f-4c1e902c9f19 2018-10-06 15:24:04,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d83e595-6b0b-4bc5-a25f-4c1e902c9f19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" 2018-10-06 15:24:04,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-70eb2f57-e66d-403b-98e1-cacbc7fbd5bc Date: Sat, 06 Oct 2018 15:24:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-06T15:24:01Z", "security_group_id": "0d83e595-6b0b-4bc5-a25f-4c1e902c9f19", "port_range_min": 22, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:24:01Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "3c2d308c-50cc-4ec4-9c81-d33d6a51ccbd"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-06T15:24:01Z", "security_group_id": "0d83e595-6b0b-4bc5-a25f-4c1e902c9f19", "port_range_min": null, "revision_number": 0, "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:24:01Z", "project_id": "3e37ce67de3843498eafb3187da04061", "id": "d73543b0-3d60-4b0d-878d-4f029e8c6866"}]} 2018-10-06 15:24:04,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0d83e595-6b0b-4bc5-a25f-4c1e902c9f19 used request id req-70eb2f57-e66d-403b-98e1-cacbc7fbd5bc 2018-10-06 15:24:04,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/d0162437-2e7c-4dca-b271-96bfce069c42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5e209970c9bc2cc3b027187f18265dbfe848c2" 2018-10-06 15:24:04,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 15:24:04 GMT Server: Apache x-openstack-request-id: req-c55025be-f5c2-4006-aa48-ad2183649ebb Location: http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 15:24:04,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:04 GMT Server: Apache x-openstack-request-id: req-32fbab10-3a57-4277-986f-7a7a3d8ee74e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:04,978 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061/stacks/HeatUtilsSecurityGroupTests-70fff4f5-9f32-401d-baf7-ba1abce4e5a8-stack/d0162437-2e7c-4dca-b271-96bfce069c42 used request id req-32fbab10-3a57-4277-986f-7a7a3d8ee74e 2018-10-06 15:24:04,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:05,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["IZAdw2DXQLa3OLsL5juiBg"], "issued_at": "2018-10-06T15:24:05.000000Z"}} 2018-10-06 15:24:05,372 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d009c69063a9ae2ab86a2d502a1a0a5049a291" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-e5318d9e-ff3e-4f35-ac11-25dd03fd7186"}}' 2018-10-06 15:24:05,590 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:05 GMT Server: Apache x-compute-request-id: req-755efcb3-a2a9-476e-9c8e-6f1c0a6c6534 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-755efcb3-a2a9-476e-9c8e-6f1c0a6c6534 Content-Encoding: gzip Content-Length: 241 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bc4b8089-74d8-4820-9f99-ef4a94a5155e", "name": "CinderUtilsQoSTests-e5318d9e-ff3e-4f35-ac11-25dd03fd7186"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/bc4b8089-74d8-4820-9f99-ef4a94a5155e", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/bc4b8089-74d8-4820-9f99-ef4a94a5155e", "rel": "bookmark"}]} 2018-10-06 15:24:05,590 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-755efcb3-a2a9-476e-9c8e-6f1c0a6c6534 2018-10-06 15:24:05,593 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-755efcb3-a2a9-476e-9c8e-6f1c0a6c6534" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d009c69063a9ae2ab86a2d502a1a0a5049a291" 2018-10-06 15:24:06,314 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:05 GMT Server: Apache x-compute-request-id: req-0779a4cf-481a-45b3-a7bd-4d3cb1317793 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0779a4cf-481a-45b3-a7bd-4d3cb1317793 Content-Encoding: gzip Content-Length: 154 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "bc4b8089-74d8-4820-9f99-ef4a94a5155e", "name": "CinderUtilsQoSTests-e5318d9e-ff3e-4f35-ac11-25dd03fd7186"}]} 2018-10-06 15:24:06,314 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-0779a4cf-481a-45b3-a7bd-4d3cb1317793 2018-10-06 15:24:06,314 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e5318d9e-ff3e-4f35-ac11-25dd03fd7186 2018-10-06 15:24:06,316 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/bc4b8089-74d8-4820-9f99-ef4a94a5155e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-755efcb3-a2a9-476e-9c8e-6f1c0a6c6534" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d009c69063a9ae2ab86a2d502a1a0a5049a291" 2018-10-06 15:24:06,523 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e99c0eaa-9068-4fc9-8ba0-892afcbd3dde Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:06,524 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/bc4b8089-74d8-4820-9f99-ef4a94a5155e?force=False used request id req-e99c0eaa-9068-4fc9-8ba0-892afcbd3dde 2018-10-06 15:24:06,527 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-755efcb3-a2a9-476e-9c8e-6f1c0a6c6534" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d009c69063a9ae2ab86a2d502a1a0a5049a291" 2018-10-06 15:24:07,268 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:06 GMT Server: Apache x-compute-request-id: req-3c284c5e-2347-4915-9bcb-b92fd525ac3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3c284c5e-2347-4915-9bcb-b92fd525ac3d Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 15:24:07,269 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-3c284c5e-2347-4915-9bcb-b92fd525ac3d 2018-10-06 15:24:07,269 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e5318d9e-ff3e-4f35-ac11-25dd03fd7186 2018-10-06 15:24:07,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/bc4b8089-74d8-4820-9f99-ef4a94a5155e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-755efcb3-a2a9-476e-9c8e-6f1c0a6c6534" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d009c69063a9ae2ab86a2d502a1a0a5049a291" 2018-10-06 15:24:08,000 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8d00094e-dc82-47eb-afea-0d356844d719 x-openstack-request-id: req-8d00094e-dc82-47eb-afea-0d356844d719 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec bc4b8089-74d8-4820-9f99-ef4a94a5155e.", "code": 404}} 2018-10-06 15:24:08,000 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/bc4b8089-74d8-4820-9f99-ef4a94a5155e?force=False used request id req-8d00094e-dc82-47eb-afea-0d356844d719 2018-10-06 15:24:08,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:08,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["9LrAUhLeTGScztVpYuOIEA"], "issued_at": "2018-10-06T15:24:08.000000Z"}} 2018-10-06 15:24:08,391 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de41885a94ff1950a1f5f6bd298dc62077467e0a" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-99fb9056-94b4-44d0-b1ff-cea8f26e571b"}}' 2018-10-06 15:24:08,582 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:08 GMT Server: Apache x-compute-request-id: req-72c251e0-c20a-4635-9db6-02ded14a55e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72c251e0-c20a-4635-9db6-02ded14a55e1 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "07c598c2-a9ae-4000-ad81-b8c18f584ca3", "name": "CinderUtilsQoSTests-99fb9056-94b4-44d0-b1ff-cea8f26e571b"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3", "rel": "bookmark"}]} 2018-10-06 15:24:08,582 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-72c251e0-c20a-4635-9db6-02ded14a55e1 2018-10-06 15:24:08,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-72c251e0-c20a-4635-9db6-02ded14a55e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de41885a94ff1950a1f5f6bd298dc62077467e0a" 2018-10-06 15:24:08,763 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:08 GMT Server: Apache x-compute-request-id: req-65d66162-8543-494f-9861-7bb0d0d9b6ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-65d66162-8543-494f-9861-7bb0d0d9b6ee Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "07c598c2-a9ae-4000-ad81-b8c18f584ca3", "name": "CinderUtilsQoSTests-99fb9056-94b4-44d0-b1ff-cea8f26e571b"}]} 2018-10-06 15:24:08,763 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-65d66162-8543-494f-9861-7bb0d0d9b6ee 2018-10-06 15:24:08,767 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-72c251e0-c20a-4635-9db6-02ded14a55e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de41885a94ff1950a1f5f6bd298dc62077467e0a" 2018-10-06 15:24:09,469 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:08 GMT Server: Apache x-compute-request-id: req-18371537-b4f6-4ccd-80c9-0a7ffe6b5016 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-18371537-b4f6-4ccd-80c9-0a7ffe6b5016 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "07c598c2-a9ae-4000-ad81-b8c18f584ca3", "name": "CinderUtilsQoSTests-99fb9056-94b4-44d0-b1ff-cea8f26e571b"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3", "rel": "bookmark"}]} 2018-10-06 15:24:09,469 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3 used request id req-18371537-b4f6-4ccd-80c9-0a7ffe6b5016 2018-10-06 15:24:09,469 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-99fb9056-94b4-44d0-b1ff-cea8f26e571b 2018-10-06 15:24:09,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-72c251e0-c20a-4635-9db6-02ded14a55e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de41885a94ff1950a1f5f6bd298dc62077467e0a" 2018-10-06 15:24:09,534 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-035e4fbc-612f-4796-a349-6f96b770348d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:09,534 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/07c598c2-a9ae-4000-ad81-b8c18f584ca3?force=False used request id req-035e4fbc-612f-4796-a349-6f96b770348d 2018-10-06 15:24:09,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:09,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["9gwoZNOgQDSLfdLH3thf2w"], "issued_at": "2018-10-06T15:24:09.000000Z"}} 2018-10-06 15:24:09,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927ba03c5e9e676fc21fe690bc30a18ad7f0ec3b" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-00f7da59-595e-4cf8-955f-d051b72fb4fb"}}' 2018-10-06 15:24:10,122 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:09 GMT Server: Apache x-compute-request-id: req-e5914730-ca6c-4728-bec5-80c29e8a54cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e5914730-ca6c-4728-bec5-80c29e8a54cd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "b562e86b-ea8d-488b-a7df-734cb352f8bd", "name": "CinderUtilsQoSTests-00f7da59-595e-4cf8-955f-d051b72fb4fb"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd", "rel": "bookmark"}]} 2018-10-06 15:24:10,122 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-e5914730-ca6c-4728-bec5-80c29e8a54cd 2018-10-06 15:24:10,125 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5914730-ca6c-4728-bec5-80c29e8a54cd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927ba03c5e9e676fc21fe690bc30a18ad7f0ec3b" 2018-10-06 15:24:10,294 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:10 GMT Server: Apache x-compute-request-id: req-7d89a4bd-f1a4-4d6c-b202-0a82177538ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7d89a4bd-f1a4-4d6c-b202-0a82177538ce Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "b562e86b-ea8d-488b-a7df-734cb352f8bd", "name": "CinderUtilsQoSTests-00f7da59-595e-4cf8-955f-d051b72fb4fb"}]} 2018-10-06 15:24:10,294 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-7d89a4bd-f1a4-4d6c-b202-0a82177538ce 2018-10-06 15:24:10,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5914730-ca6c-4728-bec5-80c29e8a54cd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927ba03c5e9e676fc21fe690bc30a18ad7f0ec3b" 2018-10-06 15:24:11,005 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:10 GMT Server: Apache x-compute-request-id: req-05cb71a7-bf57-46c8-a6ad-06faba21f386 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05cb71a7-bf57-46c8-a6ad-06faba21f386 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "b562e86b-ea8d-488b-a7df-734cb352f8bd", "name": "CinderUtilsQoSTests-00f7da59-595e-4cf8-955f-d051b72fb4fb"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd", "rel": "bookmark"}]} 2018-10-06 15:24:11,006 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd used request id req-05cb71a7-bf57-46c8-a6ad-06faba21f386 2018-10-06 15:24:11,006 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-00f7da59-595e-4cf8-955f-d051b72fb4fb 2018-10-06 15:24:11,008 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5914730-ca6c-4728-bec5-80c29e8a54cd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927ba03c5e9e676fc21fe690bc30a18ad7f0ec3b" 2018-10-06 15:24:11,212 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0915eee-58bd-4f2a-a7d3-b795655d8abb Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:11,212 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/b562e86b-ea8d-488b-a7df-734cb352f8bd?force=False used request id req-e0915eee-58bd-4f2a-a7d3-b795655d8abb 2018-10-06 15:24:11,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:11,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["uHTbzmmZSDe-chHFk96lqA"], "issued_at": "2018-10-06T15:24:11.000000Z"}} 2018-10-06 15:24:11,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47acff86f407d8ad989c39827a03337b461e1042" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-49a26354-1787-4d01-94f0-ada042f4350d"}}' 2018-10-06 15:24:11,812 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:11 GMT Server: Apache x-compute-request-id: req-63bf7476-0bf2-4f58-bf1a-7004ecf35fbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63bf7476-0bf2-4f58-bf1a-7004ecf35fbc Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "e340479c-4e4c-44ba-8f14-d0c544530e5b", "name": "CinderUtilsQoSTests-49a26354-1787-4d01-94f0-ada042f4350d"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b", "rel": "bookmark"}]} 2018-10-06 15:24:11,812 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-63bf7476-0bf2-4f58-bf1a-7004ecf35fbc 2018-10-06 15:24:11,816 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63bf7476-0bf2-4f58-bf1a-7004ecf35fbc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47acff86f407d8ad989c39827a03337b461e1042" 2018-10-06 15:24:11,990 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:11 GMT Server: Apache x-compute-request-id: req-e815dc71-478f-4fbd-ab28-0008838edf02 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e815dc71-478f-4fbd-ab28-0008838edf02 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "e340479c-4e4c-44ba-8f14-d0c544530e5b", "name": "CinderUtilsQoSTests-49a26354-1787-4d01-94f0-ada042f4350d"}]} 2018-10-06 15:24:11,990 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-e815dc71-478f-4fbd-ab28-0008838edf02 2018-10-06 15:24:11,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63bf7476-0bf2-4f58-bf1a-7004ecf35fbc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47acff86f407d8ad989c39827a03337b461e1042" 2018-10-06 15:24:12,154 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:11 GMT Server: Apache x-compute-request-id: req-8aef4120-a1b6-4d1b-9b5a-db08e8be422d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8aef4120-a1b6-4d1b-9b5a-db08e8be422d Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "e340479c-4e4c-44ba-8f14-d0c544530e5b", "name": "CinderUtilsQoSTests-49a26354-1787-4d01-94f0-ada042f4350d"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b", "rel": "bookmark"}]} 2018-10-06 15:24:12,154 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b used request id req-8aef4120-a1b6-4d1b-9b5a-db08e8be422d 2018-10-06 15:24:12,154 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-49a26354-1787-4d01-94f0-ada042f4350d 2018-10-06 15:24:12,157 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63bf7476-0bf2-4f58-bf1a-7004ecf35fbc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47acff86f407d8ad989c39827a03337b461e1042" 2018-10-06 15:24:12,380 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-985f94a6-2102-4b09-b3d5-dd71e0723b63 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:12,380 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/e340479c-4e4c-44ba-8f14-d0c544530e5b?force=False used request id req-985f94a6-2102-4b09-b3d5-dd71e0723b63 2018-10-06 15:24:12,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:12,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["1cAZKyJyQOKB99TLRH-ntA"], "issued_at": "2018-10-06T15:24:12.000000Z"}} 2018-10-06 15:24:12,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:12,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865ae674-fb86-4a27-97ca-56701ba82ba5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:12,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-865ae674-fb86-4a27-97ca-56701ba82ba5 2018-10-06 15:24:12,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-fcf1c4e7-b561-4feb-b015-eae4de5c1170", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-06 15:24:13,738 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:12 GMT Server: Apache x-compute-request-id: req-97a5cd68-e698-4ac3-848d-33f53889a5fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-97a5cd68-e698-4ac3-848d-33f53889a5fb Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T15:24:13.597870", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-fcf1c4e7-b561-4feb-b015-eae4de5c1170", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "be40f70c-085f-43b9-a6c1-91e68c81baa2", "size": 1}} 2018-10-06 15:24:13,738 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes used request id req-97a5cd68-e698-4ac3-848d-33f53889a5fb 2018-10-06 15:24:13,742 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:14,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:13 GMT Server: Apache x-compute-request-id: req-4bdd114e-2022-450a-be3c-d68b0ad670f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4bdd114e-2022-450a-be3c-d68b0ad670f5 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:14.000000", "replication_status": null, "snapshot_id": null, "id": "be40f70c-085f-43b9-a6c1-91e68c81baa2", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-fcf1c4e7-b561-4feb-b015-eae4de5c1170", "bootable": "false", "created_at": "2018-10-06T15:24:13.000000", "volume_type": null}} 2018-10-06 15:24:14,485 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 used request id req-4bdd114e-2022-450a-be3c-d68b0ad670f5 2018-10-06 15:24:14,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:14,700 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:14 GMT Server: Apache x-compute-request-id: req-fe40d65b-73b6-4c83-864f-a511c7d56592 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe40d65b-73b6-4c83-864f-a511c7d56592 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:14.000000", "replication_status": null, "snapshot_id": null, "id": "be40f70c-085f-43b9-a6c1-91e68c81baa2", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-fcf1c4e7-b561-4feb-b015-eae4de5c1170", "bootable": "false", "created_at": "2018-10-06T15:24:13.000000", "volume_type": null}} 2018-10-06 15:24:14,700 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 used request id req-fe40d65b-73b6-4c83-864f-a511c7d56592 2018-10-06 15:24:14,703 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:15,482 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:14 GMT Server: Apache x-compute-request-id: req-d534ae5a-512e-46c3-b704-f1e92da34d6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d534ae5a-512e-46c3-b704-f1e92da34d6c Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:14.000000", "replication_status": null, "snapshot_id": null, "id": "be40f70c-085f-43b9-a6c1-91e68c81baa2", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-fcf1c4e7-b561-4feb-b015-eae4de5c1170", "bootable": "false", "created_at": "2018-10-06T15:24:13.000000", "volume_type": null}]} 2018-10-06 15:24:15,483 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail used request id req-d534ae5a-512e-46c3-b704-f1e92da34d6c 2018-10-06 15:24:15,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:24:15,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:24:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:24:15,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:15,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9482f47-fbab-41f7-a485-e64b4cd489b6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:24:15,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-a9482f47-fbab-41f7-a485-e64b4cd489b6 2018-10-06 15:24:15,576 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-fcf1c4e7-b561-4feb-b015-eae4de5c1170 2018-10-06 15:24:15,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:15,810 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-67a37ca1-636b-4afd-ae6c-c2cb87630cbc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:15,810 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 used request id req-67a37ca1-636b-4afd-ae6c-c2cb87630cbc 2018-10-06 15:24:15,813 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:16,011 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:15 GMT Server: Apache x-compute-request-id: req-44833072-f892-45bd-aa19-ad1b67c6f419 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44833072-f892-45bd-aa19-ad1b67c6f419 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:15.000000", "replication_status": null, "snapshot_id": null, "id": "be40f70c-085f-43b9-a6c1-91e68c81baa2", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-fcf1c4e7-b561-4feb-b015-eae4de5c1170", "bootable": "false", "created_at": "2018-10-06T15:24:13.000000", "volume_type": null}} 2018-10-06 15:24:16,012 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 used request id req-44833072-f892-45bd-aa19-ad1b67c6f419 2018-10-06 15:24:19,016 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:19,214 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f36e8414-0c3f-45ed-8be6-95d0a035997e x-openstack-request-id: req-f36e8414-0c3f-45ed-8be6-95d0a035997e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume be40f70c-085f-43b9-a6c1-91e68c81baa2 could not be found.", "code": 404}} 2018-10-06 15:24:19,214 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 used request id req-f36e8414-0c3f-45ed-8be6-95d0a035997e 2018-10-06 15:24:19,217 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:19,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:19 GMT Server: Apache x-compute-request-id: req-5a8783ae-110f-41ff-9685-724e7baef4ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5a8783ae-110f-41ff-9685-724e7baef4ed Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 15:24:19,430 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail used request id req-5a8783ae-110f-41ff-9685-724e7baef4ed 2018-10-06 15:24:19,430 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-fcf1c4e7-b561-4feb-b015-eae4de5c1170 2018-10-06 15:24:19,433 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:19,466 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-54986585-88d9-4be4-abc0-88b332e0250d x-openstack-request-id: req-54986585-88d9-4be4-abc0-88b332e0250d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume be40f70c-085f-43b9-a6c1-91e68c81baa2 could not be found.", "code": 404}} 2018-10-06 15:24:19,466 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 used request id req-54986585-88d9-4be4-abc0-88b332e0250d 2018-10-06 15:24:19,469 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97a5cd68-e698-4ac3-848d-33f53889a5fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9584ed483fcaf1168e1b44682b5fc7a0ee0a03ae" 2018-10-06 15:24:19,640 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a0e06ac2-1927-4409-a9d5-9cbe08ffa32d x-openstack-request-id: req-a0e06ac2-1927-4409-a9d5-9cbe08ffa32d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume be40f70c-085f-43b9-a6c1-91e68c81baa2 could not be found.", "code": 404}} 2018-10-06 15:24:19,640 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/be40f70c-085f-43b9-a6c1-91e68c81baa2 used request id req-a0e06ac2-1927-4409-a9d5-9cbe08ffa32d 2018-10-06 15:24:19,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:20,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["k_EULBklSmesxyF_1rbM3A"], "issued_at": "2018-10-06T15:24:20.000000Z"}} 2018-10-06 15:24:20,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:20,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eec3c558-2657-45e5-9731-976b3e1e64dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:20,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eec3c558-2657-45e5-9731-976b3e1e64dc 2018-10-06 15:24:20,194 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-d643069b-6293-4189-ac31-8979285cd06e", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-06 15:24:20,533 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:20 GMT Server: Apache x-compute-request-id: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T15:24:20.438028", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-d643069b-6293-4189-ac31-8979285cd06e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "64f3fc4f-a423-4463-ad89-522b468c81d7", "size": 1}} 2018-10-06 15:24:20,533 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes used request id req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47 2018-10-06 15:24:20,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:20,742 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:20 GMT Server: Apache x-compute-request-id: req-f3285466-b193-476a-ac16-b9c7d43fe1c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3285466-b193-476a-ac16-b9c7d43fe1c8 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:20.000000", "replication_status": null, "snapshot_id": null, "id": "64f3fc4f-a423-4463-ad89-522b468c81d7", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-d643069b-6293-4189-ac31-8979285cd06e", "bootable": "false", "created_at": "2018-10-06T15:24:20.000000", "volume_type": null}} 2018-10-06 15:24:20,742 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 used request id req-f3285466-b193-476a-ac16-b9c7d43fe1c8 2018-10-06 15:24:20,745 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:20,939 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:20 GMT Server: Apache x-compute-request-id: req-b75742fb-1988-4750-85a2-a6704495c8ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b75742fb-1988-4750-85a2-a6704495c8ab Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:20.000000", "replication_status": null, "snapshot_id": null, "id": "64f3fc4f-a423-4463-ad89-522b468c81d7", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-d643069b-6293-4189-ac31-8979285cd06e", "bootable": "false", "created_at": "2018-10-06T15:24:20.000000", "volume_type": null}} 2018-10-06 15:24:20,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 used request id req-b75742fb-1988-4750-85a2-a6704495c8ab 2018-10-06 15:24:20,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:20,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:20 GMT Server: Apache x-compute-request-id: req-8fb7bd23-385c-4202-81fe-a052b96280ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8fb7bd23-385c-4202-81fe-a052b96280ef Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:20.000000", "replication_status": null, "snapshot_id": null, "id": "64f3fc4f-a423-4463-ad89-522b468c81d7", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-d643069b-6293-4189-ac31-8979285cd06e", "bootable": "false", "created_at": "2018-10-06T15:24:20.000000", "volume_type": null}]} 2018-10-06 15:24:20,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/detail used request id req-8fb7bd23-385c-4202-81fe-a052b96280ef 2018-10-06 15:24:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:24:21,005 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:24: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:24:21,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:21,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ccffb80-ab14-4e6f-98ae-9fe63f1fa2d3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:24:21,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-6ccffb80-ab14-4e6f-98ae-9fe63f1fa2d3 2018-10-06 15:24:21,095 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-d643069b-6293-4189-ac31-8979285cd06e 2018-10-06 15:24:21,098 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:21,352 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-539af591-e4e7-4912-8969-7734f56691dd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:21,353 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 used request id req-539af591-e4e7-4912-8969-7734f56691dd 2018-10-06 15:24:21,356 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:21,555 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:21 GMT Server: Apache x-compute-request-id: req-af50762d-150f-4a90-85ec-e16a1d11309f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af50762d-150f-4a90-85ec-e16a1d11309f Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T15:24:21.000000", "replication_status": null, "snapshot_id": null, "id": "64f3fc4f-a423-4463-ad89-522b468c81d7", "size": 1, "user_id": "aad199a2b1b244d4a2cd8456990e4964", "os-vol-tenant-attr:tenant_id": "3e37ce67de3843498eafb3187da04061", "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-d643069b-6293-4189-ac31-8979285cd06e", "bootable": "false", "created_at": "2018-10-06T15:24:20.000000", "volume_type": null}} 2018-10-06 15:24:21,555 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 used request id req-af50762d-150f-4a90-85ec-e16a1d11309f 2018-10-06 15:24:24,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5bf67fb5-4c8a-4eb0-8300-eb968a95ec47" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2ed41eb98339b8e35c146a8e57351ee378917a" 2018-10-06 15:24:24,762 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d04c0231-8aee-4121-ab3d-bc6fdc2b5e26 x-openstack-request-id: req-d04c0231-8aee-4121-ab3d-bc6fdc2b5e26 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 64f3fc4f-a423-4463-ad89-522b468c81d7 could not be found.", "code": 404}} 2018-10-06 15:24:24,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/volumes/64f3fc4f-a423-4463-ad89-522b468c81d7 used request id req-d04c0231-8aee-4121-ab3d-bc6fdc2b5e26 2018-10-06 15:24:24,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:25,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["T6K9RNFsR5STyASkJVXe0A"], "issued_at": "2018-10-06T15:24:25.000000Z"}} 2018-10-06 15:24:25,166 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f3976038d91420a1d89d97a4646e92deafc523" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-2bb22850-175f-4b61-a12a-9b3690893832", "description": null}}' 2018-10-06 15:24:25,371 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:25 GMT Server: Apache x-compute-request-id: req-e9e10847-7eb3-47d9-b9f8-cca67924f536 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9e10847-7eb3-47d9-b9f8-cca67924f536 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-2bb22850-175f-4b61-a12a-9b3690893832", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "23f50f86-01c6-454d-b171-5fc4ea5bddbb", "description": null}} 2018-10-06 15:24:25,371 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-e9e10847-7eb3-47d9-b9f8-cca67924f536 2018-10-06 15:24:25,385 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9e10847-7eb3-47d9-b9f8-cca67924f536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f3976038d91420a1d89d97a4646e92deafc523" 2018-10-06 15:24:25,554 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:25 GMT Server: Apache x-compute-request-id: req-8d8d82bd-1e63-478e-b519-d298c346788c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d8d82bd-1e63-478e-b519-d298c346788c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-2bb22850-175f-4b61-a12a-9b3690893832", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "23f50f86-01c6-454d-b171-5fc4ea5bddbb", "description": null}]} 2018-10-06 15:24:25,555 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types?is_public=None used request id req-8d8d82bd-1e63-478e-b519-d298c346788c 2018-10-06 15:24:25,558 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9e10847-7eb3-47d9-b9f8-cca67924f536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f3976038d91420a1d89d97a4646e92deafc523" 2018-10-06 15:24:25,813 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:25 GMT Server: Apache x-compute-request-id: req-eb6678ab-a08f-4cac-83c2-fdec10f92d33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eb6678ab-a08f-4cac-83c2-fdec10f92d33 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-2bb22850-175f-4b61-a12a-9b3690893832", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "23f50f86-01c6-454d-b171-5fc4ea5bddbb", "description": null}} 2018-10-06 15:24:25,813 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb used request id req-eb6678ab-a08f-4cac-83c2-fdec10f92d33 2018-10-06 15:24:25,816 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9e10847-7eb3-47d9-b9f8-cca67924f536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f3976038d91420a1d89d97a4646e92deafc523" 2018-10-06 15:24:25,982 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:25 GMT Server: Apache x-compute-request-id: req-b802bd48-47f0-4554-916f-80d747b65061 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b802bd48-47f0-4554-916f-80d747b65061 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 15:24:25,982 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb/encryption used request id req-b802bd48-47f0-4554-916f-80d747b65061 2018-10-06 15:24:25,982 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-2bb22850-175f-4b61-a12a-9b3690893832 2018-10-06 15:24:25,985 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9e10847-7eb3-47d9-b9f8-cca67924f536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f3976038d91420a1d89d97a4646e92deafc523" 2018-10-06 15:24:26,204 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ee93e6a-6d3e-4881-94de-b439f18a0431 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:26,204 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb used request id req-3ee93e6a-6d3e-4881-94de-b439f18a0431 2018-10-06 15:24:26,207 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9e10847-7eb3-47d9-b9f8-cca67924f536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f3976038d91420a1d89d97a4646e92deafc523" 2018-10-06 15:24:26,908 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-586b3674-7921-4325-bcc2-fe76aeabe613 x-openstack-request-id: req-586b3674-7921-4325-bcc2-fe76aeabe613 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 23f50f86-01c6-454d-b171-5fc4ea5bddbb could not be found.", "code": 404}} 2018-10-06 15:24:26,908 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb used request id req-586b3674-7921-4325-bcc2-fe76aeabe613 2018-10-06 15:24:26,908 - cinder_utils - INFO - Volume with ID [23f50f86-01c6-454d-b171-5fc4ea5bddbb] does not exist 2018-10-06 15:24:26,909 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-2bb22850-175f-4b61-a12a-9b3690893832 2018-10-06 15:24:26,911 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9e10847-7eb3-47d9-b9f8-cca67924f536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f3976038d91420a1d89d97a4646e92deafc523" 2018-10-06 15:24:27,096 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-20cf17f1-d542-45f5-8ed1-a68fc70cc87f x-openstack-request-id: req-20cf17f1-d542-45f5-8ed1-a68fc70cc87f Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 23f50f86-01c6-454d-b171-5fc4ea5bddbb could not be found.", "code": 404}} 2018-10-06 15:24:27,096 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/23f50f86-01c6-454d-b171-5fc4ea5bddbb used request id req-20cf17f1-d542-45f5-8ed1-a68fc70cc87f 2018-10-06 15:24:27,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:27,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["dOCpA-YoThC6XqHNiCztig"], "issued_at": "2018-10-06T15:24:27.000000Z"}} 2018-10-06 15:24:27,478 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-53695d9d-e925-485c-a070-da8c92f48e25", "description": null}}' 2018-10-06 15:24:28,307 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:27 GMT Server: Apache x-compute-request-id: req-27491fec-a5d5-4e3a-abe9-532877cebfac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27491fec-a5d5-4e3a-abe9-532877cebfac Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-53695d9d-e925-485c-a070-da8c92f48e25", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4b36812a-bc92-444d-b51b-6466652e0b43", "description": null}} 2018-10-06 15:24:28,308 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-27491fec-a5d5-4e3a-abe9-532877cebfac 2018-10-06 15:24:28,311 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27491fec-a5d5-4e3a-abe9-532877cebfac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" 2018-10-06 15:24:28,481 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:28 GMT Server: Apache x-compute-request-id: req-8be8c9a9-7fd7-4a92-bbb6-d0ef161bc316 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8be8c9a9-7fd7-4a92-bbb6-d0ef161bc316 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-53695d9d-e925-485c-a070-da8c92f48e25", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4b36812a-bc92-444d-b51b-6466652e0b43", "description": null}]} 2018-10-06 15:24:28,481 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types?is_public=None used request id req-8be8c9a9-7fd7-4a92-bbb6-d0ef161bc316 2018-10-06 15:24:28,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27491fec-a5d5-4e3a-abe9-532877cebfac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" 2018-10-06 15:24:28,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:28 GMT Server: Apache x-compute-request-id: req-43f4211b-0b82-4678-a902-7bb435a96a96 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43f4211b-0b82-4678-a902-7bb435a96a96 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-53695d9d-e925-485c-a070-da8c92f48e25", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4b36812a-bc92-444d-b51b-6466652e0b43", "description": null}} 2018-10-06 15:24:28,664 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 used request id req-43f4211b-0b82-4678-a902-7bb435a96a96 2018-10-06 15:24:28,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27491fec-a5d5-4e3a-abe9-532877cebfac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" 2018-10-06 15:24:28,827 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:28 GMT Server: Apache x-compute-request-id: req-bfa3255d-abe4-45ca-beb9-b4a6f1252e1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bfa3255d-abe4-45ca-beb9-b4a6f1252e1c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 15:24:28,827 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43/encryption used request id req-bfa3255d-abe4-45ca-beb9-b4a6f1252e1c 2018-10-06 15:24:28,830 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27491fec-a5d5-4e3a-abe9-532877cebfac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" 2018-10-06 15:24:28,998 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:28 GMT Server: Apache x-compute-request-id: req-9f8af3af-ea18-4e62-8e93-26e4fe18584b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f8af3af-ea18-4e62-8e93-26e4fe18584b Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-53695d9d-e925-485c-a070-da8c92f48e25", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4b36812a-bc92-444d-b51b-6466652e0b43", "description": null}} 2018-10-06 15:24:28,998 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 used request id req-9f8af3af-ea18-4e62-8e93-26e4fe18584b 2018-10-06 15:24:29,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27491fec-a5d5-4e3a-abe9-532877cebfac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" 2018-10-06 15:24:29,729 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:28 GMT Server: Apache x-compute-request-id: req-182102d1-79e7-42af-ba75-09215ee5e71e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-182102d1-79e7-42af-ba75-09215ee5e71e Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-53695d9d-e925-485c-a070-da8c92f48e25", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4b36812a-bc92-444d-b51b-6466652e0b43", "description": null}} 2018-10-06 15:24:29,729 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 used request id req-182102d1-79e7-42af-ba75-09215ee5e71e 2018-10-06 15:24:29,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27491fec-a5d5-4e3a-abe9-532877cebfac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" 2018-10-06 15:24:29,913 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:29 GMT Server: Apache x-compute-request-id: req-62f9e7da-0dc0-4991-9b8b-a8da775c33c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-62f9e7da-0dc0-4991-9b8b-a8da775c33c3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 15:24:29,913 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43/encryption used request id req-62f9e7da-0dc0-4991-9b8b-a8da775c33c3 2018-10-06 15:24:29,914 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-53695d9d-e925-485c-a070-da8c92f48e25 2018-10-06 15:24:29,917 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27491fec-a5d5-4e3a-abe9-532877cebfac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe877810c3fa5a9fa11214c90cbca795177b8b3" 2018-10-06 15:24:30,133 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4f0e42d0-93f8-481c-90fd-1e91248eaf8d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:30,134 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/4b36812a-bc92-444d-b51b-6466652e0b43 used request id req-4f0e42d0-93f8-481c-90fd-1e91248eaf8d 2018-10-06 15:24:30,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:30,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["u-NzXAXdQoa38Uv1gDJsuA"], "issued_at": "2018-10-06T15:24:30.000000Z"}} 2018-10-06 15:24:30,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86ac05b042903c1353f2a8a991aa5a7ed7144769" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-b286d244-5021-43f2-ae8d-26743613c9b9-type", "description": null}}' 2018-10-06 15:24:30,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:30 GMT Server: Apache x-compute-request-id: req-0bea3e25-f57e-4242-981f-774ba570585a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bea3e25-f57e-4242-981f-774ba570585a Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-b286d244-5021-43f2-ae8d-26743613c9b9-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1df3ffa7-da6c-4c05-beb1-9e94556bf79d", "description": null}} 2018-10-06 15:24:30,730 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-0bea3e25-f57e-4242-981f-774ba570585a 2018-10-06 15:24:30,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/1df3ffa7-da6c-4c05-beb1-9e94556bf79d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0bea3e25-f57e-4242-981f-774ba570585a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86ac05b042903c1353f2a8a991aa5a7ed7144769" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-b286d244-5021-43f2-ae8d-26743613c9b9", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-06 15:24:30,916 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 15:24:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-47bf6992-c289-44fa-abca-5582214837b0 x-openstack-request-id: req-47bf6992-c289-44fa-abca-5582214837b0 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-06 15:24:30,916 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/1df3ffa7-da6c-4c05-beb1-9e94556bf79d/encryption used request id req-47bf6992-c289-44fa-abca-5582214837b0 2018-10-06 15:24:30,917 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-b286d244-5021-43f2-ae8d-26743613c9b9-type 2018-10-06 15:24:30,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/1df3ffa7-da6c-4c05-beb1-9e94556bf79d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0bea3e25-f57e-4242-981f-774ba570585a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86ac05b042903c1353f2a8a991aa5a7ed7144769" 2018-10-06 15:24:31,133 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69f283e3-f6ed-4cc9-90a6-cf7397c972fe Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:31,134 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/1df3ffa7-da6c-4c05-beb1-9e94556bf79d used request id req-69f283e3-f6ed-4cc9-90a6-cf7397c972fe 2018-10-06 15:24:31,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:31,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["vl89bTblSEeDh50iYVW-9g"], "issued_at": "2018-10-06T15:24:31.000000Z"}} 2018-10-06 15:24:31,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type", "description": null}}' 2018-10-06 15:24:31,718 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:31 GMT Server: Apache x-compute-request-id: req-fb3e0401-d597-4e7a-808e-e090169c4c2f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb3e0401-d597-4e7a-808e-e090169c4c2f Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "517719db-797c-4732-bd75-c36cf3c5608c", "description": null}} 2018-10-06 15:24:31,718 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-fb3e0401-d597-4e7a-808e-e090169c4c2f 2018-10-06 15:24:31,722 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4", "provider": "LuksEncryptor"}}' 2018-10-06 15:24:32,520 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:31 GMT Server: Apache x-compute-request-id: req-d3db4ca8-0f5c-486c-9498-1dfa2ba7db18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3db4ca8-0f5c-486c-9498-1dfa2ba7db18 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "517719db-797c-4732-bd75-c36cf3c5608c", "name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4", "control_location": "back-end", "encryption_id": "8f0e288d-179c-43af-a19a-88f22400f748", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-06 15:24:32,521 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption used request id req-d3db4ca8-0f5c-486c-9498-1dfa2ba7db18 2018-10-06 15:24:32,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:32,685 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:32 GMT Server: Apache x-compute-request-id: req-d3b35985-893e-4b6f-a0e6-0f15409b8358 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3b35985-893e-4b6f-a0e6-0f15409b8358 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "517719db-797c-4732-bd75-c36cf3c5608c", "description": null}} 2018-10-06 15:24:32,685 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c used request id req-d3b35985-893e-4b6f-a0e6-0f15409b8358 2018-10-06 15:24:32,688 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:32,858 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:32 GMT Server: Apache x-compute-request-id: req-e0503f3c-7bd6-4317-99ce-bb394f9027bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0503f3c-7bd6-4317-99ce-bb394f9027bc Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "517719db-797c-4732-bd75-c36cf3c5608c", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T15:24:32.000000", "updated_at": null, "encryption_id": "8f0e288d-179c-43af-a19a-88f22400f748", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-06 15:24:32,858 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption used request id req-e0503f3c-7bd6-4317-99ce-bb394f9027bc 2018-10-06 15:24:32,859 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type 2018-10-06 15:24:32,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:33,035 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:32 GMT Server: Apache x-compute-request-id: req-3212699f-bf46-40c4-9d42-13b45466e5f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3212699f-bf46-40c4-9d42-13b45466e5f9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "517719db-797c-4732-bd75-c36cf3c5608c", "description": null}} 2018-10-06 15:24:33,035 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c used request id req-3212699f-bf46-40c4-9d42-13b45466e5f9 2018-10-06 15:24:33,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:33,232 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-36682c75-922c-4737-9d97-94d0d85dc454 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:33,233 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption/provider used request id req-36682c75-922c-4737-9d97-94d0d85dc454 2018-10-06 15:24:33,235 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:33,940 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:33 GMT Server: Apache x-compute-request-id: req-bdbeb436-5428-45e0-b7df-a96816d09bad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bdbeb436-5428-45e0-b7df-a96816d09bad Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "517719db-797c-4732-bd75-c36cf3c5608c", "description": null}} 2018-10-06 15:24:33,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c used request id req-bdbeb436-5428-45e0-b7df-a96816d09bad 2018-10-06 15:24:33,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:34,111 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:33 GMT Server: Apache x-compute-request-id: req-2aba70ee-4fda-4772-9700-40023df8dd22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2aba70ee-4fda-4772-9700-40023df8dd22 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 15:24:34,112 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption used request id req-2aba70ee-4fda-4772-9700-40023df8dd22 2018-10-06 15:24:34,112 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type 2018-10-06 15:24:34,115 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:34,301 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:34 GMT Server: Apache x-compute-request-id: req-ee6c0cb3-3f14-4a24-8ae3-8789dcfcbe0c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee6c0cb3-3f14-4a24-8ae3-8789dcfcbe0c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "517719db-797c-4732-bd75-c36cf3c5608c", "description": null}} 2018-10-06 15:24:34,301 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c used request id req-ee6c0cb3-3f14-4a24-8ae3-8789dcfcbe0c 2018-10-06 15:24:34,304 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:34,500 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-06aae5e0-9a60-489b-89f9-abafabc19d16 x-openstack-request-id: req-06aae5e0-9a60-489b-89f9-abafabc19d16 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 517719db-797c-4732-bd75-c36cf3c5608c does not exist.", "code": 404}} 2018-10-06 15:24:34,500 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c/encryption/provider used request id req-06aae5e0-9a60-489b-89f9-abafabc19d16 2018-10-06 15:24:34,500 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-e97a478c-e687-4836-bd99-5423f0889bb4-type 2018-10-06 15:24:34,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb3e0401-d597-4e7a-808e-e090169c4c2f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af11cf7264df04c173ef84a73732344b27b993a6" 2018-10-06 15:24:34,563 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a8acd0f8-ecaa-4f73-afa9-e5700e0f2dfc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:34,564 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/517719db-797c-4732-bd75-c36cf3c5608c used request id req-a8acd0f8-ecaa-4f73-afa9-e5700e0f2dfc 2018-10-06 15:24:34,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:35,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["j0KygAFqTZadc_T34Ae78Q"], "issued_at": "2018-10-06T15:24:35.000000Z"}} 2018-10-06 15:24:35,033 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3b60ac8004ed57a0bc01a40a5f28669c42d370d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04-type", "description": null}}' 2018-10-06 15:24:35,242 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:35 GMT Server: Apache x-compute-request-id: req-27d1e71d-9749-4c49-8a4f-909dc373dd15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27d1e71d-9749-4c49-8a4f-909dc373dd15 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "eda97d40-1aca-4da6-9392-f5f12d06a570", "description": null}} 2018-10-06 15:24:35,242 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-27d1e71d-9749-4c49-8a4f-909dc373dd15 2018-10-06 15:24:35,246 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-27d1e71d-9749-4c49-8a4f-909dc373dd15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3b60ac8004ed57a0bc01a40a5f28669c42d370d" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04", "provider": "foo"}}' 2018-10-06 15:24:35,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:35 GMT Server: Apache x-compute-request-id: req-2ab924f2-6333-4c15-812c-9fc184fe9a12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ab924f2-6333-4c15-812c-9fc184fe9a12 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "eda97d40-1aca-4da6-9392-f5f12d06a570", "name": "CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04", "control_location": "front-end", "encryption_id": "0a792d85-167d-4890-8339-a9ddac50e627", "provider": "foo", "provider_class": "foo"}} 2018-10-06 15:24:35,513 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570/encryption used request id req-2ab924f2-6333-4c15-812c-9fc184fe9a12 2018-10-06 15:24:35,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27d1e71d-9749-4c49-8a4f-909dc373dd15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3b60ac8004ed57a0bc01a40a5f28669c42d370d" 2018-10-06 15:24:35,686 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:35 GMT Server: Apache x-compute-request-id: req-d2752adc-ffb8-43a3-bc9b-881d80657aec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2752adc-ffb8-43a3-bc9b-881d80657aec Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "eda97d40-1aca-4da6-9392-f5f12d06a570", "description": null}} 2018-10-06 15:24:35,687 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570 used request id req-d2752adc-ffb8-43a3-bc9b-881d80657aec 2018-10-06 15:24:35,689 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27d1e71d-9749-4c49-8a4f-909dc373dd15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3b60ac8004ed57a0bc01a40a5f28669c42d370d" 2018-10-06 15:24:35,865 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:35 GMT Server: Apache x-compute-request-id: req-6e36008b-8ba3-4e4c-8b37-6d0e0611ba65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e36008b-8ba3-4e4c-8b37-6d0e0611ba65 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "eda97d40-1aca-4da6-9392-f5f12d06a570", "control_location": "front-end", "deleted": false, "created_at": "2018-10-06T15:24:35.000000", "updated_at": null, "encryption_id": "0a792d85-167d-4890-8339-a9ddac50e627", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-06 15:24:35,865 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570/encryption used request id req-6e36008b-8ba3-4e4c-8b37-6d0e0611ba65 2018-10-06 15:24:35,866 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04-type 2018-10-06 15:24:35,868 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27d1e71d-9749-4c49-8a4f-909dc373dd15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3b60ac8004ed57a0bc01a40a5f28669c42d370d" 2018-10-06 15:24:36,039 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:35 GMT Server: Apache x-compute-request-id: req-3e37d00c-7a7e-450b-b154-d694e421b2e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e37d00c-7a7e-450b-b154-d694e421b2e1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "eda97d40-1aca-4da6-9392-f5f12d06a570", "description": null}} 2018-10-06 15:24:36,039 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570 used request id req-3e37d00c-7a7e-450b-b154-d694e421b2e1 2018-10-06 15:24:36,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27d1e71d-9749-4c49-8a4f-909dc373dd15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3b60ac8004ed57a0bc01a40a5f28669c42d370d" 2018-10-06 15:24:36,227 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-19850db9-5370-4c31-8b7a-0954e2b214c9 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:36,227 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570/encryption/provider used request id req-19850db9-5370-4c31-8b7a-0954e2b214c9 2018-10-06 15:24:36,227 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-494316dc-b78f-4840-a2fb-abc184fbec04-type 2018-10-06 15:24:36,230 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27d1e71d-9749-4c49-8a4f-909dc373dd15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3b60ac8004ed57a0bc01a40a5f28669c42d370d" 2018-10-06 15:24:36,444 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3070d4a3-be46-4dc2-b888-7cf31fcc344f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:36,444 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/eda97d40-1aca-4da6-9392-f5f12d06a570 used request id req-3070d4a3-be46-4dc2-b888-7cf31fcc344f 2018-10-06 15:24:36,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:36,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["2T92GX5LSqSN721PkpbZlw"], "issued_at": "2018-10-06T15:24:36.000000Z"}} 2018-10-06 15:24:36,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e4ba5c54acf31b46803cda349324633a47176" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722-type", "description": null}}' 2018-10-06 15:24:37,060 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:36 GMT Server: Apache x-compute-request-id: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a4ad7af6-32d2-40db-9cf4-c2ea55723bc0", "description": null}} 2018-10-06 15:24:37,060 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b 2018-10-06 15:24:37,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e4ba5c54acf31b46803cda349324633a47176" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-06 15:24:37,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:37 GMT Server: Apache x-compute-request-id: req-3daa2774-aa03-4e88-a4a7-c26723876415 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3daa2774-aa03-4e88-a4a7-c26723876415 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a4ad7af6-32d2-40db-9cf4-c2ea55723bc0", "name": "CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722", "control_location": "back-end", "encryption_id": "3fa916be-a932-47e2-b45d-a0ced0c6afb5", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-06 15:24:37,264 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0/encryption used request id req-3daa2774-aa03-4e88-a4a7-c26723876415 2018-10-06 15:24:37,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e4ba5c54acf31b46803cda349324633a47176" 2018-10-06 15:24:37,442 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:37 GMT Server: Apache x-compute-request-id: req-de494cdc-a456-4d9e-aa13-45c783ffa1c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de494cdc-a456-4d9e-aa13-45c783ffa1c3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a4ad7af6-32d2-40db-9cf4-c2ea55723bc0", "description": null}} 2018-10-06 15:24:37,443 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0 used request id req-de494cdc-a456-4d9e-aa13-45c783ffa1c3 2018-10-06 15:24:37,446 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e4ba5c54acf31b46803cda349324633a47176" 2018-10-06 15:24:37,613 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:37 GMT Server: Apache x-compute-request-id: req-59642fee-e3c7-44f7-af73-913dac31a285 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59642fee-e3c7-44f7-af73-913dac31a285 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"volume_type_id": "a4ad7af6-32d2-40db-9cf4-c2ea55723bc0", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T15:24:37.000000", "updated_at": null, "encryption_id": "3fa916be-a932-47e2-b45d-a0ced0c6afb5", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-06 15:24:37,614 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0/encryption used request id req-59642fee-e3c7-44f7-af73-913dac31a285 2018-10-06 15:24:37,614 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722-type 2018-10-06 15:24:37,617 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e4ba5c54acf31b46803cda349324633a47176" 2018-10-06 15:24:37,782 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:37 GMT Server: Apache x-compute-request-id: req-8104dd78-fc77-43e6-bd3d-d984fcae83bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8104dd78-fc77-43e6-bd3d-d984fcae83bb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a4ad7af6-32d2-40db-9cf4-c2ea55723bc0", "description": null}} 2018-10-06 15:24:37,782 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0 used request id req-8104dd78-fc77-43e6-bd3d-d984fcae83bb 2018-10-06 15:24:37,785 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e4ba5c54acf31b46803cda349324633a47176" 2018-10-06 15:24:37,976 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f64848bf-a1ba-4e1d-8fc9-faa97041f42f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:37,977 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0/encryption/provider used request id req-f64848bf-a1ba-4e1d-8fc9-faa97041f42f 2018-10-06 15:24:37,977 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d19b482f-e2af-481c-8b63-607a4e51f722-type 2018-10-06 15:24:37,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fb4c435-86c5-437d-ad73-7a1ee8a2456b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e4ba5c54acf31b46803cda349324633a47176" 2018-10-06 15:24:38,043 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c2ffffc3-940c-4887-b0a8-f3507f58110e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:38,043 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/a4ad7af6-32d2-40db-9cf4-c2ea55723bc0 used request id req-c2ffffc3-940c-4887-b0a8-f3507f58110e 2018-10-06 15:24:38,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:38,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["kjbj0BazSp2T5OdRcfnIIQ"], "issued_at": "2018-10-06T15:24:38.000000Z"}} 2018-10-06 15:24:38,433 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00-qos"}}' 2018-10-06 15:24:38,658 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:38 GMT Server: Apache x-compute-request-id: req-55027292-1c4e-4b76-870d-8a083afadf32 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55027292-1c4e-4b76-870d-8a083afadf32 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "1373f005-ad62-420e-8c8d-41a863ffb91f", "name": "CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1373f005-ad62-420e-8c8d-41a863ffb91f", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/1373f005-ad62-420e-8c8d-41a863ffb91f", "rel": "bookmark"}]} 2018-10-06 15:24:38,659 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-55027292-1c4e-4b76-870d-8a083afadf32 2018-10-06 15:24:38,662 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00", "description": null}}' 2018-10-06 15:24:38,870 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:38 GMT Server: Apache x-compute-request-id: req-de9a505b-df86-44c7-a514-7a71173d210c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de9a505b-df86-44c7-a514-7a71173d210c Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86723d9a-614e-4d7c-97d4-a7456f2d64c1", "description": null}} 2018-10-06 15:24:38,871 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-de9a505b-df86-44c7-a514-7a71173d210c 2018-10-06 15:24:38,874 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-06 15:24:39,079 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:38 GMT Server: Apache x-compute-request-id: req-e15140df-d34f-433e-9626-0ad56db3f5d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e15140df-d34f-433e-9626-0ad56db3f5d2 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "86723d9a-614e-4d7c-97d4-a7456f2d64c1", "name": "foo", "control_location": "back-end", "encryption_id": "5924126b-5f6c-4909-a2c1-a976e73ba7e3", "provider": "bar", "provider_class": "bar"}} 2018-10-06 15:24:39,079 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1/encryption used request id req-e15140df-d34f-433e-9626-0ad56db3f5d2 2018-10-06 15:24:39,082 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" 2018-10-06 15:24:39,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:39 GMT Server: Apache x-compute-request-id: req-e3f1fc09-f4bf-41aa-ace2-7fecc1867d92 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e3f1fc09-f4bf-41aa-ace2-7fecc1867d92 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86723d9a-614e-4d7c-97d4-a7456f2d64c1", "description": null}} 2018-10-06 15:24:39,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1 used request id req-e3f1fc09-f4bf-41aa-ace2-7fecc1867d92 2018-10-06 15:24:39,262 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" 2018-10-06 15:24:39,420 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:39 GMT Server: Apache x-compute-request-id: req-c9b3cca2-ddf3-403a-949e-0c22802bc8a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9b3cca2-ddf3-403a-949e-0c22802bc8a0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "86723d9a-614e-4d7c-97d4-a7456f2d64c1", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T15:24:39.000000", "updated_at": null, "encryption_id": "5924126b-5f6c-4909-a2c1-a976e73ba7e3", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-06 15:24:39,420 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1/encryption used request id req-c9b3cca2-ddf3-403a-949e-0c22802bc8a0 2018-10-06 15:24:39,421 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00 2018-10-06 15:24:39,424 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" 2018-10-06 15:24:39,606 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:39 GMT Server: Apache x-compute-request-id: req-284db7bb-4543-46d8-b799-450f2c7263ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-284db7bb-4543-46d8-b799-450f2c7263ed Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86723d9a-614e-4d7c-97d4-a7456f2d64c1", "description": null}} 2018-10-06 15:24:39,606 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1 used request id req-284db7bb-4543-46d8-b799-450f2c7263ed 2018-10-06 15:24:39,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" 2018-10-06 15:24:39,807 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c1074f89-240e-49ac-b4d4-c559dde40c14 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:39,807 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1/encryption/provider used request id req-c1074f89-240e-49ac-b4d4-c559dde40c14 2018-10-06 15:24:39,807 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00 2018-10-06 15:24:39,810 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" 2018-10-06 15:24:39,863 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-24774209-c039-494a-b1d1-d0e3e7203a49 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:39,863 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/86723d9a-614e-4d7c-97d4-a7456f2d64c1 used request id req-24774209-c039-494a-b1d1-d0e3e7203a49 2018-10-06 15:24:39,863 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5c89731a-d767-45ad-89b3-f4f84722ea00-qos 2018-10-06 15:24:39,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1373f005-ad62-420e-8c8d-41a863ffb91f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55027292-1c4e-4b76-870d-8a083afadf32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae3058dc6aa77c610fbd3e63c9d0a483b2d47c69" 2018-10-06 15:24:40,075 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-18751def-b770-4dbd-a964-2e40fed0e95f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:40,075 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1373f005-ad62-420e-8c8d-41a863ffb91f?force=False used request id req-18751def-b770-4dbd-a964-2e40fed0e95f 2018-10-06 15:24:40,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:40,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["AjHpuQEuQ9q9hZlawkobyQ"], "issued_at": "2018-10-06T15:24:40.000000Z"}} 2018-10-06 15:24:40,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa77a088ed2082ea256a6abcc2007ee1763f584f" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-e64ae211-3327-4bef-ac5f-fe498831e456-qos"}}' 2018-10-06 15:24:40,678 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:40 GMT Server: Apache x-compute-request-id: req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "f3725c10-e843-4fe6-b505-1aac0058fb72", "name": "CinderUtilsVolumeTypeCompleteTests-e64ae211-3327-4bef-ac5f-fe498831e456-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/f3725c10-e843-4fe6-b505-1aac0058fb72", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/f3725c10-e843-4fe6-b505-1aac0058fb72", "rel": "bookmark"}]} 2018-10-06 15:24:40,678 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba 2018-10-06 15:24:40,682 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa77a088ed2082ea256a6abcc2007ee1763f584f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-e64ae211-3327-4bef-ac5f-fe498831e456", "description": null}}' 2018-10-06 15:24:40,880 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:40 GMT Server: Apache x-compute-request-id: req-f2c06db9-c212-4e38-b02f-c0ce9d6a39c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2c06db9-c212-4e38-b02f-c0ce9d6a39c7 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e64ae211-3327-4bef-ac5f-fe498831e456", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3757e368-3c8e-4f4a-a33f-52cbc1de1058", "description": null}} 2018-10-06 15:24:40,880 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-f2c06db9-c212-4e38-b02f-c0ce9d6a39c7 2018-10-06 15:24:40,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa77a088ed2082ea256a6abcc2007ee1763f584f" 2018-10-06 15:24:41,054 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:40 GMT Server: Apache x-compute-request-id: req-26ffbdc9-84f7-448a-879c-9c3fb4af994f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26ffbdc9-84f7-448a-879c-9c3fb4af994f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "f3725c10-e843-4fe6-b505-1aac0058fb72", "name": "CinderUtilsVolumeTypeCompleteTests-e64ae211-3327-4bef-ac5f-fe498831e456-qos"}]} 2018-10-06 15:24:41,055 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-26ffbdc9-84f7-448a-879c-9c3fb4af994f 2018-10-06 15:24:41,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/None/associate?vol_type_id=3757e368-3c8e-4f4a-a33f-52cbc1de1058 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa77a088ed2082ea256a6abcc2007ee1763f584f" 2018-10-06 15:24:41,226 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15:24:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-91fe61ce-54d4-4a59-8626-d5e61ced1d74 x-openstack-request-id: req-91fe61ce-54d4-4a59-8626-d5e61ced1d74 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-06 15:24:41,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/None/associate?vol_type_id=3757e368-3c8e-4f4a-a33f-52cbc1de1058 used request id req-91fe61ce-54d4-4a59-8626-d5e61ced1d74 2018-10-06 15:24:41,226 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-91fe61ce-54d4-4a59-8626-d5e61ced1d74) 2018-10-06 15:24:41,226 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-e64ae211-3327-4bef-ac5f-fe498831e456 2018-10-06 15:24:41,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/3757e368-3c8e-4f4a-a33f-52cbc1de1058 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa77a088ed2082ea256a6abcc2007ee1763f584f" 2018-10-06 15:24:41,432 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9f4b58e7-0277-4587-b2ba-f024864600bb Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:41,432 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/3757e368-3c8e-4f4a-a33f-52cbc1de1058 used request id req-9f4b58e7-0277-4587-b2ba-f024864600bb 2018-10-06 15:24:41,432 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-e64ae211-3327-4bef-ac5f-fe498831e456-qos 2018-10-06 15:24:41,435 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/f3725c10-e843-4fe6-b505-1aac0058fb72?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-934b0a44-d675-4ef6-85ed-79e9dbf8aeba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa77a088ed2082ea256a6abcc2007ee1763f584f" 2018-10-06 15:24:41,666 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5b1e111-f652-4f68-9d6f-3b7eb90aa952 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:41,666 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/f3725c10-e843-4fe6-b505-1aac0058fb72?force=False used request id req-b5b1e111-f652-4f68-9d6f-3b7eb90aa952 2018-10-06 15:24:41,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:42,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["mKooxnYtQemOxSQ2pNALUQ"], "issued_at": "2018-10-06T15:24:42.000000Z"}} 2018-10-06 15:24:42,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24db801781c44288c38d440c3f41bb386f051706" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-c37a319c-4a4e-45aa-8a0e-2f5a6c8e9c60-qos"}}' 2018-10-06 15:24:42,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:42 GMT Server: Apache x-compute-request-id: req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "c5fe6488-fa57-486e-b23e-cf2175f6fd2c", "name": "CinderUtilsVolumeTypeCompleteTests-c37a319c-4a4e-45aa-8a0e-2f5a6c8e9c60-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/c5fe6488-fa57-486e-b23e-cf2175f6fd2c", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/c5fe6488-fa57-486e-b23e-cf2175f6fd2c", "rel": "bookmark"}]} 2018-10-06 15:24:42,241 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5 2018-10-06 15:24:42,244 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24db801781c44288c38d440c3f41bb386f051706" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-c37a319c-4a4e-45aa-8a0e-2f5a6c8e9c60", "description": null}}' 2018-10-06 15:24:42,454 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:42 GMT Server: Apache x-compute-request-id: req-11316d8f-0a28-4bf3-a26a-5280f11e5b24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11316d8f-0a28-4bf3-a26a-5280f11e5b24 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-c37a319c-4a4e-45aa-8a0e-2f5a6c8e9c60", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "94aa488b-b33e-4c50-bbd6-ac1cd812a547", "description": null}} 2018-10-06 15:24:42,455 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-11316d8f-0a28-4bf3-a26a-5280f11e5b24 2018-10-06 15:24:42,458 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24db801781c44288c38d440c3f41bb386f051706" 2018-10-06 15:24:42,624 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:42 GMT Server: Apache x-compute-request-id: req-69cb9821-5bf9-43aa-942a-5df45153daa3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69cb9821-5bf9-43aa-942a-5df45153daa3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "c5fe6488-fa57-486e-b23e-cf2175f6fd2c", "name": "CinderUtilsVolumeTypeCompleteTests-c37a319c-4a4e-45aa-8a0e-2f5a6c8e9c60-qos"}]} 2018-10-06 15:24:42,624 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-69cb9821-5bf9-43aa-942a-5df45153daa3 2018-10-06 15:24:42,627 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/c5fe6488-fa57-486e-b23e-cf2175f6fd2c/associate?vol_type_id=94aa488b-b33e-4c50-bbd6-ac1cd812a547 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24db801781c44288c38d440c3f41bb386f051706" 2018-10-06 15:24:42,859 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ee1ef2af-14a6-4c99-b19d-41a8247acc61 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:42,859 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/c5fe6488-fa57-486e-b23e-cf2175f6fd2c/associate?vol_type_id=94aa488b-b33e-4c50-bbd6-ac1cd812a547 used request id req-ee1ef2af-14a6-4c99-b19d-41a8247acc61 2018-10-06 15:24:42,860 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-c37a319c-4a4e-45aa-8a0e-2f5a6c8e9c60 2018-10-06 15:24:42,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/94aa488b-b33e-4c50-bbd6-ac1cd812a547 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24db801781c44288c38d440c3f41bb386f051706" 2018-10-06 15:24:43,073 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db797b24-a444-4389-9816-6eb7252b5e68 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:43,073 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/94aa488b-b33e-4c50-bbd6-ac1cd812a547 used request id req-db797b24-a444-4389-9816-6eb7252b5e68 2018-10-06 15:24:43,074 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-c37a319c-4a4e-45aa-8a0e-2f5a6c8e9c60-qos 2018-10-06 15:24:43,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/c5fe6488-fa57-486e-b23e-cf2175f6fd2c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d075b2ca-bbdf-4594-8a18-2e91c790e7a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24db801781c44288c38d440c3f41bb386f051706" 2018-10-06 15:24:43,265 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be317156-b66d-4328-ba31-68bdc6c9a79d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:43,265 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/c5fe6488-fa57-486e-b23e-cf2175f6fd2c?force=False used request id req-be317156-b66d-4328-ba31-68bdc6c9a79d 2018-10-06 15:24:43,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:43,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4dbd21abff654421a0973576b3b497ae", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "4b01e40b3df641d1b53a447d5023bd99", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T16:24:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e37ce67de3843498eafb3187da04061", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/3e37ce67de3843498eafb3187da04061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "id": "aad199a2b1b244d4a2cd8456990e4964"}, "audit_ids": ["ZgapH6tSQmuZ7G5HD5_Htg"], "issued_at": "2018-10-06T15:24:43.000000Z"}} 2018-10-06 15:24:43,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a-qos"}}' 2018-10-06 15:24:43,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:43 GMT Server: Apache x-compute-request-id: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "1d68910f-99a4-4ed0-8c30-6659d4ed25b0", "name": "CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1d68910f-99a4-4ed0-8c30-6659d4ed25b0", "rel": "self"}, {"href": "http://172.30.9.26:8776/3e37ce67de3843498eafb3187da04061/qos-specs/1d68910f-99a4-4ed0-8c30-6659d4ed25b0", "rel": "bookmark"}]} 2018-10-06 15:24:43,862 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-7b093ec6-f280-48e4-b972-ed4a90fe6f34 2018-10-06 15:24:43,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a", "description": null}}' 2018-10-06 15:24:44,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:43 GMT Server: Apache x-compute-request-id: req-6de58502-b33f-4819-bea4-c372e592b5fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6de58502-b33f-4819-bea4-c372e592b5fd Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8606821f-0d11-46d6-a55b-9d7283aa1451", "description": null}} 2018-10-06 15:24:44,084 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types used request id req-6de58502-b33f-4819-bea4-c372e592b5fd 2018-10-06 15:24:44,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-06 15:24:44,301 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:44 GMT Server: Apache x-compute-request-id: req-9cb78143-d934-4218-9d01-4c7730273872 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9cb78143-d934-4218-9d01-4c7730273872 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "8606821f-0d11-46d6-a55b-9d7283aa1451", "name": "foo", "control_location": "back-end", "encryption_id": "6f5a3028-f6ba-4799-85d3-271fe2a0d204", "provider": "bar", "provider_class": "bar"}} 2018-10-06 15:24:44,301 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451/encryption used request id req-9cb78143-d934-4218-9d01-4c7730273872 2018-10-06 15:24:44,304 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:44,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:44 GMT Server: Apache x-compute-request-id: req-9a7c8c1a-fe6d-4cf3-bbe4-7bc485c3c72e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a7c8c1a-fe6d-4cf3-bbe4-7bc485c3c72e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "1d68910f-99a4-4ed0-8c30-6659d4ed25b0", "name": "CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a-qos"}]} 2018-10-06 15:24:44,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs used request id req-9a7c8c1a-fe6d-4cf3-bbe4-7bc485c3c72e 2018-10-06 15:24:44,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1d68910f-99a4-4ed0-8c30-6659d4ed25b0/associate?vol_type_id=8606821f-0d11-46d6-a55b-9d7283aa1451 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:44,779 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b7b88c5-659f-4407-a8c3-ffe5dccd2d51 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:44,779 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1d68910f-99a4-4ed0-8c30-6659d4ed25b0/associate?vol_type_id=8606821f-0d11-46d6-a55b-9d7283aa1451 used request id req-8b7b88c5-659f-4407-a8c3-ffe5dccd2d51 2018-10-06 15:24:44,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:44,940 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:44 GMT Server: Apache x-compute-request-id: req-c7e33606-edde-4c71-aa47-0cc89a1a4ec9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7e33606-edde-4c71-aa47-0cc89a1a4ec9 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a", "qos_specs_id": "1d68910f-99a4-4ed0-8c30-6659d4ed25b0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8606821f-0d11-46d6-a55b-9d7283aa1451", "description": null}} 2018-10-06 15:24:44,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451 used request id req-c7e33606-edde-4c71-aa47-0cc89a1a4ec9 2018-10-06 15:24:44,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:44,965 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:44 GMT Server: Apache x-compute-request-id: req-da1b944d-f2d8-46bb-ac8a-79fdb47b771c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da1b944d-f2d8-46bb-ac8a-79fdb47b771c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "8606821f-0d11-46d6-a55b-9d7283aa1451", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T15:24:44.000000", "updated_at": null, "encryption_id": "6f5a3028-f6ba-4799-85d3-271fe2a0d204", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-06 15:24:44,965 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451/encryption used request id req-da1b944d-f2d8-46bb-ac8a-79fdb47b771c 2018-10-06 15:24:44,966 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a 2018-10-06 15:24:44,968 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:44,990 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:44 GMT Server: Apache x-compute-request-id: req-c5458a74-934e-466f-83de-7fc83c8e2c2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5458a74-934e-466f-83de-7fc83c8e2c2d Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a", "qos_specs_id": "1d68910f-99a4-4ed0-8c30-6659d4ed25b0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8606821f-0d11-46d6-a55b-9d7283aa1451", "description": null}} 2018-10-06 15:24:44,990 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451 used request id req-c5458a74-934e-466f-83de-7fc83c8e2c2d 2018-10-06 15:24:44,993 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:45,185 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b503bc66-8a4d-4a25-b787-6d53b6d76441 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:45,185 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451/encryption/provider used request id req-b503bc66-8a4d-4a25-b787-6d53b6d76441 2018-10-06 15:24:45,185 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a 2018-10-06 15:24:45,188 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:45,424 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-89ddcc24-7946-4327-b789-e75d728740d0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:45,424 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/types/8606821f-0d11-46d6-a55b-9d7283aa1451 used request id req-89ddcc24-7946-4327-b789-e75d728740d0 2018-10-06 15:24:45,425 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-7ba6e5e7-3f71-4936-8f7d-77431e66e89a-qos 2018-10-06 15:24:45,427 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1d68910f-99a4-4ed0-8c30-6659d4ed25b0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b093ec6-f280-48e4-b972-ed4a90fe6f34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670174c77c6d25d8c5d32f3d5d9edffde22c55" 2018-10-06 15:24:45,623 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:24:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b81d438-2663-4a70-9c20-45205a3ef9a0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:45,624 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/3e37ce67de3843498eafb3187da04061/qos-specs/1d68910f-99a4-4ed0-8c30-6659d4ed25b0?force=False used request id req-4b81d438-2663-4a70-9c20-45205a3ef9a0 2018-10-06 15:24:45,625 - 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 752.999s OK 2018-10-06 15:24:45,748 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 15:24:45,749 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-06 15:24:45,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:45,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:45,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ec3044-96cb-4017-b4b2-1f25a78e7718 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4b01e40b3df641d1b53a447d5023bd99", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:45,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c8ec3044-96cb-4017-b4b2-1f25a78e7718 2018-10-06 15:24:45,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0751690864563s 2018-10-06 15:24:45,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:24:45,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2a1e309-ffaa-4a43-89b7-a61918016f12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:46,014 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4b01e40b3df641d1b53a447d5023bd99 used request id req-a2a1e309-ffaa-4a43-89b7-a61918016f12 2018-10-06 15:24:46,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.183531999588s 2018-10-06 15:24:46,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:24:46,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9798a20a-6340-4e89-b7ff-63d771f085c4 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305", "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "domain_id": "default", "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:24:46,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9798a20a-6340-4e89-b7ff-63d771f085c4 2018-10-06 15:24:46,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0923318862915s 2018-10-06 15:24:46,108 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9798a20a-6340-4e89-b7ff-63d771f085c4 2018-10-06 15:24:46,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:24:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c58f797-2ab0-4105-ba94-0f291342d157 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964"}, "enabled": true, "id": "aad199a2b1b244d4a2cd8456990e4964", "options": {}, "domain_id": "default", "name": "api_check-user_068fdcad-1cbe-4131-bf3f-baeac9406305"}} 2018-10-06 15:24:46,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 used request id req-5c58f797-2ab0-4105-ba94-0f291342d157 2018-10-06 15:24:46,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0885579586029s 2018-10-06 15:24:46,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 used request id req-5c58f797-2ab0-4105-ba94-0f291342d157 2018-10-06 15:24:46,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 15:24:46,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33f9f266-4001-4131-a7da-70ab1de0b2e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:46,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 used request id req-33f9f266-4001-4131-a7da-70ab1de0b2e7 2018-10-06 15:24:46,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.234133005142s 2018-10-06 15:24:46,438 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/aad199a2b1b244d4a2cd8456990e4964 used request id req-33f9f266-4001-4131-a7da-70ab1de0b2e7 2018-10-06 15:24:46,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:24:46,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9568f683-9fb4-49c2-b3a9-537d414b2635 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061"}, "enabled": true, "id": "3e37ce67de3843498eafb3187da04061", "parent_id": "default", "domain_id": "default", "name": "api_check-project_068fdcad-1cbe-4131-bf3f-baeac9406305"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:24:46,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9568f683-9fb4-49c2-b3a9-537d414b2635 2018-10-06 15:24:46,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0802538394928s 2018-10-06 15:24:46,519 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9568f683-9fb4-49c2-b3a9-537d414b2635 2018-10-06 15:24:46,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 15:24:46,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f482cbf1-318d-4779-a197-e1942f91289d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:46,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-f482cbf1-318d-4779-a197-e1942f91289d 2018-10-06 15:24:46,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.184948205948s 2018-10-06 15:24:46,707 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/3e37ce67de3843498eafb3187da04061 used request id req-f482cbf1-318d-4779-a197-e1942f91289d 2018-10-06 15:24:46,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:46,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e87edc-e6e5-414d-9772-79b93c7ba48f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dbd21abff654421a0973576b3b497ae", "links": {"self": "http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:46,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d5e87edc-e6e5-414d-9772-79b93c7ba48f 2018-10-06 15:24:46,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773091316223s 2018-10-06 15:24:46,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:24:46,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:46,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26f07404-f3ac-4e02-9b6f-5334ac4f19b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:46,887 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4dbd21abff654421a0973576b3b497ae used request id req-26f07404-f3ac-4e02-9b6f-5334ac4f19b8 2018-10-06 15:24:46,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101308107376s 2018-10-06 15:24:46,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:24:46,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=3e37ce67de3843498eafb3187da04061&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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:47,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-8c0e4b4f-e2ae-46ff-bd98-9088e7f0d2b3 Date: Sat, 06 Oct 2018 15:24:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}]} 2018-10-06 15:24:47,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=3e37ce67de3843498eafb3187da04061&name=default used request id req-8c0e4b4f-e2ae-46ff-bd98-9088e7f0d2b3 2018-10-06 15:24:47,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186334133148s 2018-10-06 15:24:47,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=3e37ce67de3843498eafb3187da04061&name=default used request id req-8c0e4b4f-e2ae-46ff-bd98-9088e7f0d2b3 2018-10-06 15:24:47,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:24:47,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:47,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-98414d0b-190f-4e02-97bd-eefbe01a8377 Date: Sat, 06 Oct 2018 15:24:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:12:41Z", "updated_at": "2018-10-06T15:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "156e63e8-4781-4daf-af1e-280218a1f3e5", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "658ed3d9-0738-4303-9096-2cad0fb7fc32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "7ac44f36-92be-4a0f-807b-7c2e775f8aff", "remote_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e37ce67de3843498eafb3187da04061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:41Z", "revision_number": 0, "id": "2307e00e-c70d-4ec0-b700-3bcf54f4045c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:41Z", "security_group_id": "4d4902dc-3680-4e58-846a-6b250abf2953", "tenant_id": "3e37ce67de3843498eafb3187da04061", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e37ce67de3843498eafb3187da04061"}], "revision_number": 4, "project_id": "3e37ce67de3843498eafb3187da04061", "id": "4d4902dc-3680-4e58-846a-6b250abf2953", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:24:47,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-98414d0b-190f-4e02-97bd-eefbe01a8377 2018-10-06 15:24:47,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188737869263s 2018-10-06 15:24:47,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-98414d0b-190f-4e02-97bd-eefbe01a8377 2018-10-06 15:24:47,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 15:24:47,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/4d4902dc-3680-4e58-846a-6b250abf2953.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}929b7481443b139e8df6a59e24988c17599266c5" 2018-10-06 15:24:47,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1144314-4a26-4e4a-b987-dc6391d50896 Content-Length: 0 Date: Sat, 06 Oct 2018 15:24:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:24:47,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4d4902dc-3680-4e58-846a-6b250abf2953.json used request id req-c1144314-4a26-4e4a-b987-dc6391d50896 2018-10-06 15:24:47,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.344064950943s 2018-10-06 15:24:47,621 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4d4902dc-3680-4e58-846a-6b250abf2953.json used request id req-c1144314-4a26-4e4a-b987-dc6391d50896 2018-10-06 15:24:47,641 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-06 15:24:47,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:24:47,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:24:47,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:24:47,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:24:47,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:24:47,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:24:47,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:24:47,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:24:47,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:24:47,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:24:47,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:24:47,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:24:47,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:24:47,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ee1736-d36b-46c5-b0d8-faf507ad6ce7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:47,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-73ee1736-d36b-46c5-b0d8-faf507ad6ce7 2018-10-06 15:24:47,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:48,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["WDzXOpT2TG6VdmS08ZLKgA"], "issued_at": "2018-10-06T15:24:48.000000Z"}} 2018-10-06 15:24:48,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:48,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:24:48,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:48,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e652cdb9-cef7-43ff-be65-13011418dc9a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:24:48,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-e652cdb9-cef7-43ff-be65-13011418dc9a 2018-10-06 15:24:48,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.465448856354s 2018-10-06 15:24:48,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 15:24:48,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}}' 2018-10-06 15:24:48,235 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff535cc9-baa7-4cec-aa15-d4fd6192cddb 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.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7"}, "enabled": true, "id": "194c6d3aced641e8b3fedacc6c9019d7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}} 2018-10-06 15:24:48,235 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ff535cc9-baa7-4cec-aa15-d4fd6192cddb 2018-10-06 15:24:48,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103983879089s 2018-10-06 15:24:48,235 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ff535cc9-baa7-4cec-aa15-d4fd6192cddb 2018-10-06 15:24:48,236 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e', 'id': u'194c6d3aced641e8b3fedacc6c9019d7', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 15:24:48,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 15:24:48,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369435071945s 2018-10-06 15:24:48,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:48,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e652a8fb-7466-4fac-b41c-0af356865f4e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047"}, "enabled": true, "id": "8a9c0592b82946ef87f180cf72278047", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e"}} 2018-10-06 15:24:48,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 used request id req-e652a8fb-7466-4fac-b41c-0af356865f4e 2018-10-06 15:24:48,701 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8a9c0592b82946ef87f180cf72278047', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e'}) 2018-10-06 15:24:48,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:48,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:48,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b57b60ac-b4e1-4de9-82d4-671c5c28c00e Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:48,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b57b60ac-b4e1-4de9-82d4-671c5c28c00e 2018-10-06 15:24:48,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817348957062s 2018-10-06 15:24:48,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:48,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:48,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc7d95c4-ab5e-456f-b281-e6027223f579 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:48,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cc7d95c4-ab5e-456f-b281-e6027223f579 2018-10-06 15:24:48,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817308425903s 2018-10-06 15:24:48,867 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 15:24:48,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:24:48,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" -d '{"role": {"name": "Member"}}' 2018-10-06 15:24:48,959 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7ca6fb6-ab83-4668-9794-1d4b11883c05 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}} 2018-10-06 15:24:48,959 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-e7ca6fb6-ab83-4668-9794-1d4b11883c05 2018-10-06 15:24:48,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0921120643616s 2018-10-06 15:24:48,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f1384a6-9260-459e-8330-293162a3dbcd Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "domain_id": null, "name": "Member", "id": "9315b72500ab43619d8aa0c94ec8aaaa"}} 2018-10-06 15:24:49,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa used request id req-9f1384a6-9260-459e-8330-293162a3dbcd 2018-10-06 15:24:49,040 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa'}, 'domain_id': None, 'human_id': None, 'id': u'9315b72500ab43619d8aa0c94ec8aaaa', 'HUMAN_ID': False}) 2018-10-06 15:24:49,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:49,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab991d21-b639-4546-89ba-5cfd59188198 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:49,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ab991d21-b639-4546-89ba-5cfd59188198 2018-10-06 15:24:49,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0854539871216s 2018-10-06 15:24:49,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:24:49,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb99161-b994-4fd1-b041-075f44e15111 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:24:49,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1fb99161-b994-4fd1-b041-075f44e15111 2018-10-06 15:24:49,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0762708187103s 2018-10-06 15:24:49,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:24:49,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a4f02cb-5f83-48cf-b27b-200efbc78c41 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "links": {"self": "http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047"}, "domain_id": "default", "enabled": true, "id": "8a9c0592b82946ef87f180cf72278047", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:24:49,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2a4f02cb-5f83-48cf-b27b-200efbc78c41 2018-10-06 15:24:49,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.170306921005s 2018-10-06 15:24:49,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2a4f02cb-5f83-48cf-b27b-200efbc78c41 2018-10-06 15:24:49,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:24:49,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1334a722-0aa0-42b6-8769-9739e0cba215 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7"}, "enabled": true, "id": "194c6d3aced641e8b3fedacc6c9019d7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:24:49,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1334a722-0aa0-42b6-8769-9739e0cba215 2018-10-06 15:24:49,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0857820510864s 2018-10-06 15:24:49,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1334a722-0aa0-42b6-8769-9739e0cba215 2018-10-06 15:24:49,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:24:49,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=9315b72500ab43619d8aa0c94ec8aaaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edad5cd0-76c5-4be0-acfd-2a52996529b9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=9315b72500ab43619d8aa0c94ec8aaaa", "previous": null, "next": null}} 2018-10-06 15:24:49,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=9315b72500ab43619d8aa0c94ec8aaaa used request id req-edad5cd0-76c5-4be0-acfd-2a52996529b9 2018-10-06 15:24:49,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0872759819031s 2018-10-06 15:24:49,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:24:49,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7/users/8a9c0592b82946ef87f180cf72278047/roles/9315b72500ab43619d8aa0c94ec8aaaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edc05179-a729-4e0a-a71f-f022ac566ad8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:49,720 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7/users/8a9c0592b82946ef87f180cf72278047/roles/9315b72500ab43619d8aa0c94ec8aaaa used request id req-edc05179-a729-4e0a-a71f-f022ac566ad8 2018-10-06 15:24:49,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.162554979324s 2018-10-06 15:24:49,721 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e', 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': '55a694c5-83e0-4103-b916-9d4f0fc2bec9', 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_9c017410-2523-47aa-9f34-e08460bf615e', 'project_id': u'194c6d3aced641e8b3fedacc6c9019d7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:24:49,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:24:49,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:24:49,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:24:49,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:24:49,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:24:49,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:24:49,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:24:49,726 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e', 'password': '55a694c5-83e0-4103-b916-9d4f0fc2bec9', 'project_name': 'snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '194c6d3aced641e8b3fedacc6c9019d7', 'project_domain_name': 'Default'} 2018-10-06 15:24:49,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:49,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6b1d99-a913-444d-8053-fda3bfe8cd8b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:49,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cd6b1d99-a913-444d-8053-fda3bfe8cd8b 2018-10-06 15:24:49,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788178443909s 2018-10-06 15:24:49,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:49,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-970b20d0-0ba7-4589-b8b1-b675e162a3ce Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:49,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-970b20d0-0ba7-4589-b8b1-b675e162a3ce 2018-10-06 15:24:49,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075443983078s 2018-10-06 15:24:49,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:24:49,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:49,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac55bc9-4b15-460d-adf9-1f72be719443 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:24:49,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-3ac55bc9-4b15-460d-adf9-1f72be719443 2018-10-06 15:24:49,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0816359519958s 2018-10-06 15:24:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:24:49,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-445bbde8-fb0d-45e9-894a-e959d7cdbde9 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "links": {"self": "http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047"}, "domain_id": "default", "enabled": true, "id": "8a9c0592b82946ef87f180cf72278047", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:24:50,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-445bbde8-fb0d-45e9-894a-e959d7cdbde9 2018-10-06 15:24:50,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0998158454895s 2018-10-06 15:24:50,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-445bbde8-fb0d-45e9-894a-e959d7cdbde9 2018-10-06 15:24:50,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:24:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75bfaad-da5c-42d5-b10c-658323ef297a Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7"}, "enabled": true, "id": "194c6d3aced641e8b3fedacc6c9019d7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:24:50,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d75bfaad-da5c-42d5-b10c-658323ef297a 2018-10-06 15:24:50,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0749449729919s 2018-10-06 15:24:50,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d75bfaad-da5c-42d5-b10c-658323ef297a 2018-10-06 15:24:50,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:24:50,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52c6556-6d64-4ac1-88a1-39812c00a6c9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 15:24:50,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-a52c6556-6d64-4ac1-88a1-39812c00a6c9 2018-10-06 15:24:50,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0774760246277s 2018-10-06 15:24:50,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:24:50,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7/users/8a9c0592b82946ef87f180cf72278047/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b1f46ac-cf8b-4276-b4b4-049a878cfd56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:50,400 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7/users/8a9c0592b82946ef87f180cf72278047/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-9b1f46ac-cf8b-4276-b4b4-049a878cfd56 2018-10-06 15:24:50,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.17226099968s 2018-10-06 15:24:50,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:50,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4890e4a-62ea-4e5e-8c7c-073c6d67825f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:50,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b4890e4a-62ea-4e5e-8c7c-073c6d67825f 2018-10-06 15:24:50,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797519683838s 2018-10-06 15:24:50,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:24:50,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-06 15:24:50,588 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7f15665-df2e-4d8b-ac2c-310b25d74859 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "151add275ce849a0aa6b89b4feec54fc", "links": {"self": "http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc"}, "name": "heat_stack_owner"}} 2018-10-06 15:24:50,589 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-a7f15665-df2e-4d8b-ac2c-310b25d74859 2018-10-06 15:24:50,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.107000112534s 2018-10-06 15:24:50,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e63ed69-bd9b-44e4-b19b-c838c078b42e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc"}, "domain_id": null, "name": "heat_stack_owner", "id": "151add275ce849a0aa6b89b4feec54fc"}} 2018-10-06 15:24:50,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc used request id req-5e63ed69-bd9b-44e4-b19b-c838c078b42e 2018-10-06 15:24:50,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:24:50,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23262e0b-b962-4961-8ec8-2ac5f6ac9883 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "151add275ce849a0aa6b89b4feec54fc", "links": {"self": "http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:50,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-23262e0b-b962-4961-8ec8-2ac5f6ac9883 2018-10-06 15:24:50,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743770599365s 2018-10-06 15:24:50,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:24:50,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eeeab71-1ae4-4336-a16a-95af200e4665 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:24:50,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-2eeeab71-1ae4-4336-a16a-95af200e4665 2018-10-06 15:24:50,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785360336304s 2018-10-06 15:24:50,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:24:50,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:50,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97bbd2e-97fc-416b-8350-0c784f1e9b30 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "links": {"self": "http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047"}, "domain_id": "default", "enabled": true, "id": "8a9c0592b82946ef87f180cf72278047", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:24:50,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f97bbd2e-97fc-416b-8350-0c784f1e9b30 2018-10-06 15:24:50,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969839096069s 2018-10-06 15:24:50,925 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f97bbd2e-97fc-416b-8350-0c784f1e9b30 2018-10-06 15:24:50,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:24:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:51,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a407d71e-cc7b-459a-a44e-da8d767d215f Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7"}, "enabled": true, "id": "194c6d3aced641e8b3fedacc6c9019d7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:24:51,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a407d71e-cc7b-459a-a44e-da8d767d215f 2018-10-06 15:24:51,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0738317966461s 2018-10-06 15:24:51,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a407d71e-cc7b-459a-a44e-da8d767d215f 2018-10-06 15:24:51,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:24:51,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=151add275ce849a0aa6b89b4feec54fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:51,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15d51e02-52b6-4969-b8ca-12767070feea Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=151add275ce849a0aa6b89b4feec54fc", "previous": null, "next": null}} 2018-10-06 15:24:51,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8a9c0592b82946ef87f180cf72278047&scope.project.id=194c6d3aced641e8b3fedacc6c9019d7&role.id=151add275ce849a0aa6b89b4feec54fc used request id req-15d51e02-52b6-4969-b8ca-12767070feea 2018-10-06 15:24:51,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0810039043427s 2018-10-06 15:24:51,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:24:51,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7/users/8a9c0592b82946ef87f180cf72278047/roles/151add275ce849a0aa6b89b4feec54fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:24:51,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a284a91b-7ba3-422a-b84d-5bbdcb64e417 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:51,208 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7/users/8a9c0592b82946ef87f180cf72278047/roles/151add275ce849a0aa6b89b4feec54fc used request id req-a284a91b-7ba3-422a-b84d-5bbdcb64e417 2018-10-06 15:24:51,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118994951248s 2018-10-06 15:24:51,208 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-06 15:24:51,208 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 15:24:51,209 - openstack_tests - INFO - OS Credentials = > 2018-10-06 15:24:51,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:24:51,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:51,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "151add275ce849a0aa6b89b4feec54fc", "name": "heat_stack_owner"}, {"id": "9315b72500ab43619d8aa0c94ec8aaaa", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "194c6d3aced641e8b3fedacc6c9019d7", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "id": "8a9c0592b82946ef87f180cf72278047"}, "audit_ids": ["JNH7ljpXRMKdOgn1eYRkzg"], "issued_at": "2018-10-06T15:24:51.000000Z"}} 2018-10-06 15:24:51,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8b1151f15eb73b8c3ce3c5f14a1202a3038591" 2018-10-06 15:24:51,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fc6e3825-0474-47f7-9edf-1068ac1d0f1b Date: Sat, 06 Oct 2018 15:24:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:24:51,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-fc6e3825-0474-47f7-9edf-1068ac1d0f1b 2018-10-06 15:24:51,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8b1151f15eb73b8c3ce3c5f14a1202a3038591" 2018-10-06 15:24:52,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b602edd3-889f-4bf5-b604-1fe613583e26 Date: Sat, 06 Oct 2018 15:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 15:24:52,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=31ff5876-2a57-4cd5-9d70-d68f7e3cad0c used request id req-b602edd3-889f-4bf5-b604-1fe613583e26 2018-10-06 15:24:52,030 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 15:24:52,031 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-06 15:24:52,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:24:52,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:52,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "151add275ce849a0aa6b89b4feec54fc", "name": "heat_stack_owner"}, {"id": "9315b72500ab43619d8aa0c94ec8aaaa", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "194c6d3aced641e8b3fedacc6c9019d7", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "id": "8a9c0592b82946ef87f180cf72278047"}, "audit_ids": ["hnHmdoUgSkGACWUAEbfXXQ"], "issued_at": "2018-10-06T15:24:52.000000Z"}} 2018-10-06 15:24:52,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec5e8a8fe92fe353a0ed58d4767e06d84c2c5d1" 2018-10-06 15:24:52,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1be7c542-cfbf-4e05-808a-c016430c8de1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:52,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1be7c542-cfbf-4e05-808a-c016430c8de1 2018-10-06 15:24:52,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:24:52,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:52,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "151add275ce849a0aa6b89b4feec54fc", "name": "heat_stack_owner"}, {"id": "9315b72500ab43619d8aa0c94ec8aaaa", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "194c6d3aced641e8b3fedacc6c9019d7", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "id": "8a9c0592b82946ef87f180cf72278047"}, "audit_ids": ["l_jvUI16T5OwUU8gAoeoSQ"], "issued_at": "2018-10-06T15:24:52.000000Z"}} 2018-10-06 15:24:52,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:24:52,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1577c346-ea1c-4bbc-8720-5aedf1175756 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:52,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1577c346-ea1c-4bbc-8720-5aedf1175756 2018-10-06 15:24:52,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:24:53,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:24: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:24:53,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-c2eb4674-45ca-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:24:53,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-345b44dc-de8a-41f7-a119-1aa1ee7b1001 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-c2eb4674-45ca-4f4-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 15:24:53,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-c2eb4674-45ca-4f4-proj used request id req-345b44dc-de8a-41f7-a119-1aa1ee7b1001 2018-10-06 15:24:53,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:24:53,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff46ee56-7e6b-46c0-b1a0-9152a5aaeb2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:24:53,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ff46ee56-7e6b-46c0-b1a0-9152a5aaeb2c 2018-10-06 15:24:53,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}}' 2018-10-06 15:24:53,276 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:24:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b47faca7-70b8-479c-9488-26a9c2f51613 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:24:53,277 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b47faca7-70b8-479c-9488-26a9c2f51613 2018-10-06 15:24:53,277 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-c2eb4674-45ca-4f4-proj 2018-10-06 15:24:53,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:24:53,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:53,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "151add275ce849a0aa6b89b4feec54fc", "name": "heat_stack_owner"}, {"id": "9315b72500ab43619d8aa0c94ec8aaaa", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:24:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "194c6d3aced641e8b3fedacc6c9019d7", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "id": "8a9c0592b82946ef87f180cf72278047"}, "audit_ids": ["lAcwuWi5ShSQq4ns14WSgw"], "issued_at": "2018-10-06T15:24:53.000000Z"}} 2018-10-06 15:24:53,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f95117fc1209b68260fbbff46773de63f7f3df3" 2018-10-06 15:24:53,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae33ef41-54de-4073-8464-5931b2ac2aff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:53,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae33ef41-54de-4073-8464-5931b2ac2aff 2018-10-06 15:24:53,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:24:53,744 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:24: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:24:53,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f95117fc1209b68260fbbff46773de63f7f3df3" 2018-10-06 15:24:53,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae858d04-35ad-4a7f-a842-8db3778d75b9 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "links": {"self": "http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047"}, "domain_id": "default", "enabled": true, "id": "8a9c0592b82946ef87f180cf72278047", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:24:53,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ae858d04-35ad-4a7f-a842-8db3778d75b9 2018-10-06 15:24:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-c2eb4674-45ca-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f95117fc1209b68260fbbff46773de63f7f3df3" 2018-10-06 15:24:53,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce0cc441-0905-4556-82de-57a3a36b4870 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-c2eb4674-45ca-4f4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}]} 2018-10-06 15:24:53,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-c2eb4674-45ca-4f4-proj used request id req-ce0cc441-0905-4556-82de-57a3a36b4870 2018-10-06 15:24:53,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f95117fc1209b68260fbbff46773de63f7f3df3" 2018-10-06 15:24:54,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4e6de6-2c03-4008-988c-31c5e58a6096 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 15:24:54,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ef4e6de6-2c03-4008-988c-31c5e58a6096 2018-10-06 15:24:54,325 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-c2eb4674-45ca-4f4-user 2018-10-06 15:24:54,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:24:54,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:24:54,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8205690-b4ba-4cef-8736-ab6ef4b9c457 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "151add275ce849a0aa6b89b4feec54fc", "links": {"self": "http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:24:54,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e8205690-b4ba-4cef-8736-ab6ef4b9c457 2018-10-06 15:24:54,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" -d '{"role": {"name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role"}}' 2018-10-06 15:24:54,528 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:24:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0057b74-e7d6-475f-950e-caf73117a110 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "52c6c259ccd149d9a556eae688b28d03", "links": {"self": "http://172.30.9.26:5000/v3/roles/52c6c259ccd149d9a556eae688b28d03"}, "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role"}} 2018-10-06 15:24:54,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-f0057b74-e7d6-475f-950e-caf73117a110 2018-10-06 15:24:54,528 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role 2018-10-06 15:24:54,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/52c6c259ccd149d9a556eae688b28d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:24:54,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e991ed-48ef-4094-ba68-bc4ae7bc99db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/52c6c259ccd149d9a556eae688b28d03"}, "domain_id": null, "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role", "id": "52c6c259ccd149d9a556eae688b28d03"}} 2018-10-06 15:24:54,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/52c6c259ccd149d9a556eae688b28d03 used request id req-17e991ed-48ef-4094-ba68-bc4ae7bc99db 2018-10-06 15:24:54,613 - keystone_utils - INFO - Granting role SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role to project SimpleHealthCheck-c2eb4674-45ca-4f4-proj 2018-10-06 15:24:54,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385/users/a597f6d78a1342e19c41e230f00599cf/roles/52c6c259ccd149d9a556eae688b28d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:24:54,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:24:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f761fa0c-4cfe-4b97-9ff0-5fcbb2b93ff1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:24:54,734 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385/users/a597f6d78a1342e19c41e230f00599cf/roles/52c6c259ccd149d9a556eae688b28d03 used request id req-f761fa0c-4cfe-4b97-9ff0-5fcbb2b93ff1 2018-10-06 15:24:54,734 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:24:54,736 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 15:24:54,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:24:54,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:55,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "52c6c259ccd149d9a556eae688b28d03", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role"}], "expires_at": "2018-10-06T16:24:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-user", "id": "a597f6d78a1342e19c41e230f00599cf"}, "audit_ids": ["2_SHDxuvRN66K906TV1Ywg"], "issued_at": "2018-10-06T15:24:55.000000Z"}} 2018-10-06 15:24:55,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" 2018-10-06 15:24:55,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee35faef-e7ee-494b-b3bb-319d9e742306 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:55,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ee35faef-e7ee-494b-b3bb-319d9e742306 2018-10-06 15:24:55,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" 2018-10-06 15:24:55,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-da7445c9-1d5c-4fe1-8fab-cd02c41cf89a Date: Sat, 06 Oct 2018 15:24:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image"} 2018-10-06 15:24:55,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image used request id req-da7445c9-1d5c-4fe1-8fab-cd02c41cf89a 2018-10-06 15:24:55,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" 2018-10-06 15:24:55,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0810072-744a-4e92-87a0-c2befc9440c0 Date: Sat, 06 Oct 2018 15:24:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:24:55,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d0810072-744a-4e92-87a0-c2befc9440c0 2018-10-06 15:24:56,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image"}' 2018-10-06 15:24:56,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e X-Openstack-Request-Id: req-6bc5e4b2-137e-4fed-be29-597730cd3208 Date: Sat, 06 Oct 2018 15:24:56 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:24:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T15:24:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "min_disk": 0, "protected": false, "id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "file": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/file", "checksum": null, "owner": "8c6d2d84a4cd426db3ad3db3a62b3385", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:24:56,242 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6bc5e4b2-137e-4fed-be29-597730cd3208 2018-10-06 15:24:56,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" -d '' 2018-10-06 15:24:57,933 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a688ea75-5eda-43b7-aaae-7e38b4d6a6da Date: Sat, 06 Oct 2018 15:24:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:24:57,933 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/file used request id req-a688ea75-5eda-43b7-aaae-7e38b4d6a6da 2018-10-06 15:24:57,934 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:24:57,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" 2018-10-06 15:24:57,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c43073cc-a3cd-4b95-a8d6-7ad458de8ca7 Date: Sat, 06 Oct 2018 15:24:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:24:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:24:57Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/snap", "metadata": {}}], "self": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "min_disk": 0, "protected": false, "id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "file": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8c6d2d84a4cd426db3ad3db3a62b3385", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:24:57,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e used request id req-c43073cc-a3cd-4b95-a8d6-7ad458de8ca7 2018-10-06 15:24:57,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" 2018-10-06 15:24:58,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-82c1ad11-e578-47af-b544-03c850cc28cb Date: Sat, 06 Oct 2018 15:24:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:24:58,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-82c1ad11-e578-47af-b544-03c850cc28cb 2018-10-06 15:24:58,105 - create_image - INFO - Created image with name - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image 2018-10-06 15:24:58,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" 2018-10-06 15:24:58,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-593d6b53-296c-4d48-ab96-d4609f2d1a12 Date: Sat, 06 Oct 2018 15:24:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:24:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:24:57Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/snap", "metadata": {}}], "self": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "min_disk": 0, "protected": false, "id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "file": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8c6d2d84a4cd426db3ad3db3a62b3385", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 15:24:58,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e used request id req-593d6b53-296c-4d48-ab96-d4609f2d1a12 2018-10-06 15:24:58,267 - create_image - DEBUG - Instance status is - active 2018-10-06 15:24:58,267 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image 2018-10-06 15:24:58,267 - create_image - INFO - Image is now active with name - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image 2018-10-06 15:24:58,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:24:58,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:24:58,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "52c6c259ccd149d9a556eae688b28d03", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role"}], "expires_at": "2018-10-06T16:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-user", "id": "a597f6d78a1342e19c41e230f00599cf"}, "audit_ids": ["oKZGu0SvSPeC36nbhxOYfQ"], "issued_at": "2018-10-06T15:24:58.000000Z"}} 2018-10-06 15:24:58,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:24:58,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e515f82-592d-4776-b88e-5a03a6eeee4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:24:58,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9e515f82-592d-4776-b88e-5a03a6eeee4d 2018-10-06 15:24:58,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:24:58,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-43a85855-2307-4141-8d79-57e1f1f1069f Date: Sat, 06 Oct 2018 15:24:58 GMT RESP BODY: {"networks":[]} 2018-10-06 15:24:58,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net used request id req-43a85855-2307-4141-8d79-57e1f1f1069f 2018-10-06 15:24:58,892 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net 2018-10-06 15:24:58,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" -d '{"network": {"name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net", "admin_state_up": true}}' 2018-10-06 15:24:59,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-fee1b67f-ee3e-421c-a3a7-e1bedebc477b Date: Sat, 06 Oct 2018 15:24:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-10-06T15:24:59Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}} 2018-10-06 15:24:59,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-fee1b67f-ee3e-421c-a3a7-e1bedebc477b 2018-10-06 15:24:59,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:24:59,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-09179a96-bf0f-472a-8a89-03b8469655d8 Date: Sat, 06 Oct 2018 15:24:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T15:24:59Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:24:59,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-09179a96-bf0f-472a-8a89-03b8469655d8 2018-10-06 15:24:59,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:24:59,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2830e077-6892-4a03-8dfc-d994798b75af Date: Sat, 06 Oct 2018 15:24:59 GMT RESP BODY: {"subnets":[]} 2018-10-06 15:24:59,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-2830e077-6892-4a03-8dfc-d994798b75af 2018-10-06 15:24:59,958 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet 2018-10-06 15:24:59,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" -d '{"subnets": [{"ip_version": 4, "network_id": "fdb5c551-1c05-40a2-8d60-c351bee9230b", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]}' 2018-10-06 15:25:00,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-013e521f-5afa-4ade-8db5-c8fe45119feb Date: Sat, 06 Oct 2018 15:25:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:00,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-013e521f-5afa-4ade-8db5-c8fe45119feb 2018-10-06 15:25:00,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:25:00,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-db17e97a-4c89-46ec-9c8a-c03a346be8c2 Date: Sat, 06 Oct 2018 15:25:00 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":["58ed0014-cd2e-40f9-9673-4ea2efa36628"],"updated_at":"2018-10-06T15:25:00Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:25:00,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-db17e97a-4c89-46ec-9c8a-c03a346be8c2 2018-10-06 15:25:00,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:25:01,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c322aea8-4f87-45a2-b849-4d81219fef0e Date: Sat, 06 Oct 2018 15:25:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:01,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-c322aea8-4f87-45a2-b849-4d81219fef0e 2018-10-06 15:25:01,168 - OpenStackNetwork - DEBUG - Network [fdb5c551-1c05-40a2-8d60-c351bee9230b] created successfully 2018-10-06 15:25:01,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:25:01,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:25:01,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "151add275ce849a0aa6b89b4feec54fc", "name": "heat_stack_owner"}, {"id": "9315b72500ab43619d8aa0c94ec8aaaa", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "194c6d3aced641e8b3fedacc6c9019d7", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/194c6d3aced641e8b3fedacc6c9019d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "id": "8a9c0592b82946ef87f180cf72278047"}, "audit_ids": ["jIpo6AdtT_qMUJvaoxp0nw"], "issued_at": "2018-10-06T15:25:01.000000Z"}} 2018-10-06 15:25:01,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f5d5da9470ca775dd219200b007706b32b4758d" 2018-10-06 15:25:01,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-562204f9-a788-4ee1-8651-e592f523e9e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:25:01,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-562204f9-a788-4ee1-8651-e592f523e9e5 2018-10-06 15:25:01,642 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:25:01,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f5d5da9470ca775dd219200b007706b32b4758d" 2018-10-06 15:25:01,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-216e0eac-8a6c-40a5-a875-85c005c93fa9 x-compute-request-id: req-216e0eac-8a6c-40a5-a875-85c005c93fa9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 15:25:01,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-216e0eac-8a6c-40a5-a875-85c005c93fa9 2018-10-06 15:25:01,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f5d5da9470ca775dd219200b007706b32b4758d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 15:25:01,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f41f373-1cf8-4362-85b8-88016a70a139 x-compute-request-id: req-2f41f373-1cf8-4362-85b8-88016a70a139 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:25:01,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2f41f373-1cf8-4362-85b8-88016a70a139 2018-10-06 15:25:01,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:25:01,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:25:02,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "52c6c259ccd149d9a556eae688b28d03", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role"}], "expires_at": "2018-10-06T16:25:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-user", "id": "a597f6d78a1342e19c41e230f00599cf"}, "audit_ids": ["l1imaX_TRoSssZrJWxvblA"], "issued_at": "2018-10-06T15:25:02.000000Z"}} 2018-10-06 15:25:02,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:02,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d78593-16ad-4e16-997b-c6f36d40b403 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:25:02,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-53d78593-16ad-4e16-997b-c6f36d40b403 2018-10-06 15:25:02,359 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 15:25:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:02,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13dd629c-de21-47f5-854e-1f341a5a4d92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:25:02,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-13dd629c-de21-47f5-854e-1f341a5a4d92 2018-10-06 15:25:02,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:02,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-628640a2-2b4d-423b-a5fe-ce76ce4e0be0 Date: Sat, 06 Oct 2018 15:25:02 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":["58ed0014-cd2e-40f9-9673-4ea2efa36628"],"updated_at":"2018-10-06T15:25:00Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:25:02,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net used request id req-628640a2-2b4d-423b-a5fe-ce76ce4e0be0 2018-10-06 15:25:02,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:25:02,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:25: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:25:02,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:02,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09da1473-8209-4ea6-8f86-2f47b3522b7f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:25:02,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-09da1473-8209-4ea6-8f86-2f47b3522b7f 2018-10-06 15:25:02,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:02,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-17c3dd8d-b903-405c-b7bf-22b4a303984e Date: Sat, 06 Oct 2018 15:25:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:02,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-17c3dd8d-b903-405c-b7bf-22b4a303984e 2018-10-06 15:25:02,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:03,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-33a80873-8ce8-4918-8626-b6ff0c7593b1 Date: Sat, 06 Oct 2018 15:25:03 GMT RESP BODY: {"ports":[]} 2018-10-06 15:25:03,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1&admin_state_up=True used request id req-33a80873-8ce8-4918-8626-b6ff0c7593b1 2018-10-06 15:25:03,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:03,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fddba4cc-6286-49a0-861a-48ac8d700b4f x-compute-request-id: req-fddba4cc-6286-49a0-861a-48ac8d700b4f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 15:25:03,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst used request id req-fddba4cc-6286-49a0-861a-48ac8d700b4f 2018-10-06 15:25:03,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:03,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4b241271-1eee-4542-ae93-ba290b5e2e3b Date: Sat, 06 Oct 2018 15:25:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58ed0014-cd2e-40f9-9673-4ea2efa36628"],"updated_at":"2018-10-06T15:25:00Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:25:03,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net used request id req-4b241271-1eee-4542-ae93-ba290b5e2e3b 2018-10-06 15:25:03,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:03,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-782bf647-8013-455c-869e-dcaefcd975a1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:25:03,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-782bf647-8013-455c-869e-dcaefcd975a1 2018-10-06 15:25:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:03,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f3d6d6f3-13b5-492d-81ec-dae5e01ffe1c Date: Sat, 06 Oct 2018 15:25:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:03,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-f3d6d6f3-13b5-492d-81ec-dae5e01ffe1c 2018-10-06 15:25:03,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:03,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a224fa10-f26e-4b3f-aa93-cfb4a778c33c Date: Sat, 06 Oct 2018 15:25:03 GMT RESP BODY: {"ports":[]} 2018-10-06 15:25:03,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1&admin_state_up=True used request id req-a224fa10-f26e-4b3f-aa93-cfb4a778c33c 2018-10-06 15:25:03,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 15:25:03,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:25:04,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "52c6c259ccd149d9a556eae688b28d03", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role"}], "expires_at": "2018-10-06T16:25:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/8c6d2d84a4cd426db3ad3db3a62b3385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-user", "id": "a597f6d78a1342e19c41e230f00599cf"}, "audit_ids": ["nkejfKeOQwqnKt6I3ECtFQ"], "issued_at": "2018-10-06T15:25:04.000000Z"}} 2018-10-06 15:25:04,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fe1a2378c1a7d540b3414b69d42e6157eec77d" 2018-10-06 15:25:04,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6febb64-4b33-420c-a8cd-e9674194da1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:25:04,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c6febb64-4b33-420c-a8cd-e9674194da1d 2018-10-06 15:25:04,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:04,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-ca4262a2-3f27-44ab-962f-b2260169d741 Date: Sat, 06 Oct 2018 15:25:04 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":["58ed0014-cd2e-40f9-9673-4ea2efa36628"],"updated_at":"2018-10-06T15:25:00Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:25:04,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net used request id req-ca4262a2-3f27-44ab-962f-b2260169d741 2018-10-06 15:25:04,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:04,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-42418aff-98bf-4ed6-a53c-10bfa9bd5449 Date: Sat, 06 Oct 2018 15:25:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:04,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-42418aff-98bf-4ed6-a53c-10bfa9bd5449 2018-10-06 15:25:04,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:04,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b6864330-88f7-42ae-aa73-603bcf70d4b3 Date: Sat, 06 Oct 2018 15:25:04 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":["58ed0014-cd2e-40f9-9673-4ea2efa36628"],"updated_at":"2018-10-06T15:25:00Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:25:04,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net used request id req-b6864330-88f7-42ae-aa73-603bcf70d4b3 2018-10-06 15:25:04,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:25:04,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:25:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:25:04,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fe1a2378c1a7d540b3414b69d42e6157eec77d" 2018-10-06 15:25:04,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaabd3ab-7770-49fd-8885-6a1d232d0dec Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:25:04,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-aaabd3ab-7770-49fd-8885-6a1d232d0dec 2018-10-06 15:25:04,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:05,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ddfba20b-c709-4399-ae13-ec5cb0782404 Date: Sat, 06 Oct 2018 15:25:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:05,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-ddfba20b-c709-4399-ae13-ec5cb0782404 2018-10-06 15:25:05,190 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net 2018-10-06 15:25:05,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"port": {"network_id": "fdb5c551-1c05-40a2-8d60-c351bee9230b", "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1", "admin_state_up": true}}' 2018-10-06 15:25:06,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-3fdc9ef0-c818-4875-81b4-2700420aef4f Date: Sat, 06 Oct 2018 15:25:06 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-10-06T15:25:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-10-06T15:25:05Z","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:4f:6f:8e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","fixed_ips":[{"subnet_id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","ip_address":"10.55.0.9"}],"id":"849aa11d-7104-4d1e-8531-88b096129c80","security_groups":["bb982ee3-1501-4c91-99ef-bcfee1848d6e"],"device_id":""}} 2018-10-06 15:25:06,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-3fdc9ef0-c818-4875-81b4-2700420aef4f 2018-10-06 15:25:06,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:06,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6864b2cf-ca1c-4c81-b1ac-b7da4ef53295 Date: Sat, 06 Oct 2018 15:25:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58ed0014-cd2e-40f9-9673-4ea2efa36628"],"updated_at":"2018-10-06T15:25:00Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:25:06,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net used request id req-6864b2cf-ca1c-4c81-b1ac-b7da4ef53295 2018-10-06 15:25:06,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:06,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8603f1-7750-45d4-9c16-6c3fd8dd13bc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:25:06,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-bc8603f1-7750-45d4-9c16-6c3fd8dd13bc 2018-10-06 15:25:06,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:06,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-05982ce3-00df-4a5b-be2d-8dfa141a78c9 Date: Sat, 06 Oct 2018 15:25:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:06,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-05982ce3-00df-4a5b-be2d-8dfa141a78c9 2018-10-06 15:25:06,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:06,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-f48c9541-3f5d-4db9-b7ef-7b4fac9cdc45 Date: Sat, 06 Oct 2018 15:25:06 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:05Z","admin_state_up":true,"updated_at":"2018-10-06T15:25:05Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:4f:6f:8e","id":"849aa11d-7104-4d1e-8531-88b096129c80","port_security_enabled":true,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","fixed_ips":[{"subnet_id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","ip_address":"10.55.0.9"}],"extra_dhcp_opts":[],"security_groups":["bb982ee3-1501-4c91-99ef-bcfee1848d6e"],"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1"}]} 2018-10-06 15:25:06,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1&admin_state_up=True used request id req-f48c9541-3f5d-4db9-b7ef-7b4fac9cdc45 2018-10-06 15:25:06,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:07,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b290ee7-d4d2-4675-a546-e1c33b3438e5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:25:07,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-5b290ee7-d4d2-4675-a546-e1c33b3438e5 2018-10-06 15:25:07,061 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst 2018-10-06 15:25:07,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:07,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f64b383b-9557-4a17-af88-b44c9250892c x-compute-request-id: req-f64b383b-9557-4a17-af88-b44c9250892c Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}], "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-flavor-name"}]} 2018-10-06 15:25:07,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f64b383b-9557-4a17-af88-b44c9250892c 2018-10-06 15:25:07,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:07,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8378025f-401c-4569-a8f3-cf77e7072f19 x-compute-request-id: req-8378025f-401c-4569-a8f3-cf77e7072f19 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:25:07,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48 used request id req-8378025f-401c-4569-a8f3-cf77e7072f19 2018-10-06 15:25:07,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:07,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9e392199-bb0d-4d58-8fc6-27f5d81285e6 Date: Sat, 06 Oct 2018 15:25:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T15:24:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T15:24:57Z", "visibility": "shared", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/snap", "metadata": {}}], "self": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "min_disk": 0, "protected": false, "id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "file": "/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8c6d2d84a4cd426db3ad3db3a62b3385", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image"} 2018-10-06 15:25:07,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image used request id req-9e392199-bb0d-4d58-8fc6-27f5d81285e6 2018-10-06 15:25:07,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:07,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0dd2ba5b-cca4-4ac2-9af6-83c22168ff11 Date: Sat, 06 Oct 2018 15:25:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 15:25:07,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0dd2ba5b-cca4-4ac2-9af6-83c22168ff11 2018-10-06 15:25:07,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"server": {"name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "imageRef": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "flavorRef": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "max_count": 1, "min_count": 1, "networks": [{"port": "849aa11d-7104-4d1e-8531-88b096129c80"}]}}' 2018-10-06 15:25:09,200 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15: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-d14456ee-a531-4707-96c3-91f496b30451 x-compute-request-id: req-d14456ee-a531-4707-96c3-91f496b30451 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "adminPass": "VBR6N6ym4WFR"}} 2018-10-06 15:25:09,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-d14456ee-a531-4707-96c3-91f496b30451 2018-10-06 15:25:09,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:09,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea680eaa-a72a-48d7-baaa-47759890f289 x-compute-request-id: req-ea680eaa-a72a-48d7-baaa-47759890f289 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.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:25:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:09,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-ea680eaa-a72a-48d7-baaa-47759890f289 2018-10-06 15:25:09,566 - create_instance - INFO - Created instance with name - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst 2018-10-06 15:25:09,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:09,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6ccb664-effb-4e2a-8499-5c5852d75f5c x-compute-request-id: req-b6ccb664-effb-4e2a-8499-5c5852d75f5c 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.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:25:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:09,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-b6ccb664-effb-4e2a-8499-5c5852d75f5c 2018-10-06 15:25:09,788 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst] is - BUILD 2018-10-06 15:25:09,788 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:25:12,791 - create_instance - DEBUG - VM status query timeout in 896.775539875 2018-10-06 15:25:12,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:13,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-139e660d-c1b6-4bea-9949-4fb15d817b8e x-compute-request-id: req-139e660d-c1b6-4bea-9949-4fb15d817b8e Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:25:10Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:13,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-139e660d-c1b6-4bea-9949-4fb15d817b8e 2018-10-06 15:25:13,256 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst] is - BUILD 2018-10-06 15:25:13,256 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:25:16,259 - create_instance - DEBUG - VM status query timeout in 893.307342052 2018-10-06 15:25:16,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:16,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5d30c00-f3c0-4d39-91b0-17dc4d3b7078 x-compute-request-id: req-e5d30c00-f3c0-4d39-91b0-17dc4d3b7078 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:16,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-e5d30c00-f3c0-4d39-91b0-17dc4d3b7078 2018-10-06 15:25:16,703 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst] is - ACTIVE 2018-10-06 15:25:16,704 - create_instance - INFO - VM is - ACTIVE 2018-10-06 15:25:16,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:17,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-979e2454-09fb-4c30-9094-937bd8357e07 x-compute-request-id: req-979e2454-09fb-4c30-9094-937bd8357e07 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:17,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-979e2454-09fb-4c30-9094-937bd8357e07 2018-10-06 15:25:17,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:17,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-280fa190-3707-4894-809f-581f93276234 Date: Sat, 06 Oct 2018 15:25:17 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":["58ed0014-cd2e-40f9-9673-4ea2efa36628"],"updated_at":"2018-10-06T15:25:00Z","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net"}]} 2018-10-06 15:25:17,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net used request id req-280fa190-3707-4894-809f-581f93276234 2018-10-06 15:25:17,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:17,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f6e2d1-9cc7-4159-8523-5f708dc25c2e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:25:17,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-d3f6e2d1-9cc7-4159-8523-5f708dc25c2e 2018-10-06 15:25:17,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:17,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5a7eae39-e7ec-4f5e-9997-d5209c7f9229 Date: Sat, 06 Oct 2018 15:25:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","dns_nameservers":[],"updated_at":"2018-10-06T15:25:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","subnetpool_id":null,"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet"}]} 2018-10-06 15:25:17,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-5a7eae39-e7ec-4f5e-9997-d5209c7f9229 2018-10-06 15:25:17,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:18,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3019 X-Openstack-Request-Id: req-513269d4-c711-4c02-876a-eb5398fe69d2 Date: Sat, 06 Oct 2018 15:25:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:02Z","admin_state_up":true,"updated_at":"2018-10-06T15:25:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdb5c551-1c05-40a2-8d60-c351bee9230b","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:4d:b6:3d","id":"0463d3d9-2914-431a-93f2-b743f5b8a7a1","port_security_enabled":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","fixed_ips":[{"subnet_id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:01Z","admin_state_up":true,"updated_at":"2018-10-06T15:25:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdb5c551-1c05-40a2-8d60-c351bee9230b","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:4d:7b:f9","id":"285de0a3-36d6-4ff6-86b4-58b0bc08440b","port_security_enabled":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","fixed_ips":[{"subnet_id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:05Z","admin_state_up":true,"updated_at":"2018-10-06T15:25:11Z","binding:vnic_type":"normal","device_id":"662ccdfa-02e3-4764-8c3a-d30bbfd58547","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:4f:6f:8e","id":"849aa11d-7104-4d1e-8531-88b096129c80","port_security_enabled":true,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","fixed_ips":[{"subnet_id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","ip_address":"10.55.0.9"}],"extra_dhcp_opts":[],"security_groups":["bb982ee3-1501-4c91-99ef-bcfee1848d6e"],"name":"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fdb5c551-1c05-40a2-8d60-c351bee9230b","tenant_id":"8c6d2d84a4cd426db3ad3db3a62b3385","created_at":"2018-10-06T15:25:00Z","admin_state_up":true,"updated_at":"2018-10-06T15:25:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdb5c551-1c05-40a2-8d60-c351bee9230b","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:a5:fb:ed","id":"cd8f9b1c-e0d1-44f5-b1d5-b4c514b406f1","port_security_enabled":false,"project_id":"8c6d2d84a4cd426db3ad3db3a62b3385","fixed_ips":[{"subnet_id":"58ed0014-cd2e-40f9-9673-4ea2efa36628","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-10-06 15:25:18,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-513269d4-c711-4c02-876a-eb5398fe69d2 2018-10-06 15:25:18,080 - create_instance_tests - INFO - Looking for IP 10.55.0.9 in the console log 2018-10-06 15:25:18,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:18,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-1aa5ff2d-f44b-40d9-a350-4041c7ea40ed x-compute-request-id: req-1aa5ff2d-f44b-40d9-a350-4041c7ea40ed Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:18,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-1aa5ff2d-f44b-40d9-a350-4041c7ea40ed 2018-10-06 15:25:18,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:19,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-5f4fc89a-d5dd-4c53-be46-8bcd8ef9e267 x-compute-request-id: req-5f4fc89a-d5dd-4c53-be46-8bcd8ef9e267 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:19,487 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-5f4fc89a-d5dd-4c53-be46-8bcd8ef9e267 2018-10-06 15:25:19,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:19,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ec9e788-c8a5-4196-8d09-db3c812d60e2 x-compute-request-id: req-6ec9e788-c8a5-4196-8d09-db3c812d60e2 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:19,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-6ec9e788-c8a5-4196-8d09-db3c812d60e2 2018-10-06 15:25:19,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:20,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e951bd6d-944e-4b5f-a3d8-760679f6f560 x-compute-request-id: req-e951bd6d-944e-4b5f-a3d8-760679f6f560 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:20,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-e951bd6d-944e-4b5f-a3d8-760679f6f560 2018-10-06 15:25:20,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:21,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cd54a02-ea83-49fe-b55d-d3d4c3707124 x-compute-request-id: req-8cd54a02-ea83-49fe-b55d-d3d4c3707124 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:21,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-8cd54a02-ea83-49fe-b55d-d3d4c3707124 2018-10-06 15:25:21,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:22,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-28983eea-0874-44d2-9982-607c491fe2dc x-compute-request-id: req-28983eea-0874-44d2-9982-607c491fe2dc Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:22,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-28983eea-0874-44d2-9982-607c491fe2dc 2018-10-06 15:25:22,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:22,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-5c3a14b9-b61b-4604-9f83-36d0f85b515b x-compute-request-id: req-5c3a14b9-b61b-4604-9f83-36d0f85b515b Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:22,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-5c3a14b9-b61b-4604-9f83-36d0f85b515b 2018-10-06 15:25:22,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:24,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-f66247aa-7486-42ab-8423-f1b1a189eac9 x-compute-request-id: req-f66247aa-7486-42ab-8423-f1b1a189eac9 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:24,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-f66247aa-7486-42ab-8423-f1b1a189eac9 2018-10-06 15:25:24,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:24,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-49cc580f-1a03-42b1-bdd4-d021e6eca188 x-compute-request-id: req-49cc580f-1a03-42b1-bdd4-d021e6eca188 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:24,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-49cc580f-1a03-42b1-bdd4-d021e6eca188 2018-10-06 15:25:24,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:25,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-5e560583-03a9-443d-9269-af2e537cb713 x-compute-request-id: req-5e560583-03a9-443d-9269-af2e537cb713 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:25,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-5e560583-03a9-443d-9269-af2e537cb713 2018-10-06 15:25:25,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:26,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e00e0ea-b7c3-476f-bf37-4867a123ce9c x-compute-request-id: req-6e00e0ea-b7c3-476f-bf37-4867a123ce9c Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:26,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-6e00e0ea-b7c3-476f-bf37-4867a123ce9c 2018-10-06 15:25:26,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:27,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-7e338edf-559d-434f-9b4e-3e9240e096d7 x-compute-request-id: req-7e338edf-559d-434f-9b4e-3e9240e096d7 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:27,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-7e338edf-559d-434f-9b4e-3e9240e096d7 2018-10-06 15:25:27,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:28,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-f523c58e-652f-4ad1-b349-31b92e93f692 x-compute-request-id: req-f523c58e-652f-4ad1-b349-31b92e93f692 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:28,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-f523c58e-652f-4ad1-b349-31b92e93f692 2018-10-06 15:25:28,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:29,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-ebe64d03-b466-4023-a6f7-77c5210b7101 x-compute-request-id: req-ebe64d03-b466-4023-a6f7-77c5210b7101 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:29,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-ebe64d03-b466-4023-a6f7-77c5210b7101 2018-10-06 15:25:29,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:29,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64ad1191-2125-4c4e-ae97-0c40fe888f94 x-compute-request-id: req-64ad1191-2125-4c4e-ae97-0c40fe888f94 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:29,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-64ad1191-2125-4c4e-ae97-0c40fe888f94 2018-10-06 15:25:29,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:30,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ead1c0e-0dc6-41b5-aa67-e577994e29a6 x-compute-request-id: req-8ead1c0e-0dc6-41b5-aa67-e577994e29a6 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:30,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-8ead1c0e-0dc6-41b5-aa67-e577994e29a6 2018-10-06 15:25:30,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:31,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-44ab4993-c2cd-44e1-a9b1-19b4b74c7405 x-compute-request-id: req-44ab4993-c2cd-44e1-a9b1-19b4b74c7405 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:31,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-44ab4993-c2cd-44e1-a9b1-19b4b74c7405 2018-10-06 15:25:31,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:32,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12948d36-3640-4099-95c2-af2475ad7d4d x-compute-request-id: req-12948d36-3640-4099-95c2-af2475ad7d4d Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:32,801 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-12948d36-3640-4099-95c2-af2475ad7d4d 2018-10-06 15:25:32,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:33,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b90aa2ed-c14e-4290-a86e-b9bd5737689a x-compute-request-id: req-b90aa2ed-c14e-4290-a86e-b9bd5737689a Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:33,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-b90aa2ed-c14e-4290-a86e-b9bd5737689a 2018-10-06 15:25:33,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:34,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-ff7caca3-49df-45d8-b523-d3d1a20bfed8 x-compute-request-id: req-ff7caca3-49df-45d8-b523-d3d1a20bfed8 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:34,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-ff7caca3-49df-45d8-b523-d3d1a20bfed8 2018-10-06 15:25:34,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:34,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41be95b5-e289-4f90-82c3-b6b32c26b739 x-compute-request-id: req-41be95b5-e289-4f90-82c3-b6b32c26b739 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:34,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-41be95b5-e289-4f90-82c3-b6b32c26b739 2018-10-06 15:25:34,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:35,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9e3c503-5f5a-4282-8871-a229cdc801a5 x-compute-request-id: req-f9e3c503-5f5a-4282-8871-a229cdc801a5 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:35,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-f9e3c503-5f5a-4282-8871-a229cdc801a5 2018-10-06 15:25:35,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:35,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-b161bdf6-29d7-4d5d-a0f1-0687bf13a9bd x-compute-request-id: req-b161bdf6-29d7-4d5d-a0f1-0687bf13a9bd Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:35,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-b161bdf6-29d7-4d5d-a0f1-0687bf13a9bd 2018-10-06 15:25:35,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:37,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-ef09b2af-4eb0-47dc-94d8-ee92684b475c x-compute-request-id: req-ef09b2af-4eb0-47dc-94d8-ee92684b475c Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:37,060 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-ef09b2af-4eb0-47dc-94d8-ee92684b475c 2018-10-06 15:25:37,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:37,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-d7399af9-90d1-403c-85f5-bf48b0ce599c x-compute-request-id: req-d7399af9-90d1-403c-85f5-bf48b0ce599c Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:37,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-d7399af9-90d1-403c-85f5-bf48b0ce599c 2018-10-06 15:25:37,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:38,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-320ec1de-163f-430c-8dce-12e2e8a1e564 x-compute-request-id: req-320ec1de-163f-430c-8dce-12e2e8a1e564 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:38,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-320ec1de-163f-430c-8dce-12e2e8a1e564 2018-10-06 15:25:38,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:39,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bdf274c-438b-4b4c-abda-c3c16ddc32f3 x-compute-request-id: req-9bdf274c-438b-4b4c-abda-c3c16ddc32f3 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:39,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-9bdf274c-438b-4b4c-abda-c3c16ddc32f3 2018-10-06 15:25:39,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:40,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07667be3-d57d-416b-9cf0-225c622156bb x-compute-request-id: req-07667be3-d57d-416b-9cf0-225c622156bb Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:40,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-07667be3-d57d-416b-9cf0-225c622156bb 2018-10-06 15:25:40,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:40,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-c8da01c9-fc01-40ce-9b2a-e42da5e10b40 x-compute-request-id: req-c8da01c9-fc01-40ce-9b2a-e42da5e10b40 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:40,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-c8da01c9-fc01-40ce-9b2a-e42da5e10b40 2018-10-06 15:25:40,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:41,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-61193dff-301b-4c1c-b21e-8152c76a577f x-compute-request-id: req-61193dff-301b-4c1c-b21e-8152c76a577f Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:41,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-61193dff-301b-4c1c-b21e-8152c76a577f 2018-10-06 15:25:41,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:42,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37669aae-7272-4a2d-b70b-d41270f46914 x-compute-request-id: req-37669aae-7272-4a2d-b70b-d41270f46914 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:42,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-37669aae-7272-4a2d-b70b-d41270f46914 2018-10-06 15:25:42,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:43,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77d5cb5b-e6e2-4d55-ac8a-ff97ae237e34 x-compute-request-id: req-77d5cb5b-e6e2-4d55-ac8a-ff97ae237e34 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:43,333 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-77d5cb5b-e6e2-4d55-ac8a-ff97ae237e34 2018-10-06 15:25:43,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:43,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-fe6d635d-875b-4f3c-b4c8-39b9ddc1b225 x-compute-request-id: req-fe6d635d-875b-4f3c-b4c8-39b9ddc1b225 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:43,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-fe6d635d-875b-4f3c-b4c8-39b9ddc1b225 2018-10-06 15:25:43,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:44,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-a17b7217-562a-4062-8545-ced6b8eccadd x-compute-request-id: req-a17b7217-562a-4062-8545-ced6b8eccadd Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:44,750 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-a17b7217-562a-4062-8545-ced6b8eccadd 2018-10-06 15:25:44,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:45,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-69934af8-044b-49a7-948b-865315ee8eee x-compute-request-id: req-69934af8-044b-49a7-948b-865315ee8eee Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:45,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-69934af8-044b-49a7-948b-865315ee8eee 2018-10-06 15:25:45,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:46,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90c5e3f1-48ff-47b1-8c98-18ffc41bc3e3 x-compute-request-id: req-90c5e3f1-48ff-47b1-8c98-18ffc41bc3e3 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:46,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-90c5e3f1-48ff-47b1-8c98-18ffc41bc3e3 2018-10-06 15:25:46,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:46,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-14aebc0f-de75-4ba8-b444-dca60241933b x-compute-request-id: req-14aebc0f-de75-4ba8-b444-dca60241933b Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:46,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-14aebc0f-de75-4ba8-b444-dca60241933b 2018-10-06 15:25:46,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:47,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-880b3487-7cbc-4234-8877-369be2d0e6b1 x-compute-request-id: req-880b3487-7cbc-4234-8877-369be2d0e6b1 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:47,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-880b3487-7cbc-4234-8877-369be2d0e6b1 2018-10-06 15:25:47,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:48,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42eba3e2-46dd-48ef-ada7-33f5da8db05c x-compute-request-id: req-42eba3e2-46dd-48ef-ada7-33f5da8db05c Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:48,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-42eba3e2-46dd-48ef-ada7-33f5da8db05c 2018-10-06 15:25:48,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:49,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-c7caa565-d3cb-4b88-b9f5-e8986e8550cc x-compute-request-id: req-c7caa565-d3cb-4b88-b9f5-e8986e8550cc Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:49,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-c7caa565-d3cb-4b88-b9f5-e8986e8550cc 2018-10-06 15:25:49,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:49,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-8fc7a618-b43d-4831-9440-1a7842493a01 x-compute-request-id: req-8fc7a618-b43d-4831-9440-1a7842493a01 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:49,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-8fc7a618-b43d-4831-9440-1a7842493a01 2018-10-06 15:25:49,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:51,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-a6ceacbf-e528-4b4b-a8a6-0834c15e3533 x-compute-request-id: req-a6ceacbf-e528-4b4b-a8a6-0834c15e3533 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:51,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-a6ceacbf-e528-4b4b-a8a6-0834c15e3533 2018-10-06 15:25:51,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:51,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25: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-1a19ffd5-4621-4145-9d1e-f9ce485468dc x-compute-request-id: req-1a19ffd5-4621-4145-9d1e-f9ce485468dc Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:51,857 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-1a19ffd5-4621-4145-9d1e-f9ce485468dc 2018-10-06 15:25:51,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:52,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25: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-9ca3de0d-52e8-4eea-a783-db1a0521b0d0 x-compute-request-id: req-9ca3de0d-52e8-4eea-a783-db1a0521b0d0 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:52,966 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-9ca3de0d-52e8-4eea-a783-db1a0521b0d0 2018-10-06 15:25:52,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:53,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b020e951-1a28-4dc1-b9d5-18994775907f x-compute-request-id: req-b020e951-1a28-4dc1-b9d5-18994775907f Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:53,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-b020e951-1a28-4dc1-b9d5-18994775907f 2018-10-06 15:25:53,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:54,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-46eaaf82-8459-4f75-ad12-adfba2503105 x-compute-request-id: req-46eaaf82-8459-4f75-ad12-adfba2503105 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:54,369 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-46eaaf82-8459-4f75-ad12-adfba2503105 2018-10-06 15:25:54,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:54,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25: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-3ca7d8fa-24d9-4c10-bd7d-d2e89dc81d91 x-compute-request-id: req-3ca7d8fa-24d9-4c10-bd7d-d2e89dc81d91 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:54,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-3ca7d8fa-24d9-4c10-bd7d-d2e89dc81d91 2018-10-06 15:25:54,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:55,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25: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-185a79e8-3069-4a94-8617-8a62a01a0d81 x-compute-request-id: req-185a79e8-3069-4a94-8617-8a62a01a0d81 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:55,946 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-185a79e8-3069-4a94-8617-8a62a01a0d81 2018-10-06 15:25:55,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:56,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25c7bc61-d665-440e-b930-071eedce8e9f x-compute-request-id: req-25c7bc61-d665-440e-b930-071eedce8e9f Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:56,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-25c7bc61-d665-440e-b930-071eedce8e9f 2018-10-06 15:25:56,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:57,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c43f377-a81a-46f1-ad90-ceb594708204 x-compute-request-id: req-3c43f377-a81a-46f1-ad90-ceb594708204 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:57,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-3c43f377-a81a-46f1-ad90-ceb594708204 2018-10-06 15:25:57,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:57,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10eda9d7-ee23-4fbe-9c52-cd018335fc54 x-compute-request-id: req-10eda9d7-ee23-4fbe-9c52-cd018335fc54 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:57,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-10eda9d7-ee23-4fbe-9c52-cd018335fc54 2018-10-06 15:25:57,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:25:59,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2873d8b-b84d-48bb-b691-65ac44f580b6 x-compute-request-id: req-e2873d8b-b84d-48bb-b691-65ac44f580b6 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:25:59,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-e2873d8b-b84d-48bb-b691-65ac44f580b6 2018-10-06 15:25:59,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:25:59,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b30dbc97-ad1a-4f3f-b04e-9fb39b5c7c4d x-compute-request-id: req-b30dbc97-ad1a-4f3f-b04e-9fb39b5c7c4d Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:25:59,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-b30dbc97-ad1a-4f3f-b04e-9fb39b5c7c4d 2018-10-06 15:25:59,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:00,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:25:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1ea9125-0938-4874-8325-f2ff6ba051c0 x-compute-request-id: req-e1ea9125-0938-4874-8325-f2ff6ba051c0 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:00,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-e1ea9125-0938-4874-8325-f2ff6ba051c0 2018-10-06 15:26:00,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:00,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a25836d-8d79-4fc9-b439-1be637ee0a04 x-compute-request-id: req-7a25836d-8d79-4fc9-b439-1be637ee0a04 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:00,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-7a25836d-8d79-4fc9-b439-1be637ee0a04 2018-10-06 15:26:00,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:01,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88394aab-9493-47d8-9919-c36404c1917f x-compute-request-id: req-88394aab-9493-47d8-9919-c36404c1917f Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:01,945 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-88394aab-9493-47d8-9919-c36404c1917f 2018-10-06 15:26:01,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:02,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c23172c0-b9bf-4a7f-97ab-d098fed379b0 x-compute-request-id: req-c23172c0-b9bf-4a7f-97ab-d098fed379b0 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:02,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-c23172c0-b9bf-4a7f-97ab-d098fed379b0 2018-10-06 15:26:02,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:03,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26: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-858df66e-5336-4562-8a58-14b4f07c3450 x-compute-request-id: req-858df66e-5336-4562-8a58-14b4f07c3450 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:03,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-858df66e-5336-4562-8a58-14b4f07c3450 2018-10-06 15:26:03,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:03,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7995f49d-5115-4166-9a69-669dad74fb2e x-compute-request-id: req-7995f49d-5115-4166-9a69-669dad74fb2e Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:03,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-7995f49d-5115-4166-9a69-669dad74fb2e 2018-10-06 15:26:03,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:05,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba351598-664d-4b51-9d73-049b5e24ab63 x-compute-request-id: req-ba351598-664d-4b51-9d73-049b5e24ab63 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:05,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-ba351598-664d-4b51-9d73-049b5e24ab63 2018-10-06 15:26:05,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:05,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26: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-522b5bd3-e5f2-4eb7-b2dc-0f4a49ab468d x-compute-request-id: req-522b5bd3-e5f2-4eb7-b2dc-0f4a49ab468d Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:05,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-522b5bd3-e5f2-4eb7-b2dc-0f4a49ab468d 2018-10-06 15:26:05,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:06,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26: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-2d986568-3c6d-4923-8884-0827b83cbfd3 x-compute-request-id: req-2d986568-3c6d-4923-8884-0827b83cbfd3 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:06,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-2d986568-3c6d-4923-8884-0827b83cbfd3 2018-10-06 15:26:06,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:07,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4da79b06-13f0-4a62-8896-a5a76684fc12 x-compute-request-id: req-4da79b06-13f0-4a62-8896-a5a76684fc12 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:07,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-4da79b06-13f0-4a62-8896-a5a76684fc12 2018-10-06 15:26:07,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:08,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec6e12e4-675f-4f2b-96df-ae69dbe22d46 x-compute-request-id: req-ec6e12e4-675f-4f2b-96df-ae69dbe22d46 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:08,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-ec6e12e4-675f-4f2b-96df-ae69dbe22d46 2018-10-06 15:26:08,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:08,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26: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-1668610a-9ca6-4533-a5c2-3c8b3d535157 x-compute-request-id: req-1668610a-9ca6-4533-a5c2-3c8b3d535157 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:08,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-1668610a-9ca6-4533-a5c2-3c8b3d535157 2018-10-06 15:26:08,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:10,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26: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-d1e11199-ea0f-43b4-a7c9-2e3460fd899b x-compute-request-id: req-d1e11199-ea0f-43b4-a7c9-2e3460fd899b Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:10,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-d1e11199-ea0f-43b4-a7c9-2e3460fd899b 2018-10-06 15:26:10,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:10,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6f4ce81-c34d-4206-b6e2-5dfd4f769d4c x-compute-request-id: req-a6f4ce81-c34d-4206-b6e2-5dfd4f769d4c Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:10,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-a6f4ce81-c34d-4206-b6e2-5dfd4f769d4c 2018-10-06 15:26:10,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:11,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40b0d379-bbc7-4b86-96d8-5a55d751dbe3 x-compute-request-id: req-40b0d379-bbc7-4b86-96d8-5a55d751dbe3 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:11,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-40b0d379-bbc7-4b86-96d8-5a55d751dbe3 2018-10-06 15:26:11,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:11,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-f402cc4a-c719-45f0-8d3a-962c06e90fa6 x-compute-request-id: req-f402cc4a-c719-45f0-8d3a-962c06e90fa6 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:11,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-f402cc4a-c719-45f0-8d3a-962c06e90fa6 2018-10-06 15:26:11,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:13,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-babd1f27-1d7c-4261-8d7e-6f82e51d9c8d x-compute-request-id: req-babd1f27-1d7c-4261-8d7e-6f82e51d9c8d Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:13,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-babd1f27-1d7c-4261-8d7e-6f82e51d9c8d 2018-10-06 15:26:13,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:13,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a2eeb06-a611-44a7-b097-dee030771f9e x-compute-request-id: req-0a2eeb06-a611-44a7-b097-dee030771f9e Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:13,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-0a2eeb06-a611-44a7-b097-dee030771f9e 2018-10-06 15:26:13,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:14,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02121356-c397-4cb8-a7c2-014a06c709ca x-compute-request-id: req-02121356-c397-4cb8-a7c2-014a06c709ca Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:14,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-02121356-c397-4cb8-a7c2-014a06c709ca 2018-10-06 15:26:14,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:15,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26: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-a269b8dc-08f4-4bd4-9e6b-e0720a80f4ce x-compute-request-id: req-a269b8dc-08f4-4bd4-9e6b-e0720a80f4ce Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:15,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-a269b8dc-08f4-4bd4-9e6b-e0720a80f4ce 2018-10-06 15:26:15,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:16,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e711980-0a31-4ffc-b599-42328c523d33 x-compute-request-id: req-8e711980-0a31-4ffc-b599-42328c523d33 Content-Encoding: gzip Content-Length: 7678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:26:16,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-8e711980-0a31-4ffc-b599-42328c523d33 2018-10-06 15:26:16,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:16,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c621c43a-7f16-454e-b61d-54bf40974dad x-compute-request-id: req-c621c43a-7f16-454e-b61d-54bf40974dad Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "security_groups": [{"name": "default"}], "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:25:14Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:16,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-c621c43a-7f16-454e-b61d-54bf40974dad 2018-10-06 15:26:16,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:26:17,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f05460c4-43a9-489a-8fba-2a6ffa73ed26 x-compute-request-id: req-f05460c4-43a9-489a-8fba-2a6ffa73ed26 Content-Encoding: gzip Content-Length: 7887 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 496012922 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131070] pid_max: default: 32768 minimum: 301\n[ 0.131988] ACPI: Core revision 20150930\n[ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134670] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136258] AppArmor: AppArmor initialized\n[ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142334] Initializing cgroup subsys io\n[ 0.143169] Initializing cgroup subsys memory\n[ 0.144039] Initializing cgroup subsys devices\n[ 0.144957] Initializing cgroup subsys freezer\n[ 0.145851] Initializing cgroup subsys net_cls\n[ 0.146725] Initializing cgroup subsys perf_event\n[ 0.147655] Initializing cgroup subsys net_prio\n[ 0.148576] Initializing cgroup subsys hugetlb\n[ 0.149457] Initializing cgroup subsys pids\n[ 0.150339] CPU: Physical Processor ID: 0\n[ 0.151850] mce: CPU supports 10 MCE banks\n[ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171199] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198836] x2apic enabled\n[ 0.199643] Switched APIC routing to physical x2apic.\n[ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206309] KVM setup paravirtual spinlock\n[ 0.207576] x86: Booted up 1 node, 1 CPUs\n[ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209751] devtmpfs: initialized\n[ 0.211416] evm: security.selinux\n[ 0.212108] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213527] evm: security.SMACK64TRANSMUTE\n[ 0.214332] evm: security.SMACK64MMAP\n[ 0.215071] evm: security.ima\n[ 0.215709] evm: security.capability\n[ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218332] pinctrl core: initialized pinctrl subsystem\n[ 0.219423] RTC time: 15:25:09, date: 10/06/18\n[ 0.220386] NET: Registered protocol family 16\n[ 0.221356] cpuidle: using governor ladder\n[ 0.222187] cpuidle: using governor menu\n[ 0.222964] PCCT header not found.\n[ 0.223712] ACPI: bus type PCI registered\n[ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225773] PCI: Using configuration type 1 for base access\n[ 0.227534] ACPI: Added _OSI(Module Device)\n[ 0.228382] ACPI: Added _OSI(Processor Device)\n[ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232255] ACPI: Interpreter enabled\n[ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240554] ACPI: (supports S0 S5)\n[ 0.241272] ACPI: Using IOAPIC for interrupt routing\n[ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251219] acpiphp: Slot [3] registered\n[ 0.252025] acpiphp: Slot [4] registered\n[ 0.252826] acpiphp: Slot [5] registered\n[ 0.253647] acpiphp: Slot [6] registered\n[ 0.254435] acpiphp: Slot [7] registered\n[ 0.255240] acpiphp: Slot [8] registered\n[ 0.256030] acpiphp: Slot [9] registered\n[ 0.256814] acpiphp: Slot [10] registered\n[ 0.257650] acpiphp: Slot [11] registered\n[ 0.258512] acpiphp: Slot [12] registered\n[ 0.259334] acpiphp: Slot [13] registered\n[ 0.260153] acpiphp: Slot [14] registered\n[ 0.260968] acpiphp: Slot [15] registered\n[ 0.271663] acpiphp: Slot [16] registered\n[ 0.272490] acpiphp: Slot [17] registered\n[ 0.273316] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274959] acpiphp: Slot [20] registered\n[ 0.275774] acpiphp: Slot [21] registered\n[ 0.276576] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278186] acpiphp: Slot [24] registered\n[ 0.278989] acpiphp: Slot [25] registered\n[ 0.279800] acpiphp: Slot [26] registered\n[ 0.280605] acpiphp: Slot [27] registered\n[ 0.281408] acpiphp: Slot [28] registered\n[ 0.282212] acpiphp: Slot [29] registered\n[ 0.283011] acpiphp: Slot [30] registered\n[ 0.283817] acpiphp: Slot [31] registered\n[ 0.284618] PCI host bridge to bus 0000:00\n[ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363818] vgaarb: loaded\n[ 0.364429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365550] SCSI subsystem initialized\n[ 0.366375] ACPI: bus type USB registered\n[ 0.367202] usbcore: registered new interface driver usbfs\n[ 0.368254] usbcore: registered new interface driver hub\n[ 0.369274] usbcore: registered new device driver usb\n[ 0.370333] PCI: Using ACPI for IRQ routing\n[ 0.371353] NetLabel: Initializing\n[ 0.372071] NetLabel: domain hash size = 128\n[ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373860] NetLabel: unlabeled traffic allowed by default\n[ 0.374958] clocksource: Switched to clocksource kvm-clock\n[ 0.380285] AppArmor: AppArmor Filesystem Enabled\n[ 0.381256] pnp: PnP ACPI init\n[ 0.382192] pnp: PnP ACPI: found 5 devices\n[ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389916] NET: Registered protocol family 2\n[ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393334] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396763] NET: Registered protocol family 1\n[ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428279] Trying to unpack rootfs image as initramfs...\n[ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.491241] Scanning for low memory corruption every 60 seconds\n[ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493704] audit: initializing netlink subsys (disabled)\n[ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized\n[ 0.496045] Initialise system trusted keyring\n[ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500102] zbud: loaded\n[ 0.500802] VFS: Disk quotas dquot_6.6.0\n[ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503163] fuse init (API version 7.23)\n[ 0.504040] Key type big_key registered\n[ 0.504851] Allocating IMA MOK and blacklist keyrings.\n[ 0.505967] Key type asymmetric registered\n[ 0.506788] Asymmetric key parser 'x509' registered\n[ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509211] io scheduler noop registered\n[ 0.510001] io scheduler deadline registered (default)\n[ 0.510993] io scheduler cfq registered\n[ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515609] ACPI: Power Button [PWRF]\n[ 0.516446] GHES: HEST is not enabled!\n[ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588033] Linux agpgart interface v0.103\n[ 0.590990] brd: module loaded\n[ 0.592419] loop: module loaded\n[ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599499] GPT:90111 != 20971519\n[ 0.600205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601309] GPT:90111 != 20971519\n[ 0.602004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602986] vda: vda1 vda15\n[ 0.604502] scsi host0: ata_piix\n[ 0.605261] scsi host1: ata_piix\n[ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609050] libphy: Fixed MDIO Bus: probed\n[ 0.609883] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610840] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613016] PPP generic driver version 2.4.2\n[ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615241] ehci-pci: EHCI PCI platform driver\n[ 0.616134] ehci-platform: EHCI generic platform driver\n[ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618281] ohci-pci: OHCI PCI platform driver\n[ 0.619169] ohci-platform: OHCI generic platform driver\n[ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641896] usb usb1: Product: UHCI Host Controller\n[ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645019] hub 1-0:1.0: USB hub found\n[ 0.645806] hub 1-0:1.0: 2 ports detected\n[ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650873] mousedev: PS/2 mouse device common for all mice\n[ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657547] i2c /dev entries driver\n[ 0.658310] device-mapper: uevent: version 1.0.3\n[ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662760] NET: Registered protocol family 10\n[ 0.663951] NET: Registered protocol family 17\n[ 0.665002] Key type dns_resolver registered\n[ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669085] registered taskstats version 1\n[ 0.669907] Loading compiled-in X.509 certificates\n[ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673160] zswap: loaded using pool lzo/zbud\n[ 0.674549] Key type trusted registered\n[ 0.676098] Key type encrypted registered\n[ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678981] evm: HMAC attrs: 0x1\n[ 0.679919] Magic number: 6:440:436\n[ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510)\n[ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683429] EDD information not available.\n[ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769474] Write protecting the kernel read-only data: 14336k\n[ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827073] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.55.0.9...\nLease of 10.55.0.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.64. iid=i-0000001e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-10-06 15:26:17,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547/action used request id req-f05460c4-43a9-489a-8fba-2a6ffa73ed26 2018-10-06 15:26:18,345 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 15:26:18,347 - 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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-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 496012922 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131070] pid_max: default: 32768 minimum: 301 [ 0.131988] ACPI: Core revision 20150930 [ 0.133365] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134670] Security Framework initialized [ 0.135516] Yama: becoming mindful. [ 0.136258] AppArmor: AppArmor initialized [ 0.137121] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139718] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142334] Initializing cgroup subsys io [ 0.143169] Initializing cgroup subsys memory [ 0.144039] Initializing cgroup subsys devices [ 0.144957] Initializing cgroup subsys freezer [ 0.145851] Initializing cgroup subsys net_cls [ 0.146725] Initializing cgroup subsys perf_event [ 0.147655] Initializing cgroup subsys net_prio [ 0.148576] Initializing cgroup subsys hugetlb [ 0.149457] Initializing cgroup subsys pids [ 0.150339] CPU: Physical Processor ID: 0 [ 0.151850] mce: CPU supports 10 MCE banks [ 0.152717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164862] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171199] ftrace: allocating 31920 entries in 125 pages [ 0.196619] smpboot: Max logical packages: 1 [ 0.197504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198836] x2apic enabled [ 0.199643] Switched APIC routing to physical x2apic. [ 0.201445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202556] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204533] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206309] KVM setup paravirtual spinlock [ 0.207576] x86: Booted up 1 node, 1 CPUs [ 0.208378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209751] devtmpfs: initialized [ 0.211416] evm: security.selinux [ 0.212108] evm: security.SMACK64 [ 0.212784] evm: security.SMACK64EXEC [ 0.213527] evm: security.SMACK64TRANSMUTE [ 0.214332] evm: security.SMACK64MMAP [ 0.215071] evm: security.ima [ 0.215709] evm: security.capability [ 0.216511] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218332] pinctrl core: initialized pinctrl subsystem [ 0.219423] RTC time: 15:25:09, date: 10/06/18 [ 0.220386] NET: Registered protocol family 16 [ 0.221356] cpuidle: using governor ladder [ 0.222187] cpuidle: using governor menu [ 0.222964] PCCT header not found. [ 0.223712] ACPI: bus type PCI registered [ 0.224513] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225773] PCI: Using configuration type 1 for base access [ 0.227534] ACPI: Added _OSI(Module Device) [ 0.228382] ACPI: Added _OSI(Processor Device) [ 0.229254] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230157] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232255] ACPI: Interpreter enabled [ 0.233014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240554] ACPI: (supports S0 S5) [ 0.241272] ACPI: Using IOAPIC for interrupt routing [ 0.242381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245444] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251219] acpiphp: Slot [3] registered [ 0.252025] acpiphp: Slot [4] registered [ 0.252826] acpiphp: Slot [5] registered [ 0.253647] acpiphp: Slot [6] registered [ 0.254435] acpiphp: Slot [7] registered [ 0.255240] acpiphp: Slot [8] registered [ 0.256030] acpiphp: Slot [9] registered [ 0.256814] acpiphp: Slot [10] registered [ 0.257650] acpiphp: Slot [11] registered [ 0.258512] acpiphp: Slot [12] registered [ 0.259334] acpiphp: Slot [13] registered [ 0.260153] acpiphp: Slot [14] registered [ 0.260968] acpiphp: Slot [15] registered [ 0.271663] acpiphp: Slot [16] registered [ 0.272490] acpiphp: Slot [17] registered [ 0.273316] acpiphp: Slot [18] registered [ 0.274138] acpiphp: Slot [19] registered [ 0.274959] acpiphp: Slot [20] registered [ 0.275774] acpiphp: Slot [21] registered [ 0.276576] acpiphp: Slot [22] registered [ 0.277378] acpiphp: Slot [23] registered [ 0.278186] acpiphp: Slot [24] registered [ 0.278989] acpiphp: Slot [25] registered [ 0.279800] acpiphp: Slot [26] registered [ 0.280605] acpiphp: Slot [27] registered [ 0.281408] acpiphp: Slot [28] registered [ 0.282212] acpiphp: Slot [29] registered [ 0.283011] acpiphp: Slot [30] registered [ 0.283817] acpiphp: Slot [31] registered [ 0.284618] PCI host bridge to bus 0000:00 [ 0.285436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289315] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290745] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306882] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357393] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358766] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360014] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363818] vgaarb: loaded [ 0.364429] vgaarb: bridge control possible 0000:00:02.0 [ 0.365550] SCSI subsystem initialized [ 0.366375] ACPI: bus type USB registered [ 0.367202] usbcore: registered new interface driver usbfs [ 0.368254] usbcore: registered new interface driver hub [ 0.369274] usbcore: registered new device driver usb [ 0.370333] PCI: Using ACPI for IRQ routing [ 0.371353] NetLabel: Initializing [ 0.372071] NetLabel: domain hash size = 128 [ 0.372917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373860] NetLabel: unlabeled traffic allowed by default [ 0.374958] clocksource: Switched to clocksource kvm-clock [ 0.380285] AppArmor: AppArmor Filesystem Enabled [ 0.381256] pnp: PnP ACPI init [ 0.382192] pnp: PnP ACPI: found 5 devices [ 0.388213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389916] NET: Registered protocol family 2 [ 0.390877] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392156] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393334] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394514] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396763] NET: Registered protocol family 1 [ 0.397630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399796] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414097] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428279] Trying to unpack rootfs image as initramfs... [ 0.477326] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.491241] Scanning for low memory corruption every 60 seconds [ 0.492551] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493704] audit: initializing netlink subsys (disabled) [ 0.494728] audit: type=2000 audit(1538839510.812:1): initialized [ 0.496045] Initialise system trusted keyring [ 0.496964] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498135] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500102] zbud: loaded [ 0.500802] VFS: Disk quotas dquot_6.6.0 [ 0.501641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503163] fuse init (API version 7.23) [ 0.504040] Key type big_key registered [ 0.504851] Allocating IMA MOK and blacklist keyrings. [ 0.505967] Key type asymmetric registered [ 0.506788] Asymmetric key parser 'x509' registered [ 0.507752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509211] io scheduler noop registered [ 0.510001] io scheduler deadline registered (default) [ 0.510993] io scheduler cfq registered [ 0.511819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515609] ACPI: Power Button [PWRF] [ 0.516446] GHES: HEST is not enabled! [ 0.529813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557562] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588033] Linux agpgart interface v0.103 [ 0.590990] brd: module loaded [ 0.592419] loop: module loaded [ 0.598010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599499] GPT:90111 != 20971519 [ 0.600205] GPT:Alternate GPT header not at the end of the disk. [ 0.601309] GPT:90111 != 20971519 [ 0.602004] GPT: Use GNU Parted to correct GPT errors. [ 0.602986] vda: vda1 vda15 [ 0.604502] scsi host0: ata_piix [ 0.605261] scsi host1: ata_piix [ 0.605976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609050] libphy: Fixed MDIO Bus: probed [ 0.609883] tun: Universal TUN/TAP device driver, 1.6 [ 0.610840] tun: (C) 1999-2004 Max Krasnyansky [ 0.613016] PPP generic driver version 2.4.2 [ 0.613918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615241] ehci-pci: EHCI PCI platform driver [ 0.616134] ehci-platform: EHCI generic platform driver [ 0.617133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618281] ohci-pci: OHCI PCI platform driver [ 0.619169] ohci-platform: OHCI generic platform driver [ 0.620175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635564] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641896] usb usb1: Product: UHCI Host Controller [ 0.642838] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645019] hub 1-0:1.0: USB hub found [ 0.645806] hub 1-0:1.0: 2 ports detected [ 0.646724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649831] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650873] mousedev: PS/2 mouse device common for all mice [ 0.652150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654011] rtc_cmos 00:00: RTC can wake from S4 [ 0.655128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656348] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657547] i2c /dev entries driver [ 0.658310] device-mapper: uevent: version 1.0.3 [ 0.659291] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661275] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662760] NET: Registered protocol family 10 [ 0.663951] NET: Registered protocol family 17 [ 0.665002] Key type dns_resolver registered [ 0.666090] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669085] registered taskstats version 1 [ 0.669907] Loading compiled-in X.509 certificates [ 0.671343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673160] zswap: loaded using pool lzo/zbud [ 0.674549] Key type trusted registered [ 0.676098] Key type encrypted registered [ 0.676930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677942] ima: No TPM chip found, activating TPM-bypass! [ 0.678981] evm: HMAC attrs: 0x1 [ 0.679919] Magic number: 6:440:436 [ 0.680746] rtc_cmos 00:00: setting system clock to 2018-10-06 15:25:10 UTC (1538839510) [ 0.682317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683429] EDD information not available. [ 0.767950] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769474] Write protecting the kernel read-only data: 14336k [ 0.781565] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783357] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827073] random: blkid urandom read with 2 bits 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.46 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.55.0.9... Lease of 10.55.0.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.64. iid=i-0000001e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-10-06 15:26:18,354 - create_instance - INFO - Deleting Port with ID - 849aa11d-7104-4d1e-8531-88b096129c80 2018-10-06 15:26:18,354 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18port-1 2018-10-06 15:26:18,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/849aa11d-7104-4d1e-8531-88b096129c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:18,817 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a63900b-093f-4b63-aaa1-854bfde78f1f Date: Sat, 06 Oct 2018 15:26:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:26:18,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/849aa11d-7104-4d1e-8531-88b096129c80 used request id req-6a63900b-093f-4b63-aaa1-854bfde78f1f 2018-10-06 15:26:18,817 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst 2018-10-06 15:26:18,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:18,998 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0fba5132-fd53-4582-acc9-d331df6fb476 x-compute-request-id: req-0fba5132-fd53-4582-acc9-d331df6fb476 Content-Type: application/json 2018-10-06 15:26:18,998 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-0fba5132-fd53-4582-acc9-d331df6fb476 2018-10-06 15:26:18,998 - create_instance - INFO - Checking deletion status 2018-10-06 15:26:19,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:19,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6281a391-250e-4e53-a2e2-dd18ec8fce86 x-compute-request-id: req-6281a391-250e-4e53-a2e2-dd18ec8fce86 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:8e", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547", "rel": "bookmark"}], "image": {"id": "a75c0fe0-69a5-409b-a06c-dad3343dda2e", "links": [{"href": "http://172.30.9.26:8774/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:25:10.000000", "flavor": {"id": "a8fc1440-94f4-4b0b-984a-4955b08c8e48", "links": [{"href": "http://172.30.9.26:8774/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48", "rel": "bookmark"}]}, "id": "662ccdfa-02e3-4764-8c3a-d30bbfd58547", "user_id": "a597f6d78a1342e19c41e230f00599cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:26:18Z", "hostId": "daef3b4848ac797a60393f3b3873745d6620312b5be59fe1db70dd75", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst", "created": "2018-10-06T15:25:09Z", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 15:26:19,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-6281a391-250e-4e53-a2e2-dd18ec8fce86 2018-10-06 15:26:19,098 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst] is - ACTIVE 2018-10-06 15:26:19,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 15:26:22,102 - create_instance - DEBUG - VM status query timeout in 296.897057056 2018-10-06 15:26:22,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86d4efd995ef6a5415b50f95c235d9b1cad3a5ca" 2018-10-06 15:26:22,154 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-b20e613d-8c32-457e-83d9-6e0c9f4eab95 x-compute-request-id: req-b20e613d-8c32-457e-83d9-6e0c9f4eab95 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 662ccdfa-02e3-4764-8c3a-d30bbfd58547 could not be found.", "code": 404}} 2018-10-06 15:26:22,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/662ccdfa-02e3-4764-8c3a-d30bbfd58547 used request id req-b20e613d-8c32-457e-83d9-6e0c9f4eab95 2018-10-06 15:26:22,154 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 662ccdfa-02e3-4764-8c3a-d30bbfd58547 could not be found. (HTTP 404) (Request-ID: req-b20e613d-8c32-457e-83d9-6e0c9f4eab95) 2018-10-06 15:26:22,155 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-inst 2018-10-06 15:26:22,156 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet 2018-10-06 15:26:22,156 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-subnet 2018-10-06 15:26:22,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/58ed0014-cd2e-40f9-9673-4ea2efa36628 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:26:24,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01f70d11-fde4-4ba9-b980-60d58c64167e Date: Sat, 06 Oct 2018 15:26:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:26:24,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/58ed0014-cd2e-40f9-9673-4ea2efa36628 used request id req-01f70d11-fde4-4ba9-b980-60d58c64167e 2018-10-06 15:26:24,496 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-priv-net 2018-10-06 15:26:24,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/fdb5c551-1c05-40a2-8d60-c351bee9230b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e938191757f7b0a6777b50c68073f2db09b83b" 2018-10-06 15:26:25,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d750367-ff01-4b81-8cd1-63dfac378057 Date: Sat, 06 Oct 2018 15:26:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:26:25,872 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/fdb5c551-1c05-40a2-8d60-c351bee9230b used request id req-9d750367-ff01-4b81-8cd1-63dfac378057 2018-10-06 15:26:25,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f5d5da9470ca775dd219200b007706b32b4758d" 2018-10-06 15:26:25,937 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-241949a0-0710-4b1c-bae7-6fa486c928f3 x-compute-request-id: req-241949a0-0710-4b1c-bae7-6fa486c928f3 Content-Length: 0 Content-Type: application/json 2018-10-06 15:26:25,937 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/a8fc1440-94f4-4b0b-984a-4955b08c8e48 used request id req-241949a0-0710-4b1c-bae7-6fa486c928f3 2018-10-06 15:26:25,938 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-d47e1df0-3515-4c0f-bcc3-2fec25e6bf18-image 2018-10-06 15:26:25,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5d8f228f69bbcdedb595ccdb79ad97fd555f031" 2018-10-06 15:26:27,239 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d96e2f3d-4563-4a39-bfff-25de52854b92 Date: Sat, 06 Oct 2018 15:26:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:26:27,239 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a75c0fe0-69a5-409b-a06c-dad3343dda2e used request id req-d96e2f3d-4563-4a39-bfff-25de52854b92 2018-10-06 15:26:27,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:27,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-00395d2e-1e18-414a-a3bc-ea68e545f789 Date: Sat, 06 Oct 2018 15:26:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "created_at": "2018-10-06T15:26:27Z", "updated_at": "2018-10-06T15:26:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "607ee3c6-26ae-49d9-88bc-1b4ec33646ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "73828925-4a60-41fb-ab95-a738dc5b276b", "remote_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "8f345bc0-4e86-452c-89dd-65f7cb03f6cc", "remote_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "90eb0001-c67c-4949-9366-661d602565d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}], "revision_number": 4, "project_id": "194c6d3aced641e8b3fedacc6c9019d7", "id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "created_at": "2018-10-06T15:24:59Z", "updated_at": "2018-10-06T15:24:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "revision_number": 0, "id": "29d42da2-8460-4fde-ab10-06967e14cb04", "remote_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "remote_ip_prefix": null, "created_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "revision_number": 0, "id": "519dc8fa-bbc4-40ca-927c-03d6b4a435f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "revision_number": 0, "id": "69728fba-78ca-42b3-94ce-5d0791673821", "remote_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "remote_ip_prefix": null, "created_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "revision_number": 0, "id": "9b3f03cc-f187-4834-bc50-76eccc456df4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385"}], "revision_number": 4, "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "name": "default"}]} 2018-10-06 15:26:27,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-00395d2e-1e18-414a-a3bc-ea68e545f789 2018-10-06 15:26:27,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:27,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aaa1c52-c228-4b29-b62e-fc5601b9f875 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 15:26:27,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25 used request id req-4aaa1c52-c228-4b29-b62e-fc5601b9f875 2018-10-06 15:26:27,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:27,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c45d18b2-c524-4dbf-8335-efe41ea525c3 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.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 15:26:27,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e used request id req-c45d18b2-c524-4dbf-8335-efe41ea525c3 2018-10-06 15:26:27,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:27,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b58cdb0-743b-4b4e-aba5-dd62af857ed8 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7"}, "enabled": true, "id": "194c6d3aced641e8b3fedacc6c9019d7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}} 2018-10-06 15:26:27,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7 used request id req-1b58cdb0-743b-4b4e-aba5-dd62af857ed8 2018-10-06 15:26:27,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:27,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50943774-a810-4a26-be11-9267615b1fe1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385"}, "enabled": true, "id": "8c6d2d84a4cd426db3ad3db3a62b3385", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c2eb4674-45ca-4f4-proj"}} 2018-10-06 15:26:27,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-50943774-a810-4a26-be11-9267615b1fe1 2018-10-06 15:26:27,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb982ee3-1501-4c91-99ef-bcfee1848d6e 2018-10-06 15:26:27,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=bb982ee3-1501-4c91-99ef-bcfee1848d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:28,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-26dff558-e795-478e-833e-3b978e39adaa Date: Sat, 06 Oct 2018 15:26:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "port_range_min": null, "revision_number": 0, "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "created_at": "2018-10-06T15:24:59Z", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "id": "29d42da2-8460-4fde-ab10-06967e14cb04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "port_range_min": null, "revision_number": 0, "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "created_at": "2018-10-06T15:24:59Z", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "id": "519dc8fa-bbc4-40ca-927c-03d6b4a435f3"}, {"remote_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "port_range_min": null, "revision_number": 0, "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "created_at": "2018-10-06T15:24:59Z", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "id": "69728fba-78ca-42b3-94ce-5d0791673821"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:24:59Z", "security_group_id": "bb982ee3-1501-4c91-99ef-bcfee1848d6e", "port_range_min": null, "revision_number": 0, "tenant_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "created_at": "2018-10-06T15:24:59Z", "project_id": "8c6d2d84a4cd426db3ad3db3a62b3385", "id": "9b3f03cc-f187-4834-bc50-76eccc456df4"}]} 2018-10-06 15:26:28,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=bb982ee3-1501-4c91-99ef-bcfee1848d6e used request id req-26dff558-e795-478e-833e-3b978e39adaa 2018-10-06 15:26:28,164 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 15:26:28,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/bb982ee3-1501-4c91-99ef-bcfee1848d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:28,506 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8983722-27e3-4afb-843d-6d237cce7a0d Content-Length: 0 Date: Sat, 06 Oct 2018 15:26:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:26:28,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/bb982ee3-1501-4c91-99ef-bcfee1848d6e used request id req-e8983722-27e3-4afb-843d-6d237cce7a0d 2018-10-06 15:26:28,507 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-c2eb4674-45ca-4f4-proj 2018-10-06 15:26:28,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:28,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eae8cd0-1dd0-4952-9003-f6e6de4a64d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:26:28,741 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/8c6d2d84a4cd426db3ad3db3a62b3385 used request id req-7eae8cd0-1dd0-4952-9003-f6e6de4a64d1 2018-10-06 15:26:28,741 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-c2eb4674-45ca-4f4-proj-role 2018-10-06 15:26:28,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/52c6c259ccd149d9a556eae688b28d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:28,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c3c102e-bef8-4a35-9790-d2c2759529ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:26:28,851 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/52c6c259ccd149d9a556eae688b28d03 used request id req-4c3c102e-bef8-4a35-9790-d2c2759529ae 2018-10-06 15:26:28,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6a2159908362782ac7e20695c513d6f1409d18" 2018-10-06 15:26:28,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3897eb5a-5670-424e-b28f-b113eb7e3cd6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "151add275ce849a0aa6b89b4feec54fc", "links": {"self": "http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:26:28,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3897eb5a-5670-424e-b28f-b113eb7e3cd6 2018-10-06 15:26:28,949 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-c2eb4674-45ca-4f4-user 2018-10-06 15:26:28,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/a597f6d78a1342e19c41e230f00599cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f95117fc1209b68260fbbff46773de63f7f3df3" 2018-10-06 15:26:29,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2ebb926-a3ff-4d04-b55d-8c52aecfea03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:26:29,228 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a597f6d78a1342e19c41e230f00599cf used request id req-f2ebb926-a3ff-4d04-b55d-8c52aecfea03 2018-10-06 15:26:29,229 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 97.197s OK 2018-10-06 15:26:29,360 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 15:26:29,361 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:37 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-06 15:26:29,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:26:29,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:29,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c1ce49-3668-4e60-9c36-a87e552e7e0a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "151add275ce849a0aa6b89b4feec54fc", "links": {"self": "http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:26:29,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c9c1ce49-3668-4e60-9c36-a87e552e7e0a 2018-10-06 15:26:29,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823049545288s 2018-10-06 15:26:29,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:26:29,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:29,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7ca0623-39af-4c37-b59d-c967ff588005 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:26:29,609 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/151add275ce849a0aa6b89b4feec54fc used request id req-b7ca0623-39af-4c37-b59d-c967ff588005 2018-10-06 15:26:29,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.158361911774s 2018-10-06 15:26:29,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:26:29,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:29,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89797400-0f1f-4711-add4-94e5cd5a37b5 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e", "links": {"self": "http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047"}, "domain_id": "default", "enabled": true, "id": "8a9c0592b82946ef87f180cf72278047", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:26:29,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-89797400-0f1f-4711-add4-94e5cd5a37b5 2018-10-06 15:26:29,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994479656219s 2018-10-06 15:26:29,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-89797400-0f1f-4711-add4-94e5cd5a37b5 2018-10-06 15:26:29,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:26:29,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:29,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8e5ba2d-32d9-43f9-9e4a-d900b2a05e29 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047"}, "enabled": true, "id": "8a9c0592b82946ef87f180cf72278047", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_9c017410-2523-47aa-9f34-e08460bf615e"}} 2018-10-06 15:26:29,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 used request id req-f8e5ba2d-32d9-43f9-9e4a-d900b2a05e29 2018-10-06 15:26:29,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981011390686s 2018-10-06 15:26:29,813 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 used request id req-f8e5ba2d-32d9-43f9-9e4a-d900b2a05e29 2018-10-06 15:26:29,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 15:26:29,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:30,017 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12aefa13-8e51-4acc-9f3e-f47c1de03088 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:26:30,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 used request id req-12aefa13-8e51-4acc-9f3e-f47c1de03088 2018-10-06 15:26:30,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.203881978989s 2018-10-06 15:26:30,018 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8a9c0592b82946ef87f180cf72278047 used request id req-12aefa13-8e51-4acc-9f3e-f47c1de03088 2018-10-06 15:26:30,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:26:30,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:30,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2856ad97-ae49-48e1-8c3a-d4e0a2e23499 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7"}, "enabled": true, "id": "194c6d3aced641e8b3fedacc6c9019d7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_9c017410-2523-47aa-9f34-e08460bf615e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:26:30,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-2856ad97-ae49-48e1-8c3a-d4e0a2e23499 2018-10-06 15:26:30,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0820071697235s 2018-10-06 15:26:30,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-2856ad97-ae49-48e1-8c3a-d4e0a2e23499 2018-10-06 15:26:30,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 15:26:30,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:30,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24bc2596-e31d-495c-8b62-ed0398f7b8e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:26:30,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7 used request id req-24bc2596-e31d-495c-8b62-ed0398f7b8e0 2018-10-06 15:26:30,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.189651966095s 2018-10-06 15:26:30,293 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/194c6d3aced641e8b3fedacc6c9019d7 used request id req-24bc2596-e31d-495c-8b62-ed0398f7b8e0 2018-10-06 15:26:30,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:26:30,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:30,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b579309-8720-4bce-8c16-71b1bc013e40 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9315b72500ab43619d8aa0c94ec8aaaa", "links": {"self": "http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:26:30,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1b579309-8720-4bce-8c16-71b1bc013e40 2018-10-06 15:26:30,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0741319656372s 2018-10-06 15:26:30,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:26:30,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:30,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01b6ab5c-862d-4192-8f9a-499959504310 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:26:30,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/9315b72500ab43619d8aa0c94ec8aaaa used request id req-01b6ab5c-862d-4192-8f9a-499959504310 2018-10-06 15:26:30,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111256122589s 2018-10-06 15:26:30,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:26:30,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=194c6d3aced641e8b3fedacc6c9019d7&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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:30,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-b67e65d0-d582-49fe-9ff7-27247ac92683 Date: Sat, 06 Oct 2018 15:26:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "created_at": "2018-10-06T15:26:27Z", "updated_at": "2018-10-06T15:26:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "607ee3c6-26ae-49d9-88bc-1b4ec33646ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "73828925-4a60-41fb-ab95-a738dc5b276b", "remote_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "8f345bc0-4e86-452c-89dd-65f7cb03f6cc", "remote_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "90eb0001-c67c-4949-9366-661d602565d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}], "revision_number": 4, "project_id": "194c6d3aced641e8b3fedacc6c9019d7", "id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "name": "default"}]} 2018-10-06 15:26:30,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=194c6d3aced641e8b3fedacc6c9019d7&name=default used request id req-b67e65d0-d582-49fe-9ff7-27247ac92683 2018-10-06 15:26:30,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185560941696s 2018-10-06 15:26:30,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=194c6d3aced641e8b3fedacc6c9019d7&name=default used request id req-b67e65d0-d582-49fe-9ff7-27247ac92683 2018-10-06 15:26:30,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:26:30,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:30,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b20ff8b9-ae4a-44ef-b7dc-c589c27ac7f0 Date: Sat, 06 Oct 2018 15:26:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "created_at": "2018-10-06T15:26:27Z", "updated_at": "2018-10-06T15:26:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "8f345bc0-4e86-452c-89dd-65f7cb03f6cc", "remote_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "73828925-4a60-41fb-ab95-a738dc5b276b", "remote_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "607ee3c6-26ae-49d9-88bc-1b4ec33646ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:26:27Z", "revision_number": 0, "id": "90eb0001-c67c-4949-9366-661d602565d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:26:27Z", "security_group_id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "tenant_id": "194c6d3aced641e8b3fedacc6c9019d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "194c6d3aced641e8b3fedacc6c9019d7"}], "revision_number": 4, "project_id": "194c6d3aced641e8b3fedacc6c9019d7", "id": "7f8d727f-63bf-4557-a8ce-8929817bee11", "name": "default"}]} 2018-10-06 15:26:30,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-b20ff8b9-ae4a-44ef-b7dc-c589c27ac7f0 2018-10-06 15:26:30,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198234081268s 2018-10-06 15:26:30,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-b20ff8b9-ae4a-44ef-b7dc-c589c27ac7f0 2018-10-06 15:26:30,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 15:26:30,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/7f8d727f-63bf-4557-a8ce-8929817bee11.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3971480a0b274759ad945e361dadd2e70e9001" 2018-10-06 15:26:31,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b722bfa-8214-4216-889b-72a02ca0a440 Content-Length: 0 Date: Sat, 06 Oct 2018 15:26:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:26:31,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/7f8d727f-63bf-4557-a8ce-8929817bee11.json used request id req-7b722bfa-8214-4216-889b-72a02ca0a440 2018-10-06 15:26:31,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.389718055725s 2018-10-06 15:26:31,268 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/7f8d727f-63bf-4557-a8ce-8929817bee11.json used request id req-7b722bfa-8214-4216-889b-72a02ca0a440 2018-10-06 15:26:31,269 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:33 | PASS | | snaps_health_check | functest | healthcheck | 01:37 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-06 15:26:31,273 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 15:27:00,374 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-293 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 15:27:00,379 - 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=JPc8dPtNa68vxFqmyZqsPTJPe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.10 export OS_REGION_NAME=regionOne 2018-10-06 15:27:00,379 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 15:27:00,380 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-10-06 15:27:00,416 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:27:01,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:27:01,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:27:01,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:27:01,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:27:01,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:27:01,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:27:01,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:27:01,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:27:01,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:27:01,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:27:01,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:27:01,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:27:01,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfd2552-a6a6-4471-8d5e-1280be9ad909 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:27:01,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8bfd2552-a6a6-4471-8d5e-1280be9ad909 2018-10-06 15:27:01,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:27:01,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["FFu2vCWiSZ-0V8EsuxfVQw"], "issued_at": "2018-10-06T15:27:01.000000Z"}} 2018-10-06 15:27:01,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:27:01,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:01,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-17e8369e-c75b-4c7f-8d2b-5d9f911ab88a Date: Sat, 06 Oct 2018 15:27:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:27:01,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-17e8369e-c75b-4c7f-8d2b-5d9f911ab88a 2018-10-06 15:27:01,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23325419426s 2018-10-06 15:27:01,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-17e8369e-c75b-4c7f-8d2b-5d9f911ab88a 2018-10-06 15:27:01,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:27:01,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:02,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:27: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:27:02,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:02,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5bff2d1-9557-4c71-8426-f8b0cda55b86 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:27:02,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-e5bff2d1-9557-4c71-8426-f8b0cda55b86 2018-10-06 15:27:02,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.294980049133s 2018-10-06 15:27:02,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 15:27:02,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0"}}' 2018-10-06 15:27:02,384 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:27:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adeb7bcc-e849-4fdc-9313-2ad5cb281d58 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.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0"}, "enabled": true, "id": "2b8f0a7d9fd043d49dabab4f714641d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0"}} 2018-10-06 15:27:02,384 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-adeb7bcc-e849-4fdc-9313-2ad5cb281d58 2018-10-06 15:27:02,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0928530693054s 2018-10-06 15:27:02,384 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-adeb7bcc-e849-4fdc-9313-2ad5cb281d58 2018-10-06 15:27:02,385 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 15:27:02,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 15:27:02,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369840145111s 2018-10-06 15:27:02,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:02,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c000c26-d7d8-4ee7-901a-832ff304e7ce Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87"}, "enabled": true, "id": "228550763bed46ec941b273e61426f87", "options": {}, "domain_id": "default", "name": "vping_ssh-user_a914e5b4-e579-490a-a4e0-5baf60af42e0"}} 2018-10-06 15:27:02,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 used request id req-7c000c26-d7d8-4ee7-901a-832ff304e7ce 2018-10-06 15:27:02,854 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'228550763bed46ec941b273e61426f87', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_a914e5b4-e579-490a-a4e0-5baf60af42e0'}) 2018-10-06 15:27:02,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:27:02,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:02,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf23ccfb-3a09-4e48-a879-e90e93dd99c5 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:27:02,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cf23ccfb-3a09-4e48-a879-e90e93dd99c5 2018-10-06 15:27:02,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789279937744s 2018-10-06 15:27:02,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:27:02,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac2f57f-1bd3-4000-b19e-21b9f6204fa9 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:27:03,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3ac2f57f-1bd3-4000-b19e-21b9f6204fa9 2018-10-06 15:27:03,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0866720676422s 2018-10-06 15:27:03,022 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 15:27:03,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:27:03,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" -d '{"role": {"name": "Member"}}' 2018-10-06 15:27:03,115 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e6f2d55-476a-4206-be21-c09f3e813f16 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "408dd30a42864f6a8ee51434fee86723", "links": {"self": "http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723"}, "name": "Member"}} 2018-10-06 15:27:03,115 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-3e6f2d55-476a-4206-be21-c09f3e813f16 2018-10-06 15:27:03,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0924098491669s 2018-10-06 15:27:03,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419cc1a9-a834-4d85-b6b8-557bb6bff594 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723"}, "domain_id": null, "name": "Member", "id": "408dd30a42864f6a8ee51434fee86723"}} 2018-10-06 15:27:03,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723 used request id req-419cc1a9-a834-4d85-b6b8-557bb6bff594 2018-10-06 15:27:03,134 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723'}, 'domain_id': None, 'human_id': None, 'id': u'408dd30a42864f6a8ee51434fee86723', 'HUMAN_ID': False}) 2018-10-06 15:27:03,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:27:03,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b402018c-e999-4f6f-a425-65aed2fb4892 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "408dd30a42864f6a8ee51434fee86723", "links": {"self": "http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:27:03,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b402018c-e999-4f6f-a425-65aed2fb4892 2018-10-06 15:27:03,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821340084076s 2018-10-06 15:27:03,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:27:03,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25db08f1-ab9f-4ab9-8473-c98654a11a36 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:27:03,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-25db08f1-ab9f-4ab9-8473-c98654a11a36 2018-10-06 15:27:03,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0829241275787s 2018-10-06 15:27:03,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:27:03,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c89cfc3-fd6d-4edb-9502-3584c4ae866e Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_a914e5b4-e579-490a-a4e0-5baf60af42e0", "links": {"self": "http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87"}, "domain_id": "default", "enabled": true, "id": "228550763bed46ec941b273e61426f87", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:27:03,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9c89cfc3-fd6d-4edb-9502-3584c4ae866e 2018-10-06 15:27:03,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.174829959869s 2018-10-06 15:27:03,477 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9c89cfc3-fd6d-4edb-9502-3584c4ae866e 2018-10-06 15:27:03,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:27:03,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44fe431f-dd7c-4492-b798-9ae7e0256d66 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0"}, "enabled": true, "id": "2b8f0a7d9fd043d49dabab4f714641d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:27:03,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-44fe431f-dd7c-4492-b798-9ae7e0256d66 2018-10-06 15:27:03,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0815768241882s 2018-10-06 15:27:03,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-44fe431f-dd7c-4492-b798-9ae7e0256d66 2018-10-06 15:27:03,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:27:03,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=228550763bed46ec941b273e61426f87&scope.project.id=2b8f0a7d9fd043d49dabab4f714641d0&role.id=408dd30a42864f6a8ee51434fee86723 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d43118-c93a-45b3-a830-fcd33fe92445 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=228550763bed46ec941b273e61426f87&scope.project.id=2b8f0a7d9fd043d49dabab4f714641d0&role.id=408dd30a42864f6a8ee51434fee86723", "previous": null, "next": null}} 2018-10-06 15:27:03,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=228550763bed46ec941b273e61426f87&scope.project.id=2b8f0a7d9fd043d49dabab4f714641d0&role.id=408dd30a42864f6a8ee51434fee86723 used request id req-71d43118-c93a-45b3-a830-fcd33fe92445 2018-10-06 15:27:03,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0802569389343s 2018-10-06 15:27:03,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:27:03,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0/users/228550763bed46ec941b273e61426f87/roles/408dd30a42864f6a8ee51434fee86723 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d6f0eac-97a7-42fe-8dd9-69895297d8ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:27:03,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0/users/228550763bed46ec941b273e61426f87/roles/408dd30a42864f6a8ee51434fee86723 used request id req-1d6f0eac-97a7-42fe-8dd9-69895297d8ab 2018-10-06 15:27:03,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12836098671s 2018-10-06 15:27:03,777 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 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': '0cc66536-c60e-42ff-b1c6-924134e44c43', 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_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'project_id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 15:27:03,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:27:03,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:27:03,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:27:03,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:27:03,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:27:03,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:27:03,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:27:03,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:27:03,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:27:03,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:27:03,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:27:03,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:27:03,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:27:03,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:27:03,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:27:03,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:27:03,783 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'password': '0cc66536-c60e-42ff-b1c6-924134e44c43', 'project_name': 'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '2b8f0a7d9fd043d49dabab4f714641d0', 'project_domain_name': 'Default'} 2018-10-06 15:27:03,783 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-06 15:27:03,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:27:03,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94cb7ee-efb4-4a02-b0d8-f08097e2cc34 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:27:03,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-a94cb7ee-efb4-4a02-b0d8-f08097e2cc34 2018-10-06 15:27:03,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0839412212372s 2018-10-06 15:27:03,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:27:03,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:27:03,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec64b73-26a6-423f-bdc9-c0b29dabd902 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0"}, "enabled": true, "id": "2b8f0a7d9fd043d49dabab4f714641d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:27:03,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bec64b73-26a6-423f-bdc9-c0b29dabd902 2018-10-06 15:27:03,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808792114258s 2018-10-06 15:27:03,950 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bec64b73-26a6-423f-bdc9-c0b29dabd902 2018-10-06 15:27:03,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 15:27:03,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" -d '{"network": {"tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "name": "vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0", "admin_state_up": true}}' 2018-10-06 15:27:04,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6fb2f9c0-09d6-4400-ba45-64999ffb0b61 Date: Sat, 06 Oct 2018 15:27:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:27:04Z","is_default":false,"provider:segmentation_id":96,"name":"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0","admin_state_up":true,"tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:04Z","mtu":1450}} 2018-10-06 15:27:04,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6fb2f9c0-09d6-4400-ba45-64999ffb0b61 2018-10-06 15:27:04,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.542909860611s 2018-10-06 15:27:04,497 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6fb2f9c0-09d6-4400-ba45-64999ffb0b61 2018-10-06 15:27:04,497 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-10-06T15:27:04Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a56a8243-6c6f-4c24-9b21-af5d32cb2cf7', u'provider:segmentation_id': 96, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0', u'admin_state_up': True, u'tenant_id': u'2b8f0a7d9fd043d49dabab4f714641d0', u'created_at': u'2018-10-06T15:27:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2b8f0a7d9fd043d49dabab4f714641d0'}) 2018-10-06 15:27:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:27:04,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb71e5a6-0c14-4b82-ba72-20fd5624aca4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:27:04,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eb71e5a6-0c14-4b82-ba72-20fd5624aca4 2018-10-06 15:27:04,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:27:04,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "408dd30a42864f6a8ee51434fee86723", "name": "Member"}], "expires_at": "2018-10-06T16:27:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b8f0a7d9fd043d49dabab4f714641d0", "name": "vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/2b8f0a7d9fd043d49dabab4f714641d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_a914e5b4-e579-490a-a4e0-5baf60af42e0", "id": "228550763bed46ec941b273e61426f87"}, "audit_ids": ["2AGb_9FATASZhrRpnlpiQg"], "issued_at": "2018-10-06T15:27:04.000000Z"}} 2018-10-06 15:27:04,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:27:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:05,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-69333387-22c0-469e-b4ff-e706f25f1d87 Date: Sat, 06 Oct 2018 15:27:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T15:27:04Z","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","name":"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:05,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-69333387-22c0-469e-b4ff-e706f25f1d87 2018-10-06 15:27:05,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257337093353s 2018-10-06 15:27:05,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-69333387-22c0-469e-b4ff-e706f25f1d87 2018-10-06 15:27:05,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 15:27:05,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"subnet": {"name": "vping_ssh-subnet_a914e5b4-e579-490a-a4e0-5baf60af42e0", "enable_dhcp": true, "network_id": "a56a8243-6c6f-4c24-9b21-af5d32cb2cf7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 15:27:05,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-75cff466-cdf5-49f4-8e3d-7df03833c350 Date: Sat, 06 Oct 2018 15:27:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:27:05Z","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":"2b8f0a7d9fd043d49dabab4f714641d0","id":"4b56c10b-d489-46e0-8f8c-37dc40a07cf4","subnetpool_id":null,"name":"vping_ssh-subnet_a914e5b4-e579-490a-a4e0-5baf60af42e0"}} 2018-10-06 15:27:05,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-75cff466-cdf5-49f4-8e3d-7df03833c350 2018-10-06 15:27:05,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.70180606842s 2018-10-06 15:27:05,844 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-75cff466-cdf5-49f4-8e3d-7df03833c350 2018-10-06 15:27:05,845 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T15:27:05Z', 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'4b56c10b-d489-46e0-8f8c-37dc40a07cf4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_a914e5b4-e579-490a-a4e0-5baf60af42e0', u'enable_dhcp': True, u'network_id': u'a56a8243-6c6f-4c24-9b21-af5d32cb2cf7', u'tenant_id': u'2b8f0a7d9fd043d49dabab4f714641d0', u'created_at': u'2018-10-06T15:27:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2b8f0a7d9fd043d49dabab4f714641d0'}) 2018-10-06 15:27:05,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 15:27:05,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "vping_ssh-router_a914e5b4-e579-490a-a4e0-5baf60af42e0", "admin_state_up": true}}' 2018-10-06 15:27:07,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-51ac6828-a05e-4c9e-8796-ac3037e983f9 Date: Sat, 06 Oct 2018 15:27:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:06Z", "admin_state_up": true, "updated_at": "2018-10-06T15:27:06Z", "revision_number": 2, "routes": [], "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "fae14936-52ad-4fe1-955b-e4f19c16687e", "name": "vping_ssh-router_a914e5b4-e579-490a-a4e0-5baf60af42e0"}} 2018-10-06 15:27:07,076 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-51ac6828-a05e-4c9e-8796-ac3037e983f9 2018-10-06 15:27:07,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.23082399368s 2018-10-06 15:27:07,077 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-51ac6828-a05e-4c9e-8796-ac3037e983f9 2018-10-06 15:27:07,077 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'31ff5876-2a57-4cd5-9d70-d68f7e3cad0c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2b8f0a7d9fd043d49dabab4f714641d0', u'created_at': u'2018-10-06T15:27:06Z', u'admin_state_up': True, u'updated_at': u'2018-10-06T15:27:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'2b8f0a7d9fd043d49dabab4f714641d0', u'id': u'fae14936-52ad-4fe1-955b-e4f19c16687e', u'name': u'vping_ssh-router_a914e5b4-e579-490a-a4e0-5baf60af42e0'}) 2018-10-06 15:27:07,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 15:27:07,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e/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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"subnet_id": "4b56c10b-d489-46e0-8f8c-37dc40a07cf4"}' 2018-10-06 15:27:09,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-98d028c9-83a9-4e08-833e-0812ca0520ae Date: Sat, 06 Oct 2018 15:27:09 GMT RESP BODY: {"network_id": "a56a8243-6c6f-4c24-9b21-af5d32cb2cf7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "subnet_id": "4b56c10b-d489-46e0-8f8c-37dc40a07cf4", "subnet_ids": ["4b56c10b-d489-46e0-8f8c-37dc40a07cf4"], "port_id": "d861de55-cc45-432a-88bf-f1d644457818", "id": "fae14936-52ad-4fe1-955b-e4f19c16687e"} 2018-10-06 15:27:09,182 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e/add_router_interface.json used request id req-98d028c9-83a9-4e08-833e-0812ca0520ae 2018-10-06 15:27:09,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.10448694229s 2018-10-06 15:27:09,183 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e/add_router_interface.json used request id req-98d028c9-83a9-4e08-833e-0812ca0520ae returning object fae14936-52ad-4fe1-955b-e4f19c16687e 2018-10-06 15:27:09,183 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:27:09,314 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 15:27:09,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:09,321 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 15:27:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 15:27:09,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:27:09,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:09,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-879ecf7d-8fcb-4c89-980c-154b2f8ce84c Date: Sat, 06 Oct 2018 15:27:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:27:09,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-879ecf7d-8fcb-4c89-980c-154b2f8ce84c 2018-10-06 15:27:09,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188621997833s 2018-10-06 15:27:09,512 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-879ecf7d-8fcb-4c89-980c-154b2f8ce84c 2018-10-06 15:27:09,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 15:27:09,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0"}' 2018-10-06 15:27:09,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46 X-Openstack-Request-Id: req-c57903f0-d3cd-4341-a993-45602e542da7 Date: Sat, 06 Oct 2018 15:27:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file", "owner": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "size": null, "self": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:27:09Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "checksum": null, "created_at": "2018-10-06T15:27:09Z", "protected": false} 2018-10-06 15:27:09,789 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c57903f0-d3cd-4341-a993-45602e542da7 2018-10-06 15:27:09,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.275233983994s 2018-10-06 15:27:09,789 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c57903f0-d3cd-4341-a993-45602e542da7 returning object ed1505e9-516e-4d08-be64-ea3994eeae46 2018-10-06 15:27:09,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 15:27:09,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '' 2018-10-06 15:27:10,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-db9e5c5e-dc63-47e8-aecb-878ce32e994d Date: Sat, 06 Oct 2018 15:27:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:27:10,982 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file used request id req-db9e5c5e-dc63-47e8-aecb-878ce32e994d 2018-10-06 15:27:10,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19194602966s 2018-10-06 15:27:10,982 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file used request id req-db9e5c5e-dc63-47e8-aecb-878ce32e994d 2018-10-06 15:27:10,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:27:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:11,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7107b902-d8ae-4cac-b194-7c769418f6a4 Date: Sat, 06 Oct 2018 15:27:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "metadata": {}}], "file": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file", "owner": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "size": 12716032, "self": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:27:10Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:27:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:27:11,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7107b902-d8ae-4cac-b194-7c769418f6a4 2018-10-06 15:27:11,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178318023682s 2018-10-06 15:27:11,162 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7107b902-d8ae-4cac-b194-7c769418f6a4 2018-10-06 15:27:11,164 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file', 'owner': u'2b8f0a7d9fd043d49dabab4f714641d0', 'id': u'ed1505e9-516e-4d08-be64-ea3994eeae46', 'size': 12716032, u'self': u'/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'name': 'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T15:27:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T15:27:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'created': u'2018-10-06T15:27:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T15:27:09Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 15:27:11,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 15:27:11,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_a914e5b4-e579-490a-a4e0-5baf60af42e0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 15:27:11,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52347753-d7b2-425d-80c0-d11befddf0a8 x-compute-request-id: req-52347753-d7b2-425d-80c0-d11befddf0a8 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "name": "vping_ssh-flavor_a914e5b4-e579-490a-a4e0-5baf60af42e0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:27:11,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-52347753-d7b2-425d-80c0-d11befddf0a8 2018-10-06 15:27:11,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.213485002518s 2018-10-06 15:27:11,379 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-52347753-d7b2-425d-80c0-d11befddf0a8 returning object 4fab24d4-b195-4460-bf86-d3fef1d22e11 2018-10-06 15:27:11,380 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_a914e5b4-e579-490a-a4e0-5baf60af42e0', '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'b02668b3789342938652e3506ba63a25', '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'4fab24d4-b195-4460-bf86-d3fef1d22e11', 'swap': 0}) 2018-10-06 15:27:11,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 15:27:11,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11/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}3d89737966131db8347dcee0765fc3ba9f804ee3" -d '{"extra_specs": {}}' 2018-10-06 15:27:11,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06b39d66-8001-4ca4-a083-15c44469f651 x-compute-request-id: req-06b39d66-8001-4ca4-a083-15c44469f651 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:27:11,401 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11/os-extra_specs used request id req-06b39d66-8001-4ca4-a083-15c44469f651 2018-10-06 15:27:11,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207169055939s 2018-10-06 15:27:11,401 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11/os-extra_specs used request id req-06b39d66-8001-4ca4-a083-15c44469f651 2018-10-06 15:27:11,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-06 15:27:11,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"keypair": {"name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0"}}' 2018-10-06 15:27:11,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e540cea6-3cd2-48a2-b0e5-3a4600a8c6ec x-compute-request-id: req-e540cea6-3cd2-48a2-b0e5-3a4600a8c6ec Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUBUEmKD6kW2CZ57JEYf8E4zmVWKydtO4xyggLMAjsAAsJSltCyRztLrPKozworuUO7G+BHa1uaz7qf6maJMTx6emyPnUVSXeEfT7/EM9oovResvfbvxDdyRXa8i3ICvqhCkYabalYJg1vID9D5nltQFo+1d3y7QGpV+ZkvJX7ICxQ1/xIDhcVn8Ipq+aJPPa3r0ZMkbdBmfywTbhutefeG8L6fgcQc8oFC5ahL9BBmqfexTSFe1bVVVi13fjK7rwpEX2pwMIm5dfiz+b6Bxmpg/fd6GzQLsQhOSz5occ7XNWbo6Rz3skKXkGZQwCi28Oqw6H7+ri65CPf2VxGAbV/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA1AVBJig+pFtgmeeyRGH/BOM5lVisnbTuMcoICzAI7AALCUpb\nQskc7S6zyqM8KK7lDuxvgR2tbms+6n+pmiTE8enpsj51FUl3hH0+/xDPaKL0XrL3\n278Q3ckV2vItyAr6oQpGGm2pWCYNbyA/Q+Z5bUBaPtXd8u0BqVfmZLyV+yAsUNf8\nSA4XFZ/CKavmiTz2t69GTJG3QZn8sE24brXn3hvC+n4HEHPKBQuWoS/QQZqn3sU0\nhXtW1VVYtd34yu68KRF9qcDCJuXX4s/m+gcZqYP33ehs0C7EITks+aHHO1zVm6Ok\nc97JCl5BmUMAotvDqsOh+/q4uuQj39lcRgG1fwIDAQABAoIBAQCF/ugkwGyOnT2Z\nJyiwNSriIOVEsO0vIqkjiGa7A1mwJXrUHU0+ETKZ59kzKSUdJSOY4e66sFHqphb2\nR0aeJ7zckxPiVbzTfkHt1uYYd7xNiiddLkiddcyoDq0kWch7VAz/+ClEDKhpEGuP\nHtc9B40YcgJXEf0ayZUyPF5crh8vvQfQPN8N6uXW23lAUBXTpYchMQdqARUdh7Sq\nM9MzQqdDtRM43iSfSKmgYTa3OPgjXkfn2ZPuqyhiFAd5QZGP1tGtc3mRG7OBfqr7\nxnVVERfr2IUppaw9OZJ633yhWqdWiMu7sQlna5Ktly+pPiq1hW+UB7I8ZekyYBUp\nvWWrwy3ZAoGBAPSY19AEkgFvuNDbB6hCeYqAsHc/U1sH52r5jBl1Kmr5QhI9T6cS\nk1KCGhme3aol/Lq4477oelYvHeHCcAULR0xs1jwMry3jdGqYaqIArGQh0YO+WdWl\nfbLwkFiRPmg74Br1FVQIFaZc7B0/z7ruDgNavIIgbUBiRdEb7WRnILelAoGBAN3n\noA3vn+8xaWxqnQ91f/rZdhS4hv7cjg7xQQWmEAMTVvsGkBO5lYakRVXrXISVpZUl\nU99W6Fjleur2KtSYX4OitdOP2K6BcnmFAToyoOwf+bLsukU94LqIiypNbqWLNUpc\ntCVWpc/ayEzH+a3N3zR7nm723UjTrnB4lmMfvY9TAoGBAJYtGaRAihyTqdeiA2uN\nlO4y4SX2HYmwqqeFnD0tMOQJMkXcmwEraISqGLhOUC7dr/Q8/KgEOMidmS05ommW\naSpFUKwB5bS5CItCFYZt/2pjUS4gOyvvteOdzCJ02upIiOpEO9oiNJi2SMoUmchd\nzQDGPyNuIWX8cH1ZNkIFB5N5AoGBAIyHw7UPrBmvETS3z/+aShJy5XT554Q/6TdN\nUgBhyoIoHU2cOmJDhY5fOgnPpCfTHan2mcc3Iq4ppk5m13kLhnG2+a+hyXe6QuTy\ndnSE26SuG1RU1yJCra90Ca4gm5H7NySA0RVUam3YAEGf419Ooax7HTro2/rjE/Xm\naFceIs5BAoGBAK/3exHP6XkpIOH274tWRhih/aT+7sM1GOc25g17EKn9mPLyNbLH\nkMNTTzt6d6lwFwreQyFVneiMo0J5Ix9y2oAPJJeVW9nYU1+J1RUAtBlVN1JTpvwK\ngvl35Vm10PfOgCH4led+qYz1QWDuydEFooTT7sQhijmdrdIs7w4LMQrQ\n-----END RSA PRIVATE KEY-----\n", "user_id": "228550763bed46ec941b273e61426f87", "name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "fingerprint": "73:ac:8c:c9:05:15:7f:93:31:83:53:52:c8:7b:06:8e"}} 2018-10-06 15:27:11,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-e540cea6-3cd2-48a2-b0e5-3a4600a8c6ec 2018-10-06 15:27:11,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.317974090576s 2018-10-06 15:27:11,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-e540cea6-3cd2-48a2-b0e5-3a4600a8c6ec 2018-10-06 15:27:11,721 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUBUEmKD6kW2CZ57JEYf8E4zmVWKydtO4xyggLMAjsAAsJSltCyRztLrPKozworuUO7G+BHa1uaz7qf6maJMTx6emyPnUVSXeEfT7/EM9oovResvfbvxDdyRXa8i3ICvqhCkYabalYJg1vID9D5nltQFo+1d3y7QGpV+ZkvJX7ICxQ1/xIDhcVn8Ipq+aJPPa3r0ZMkbdBmfywTbhutefeG8L6fgcQc8oFC5ahL9BBmqfexTSFe1bVVVi13fjK7rwpEX2pwMIm5dfiz+b6Bxmpg/fd6GzQLsQhOSz5occ7XNWbo6Rz3skKXkGZQwCi28Oqw6H7+ri65CPf2VxGAbV/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA1AVBJig+pFtgmeeyRGH/BOM5lVisnbTuMcoICzAI7AALCUpb\nQskc7S6zyqM8KK7lDuxvgR2tbms+6n+pmiTE8enpsj51FUl3hH0+/xDPaKL0XrL3\n278Q3ckV2vItyAr6oQpGGm2pWCYNbyA/Q+Z5bUBaPtXd8u0BqVfmZLyV+yAsUNf8\nSA4XFZ/CKavmiTz2t69GTJG3QZn8sE24brXn3hvC+n4HEHPKBQuWoS/QQZqn3sU0\nhXtW1VVYtd34yu68KRF9qcDCJuXX4s/m+gcZqYP33ehs0C7EITks+aHHO1zVm6Ok\nc97JCl5BmUMAotvDqsOh+/q4uuQj39lcRgG1fwIDAQABAoIBAQCF/ugkwGyOnT2Z\nJyiwNSriIOVEsO0vIqkjiGa7A1mwJXrUHU0+ETKZ59kzKSUdJSOY4e66sFHqphb2\nR0aeJ7zckxPiVbzTfkHt1uYYd7xNiiddLkiddcyoDq0kWch7VAz/+ClEDKhpEGuP\nHtc9B40YcgJXEf0ayZUyPF5crh8vvQfQPN8N6uXW23lAUBXTpYchMQdqARUdh7Sq\nM9MzQqdDtRM43iSfSKmgYTa3OPgjXkfn2ZPuqyhiFAd5QZGP1tGtc3mRG7OBfqr7\nxnVVERfr2IUppaw9OZJ633yhWqdWiMu7sQlna5Ktly+pPiq1hW+UB7I8ZekyYBUp\nvWWrwy3ZAoGBAPSY19AEkgFvuNDbB6hCeYqAsHc/U1sH52r5jBl1Kmr5QhI9T6cS\nk1KCGhme3aol/Lq4477oelYvHeHCcAULR0xs1jwMry3jdGqYaqIArGQh0YO+WdWl\nfbLwkFiRPmg74Br1FVQIFaZc7B0/z7ruDgNavIIgbUBiRdEb7WRnILelAoGBAN3n\noA3vn+8xaWxqnQ91f/rZdhS4hv7cjg7xQQWmEAMTVvsGkBO5lYakRVXrXISVpZUl\nU99W6Fjleur2KtSYX4OitdOP2K6BcnmFAToyoOwf+bLsukU94LqIiypNbqWLNUpc\ntCVWpc/ayEzH+a3N3zR7nm723UjTrnB4lmMfvY9TAoGBAJYtGaRAihyTqdeiA2uN\nlO4y4SX2HYmwqqeFnD0tMOQJMkXcmwEraISqGLhOUC7dr/Q8/KgEOMidmS05ommW\naSpFUKwB5bS5CItCFYZt/2pjUS4gOyvvteOdzCJ02upIiOpEO9oiNJi2SMoUmchd\nzQDGPyNuIWX8cH1ZNkIFB5N5AoGBAIyHw7UPrBmvETS3z/+aShJy5XT554Q/6TdN\nUgBhyoIoHU2cOmJDhY5fOgnPpCfTHan2mcc3Iq4ppk5m13kLhnG2+a+hyXe6QuTy\ndnSE26SuG1RU1yJCra90Ca4gm5H7NySA0RVUam3YAEGf419Ooax7HTro2/rjE/Xm\naFceIs5BAoGBAK/3exHP6XkpIOH274tWRhih/aT+7sM1GOc25g17EKn9mPLyNbLH\nkMNTTzt6d6lwFwreQyFVneiMo0J5Ix9y2oAPJJeVW9nYU1+J1RUAtBlVN1JTpvwK\ngvl35Vm10PfOgCH4led+qYz1QWDuydEFooTT7sQhijmdrdIs7w4LMQrQ\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'228550763bed46ec941b273e61426f87', 'name': u'vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'created_at': '2018-10-06T15:27:11.721725', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'name': 'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'73:ac:8c:c9:05:15:7f:93:31:83:53:52:c8:7b:06:8e', 'type': 'ssh', 'id': u'vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0'}) 2018-10-06 15:27:11,722 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEA1AVBJig+pFtgmeeyRGH/BOM5lVisnbTuMcoICzAI7AALCUpb Qskc7S6zyqM8KK7lDuxvgR2tbms+6n+pmiTE8enpsj51FUl3hH0+/xDPaKL0XrL3 278Q3ckV2vItyAr6oQpGGm2pWCYNbyA/Q+Z5bUBaPtXd8u0BqVfmZLyV+yAsUNf8 SA4XFZ/CKavmiTz2t69GTJG3QZn8sE24brXn3hvC+n4HEHPKBQuWoS/QQZqn3sU0 hXtW1VVYtd34yu68KRF9qcDCJuXX4s/m+gcZqYP33ehs0C7EITks+aHHO1zVm6Ok c97JCl5BmUMAotvDqsOh+/q4uuQj39lcRgG1fwIDAQABAoIBAQCF/ugkwGyOnT2Z JyiwNSriIOVEsO0vIqkjiGa7A1mwJXrUHU0+ETKZ59kzKSUdJSOY4e66sFHqphb2 R0aeJ7zckxPiVbzTfkHt1uYYd7xNiiddLkiddcyoDq0kWch7VAz/+ClEDKhpEGuP Htc9B40YcgJXEf0ayZUyPF5crh8vvQfQPN8N6uXW23lAUBXTpYchMQdqARUdh7Sq M9MzQqdDtRM43iSfSKmgYTa3OPgjXkfn2ZPuqyhiFAd5QZGP1tGtc3mRG7OBfqr7 xnVVERfr2IUppaw9OZJ633yhWqdWiMu7sQlna5Ktly+pPiq1hW+UB7I8ZekyYBUp vWWrwy3ZAoGBAPSY19AEkgFvuNDbB6hCeYqAsHc/U1sH52r5jBl1Kmr5QhI9T6cS k1KCGhme3aol/Lq4477oelYvHeHCcAULR0xs1jwMry3jdGqYaqIArGQh0YO+WdWl fbLwkFiRPmg74Br1FVQIFaZc7B0/z7ruDgNavIIgbUBiRdEb7WRnILelAoGBAN3n oA3vn+8xaWxqnQ91f/rZdhS4hv7cjg7xQQWmEAMTVvsGkBO5lYakRVXrXISVpZUl U99W6Fjleur2KtSYX4OitdOP2K6BcnmFAToyoOwf+bLsukU94LqIiypNbqWLNUpc tCVWpc/ayEzH+a3N3zR7nm723UjTrnB4lmMfvY9TAoGBAJYtGaRAihyTqdeiA2uN lO4y4SX2HYmwqqeFnD0tMOQJMkXcmwEraISqGLhOUC7dr/Q8/KgEOMidmS05ommW aSpFUKwB5bS5CItCFYZt/2pjUS4gOyvvteOdzCJ02upIiOpEO9oiNJi2SMoUmchd zQDGPyNuIWX8cH1ZNkIFB5N5AoGBAIyHw7UPrBmvETS3z/+aShJy5XT554Q/6TdN UgBhyoIoHU2cOmJDhY5fOgnPpCfTHan2mcc3Iq4ppk5m13kLhnG2+a+hyXe6QuTy dnSE26SuG1RU1yJCra90Ca4gm5H7NySA0RVUam3YAEGf419Ooax7HTro2/rjE/Xm aFceIs5BAoGBAK/3exHP6XkpIOH274tWRhih/aT+7sM1GOc25g17EKn9mPLyNbLH kMNTTzt6d6lwFwreQyFVneiMo0J5Ix9y2oAPJJeVW9nYU1+J1RUAtBlVN1JTpvwK gvl35Vm10PfOgCH4led+qYz1QWDuydEFooTT7sQhijmdrdIs7w4LMQrQ -----END RSA PRIVATE KEY----- 2018-10-06 15:27:11,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-06 15:27:11,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"security_group": {"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-06 15:27:12,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5af98767-2c2c-4deb-839c-e29091d25f22 Date: Sat, 06 Oct 2018 15:27:12 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:11Z", "updated_at": "2018-10-06T15:27:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "3d7b8c89-17bb-4189-b01c-5c6199f3f51e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "dbbba937-eebf-4160-b17b-fe279cfb01b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 2, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}} 2018-10-06 15:27:12,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5af98767-2c2c-4deb-839c-e29091d25f22 2018-10-06 15:27:12,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.338366031647s 2018-10-06 15:27:12,064 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5af98767-2c2c-4deb-839c-e29091d25f22 2018-10-06 15:27:12,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:27:12,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:12,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-acf9fa15-85bb-4ac3-8917-3d07faaafbec Date: Sat, 06 Oct 2018 15:27:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:04Z", "updated_at": "2018-10-06T15:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "24dc87a1-ce4a-403f-a898-d94c80cabeab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "26e8981d-098e-4a3b-9588-ff333f687863", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "5a0137db-a104-4a5d-ae71-6ff79b2a03f5", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "c15f951d-b313-4c08-ade2-166d96960bf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 4, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ae9b2748-3ca4-452e-926c-2602db058222", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:11Z", "updated_at": "2018-10-06T15:27:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "3d7b8c89-17bb-4189-b01c-5c6199f3f51e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "dbbba937-eebf-4160-b17b-fe279cfb01b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 2, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:12,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-acf9fa15-85bb-4ac3-8917-3d07faaafbec 2018-10-06 15:27:12,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205201148987s 2018-10-06 15:27:12,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-acf9fa15-85bb-4ac3-8917-3d07faaafbec 2018-10-06 15:27:12,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 15:27:12,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -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": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7"}}' 2018-10-06 15:27:12,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-226f15f5-6f59-4c97-a710-323a53a94bee Date: Sat, 06 Oct 2018 15:27:12 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T15:27:12Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "port_range_min": 22, "revision_number": 0, "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:12Z", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "05325f70-dfeb-43a9-8c1c-8626ad68f367"}} 2018-10-06 15:27:12,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-226f15f5-6f59-4c97-a710-323a53a94bee 2018-10-06 15:27:12,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144006967545s 2018-10-06 15:27:12,422 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-226f15f5-6f59-4c97-a710-323a53a94bee 2018-10-06 15:27:12,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:27:12,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:12,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-213d81d9-bd99-4107-a342-c05f2982aba9 Date: Sat, 06 Oct 2018 15:27:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:04Z", "updated_at": "2018-10-06T15:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "24dc87a1-ce4a-403f-a898-d94c80cabeab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "26e8981d-098e-4a3b-9588-ff333f687863", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "5a0137db-a104-4a5d-ae71-6ff79b2a03f5", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "c15f951d-b313-4c08-ade2-166d96960bf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 4, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ae9b2748-3ca4-452e-926c-2602db058222", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:11Z", "updated_at": "2018-10-06T15:27:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T15:27:12Z", "revision_number": 0, "id": "05325f70-dfeb-43a9-8c1c-8626ad68f367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:12Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "3d7b8c89-17bb-4189-b01c-5c6199f3f51e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "dbbba937-eebf-4160-b17b-fe279cfb01b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 3, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:12,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-213d81d9-bd99-4107-a342-c05f2982aba9 2018-10-06 15:27:12,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192158937454s 2018-10-06 15:27:12,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-213d81d9-bd99-4107-a342-c05f2982aba9 2018-10-06 15:27:12,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 15:27:12,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -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": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7"}}' 2018-10-06 15:27:12,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ff9344c9-9c6f-464e-afc1-4daf18a80990 Date: Sat, 06 Oct 2018 15:27:12 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:27:12Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "port_range_min": null, "revision_number": 0, "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:12Z", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "aebf5f11-5e8c-471f-93ec-fa7e25a60f62"}} 2018-10-06 15:27:12,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-ff9344c9-9c6f-464e-afc1-4daf18a80990 2018-10-06 15:27:12,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.310842990875s 2018-10-06 15:27:12,932 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-ff9344c9-9c6f-464e-afc1-4daf18a80990 2018-10-06 15:27:12,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:27:12,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:13,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a65da741-308d-4606-a65f-4bc5b6d92259 Date: Sat, 06 Oct 2018 15:27:13 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":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b56c10b-d489-46e0-8f8c-37dc40a07cf4"],"updated_at":"2018-10-06T15:27:05Z","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","name":"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:13,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a65da741-308d-4606-a65f-4bc5b6d92259 2018-10-06 15:27:13,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264540910721s 2018-10-06 15:27:13,198 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a65da741-308d-4606-a65f-4bc5b6d92259 2018-10-06 15:27:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:27:13,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:13,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1a486aba-6b93-44aa-ab93-a80a0b405f0d Date: Sat, 06 Oct 2018 15:27:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "metadata": {}}], "file": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file", "owner": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "size": 12716032, "self": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:27:10Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:27:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:27:13,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1a486aba-6b93-44aa-ab93-a80a0b405f0d 2018-10-06 15:27:13,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183075904846s 2018-10-06 15:27:13,383 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1a486aba-6b93-44aa-ab93-a80a0b405f0d 2018-10-06 15:27:13,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:27:13,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:13,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45d9efe7-44a5-4136-a6ba-106d115df203 x-compute-request-id: req-45d9efe7-44a5-4136-a6ba-106d115df203 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "name": "vping_ssh-flavor_a914e5b4-e579-490a-a4e0-5baf60af42e0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:27:13,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-45d9efe7-44a5-4136-a6ba-106d115df203 2018-10-06 15:27:13,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.038379907608s 2018-10-06 15:27:13,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-45d9efe7-44a5-4136-a6ba-106d115df203 2018-10-06 15:27:13,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 15:27:13,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"server": {"name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "imageRef": "ed1505e9-516e-4d08-be64-ea3994eeae46", "flavorRef": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a56a8243-6c6f-4c24-9b21-af5d32cb2cf7"}], "security_groups": [{"name": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7"}]}}' 2018-10-06 15:27:15,497 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22238f31-611e-465a-9b49-63e20d059a40 x-compute-request-id: req-22238f31-611e-465a-9b49-63e20d059a40 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7"}], "OS-DCF:diskConfig": "MANUAL", "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "adminPass": "yL7AsfeVfoJZ"}} 2018-10-06 15:27:15,498 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-22238f31-611e-465a-9b49-63e20d059a40 2018-10-06 15:27:15,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.07284116745s 2018-10-06 15:27:15,498 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-22238f31-611e-465a-9b49-63e20d059a40 2018-10-06 15:27:15,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:27:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:15,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcfe5463-809a-4ebc-8feb-498e8f1d387f x-compute-request-id: req-dcfe5463-809a-4ebc-8feb-498e8f1d387f Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:27:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:27:15,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dcfe5463-809a-4ebc-8feb-498e8f1d387f 2018-10-06 15:27:15,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426362037659s 2018-10-06 15:27:15,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dcfe5463-809a-4ebc-8feb-498e8f1d387f 2018-10-06 15:27:15,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:27:15,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:16,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c591d783-7399-44dd-b2f3-4b35e5923d7b Date: Sat, 06 Oct 2018 15:27:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b56c10b-d489-46e0-8f8c-37dc40a07cf4"],"updated_at":"2018-10-06T15:27:05Z","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","name":"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:16,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c591d783-7399-44dd-b2f3-4b35e5923d7b 2018-10-06 15:27:16,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.406581878662s 2018-10-06 15:27:16,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c591d783-7399-44dd-b2f3-4b35e5923d7b 2018-10-06 15:27:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 15:27:16,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:16,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b1c46261-25b9-47b2-be69-5d02b7fbfac7 Date: Sat, 06 Oct 2018 15:27:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:27:05Z","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":"2b8f0a7d9fd043d49dabab4f714641d0","id":"4b56c10b-d489-46e0-8f8c-37dc40a07cf4","subnetpool_id":null,"name":"vping_ssh-subnet_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:16,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b1c46261-25b9-47b2-be69-5d02b7fbfac7 2018-10-06 15:27:16,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0561020374298s 2018-10-06 15:27:16,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b1c46261-25b9-47b2-be69-5d02b7fbfac7 2018-10-06 15:27:16,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:27:18,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:27:18,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:19,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d77e5a77-23d3-40f7-a8ef-69d8f31c94ff x-compute-request-id: req-d77e5a77-23d3-40f7-a8ef-69d8f31c94ff Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:27:16Z", "hostId": "d3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:27:19,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d77e5a77-23d3-40f7-a8ef-69d8f31c94ff 2018-10-06 15:27:19,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627274990082s 2018-10-06 15:27:19,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d77e5a77-23d3-40f7-a8ef-69d8f31c94ff 2018-10-06 15:27:19,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:27:21,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:27:21,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:21,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-3854b04a-cb67-4dff-aa13-08e30a0e9ec9 x-compute-request-id: req-3854b04a-cb67-4dff-aa13-08e30a0e9ec9 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:d2:60", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:16.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:20Z", "hostId": "d3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:27:21,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3854b04a-cb67-4dff-aa13-08e30a0e9ec9 2018-10-06 15:27:21,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504636049271s 2018-10-06 15:27:21,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3854b04a-cb67-4dff-aa13-08e30a0e9ec9 2018-10-06 15:27:21,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 15:27:21,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=80c4f868-c7c4-477c-b2f8-b4393b5be614" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:21,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3c7baeae-626f-457d-bda9-3554eed3408e Date: Sat, 06 Oct 2018 15:27:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:17Z","admin_state_up":true,"updated_at":"2018-10-06T15:27:18Z","binding:vnic_type":"normal","device_id":"80c4f868-c7c4-477c-b2f8-b4393b5be614","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:7f:d2:60","id":"21e66b22-c85d-47ee-8b90-5ecfecba2bc3","port_security_enabled":true,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","fixed_ips":[{"subnet_id":"4b56c10b-d489-46e0-8f8c-37dc40a07cf4","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["d33296aa-f997-48ce-98fb-c5bd92f7b9a7"],"name":""}]} 2018-10-06 15:27:21,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=80c4f868-c7c4-477c-b2f8-b4393b5be614 used request id req-3c7baeae-626f-457d-bda9-3554eed3408e 2018-10-06 15:27:21,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0566620826721s 2018-10-06 15:27:21,601 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=80c4f868-c7c4-477c-b2f8-b4393b5be614 used request id req-3c7baeae-626f-457d-bda9-3554eed3408e 2018-10-06 15:27:21,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 15:27:21,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=21e66b22-c85d-47ee-8b90-5ecfecba2bc3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:21,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-30f5680f-bcc6-4928-b762-d09b81e17f9c Date: Sat, 06 Oct 2018 15:27:21 GMT RESP BODY: {"floatingips": []} 2018-10-06 15:27:21,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=21e66b22-c85d-47ee-8b90-5ecfecba2bc3 used request id req-30f5680f-bcc6-4928-b762-d09b81e17f9c 2018-10-06 15:27:21,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.166049003601s 2018-10-06 15:27:21,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=21e66b22-c85d-47ee-8b90-5ecfecba2bc3 used request id req-30f5680f-bcc6-4928-b762-d09b81e17f9c 2018-10-06 15:27:21,772 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7f:d2:60', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ed1505e9-516e-4d08-be64-ea3994eeae46'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:27:16.000000', 'flavor': Munch({u'id': u'4fab24d4-b195-4460-bf86-d3fef1d22e11'}), 'az': u'nova', 'id': u'80c4f868-c7c4-477c-b2f8-b4393b5be614', 'security_groups': [Munch({u'name': u'vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'228550763bed46ec941b273e61426f87', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'name': 'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-06T15:27:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T15:27:20Z', 'hostId': u'd3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'd3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:27:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'name': u'vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'adminPass': u'yL7AsfeVfoJZ', 'tenant_id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'region': 'regionOne', 'created': u'2018-10-06T15:27:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 15:27:21,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:27:21,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:22,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-dd927b75-cd33-4f23-bb4f-abc56ab16265 Date: Sat, 06 Oct 2018 15:27:22 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":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b56c10b-d489-46e0-8f8c-37dc40a07cf4"],"updated_at":"2018-10-06T15:27:05Z","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","name":"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:22,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-dd927b75-cd33-4f23-bb4f-abc56ab16265 2018-10-06 15:27:22,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.305454015732s 2018-10-06 15:27:22,078 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-dd927b75-cd33-4f23-bb4f-abc56ab16265 2018-10-06 15:27:22,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:27:22,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:22,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-de94e298-8761-4acb-8a24-5dfd24cae733 Date: Sat, 06 Oct 2018 15:27:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "metadata": {}}], "file": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file", "owner": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "size": 12716032, "self": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:27:10Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:27:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:27:22,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-de94e298-8761-4acb-8a24-5dfd24cae733 2018-10-06 15:27:22,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.726891994476s 2018-10-06 15:27:22,807 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-de94e298-8761-4acb-8a24-5dfd24cae733 2018-10-06 15:27:22,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:27:22,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:22,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cd21562-f347-41ff-ac35-e1b11a33e6ae x-compute-request-id: req-8cd21562-f347-41ff-ac35-e1b11a33e6ae Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "name": "vping_ssh-flavor_a914e5b4-e579-490a-a4e0-5baf60af42e0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:27:22,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-8cd21562-f347-41ff-ac35-e1b11a33e6ae 2018-10-06 15:27:22,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0334861278534s 2018-10-06 15:27:22,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-8cd21562-f347-41ff-ac35-e1b11a33e6ae 2018-10-06 15:27:22,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 15:27:22,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"server": {"name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "imageRef": "ed1505e9-516e-4d08-be64-ea3994eeae46", "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "flavorRef": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a56a8243-6c6f-4c24-9b21-af5d32cb2cf7"}], "security_groups": [{"name": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7"}]}}' 2018-10-06 15:27:24,308 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:27:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1058b202-9505-484e-8112-fc1433e4c7d2 x-compute-request-id: req-1058b202-9505-484e-8112-fc1433e4c7d2 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7"}], "OS-DCF:diskConfig": "MANUAL", "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "adminPass": "qrQcPY52VoWV"}} 2018-10-06 15:27:24,308 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1058b202-9505-484e-8112-fc1433e4c7d2 2018-10-06 15:27:24,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.46337580681s 2018-10-06 15:27:24,309 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1058b202-9505-484e-8112-fc1433e4c7d2 2018-10-06 15:27:24,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:27:24,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:24,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27: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-cb433651-b40d-41ed-aa46-24a2daec4490 x-compute-request-id: req-cb433651-b40d-41ed-aa46-24a2daec4490 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:27:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:24Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:d2:60", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:16.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:20Z", "hostId": "d3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:27:24,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cb433651-b40d-41ed-aa46-24a2daec4490 2018-10-06 15:27:24,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450523853302s 2018-10-06 15:27:24,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cb433651-b40d-41ed-aa46-24a2daec4490 2018-10-06 15:27:24,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:27:26,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:27:26,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:27,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03ad0caa-3fe3-4e27-9393-2c07337cab76 x-compute-request-id: req-03ad0caa-3fe3-4e27-9393-2c07337cab76 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:27:26Z", "hostId": "e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:24Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:d2:60", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:16.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:20Z", "hostId": "d3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:27:27,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03ad0caa-3fe3-4e27-9393-2c07337cab76 2018-10-06 15:27:27,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630596876144s 2018-10-06 15:27:27,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03ad0caa-3fe3-4e27-9393-2c07337cab76 2018-10-06 15:27:27,403 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:27:29,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:27:29,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:30,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f97b8d5c-6647-4448-b2c6-f962a45aaee2 x-compute-request-id: req-f97b8d5c-6647-4448-b2c6-f962a45aaee2 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:27:26Z", "hostId": "e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:24Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:d2:60", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:16.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:20Z", "hostId": "d3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:27:30,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f97b8d5c-6647-4448-b2c6-f962a45aaee2 2018-10-06 15:27:30,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667692899704s 2018-10-06 15:27:30,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f97b8d5c-6647-4448-b2c6-f962a45aaee2 2018-10-06 15:27:30,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:27:32,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:27:32,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:32,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-040ea352-9289-4c7a-b411-154d3265076f x-compute-request-id: req-040ea352-9289-4c7a-b411-154d3265076f Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:6d:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:25.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:31Z", "hostId": "e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:24Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:d2:60", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:16.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:20Z", "hostId": "d3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:27:32,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-040ea352-9289-4c7a-b411-154d3265076f 2018-10-06 15:27:32,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684602975845s 2018-10-06 15:27:32,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-040ea352-9289-4c7a-b411-154d3265076f 2018-10-06 15:27:32,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 15:27:32,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=1329bf25-d351-4dd4-9750-a2f5ac0e680e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:32,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ec3238b9-a7ad-4167-b21d-2cd3265dd0ea Date: Sat, 06 Oct 2018 15:27:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:26Z","admin_state_up":true,"updated_at":"2018-10-06T15:27:28Z","binding:vnic_type":"normal","device_id":"1329bf25-d351-4dd4-9750-a2f5ac0e680e","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:f7:6d:cc","id":"16f8d4f9-b759-4833-a80d-47fdd5605c11","port_security_enabled":true,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","fixed_ips":[{"subnet_id":"4b56c10b-d489-46e0-8f8c-37dc40a07cf4","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["d33296aa-f997-48ce-98fb-c5bd92f7b9a7"],"name":""}]} 2018-10-06 15:27:32,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1329bf25-d351-4dd4-9750-a2f5ac0e680e used request id req-ec3238b9-a7ad-4167-b21d-2cd3265dd0ea 2018-10-06 15:27:32,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0968289375305s 2018-10-06 15:27:32,868 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1329bf25-d351-4dd4-9750-a2f5ac0e680e used request id req-ec3238b9-a7ad-4167-b21d-2cd3265dd0ea 2018-10-06 15:27:32,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 15:27:32,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=16f8d4f9-b759-4833-a80d-47fdd5605c11" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:32,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5ff9edad-701f-4e2f-a6ad-62d5fcc98511 Date: Sat, 06 Oct 2018 15:27:32 GMT RESP BODY: {"floatingips": []} 2018-10-06 15:27:32,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=16f8d4f9-b759-4833-a80d-47fdd5605c11 used request id req-5ff9edad-701f-4e2f-a6ad-62d5fcc98511 2018-10-06 15:27:32,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0192050933838s 2018-10-06 15:27:32,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=16f8d4f9-b759-4833-a80d-47fdd5605c11 used request id req-5ff9edad-701f-4e2f-a6ad-62d5fcc98511 2018-10-06 15:27:32,893 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f7:6d:cc', 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'ed1505e9-516e-4d08-be64-ea3994eeae46'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:27:25.000000', 'flavor': Munch({u'id': u'4fab24d4-b195-4460-bf86-d3fef1d22e11'}), 'az': u'nova', 'id': u'1329bf25-d351-4dd4-9750-a2f5ac0e680e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'228550763bed46ec941b273e61426f87', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'name': 'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-06T15:27:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T15:27:31Z', 'hostId': u'e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:27:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'name': u'vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'adminPass': u'qrQcPY52VoWV', 'tenant_id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'region': 'regionOne', 'created': u'2018-10-06T15:27:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 15:27:32,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:27:32,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:33,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-81a95eb0-aabf-4239-9fbb-fbb53aec5492 Date: Sat, 06 Oct 2018 15:27:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b56c10b-d489-46e0-8f8c-37dc40a07cf4"],"updated_at":"2018-10-06T15:27:05Z","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","name":"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:27:33,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-81a95eb0-aabf-4239-9fbb-fbb53aec5492 2018-10-06 15:27:33,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10933804512s 2018-10-06 15:27:33,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-81a95eb0-aabf-4239-9fbb-fbb53aec5492 2018-10-06 15:27:33,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 15:27:33,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=1329bf25-d351-4dd4-9750-a2f5ac0e680e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:33,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7b6beb86-30a7-486c-98b7-683080562070 Date: Sat, 06 Oct 2018 15:27:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:26Z","admin_state_up":true,"updated_at":"2018-10-06T15:27:28Z","binding:vnic_type":"normal","device_id":"1329bf25-d351-4dd4-9750-a2f5ac0e680e","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:f7:6d:cc","id":"16f8d4f9-b759-4833-a80d-47fdd5605c11","port_security_enabled":true,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","fixed_ips":[{"subnet_id":"4b56c10b-d489-46e0-8f8c-37dc40a07cf4","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["d33296aa-f997-48ce-98fb-c5bd92f7b9a7"],"name":""}]} 2018-10-06 15:27:33,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1329bf25-d351-4dd4-9750-a2f5ac0e680e used request id req-7b6beb86-30a7-486c-98b7-683080562070 2018-10-06 15:27:33,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0648758411407s 2018-10-06 15:27:33,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1329bf25-d351-4dd4-9750-a2f5ac0e680e used request id req-7b6beb86-30a7-486c-98b7-683080562070 2018-10-06 15:27:33,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-06 15:27:33,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"floatingip": {"floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": "192.168.120.6", "port_id": "16f8d4f9-b759-4833-a80d-47fdd5605c11"}}' 2018-10-06 15:27:34,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-8e8ad13b-ac93-4c22-947b-e1fa396dea5e Date: Sat, 06 Oct 2018 15:27:34 GMT RESP BODY: {"floatingip": {"router_id": "fae14936-52ad-4fe1-955b-e4f19c16687e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-06T15:27:33Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "16f8d4f9-b759-4833-a80d-47fdd5605c11", "id": "960b3f24-a069-46a9-b474-bcc4e910f20b", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:33Z", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}} 2018-10-06 15:27:34,524 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8e8ad13b-ac93-4c22-947b-e1fa396dea5e 2018-10-06 15:27:34,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.45104289055s 2018-10-06 15:27:34,525 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8e8ad13b-ac93-4c22-947b-e1fa396dea5e 2018-10-06 15:27:34,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 15:27:34,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:27:34,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-2e558ae0-38df-4dbe-82e0-d6da98cb4786 Date: Sat, 06 Oct 2018 15:27:34 GMT RESP BODY: {"floatingips": [{"router_id": "fae14936-52ad-4fe1-955b-e4f19c16687e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-06T15:27:33Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "16f8d4f9-b759-4833-a80d-47fdd5605c11", "id": "960b3f24-a069-46a9-b474-bcc4e910f20b", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:33Z", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}]} 2018-10-06 15:27:34,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-2e558ae0-38df-4dbe-82e0-d6da98cb4786 2018-10-06 15:27:34,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0316638946533s 2018-10-06 15:27:34,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-2e558ae0-38df-4dbe-82e0-d6da98cb4786 2018-10-06 15:27:34,569 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fae14936-52ad-4fe1-955b-e4f19c16687e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'created_at': u'2018-10-06T15:27:33Z', 'attached': True, 'updated_at': u'2018-10-06T15:27:33Z', 'id': u'960b3f24-a069-46a9-b474-bcc4e910f20b', 'floating_network_id': u'31ff5876-2a57-4cd5-9d70-d68f7e3cad0c', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.213', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'name': 'vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fae14936-52ad-4fe1-955b-e4f19c16687e', 'project_id': u'2b8f0a7d9fd043d49dabab4f714641d0', 'port_id': u'16f8d4f9-b759-4833-a80d-47fdd5605c11', 'port': u'16f8d4f9-b759-4833-a80d-47fdd5605c11', 'network': u'31ff5876-2a57-4cd5-9d70-d68f7e3cad0c'}) 2018-10-06 15:27:34,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:27:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:27:35,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-815343ad-71fb-40aa-bd1e-1fc589ec88fb x-compute-request-id: req-815343ad-71fb-40aa-bd1e-1fc589ec88fb Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477383558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134632] pid_max: default: 32768 minimum: 301\n[ 0.135545] ACPI: Core revision 20150930\n[ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138290] Security Framework initialized\n[ 0.139110] Yama: becoming mindful.\n[ 0.139852] AppArmor: AppArmor initialized\n[ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145981] Initializing cgroup subsys io\n[ 0.146797] Initializing cgroup subsys memory\n[ 0.147660] Initializing cgroup subsys devices\n[ 0.148557] Initializing cgroup subsys freezer\n[ 0.149422] Initializing cgroup subsys net_cls\n[ 0.150272] Initializing cgroup subsys perf_event\n[ 0.151163] Initializing cgroup subsys net_prio\n[ 0.152035] Initializing cgroup subsys hugetlb\n[ 0.152889] Initializing cgroup subsys pids\n[ 0.153747] CPU: Physical Processor ID: 0\n[ 0.155237] mce: CPU supports 10 MCE banks\n[ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174200] ftrace: allocating 31920 entries in 125 pages\n[ 0.199744] smpboot: Max logical packages: 1\n[ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201957] x2apic enabled\n[ 0.202741] Switched APIC routing to physical x2apic.\n[ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209308] KVM setup paravirtual spinlock\n[ 0.210570] x86: Booted up 1 node, 1 CPUs\n[ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214378] evm: security.selinux\n[ 0.215056] evm: security.SMACK64\n[ 0.215736] evm: security.SMACK64EXEC\n[ 0.216465] evm: security.SMACK64TRANSMUTE\n[ 0.217248] evm: security.SMACK64MMAP\n[ 0.217964] evm: security.ima\n[ 0.218612] evm: security.capability\n[ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221222] pinctrl core: initialized pinctrl subsystem\n[ 0.222277] RTC time: 15:27:25, date: 10/06/18\n[ 0.223209] NET: Registered protocol family 16\n[ 0.224150] cpuidle: using governor ladder\n[ 0.224937] cpuidle: using governor menu\n[ 0.225716] PCCT header not found.\n[ 0.226446] ACPI: bus type PCI registered\n[ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228426] PCI: Using configuration type 1 for base access\n[ 0.230187] ACPI: Added _OSI(Module Device)\n[ 0.230994] ACPI: Added _OSI(Processor Device)\n[ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232731] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234850] ACPI: Interpreter enabled\n[ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242868] ACPI: (supports S0 S5)\n[ 0.243551] ACPI: Using IOAPIC for interrupt routing\n[ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253316] acpiphp: Slot [3] registered\n[ 0.254090] acpiphp: Slot [4] registered\n[ 0.254909] acpiphp: Slot [5] registered\n[ 0.255718] acpiphp: Slot [6] registered\n[ 0.256522] acpiphp: Slot [7] registered\n[ 0.257295] acpiphp: Slot [8] registered\n[ 0.258067] acpiphp: Slot [9] registered\n[ 0.258868] acpiphp: Slot [10] registered\n[ 0.259676] acpiphp: Slot [11] registered\n[ 0.260470] acpiphp: Slot [12] registered\n[ 0.261269] acpiphp: Slot [13] registered\n[ 0.262050] acpiphp: Slot [14] registered\n[ 0.262844] acpiphp: Slot [15] registered\n[ 0.273749] acpiphp: Slot [16] registered\n[ 0.274568] acpiphp: Slot [17] registered\n[ 0.275371] acpiphp: Slot [18] registered\n[ 0.276165] acpiphp: Slot [19] registered\n[ 0.276944] acpiphp: Slot [20] registered\n[ 0.277729] acpiphp: Slot [21] registered\n[ 0.278518] acpiphp: Slot [22] registered\n[ 0.279326] acpiphp: Slot [23] registered\n[ 0.280119] acpiphp: Slot [24] registered\n[ 0.280905] acpiphp: Slot [25] registered\n[ 0.281698] acpiphp: Slot [26] registered\n[ 0.282481] acpiphp: Slot [27] registered\n[ 0.283272] acpiphp: Slot [28] registered\n[ 0.284055] acpiphp: Slot [29] registered\n[ 0.284837] acpiphp: Slot [30] registered\n[ 0.285633] acpiphp: Slot [31] registered\n[ 0.286436] PCI host bridge to bus 0000:00\n[ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365941] vgaarb: loaded\n[ 0.366555] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367688] SCSI subsystem initialized\n[ 0.368513] ACPI: bus type USB registered\n[ 0.369320] usbcore: registered new interface driver usbfs\n[ 0.370348] usbcore: registered new interface driver hub\n[ 0.371349] usbcore: registered new device driver usb\n[ 0.372416] PCI: Using ACPI for IRQ routing\n[ 0.373410] NetLabel: Initializing\n[ 0.374118] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375896] NetLabel: unlabeled traffic allowed by default\n[ 0.376958] clocksource: Switched to clocksource kvm-clock\n[ 0.382356] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384178] pnp: PnP ACPI: found 5 devices\n[ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392215] NET: Registered protocol family 2\n[ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395510] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398828] NET: Registered protocol family 1\n[ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429840] Trying to unpack rootfs image as initramfs...\n[ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492945] Scanning for low memory corruption every 60 seconds\n[ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495481] audit: initializing netlink subsys (disabled)\n[ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized\n[ 0.497848] Initialise system trusted keyring\n[ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501967] zbud: loaded\n[ 0.502694] VFS: Disk quotas dquot_6.6.0\n[ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505028] fuse init (API version 7.23)\n[ 0.505944] Key type big_key registered\n[ 0.506778] Allocating IMA MOK and blacklist keyrings.\n[ 0.507898] Key type asymmetric registered\n[ 0.508727] Asymmetric key parser 'x509' registered\n[ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511198] io scheduler noop registered\n[ 0.512035] io scheduler deadline registered (default)\n[ 0.513058] io scheduler cfq registered\n[ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518067] ACPI: Power Button [PWRF]\n[ 0.518903] GHES: HEST is not enabled!\n[ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588484] Linux agpgart interface v0.103\n[ 0.590502] brd: module loaded\n[ 0.594145] loop: module loaded\n[ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600601] GPT:90111 != 2097151\n[ 0.601314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602465] GPT:90111 != 2097151\n[ 0.603172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604176] vda: vda1 vda15\n[ 0.605935] scsi host0: ata_piix\n[ 0.606700] scsi host1: ata_piix\n[ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610210] libphy: Fixed MDIO Bus: probed\n[ 0.611056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612053] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614367] PPP generic driver version 2.4.2\n[ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616599] ehci-pci: EHCI PCI platform driver\n[ 0.617471] ehci-platform: EHCI generic platform driver\n[ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619549] ohci-pci: OHCI PCI platform driver\n[ 0.620398] ohci-platform: OHCI generic platform driver\n[ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642980] usb usb1: Product: UHCI Host Controller\n[ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646031] hub 1-0:1.0: USB hub found\n[ 0.646802] hub 1-0:1.0: 2 ports detected\n[ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651750] mousedev: PS/2 mouse device common for all mice\n[ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654834] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658278] i2c /dev entries driver\n[ 0.659024] device-mapper: uevent: version 1.0.3\n[ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662807] NET: Registered protocol family 10\n[ 0.663773] NET: Registered protocol family 17\n[ 0.664640] Key type dns_resolver registered\n[ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668347] registered taskstats version 1\n[ 0.669176] Loading compiled-in X.509 certificates\n[ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672423] zswap: loaded using pool lzo/zbud\n[ 0.673786] Key type trusted registered\n[ 0.675315] Key type encrypted registered\n[ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677156] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678185] evm: HMAC attrs: 0x1\n[ 0.679113] Magic number: 6:990:486\n[ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646)\n[ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682630] EDD information not available.\n[ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771462] Write protecting the kernel read-only data: 14336k\n[ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828813] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:27:35,678 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-815343ad-71fb-40aa-bd1e-1fc589ec88fb 2018-10-06 15:27:35,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10848402977s 2018-10-06 15:27:35,679 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-815343ad-71fb-40aa-bd1e-1fc589ec88fb 2018-10-06 15:27:35,679 - 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 477383558 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134632] pid_max: default: 32768 minimum: 301 [ 0.135545] ACPI: Core revision 20150930 [ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138290] Security Framework initialized [ 0.139110] Yama: becoming mindful. [ 0.139852] AppArmor: AppArmor initialized [ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145981] Initializing cgroup subsys io [ 0.146797] Initializing cgroup subsys memory [ 0.147660] Initializing cgroup subsys devices [ 0.148557] Initializing cgroup subsys freezer [ 0.149422] Initializing cgroup subsys net_cls [ 0.150272] Initializing cgroup subsys perf_event [ 0.151163] Initializing cgroup subsys net_prio [ 0.152035] Initializing cgroup subsys hugetlb [ 0.152889] Initializing cgroup subsys pids [ 0.153747] CPU: Physical Processor ID: 0 [ 0.155237] mce: CPU supports 10 MCE banks [ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174200] ftrace: allocating 31920 entries in 125 pages [ 0.199744] smpboot: Max logical packages: 1 [ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201957] x2apic enabled [ 0.202741] Switched APIC routing to physical x2apic. [ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209308] KVM setup paravirtual spinlock [ 0.210570] x86: Booted up 1 node, 1 CPUs [ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212708] devtmpfs: initialized [ 0.214378] evm: security.selinux [ 0.215056] evm: security.SMACK64 [ 0.215736] evm: security.SMACK64EXEC [ 0.216465] evm: security.SMACK64TRANSMUTE [ 0.217248] evm: security.SMACK64MMAP [ 0.217964] evm: security.ima [ 0.218612] evm: security.capability [ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221222] pinctrl core: initialized pinctrl subsystem [ 0.222277] RTC time: 15:27:25, date: 10/06/18 [ 0.223209] NET: Registered protocol family 16 [ 0.224150] cpuidle: using governor ladder [ 0.224937] cpuidle: using governor menu [ 0.225716] PCCT header not found. [ 0.226446] ACPI: bus type PCI registered [ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228426] PCI: Using configuration type 1 for base access [ 0.230187] ACPI: Added _OSI(Module Device) [ 0.230994] ACPI: Added _OSI(Processor Device) [ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232731] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234850] ACPI: Interpreter enabled [ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242868] ACPI: (supports S0 S5) [ 0.243551] ACPI: Using IOAPIC for interrupt routing [ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253316] acpiphp: Slot [3] registered [ 0.254090] acpiphp: Slot [4] registered [ 0.254909] acpiphp: Slot [5] registered [ 0.255718] acpiphp: Slot [6] registered [ 0.256522] acpiphp: Slot [7] registered [ 0.257295] acpiphp: Slot [8] registered [ 0.258067] acpiphp: Slot [9] registered [ 0.258868] acpiphp: Slot [10] registered [ 0.259676] acpiphp: Slot [11] registered [ 0.260470] acpiphp: Slot [12] registered [ 0.261269] acpiphp: Slot [13] registered [ 0.262050] acpiphp: Slot [14] registered [ 0.262844] acpiphp: Slot [15] registered [ 0.273749] acpiphp: Slot [16] registered [ 0.274568] acpiphp: Slot [17] registered [ 0.275371] acpiphp: Slot [18] registered [ 0.276165] acpiphp: Slot [19] registered [ 0.276944] acpiphp: Slot [20] registered [ 0.277729] acpiphp: Slot [21] registered [ 0.278518] acpiphp: Slot [22] registered [ 0.279326] acpiphp: Slot [23] registered [ 0.280119] acpiphp: Slot [24] registered [ 0.280905] acpiphp: Slot [25] registered [ 0.281698] acpiphp: Slot [26] registered [ 0.282481] acpiphp: Slot [27] registered [ 0.283272] acpiphp: Slot [28] registered [ 0.284055] acpiphp: Slot [29] registered [ 0.284837] acpiphp: Slot [30] registered [ 0.285633] acpiphp: Slot [31] registered [ 0.286436] PCI host bridge to bus 0000:00 [ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365941] vgaarb: loaded [ 0.366555] vgaarb: bridge control possible 0000:00:02.0 [ 0.367688] SCSI subsystem initialized [ 0.368513] ACPI: bus type USB registered [ 0.369320] usbcore: registered new interface driver usbfs [ 0.370348] usbcore: registered new interface driver hub [ 0.371349] usbcore: registered new device driver usb [ 0.372416] PCI: Using ACPI for IRQ routing [ 0.373410] NetLabel: Initializing [ 0.374118] NetLabel: domain hash size = 128 [ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375896] NetLabel: unlabeled traffic allowed by default [ 0.376958] clocksource: Switched to clocksource kvm-clock [ 0.382356] AppArmor: AppArmor Filesystem Enabled [ 0.383293] pnp: PnP ACPI init [ 0.384178] pnp: PnP ACPI: found 5 devices [ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392215] NET: Registered protocol family 2 [ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395510] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398828] NET: Registered protocol family 1 [ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429840] Trying to unpack rootfs image as initramfs... [ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492945] Scanning for low memory corruption every 60 seconds [ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495481] audit: initializing netlink subsys (disabled) [ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized [ 0.497848] Initialise system trusted keyring [ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501967] zbud: loaded [ 0.502694] VFS: Disk quotas dquot_6.6.0 [ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505028] fuse init (API version 7.23) [ 0.505944] Key type big_key registered [ 0.506778] Allocating IMA MOK and blacklist keyrings. [ 0.507898] Key type asymmetric registered [ 0.508727] Asymmetric key parser 'x509' registered [ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511198] io scheduler noop registered [ 0.512035] io scheduler deadline registered (default) [ 0.513058] io scheduler cfq registered [ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518067] ACPI: Power Button [PWRF] [ 0.518903] GHES: HEST is not enabled! [ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588484] Linux agpgart interface v0.103 [ 0.590502] brd: module loaded [ 0.594145] loop: module loaded [ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600601] GPT:90111 != 2097151 [ 0.601314] GPT:Alternate GPT header not at the end of the disk. [ 0.602465] GPT:90111 != 2097151 [ 0.603172] GPT: Use GNU Parted to correct GPT errors. [ 0.604176] vda: vda1 vda15 [ 0.605935] scsi host0: ata_piix [ 0.606700] scsi host1: ata_piix [ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610210] libphy: Fixed MDIO Bus: probed [ 0.611056] tun: Universal TUN/TAP device driver, 1.6 [ 0.612053] tun: (C) 1999-2004 Max Krasnyansky [ 0.614367] PPP generic driver version 2.4.2 [ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616599] ehci-pci: EHCI PCI platform driver [ 0.617471] ehci-platform: EHCI generic platform driver [ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619549] ohci-pci: OHCI PCI platform driver [ 0.620398] ohci-platform: OHCI generic platform driver [ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642980] usb usb1: Product: UHCI Host Controller [ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645030] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646031] hub 1-0:1.0: USB hub found [ 0.646802] hub 1-0:1.0: 2 ports detected [ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651750] mousedev: PS/2 mouse device common for all mice [ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654834] rtc_cmos 00:00: RTC can wake from S4 [ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658278] i2c /dev entries driver [ 0.659024] device-mapper: uevent: version 1.0.3 [ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662807] NET: Registered protocol family 10 [ 0.663773] NET: Registered protocol family 17 [ 0.664640] Key type dns_resolver registered [ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668347] registered taskstats version 1 [ 0.669176] Loading compiled-in X.509 certificates [ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672423] zswap: loaded using pool lzo/zbud [ 0.673786] Key type trusted registered [ 0.675315] Key type encrypted registered [ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677156] ima: No TPM chip found, activating TPM-bypass! [ 0.678185] evm: HMAC attrs: 0x1 [ 0.679113] Magic number: 6:990:486 [ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646) [ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682630] EDD information not available. [ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771462] Write protecting the kernel read-only data: 14336k [ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828813] random: blkid urandom read with 2 bits 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.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-06 15:27:36,682 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.213: timed out 2018-10-06 15:27:45,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:27:45,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:27:46,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-a6e88f37-f9d1-4139-832c-f858ff7805fd x-compute-request-id: req-a6e88f37-f9d1-4139-832c-f858ff7805fd Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477383558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134632] pid_max: default: 32768 minimum: 301\n[ 0.135545] ACPI: Core revision 20150930\n[ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138290] Security Framework initialized\n[ 0.139110] Yama: becoming mindful.\n[ 0.139852] AppArmor: AppArmor initialized\n[ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145981] Initializing cgroup subsys io\n[ 0.146797] Initializing cgroup subsys memory\n[ 0.147660] Initializing cgroup subsys devices\n[ 0.148557] Initializing cgroup subsys freezer\n[ 0.149422] Initializing cgroup subsys net_cls\n[ 0.150272] Initializing cgroup subsys perf_event\n[ 0.151163] Initializing cgroup subsys net_prio\n[ 0.152035] Initializing cgroup subsys hugetlb\n[ 0.152889] Initializing cgroup subsys pids\n[ 0.153747] CPU: Physical Processor ID: 0\n[ 0.155237] mce: CPU supports 10 MCE banks\n[ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174200] ftrace: allocating 31920 entries in 125 pages\n[ 0.199744] smpboot: Max logical packages: 1\n[ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201957] x2apic enabled\n[ 0.202741] Switched APIC routing to physical x2apic.\n[ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209308] KVM setup paravirtual spinlock\n[ 0.210570] x86: Booted up 1 node, 1 CPUs\n[ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214378] evm: security.selinux\n[ 0.215056] evm: security.SMACK64\n[ 0.215736] evm: security.SMACK64EXEC\n[ 0.216465] evm: security.SMACK64TRANSMUTE\n[ 0.217248] evm: security.SMACK64MMAP\n[ 0.217964] evm: security.ima\n[ 0.218612] evm: security.capability\n[ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221222] pinctrl core: initialized pinctrl subsystem\n[ 0.222277] RTC time: 15:27:25, date: 10/06/18\n[ 0.223209] NET: Registered protocol family 16\n[ 0.224150] cpuidle: using governor ladder\n[ 0.224937] cpuidle: using governor menu\n[ 0.225716] PCCT header not found.\n[ 0.226446] ACPI: bus type PCI registered\n[ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228426] PCI: Using configuration type 1 for base access\n[ 0.230187] ACPI: Added _OSI(Module Device)\n[ 0.230994] ACPI: Added _OSI(Processor Device)\n[ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232731] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234850] ACPI: Interpreter enabled\n[ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242868] ACPI: (supports S0 S5)\n[ 0.243551] ACPI: Using IOAPIC for interrupt routing\n[ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253316] acpiphp: Slot [3] registered\n[ 0.254090] acpiphp: Slot [4] registered\n[ 0.254909] acpiphp: Slot [5] registered\n[ 0.255718] acpiphp: Slot [6] registered\n[ 0.256522] acpiphp: Slot [7] registered\n[ 0.257295] acpiphp: Slot [8] registered\n[ 0.258067] acpiphp: Slot [9] registered\n[ 0.258868] acpiphp: Slot [10] registered\n[ 0.259676] acpiphp: Slot [11] registered\n[ 0.260470] acpiphp: Slot [12] registered\n[ 0.261269] acpiphp: Slot [13] registered\n[ 0.262050] acpiphp: Slot [14] registered\n[ 0.262844] acpiphp: Slot [15] registered\n[ 0.273749] acpiphp: Slot [16] registered\n[ 0.274568] acpiphp: Slot [17] registered\n[ 0.275371] acpiphp: Slot [18] registered\n[ 0.276165] acpiphp: Slot [19] registered\n[ 0.276944] acpiphp: Slot [20] registered\n[ 0.277729] acpiphp: Slot [21] registered\n[ 0.278518] acpiphp: Slot [22] registered\n[ 0.279326] acpiphp: Slot [23] registered\n[ 0.280119] acpiphp: Slot [24] registered\n[ 0.280905] acpiphp: Slot [25] registered\n[ 0.281698] acpiphp: Slot [26] registered\n[ 0.282481] acpiphp: Slot [27] registered\n[ 0.283272] acpiphp: Slot [28] registered\n[ 0.284055] acpiphp: Slot [29] registered\n[ 0.284837] acpiphp: Slot [30] registered\n[ 0.285633] acpiphp: Slot [31] registered\n[ 0.286436] PCI host bridge to bus 0000:00\n[ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365941] vgaarb: loaded\n[ 0.366555] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367688] SCSI subsystem initialized\n[ 0.368513] ACPI: bus type USB registered\n[ 0.369320] usbcore: registered new interface driver usbfs\n[ 0.370348] usbcore: registered new interface driver hub\n[ 0.371349] usbcore: registered new device driver usb\n[ 0.372416] PCI: Using ACPI for IRQ routing\n[ 0.373410] NetLabel: Initializing\n[ 0.374118] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375896] NetLabel: unlabeled traffic allowed by default\n[ 0.376958] clocksource: Switched to clocksource kvm-clock\n[ 0.382356] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384178] pnp: PnP ACPI: found 5 devices\n[ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392215] NET: Registered protocol family 2\n[ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395510] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398828] NET: Registered protocol family 1\n[ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429840] Trying to unpack rootfs image as initramfs...\n[ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492945] Scanning for low memory corruption every 60 seconds\n[ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495481] audit: initializing netlink subsys (disabled)\n[ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized\n[ 0.497848] Initialise system trusted keyring\n[ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501967] zbud: loaded\n[ 0.502694] VFS: Disk quotas dquot_6.6.0\n[ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505028] fuse init (API version 7.23)\n[ 0.505944] Key type big_key registered\n[ 0.506778] Allocating IMA MOK and blacklist keyrings.\n[ 0.507898] Key type asymmetric registered\n[ 0.508727] Asymmetric key parser 'x509' registered\n[ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511198] io scheduler noop registered\n[ 0.512035] io scheduler deadline registered (default)\n[ 0.513058] io scheduler cfq registered\n[ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518067] ACPI: Power Button [PWRF]\n[ 0.518903] GHES: HEST is not enabled!\n[ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588484] Linux agpgart interface v0.103\n[ 0.590502] brd: module loaded\n[ 0.594145] loop: module loaded\n[ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600601] GPT:90111 != 2097151\n[ 0.601314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602465] GPT:90111 != 2097151\n[ 0.603172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604176] vda: vda1 vda15\n[ 0.605935] scsi host0: ata_piix\n[ 0.606700] scsi host1: ata_piix\n[ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610210] libphy: Fixed MDIO Bus: probed\n[ 0.611056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612053] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614367] PPP generic driver version 2.4.2\n[ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616599] ehci-pci: EHCI PCI platform driver\n[ 0.617471] ehci-platform: EHCI generic platform driver\n[ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619549] ohci-pci: OHCI PCI platform driver\n[ 0.620398] ohci-platform: OHCI generic platform driver\n[ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642980] usb usb1: Product: UHCI Host Controller\n[ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646031] hub 1-0:1.0: USB hub found\n[ 0.646802] hub 1-0:1.0: 2 ports detected\n[ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651750] mousedev: PS/2 mouse device common for all mice\n[ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654834] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658278] i2c /dev entries driver\n[ 0.659024] device-mapper: uevent: version 1.0.3\n[ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662807] NET: Registered protocol family 10\n[ 0.663773] NET: Registered protocol family 17\n[ 0.664640] Key type dns_resolver registered\n[ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668347] registered taskstats version 1\n[ 0.669176] Loading compiled-in X.509 certificates\n[ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672423] zswap: loaded using pool lzo/zbud\n[ 0.673786] Key type trusted registered\n[ 0.675315] Key type encrypted registered\n[ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677156] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678185] evm: HMAC attrs: 0x1\n[ 0.679113] Magic number: 6:990:486\n[ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646)\n[ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682630] EDD information not available.\n[ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771462] Write protecting the kernel read-only data: 14336k\n[ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828813] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:27:46,770 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-a6e88f37-f9d1-4139-832c-f858ff7805fd 2018-10-06 15:27:46,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07907700539s 2018-10-06 15:27:46,771 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-a6e88f37-f9d1-4139-832c-f858ff7805fd 2018-10-06 15:27:46,772 - 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 477383558 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134632] pid_max: default: 32768 minimum: 301 [ 0.135545] ACPI: Core revision 20150930 [ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138290] Security Framework initialized [ 0.139110] Yama: becoming mindful. [ 0.139852] AppArmor: AppArmor initialized [ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145981] Initializing cgroup subsys io [ 0.146797] Initializing cgroup subsys memory [ 0.147660] Initializing cgroup subsys devices [ 0.148557] Initializing cgroup subsys freezer [ 0.149422] Initializing cgroup subsys net_cls [ 0.150272] Initializing cgroup subsys perf_event [ 0.151163] Initializing cgroup subsys net_prio [ 0.152035] Initializing cgroup subsys hugetlb [ 0.152889] Initializing cgroup subsys pids [ 0.153747] CPU: Physical Processor ID: 0 [ 0.155237] mce: CPU supports 10 MCE banks [ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174200] ftrace: allocating 31920 entries in 125 pages [ 0.199744] smpboot: Max logical packages: 1 [ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201957] x2apic enabled [ 0.202741] Switched APIC routing to physical x2apic. [ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209308] KVM setup paravirtual spinlock [ 0.210570] x86: Booted up 1 node, 1 CPUs [ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212708] devtmpfs: initialized [ 0.214378] evm: security.selinux [ 0.215056] evm: security.SMACK64 [ 0.215736] evm: security.SMACK64EXEC [ 0.216465] evm: security.SMACK64TRANSMUTE [ 0.217248] evm: security.SMACK64MMAP [ 0.217964] evm: security.ima [ 0.218612] evm: security.capability [ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221222] pinctrl core: initialized pinctrl subsystem [ 0.222277] RTC time: 15:27:25, date: 10/06/18 [ 0.223209] NET: Registered protocol family 16 [ 0.224150] cpuidle: using governor ladder [ 0.224937] cpuidle: using governor menu [ 0.225716] PCCT header not found. [ 0.226446] ACPI: bus type PCI registered [ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228426] PCI: Using configuration type 1 for base access [ 0.230187] ACPI: Added _OSI(Module Device) [ 0.230994] ACPI: Added _OSI(Processor Device) [ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232731] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234850] ACPI: Interpreter enabled [ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242868] ACPI: (supports S0 S5) [ 0.243551] ACPI: Using IOAPIC for interrupt routing [ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253316] acpiphp: Slot [3] registered [ 0.254090] acpiphp: Slot [4] registered [ 0.254909] acpiphp: Slot [5] registered [ 0.255718] acpiphp: Slot [6] registered [ 0.256522] acpiphp: Slot [7] registered [ 0.257295] acpiphp: Slot [8] registered [ 0.258067] acpiphp: Slot [9] registered [ 0.258868] acpiphp: Slot [10] registered [ 0.259676] acpiphp: Slot [11] registered [ 0.260470] acpiphp: Slot [12] registered [ 0.261269] acpiphp: Slot [13] registered [ 0.262050] acpiphp: Slot [14] registered [ 0.262844] acpiphp: Slot [15] registered [ 0.273749] acpiphp: Slot [16] registered [ 0.274568] acpiphp: Slot [17] registered [ 0.275371] acpiphp: Slot [18] registered [ 0.276165] acpiphp: Slot [19] registered [ 0.276944] acpiphp: Slot [20] registered [ 0.277729] acpiphp: Slot [21] registered [ 0.278518] acpiphp: Slot [22] registered [ 0.279326] acpiphp: Slot [23] registered [ 0.280119] acpiphp: Slot [24] registered [ 0.280905] acpiphp: Slot [25] registered [ 0.281698] acpiphp: Slot [26] registered [ 0.282481] acpiphp: Slot [27] registered [ 0.283272] acpiphp: Slot [28] registered [ 0.284055] acpiphp: Slot [29] registered [ 0.284837] acpiphp: Slot [30] registered [ 0.285633] acpiphp: Slot [31] registered [ 0.286436] PCI host bridge to bus 0000:00 [ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365941] vgaarb: loaded [ 0.366555] vgaarb: bridge control possible 0000:00:02.0 [ 0.367688] SCSI subsystem initialized [ 0.368513] ACPI: bus type USB registered [ 0.369320] usbcore: registered new interface driver usbfs [ 0.370348] usbcore: registered new interface driver hub [ 0.371349] usbcore: registered new device driver usb [ 0.372416] PCI: Using ACPI for IRQ routing [ 0.373410] NetLabel: Initializing [ 0.374118] NetLabel: domain hash size = 128 [ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375896] NetLabel: unlabeled traffic allowed by default [ 0.376958] clocksource: Switched to clocksource kvm-clock [ 0.382356] AppArmor: AppArmor Filesystem Enabled [ 0.383293] pnp: PnP ACPI init [ 0.384178] pnp: PnP ACPI: found 5 devices [ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392215] NET: Registered protocol family 2 [ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395510] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398828] NET: Registered protocol family 1 [ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429840] Trying to unpack rootfs image as initramfs... [ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492945] Scanning for low memory corruption every 60 seconds [ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495481] audit: initializing netlink subsys (disabled) [ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized [ 0.497848] Initialise system trusted keyring [ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501967] zbud: loaded [ 0.502694] VFS: Disk quotas dquot_6.6.0 [ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505028] fuse init (API version 7.23) [ 0.505944] Key type big_key registered [ 0.506778] Allocating IMA MOK and blacklist keyrings. [ 0.507898] Key type asymmetric registered [ 0.508727] Asymmetric key parser 'x509' registered [ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511198] io scheduler noop registered [ 0.512035] io scheduler deadline registered (default) [ 0.513058] io scheduler cfq registered [ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518067] ACPI: Power Button [PWRF] [ 0.518903] GHES: HEST is not enabled! [ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588484] Linux agpgart interface v0.103 [ 0.590502] brd: module loaded [ 0.594145] loop: module loaded [ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600601] GPT:90111 != 2097151 [ 0.601314] GPT:Alternate GPT header not at the end of the disk. [ 0.602465] GPT:90111 != 2097151 [ 0.603172] GPT: Use GNU Parted to correct GPT errors. [ 0.604176] vda: vda1 vda15 [ 0.605935] scsi host0: ata_piix [ 0.606700] scsi host1: ata_piix [ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610210] libphy: Fixed MDIO Bus: probed [ 0.611056] tun: Universal TUN/TAP device driver, 1.6 [ 0.612053] tun: (C) 1999-2004 Max Krasnyansky [ 0.614367] PPP generic driver version 2.4.2 [ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616599] ehci-pci: EHCI PCI platform driver [ 0.617471] ehci-platform: EHCI generic platform driver [ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619549] ohci-pci: OHCI PCI platform driver [ 0.620398] ohci-platform: OHCI generic platform driver [ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642980] usb usb1: Product: UHCI Host Controller [ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645030] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646031] hub 1-0:1.0: USB hub found [ 0.646802] hub 1-0:1.0: 2 ports detected [ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651750] mousedev: PS/2 mouse device common for all mice [ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654834] rtc_cmos 00:00: RTC can wake from S4 [ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658278] i2c /dev entries driver [ 0.659024] device-mapper: uevent: version 1.0.3 [ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662807] NET: Registered protocol family 10 [ 0.663773] NET: Registered protocol family 17 [ 0.664640] Key type dns_resolver registered [ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668347] registered taskstats version 1 [ 0.669176] Loading compiled-in X.509 certificates [ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672423] zswap: loaded using pool lzo/zbud [ 0.673786] Key type trusted registered [ 0.675315] Key type encrypted registered [ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677156] ima: No TPM chip found, activating TPM-bypass! [ 0.678185] evm: HMAC attrs: 0x1 [ 0.679113] Magic number: 6:990:486 [ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646) [ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682630] EDD information not available. [ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771462] Write protecting the kernel read-only data: 14336k [ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828813] random: blkid urandom read with 2 bits 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.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-06 15:27:47,774 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.213: timed out 2018-10-06 15:27:56,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:27:56,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:27:57,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-4e57fbab-b487-46e4-82f6-ac9a1aa4073e x-compute-request-id: req-4e57fbab-b487-46e4-82f6-ac9a1aa4073e Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477383558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134632] pid_max: default: 32768 minimum: 301\n[ 0.135545] ACPI: Core revision 20150930\n[ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138290] Security Framework initialized\n[ 0.139110] Yama: becoming mindful.\n[ 0.139852] AppArmor: AppArmor initialized\n[ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145981] Initializing cgroup subsys io\n[ 0.146797] Initializing cgroup subsys memory\n[ 0.147660] Initializing cgroup subsys devices\n[ 0.148557] Initializing cgroup subsys freezer\n[ 0.149422] Initializing cgroup subsys net_cls\n[ 0.150272] Initializing cgroup subsys perf_event\n[ 0.151163] Initializing cgroup subsys net_prio\n[ 0.152035] Initializing cgroup subsys hugetlb\n[ 0.152889] Initializing cgroup subsys pids\n[ 0.153747] CPU: Physical Processor ID: 0\n[ 0.155237] mce: CPU supports 10 MCE banks\n[ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174200] ftrace: allocating 31920 entries in 125 pages\n[ 0.199744] smpboot: Max logical packages: 1\n[ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201957] x2apic enabled\n[ 0.202741] Switched APIC routing to physical x2apic.\n[ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209308] KVM setup paravirtual spinlock\n[ 0.210570] x86: Booted up 1 node, 1 CPUs\n[ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214378] evm: security.selinux\n[ 0.215056] evm: security.SMACK64\n[ 0.215736] evm: security.SMACK64EXEC\n[ 0.216465] evm: security.SMACK64TRANSMUTE\n[ 0.217248] evm: security.SMACK64MMAP\n[ 0.217964] evm: security.ima\n[ 0.218612] evm: security.capability\n[ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221222] pinctrl core: initialized pinctrl subsystem\n[ 0.222277] RTC time: 15:27:25, date: 10/06/18\n[ 0.223209] NET: Registered protocol family 16\n[ 0.224150] cpuidle: using governor ladder\n[ 0.224937] cpuidle: using governor menu\n[ 0.225716] PCCT header not found.\n[ 0.226446] ACPI: bus type PCI registered\n[ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228426] PCI: Using configuration type 1 for base access\n[ 0.230187] ACPI: Added _OSI(Module Device)\n[ 0.230994] ACPI: Added _OSI(Processor Device)\n[ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232731] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234850] ACPI: Interpreter enabled\n[ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242868] ACPI: (supports S0 S5)\n[ 0.243551] ACPI: Using IOAPIC for interrupt routing\n[ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253316] acpiphp: Slot [3] registered\n[ 0.254090] acpiphp: Slot [4] registered\n[ 0.254909] acpiphp: Slot [5] registered\n[ 0.255718] acpiphp: Slot [6] registered\n[ 0.256522] acpiphp: Slot [7] registered\n[ 0.257295] acpiphp: Slot [8] registered\n[ 0.258067] acpiphp: Slot [9] registered\n[ 0.258868] acpiphp: Slot [10] registered\n[ 0.259676] acpiphp: Slot [11] registered\n[ 0.260470] acpiphp: Slot [12] registered\n[ 0.261269] acpiphp: Slot [13] registered\n[ 0.262050] acpiphp: Slot [14] registered\n[ 0.262844] acpiphp: Slot [15] registered\n[ 0.273749] acpiphp: Slot [16] registered\n[ 0.274568] acpiphp: Slot [17] registered\n[ 0.275371] acpiphp: Slot [18] registered\n[ 0.276165] acpiphp: Slot [19] registered\n[ 0.276944] acpiphp: Slot [20] registered\n[ 0.277729] acpiphp: Slot [21] registered\n[ 0.278518] acpiphp: Slot [22] registered\n[ 0.279326] acpiphp: Slot [23] registered\n[ 0.280119] acpiphp: Slot [24] registered\n[ 0.280905] acpiphp: Slot [25] registered\n[ 0.281698] acpiphp: Slot [26] registered\n[ 0.282481] acpiphp: Slot [27] registered\n[ 0.283272] acpiphp: Slot [28] registered\n[ 0.284055] acpiphp: Slot [29] registered\n[ 0.284837] acpiphp: Slot [30] registered\n[ 0.285633] acpiphp: Slot [31] registered\n[ 0.286436] PCI host bridge to bus 0000:00\n[ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365941] vgaarb: loaded\n[ 0.366555] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367688] SCSI subsystem initialized\n[ 0.368513] ACPI: bus type USB registered\n[ 0.369320] usbcore: registered new interface driver usbfs\n[ 0.370348] usbcore: registered new interface driver hub\n[ 0.371349] usbcore: registered new device driver usb\n[ 0.372416] PCI: Using ACPI for IRQ routing\n[ 0.373410] NetLabel: Initializing\n[ 0.374118] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375896] NetLabel: unlabeled traffic allowed by default\n[ 0.376958] clocksource: Switched to clocksource kvm-clock\n[ 0.382356] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384178] pnp: PnP ACPI: found 5 devices\n[ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392215] NET: Registered protocol family 2\n[ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395510] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398828] NET: Registered protocol family 1\n[ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429840] Trying to unpack rootfs image as initramfs...\n[ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492945] Scanning for low memory corruption every 60 seconds\n[ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495481] audit: initializing netlink subsys (disabled)\n[ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized\n[ 0.497848] Initialise system trusted keyring\n[ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501967] zbud: loaded\n[ 0.502694] VFS: Disk quotas dquot_6.6.0\n[ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505028] fuse init (API version 7.23)\n[ 0.505944] Key type big_key registered\n[ 0.506778] Allocating IMA MOK and blacklist keyrings.\n[ 0.507898] Key type asymmetric registered\n[ 0.508727] Asymmetric key parser 'x509' registered\n[ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511198] io scheduler noop registered\n[ 0.512035] io scheduler deadline registered (default)\n[ 0.513058] io scheduler cfq registered\n[ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518067] ACPI: Power Button [PWRF]\n[ 0.518903] GHES: HEST is not enabled!\n[ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588484] Linux agpgart interface v0.103\n[ 0.590502] brd: module loaded\n[ 0.594145] loop: module loaded\n[ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600601] GPT:90111 != 2097151\n[ 0.601314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602465] GPT:90111 != 2097151\n[ 0.603172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604176] vda: vda1 vda15\n[ 0.605935] scsi host0: ata_piix\n[ 0.606700] scsi host1: ata_piix\n[ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610210] libphy: Fixed MDIO Bus: probed\n[ 0.611056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612053] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614367] PPP generic driver version 2.4.2\n[ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616599] ehci-pci: EHCI PCI platform driver\n[ 0.617471] ehci-platform: EHCI generic platform driver\n[ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619549] ohci-pci: OHCI PCI platform driver\n[ 0.620398] ohci-platform: OHCI generic platform driver\n[ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642980] usb usb1: Product: UHCI Host Controller\n[ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646031] hub 1-0:1.0: USB hub found\n[ 0.646802] hub 1-0:1.0: 2 ports detected\n[ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651750] mousedev: PS/2 mouse device common for all mice\n[ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654834] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658278] i2c /dev entries driver\n[ 0.659024] device-mapper: uevent: version 1.0.3\n[ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662807] NET: Registered protocol family 10\n[ 0.663773] NET: Registered protocol family 17\n[ 0.664640] Key type dns_resolver registered\n[ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668347] registered taskstats version 1\n[ 0.669176] Loading compiled-in X.509 certificates\n[ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672423] zswap: loaded using pool lzo/zbud\n[ 0.673786] Key type trusted registered\n[ 0.675315] Key type encrypted registered\n[ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677156] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678185] evm: HMAC attrs: 0x1\n[ 0.679113] Magic number: 6:990:486\n[ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646)\n[ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682630] EDD information not available.\n[ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771462] Write protecting the kernel read-only data: 14336k\n[ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828813] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:27:57,894 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-4e57fbab-b487-46e4-82f6-ac9a1aa4073e 2018-10-06 15:27:57,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10979294777s 2018-10-06 15:27:57,895 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-4e57fbab-b487-46e4-82f6-ac9a1aa4073e 2018-10-06 15:27:57,895 - 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 477383558 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134632] pid_max: default: 32768 minimum: 301 [ 0.135545] ACPI: Core revision 20150930 [ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138290] Security Framework initialized [ 0.139110] Yama: becoming mindful. [ 0.139852] AppArmor: AppArmor initialized [ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145981] Initializing cgroup subsys io [ 0.146797] Initializing cgroup subsys memory [ 0.147660] Initializing cgroup subsys devices [ 0.148557] Initializing cgroup subsys freezer [ 0.149422] Initializing cgroup subsys net_cls [ 0.150272] Initializing cgroup subsys perf_event [ 0.151163] Initializing cgroup subsys net_prio [ 0.152035] Initializing cgroup subsys hugetlb [ 0.152889] Initializing cgroup subsys pids [ 0.153747] CPU: Physical Processor ID: 0 [ 0.155237] mce: CPU supports 10 MCE banks [ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174200] ftrace: allocating 31920 entries in 125 pages [ 0.199744] smpboot: Max logical packages: 1 [ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201957] x2apic enabled [ 0.202741] Switched APIC routing to physical x2apic. [ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209308] KVM setup paravirtual spinlock [ 0.210570] x86: Booted up 1 node, 1 CPUs [ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212708] devtmpfs: initialized [ 0.214378] evm: security.selinux [ 0.215056] evm: security.SMACK64 [ 0.215736] evm: security.SMACK64EXEC [ 0.216465] evm: security.SMACK64TRANSMUTE [ 0.217248] evm: security.SMACK64MMAP [ 0.217964] evm: security.ima [ 0.218612] evm: security.capability [ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221222] pinctrl core: initialized pinctrl subsystem [ 0.222277] RTC time: 15:27:25, date: 10/06/18 [ 0.223209] NET: Registered protocol family 16 [ 0.224150] cpuidle: using governor ladder [ 0.224937] cpuidle: using governor menu [ 0.225716] PCCT header not found. [ 0.226446] ACPI: bus type PCI registered [ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228426] PCI: Using configuration type 1 for base access [ 0.230187] ACPI: Added _OSI(Module Device) [ 0.230994] ACPI: Added _OSI(Processor Device) [ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232731] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234850] ACPI: Interpreter enabled [ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242868] ACPI: (supports S0 S5) [ 0.243551] ACPI: Using IOAPIC for interrupt routing [ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253316] acpiphp: Slot [3] registered [ 0.254090] acpiphp: Slot [4] registered [ 0.254909] acpiphp: Slot [5] registered [ 0.255718] acpiphp: Slot [6] registered [ 0.256522] acpiphp: Slot [7] registered [ 0.257295] acpiphp: Slot [8] registered [ 0.258067] acpiphp: Slot [9] registered [ 0.258868] acpiphp: Slot [10] registered [ 0.259676] acpiphp: Slot [11] registered [ 0.260470] acpiphp: Slot [12] registered [ 0.261269] acpiphp: Slot [13] registered [ 0.262050] acpiphp: Slot [14] registered [ 0.262844] acpiphp: Slot [15] registered [ 0.273749] acpiphp: Slot [16] registered [ 0.274568] acpiphp: Slot [17] registered [ 0.275371] acpiphp: Slot [18] registered [ 0.276165] acpiphp: Slot [19] registered [ 0.276944] acpiphp: Slot [20] registered [ 0.277729] acpiphp: Slot [21] registered [ 0.278518] acpiphp: Slot [22] registered [ 0.279326] acpiphp: Slot [23] registered [ 0.280119] acpiphp: Slot [24] registered [ 0.280905] acpiphp: Slot [25] registered [ 0.281698] acpiphp: Slot [26] registered [ 0.282481] acpiphp: Slot [27] registered [ 0.283272] acpiphp: Slot [28] registered [ 0.284055] acpiphp: Slot [29] registered [ 0.284837] acpiphp: Slot [30] registered [ 0.285633] acpiphp: Slot [31] registered [ 0.286436] PCI host bridge to bus 0000:00 [ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365941] vgaarb: loaded [ 0.366555] vgaarb: bridge control possible 0000:00:02.0 [ 0.367688] SCSI subsystem initialized [ 0.368513] ACPI: bus type USB registered [ 0.369320] usbcore: registered new interface driver usbfs [ 0.370348] usbcore: registered new interface driver hub [ 0.371349] usbcore: registered new device driver usb [ 0.372416] PCI: Using ACPI for IRQ routing [ 0.373410] NetLabel: Initializing [ 0.374118] NetLabel: domain hash size = 128 [ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375896] NetLabel: unlabeled traffic allowed by default [ 0.376958] clocksource: Switched to clocksource kvm-clock [ 0.382356] AppArmor: AppArmor Filesystem Enabled [ 0.383293] pnp: PnP ACPI init [ 0.384178] pnp: PnP ACPI: found 5 devices [ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392215] NET: Registered protocol family 2 [ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395510] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398828] NET: Registered protocol family 1 [ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429840] Trying to unpack rootfs image as initramfs... [ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492945] Scanning for low memory corruption every 60 seconds [ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495481] audit: initializing netlink subsys (disabled) [ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized [ 0.497848] Initialise system trusted keyring [ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501967] zbud: loaded [ 0.502694] VFS: Disk quotas dquot_6.6.0 [ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505028] fuse init (API version 7.23) [ 0.505944] Key type big_key registered [ 0.506778] Allocating IMA MOK and blacklist keyrings. [ 0.507898] Key type asymmetric registered [ 0.508727] Asymmetric key parser 'x509' registered [ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511198] io scheduler noop registered [ 0.512035] io scheduler deadline registered (default) [ 0.513058] io scheduler cfq registered [ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518067] ACPI: Power Button [PWRF] [ 0.518903] GHES: HEST is not enabled! [ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588484] Linux agpgart interface v0.103 [ 0.590502] brd: module loaded [ 0.594145] loop: module loaded [ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600601] GPT:90111 != 2097151 [ 0.601314] GPT:Alternate GPT header not at the end of the disk. [ 0.602465] GPT:90111 != 2097151 [ 0.603172] GPT: Use GNU Parted to correct GPT errors. [ 0.604176] vda: vda1 vda15 [ 0.605935] scsi host0: ata_piix [ 0.606700] scsi host1: ata_piix [ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610210] libphy: Fixed MDIO Bus: probed [ 0.611056] tun: Universal TUN/TAP device driver, 1.6 [ 0.612053] tun: (C) 1999-2004 Max Krasnyansky [ 0.614367] PPP generic driver version 2.4.2 [ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616599] ehci-pci: EHCI PCI platform driver [ 0.617471] ehci-platform: EHCI generic platform driver [ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619549] ohci-pci: OHCI PCI platform driver [ 0.620398] ohci-platform: OHCI generic platform driver [ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642980] usb usb1: Product: UHCI Host Controller [ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645030] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646031] hub 1-0:1.0: USB hub found [ 0.646802] hub 1-0:1.0: 2 ports detected [ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651750] mousedev: PS/2 mouse device common for all mice [ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654834] rtc_cmos 00:00: RTC can wake from S4 [ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658278] i2c /dev entries driver [ 0.659024] device-mapper: uevent: version 1.0.3 [ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662807] NET: Registered protocol family 10 [ 0.663773] NET: Registered protocol family 17 [ 0.664640] Key type dns_resolver registered [ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668347] registered taskstats version 1 [ 0.669176] Loading compiled-in X.509 certificates [ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672423] zswap: loaded using pool lzo/zbud [ 0.673786] Key type trusted registered [ 0.675315] Key type encrypted registered [ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677156] ima: No TPM chip found, activating TPM-bypass! [ 0.678185] evm: HMAC attrs: 0x1 [ 0.679113] Magic number: 6:990:486 [ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646) [ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682630] EDD information not available. [ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771462] Write protecting the kernel read-only data: 14336k [ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828813] random: blkid urandom read with 2 bits 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.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-06 15:27:58,897 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.213: timed out 2018-10-06 15:28:07,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:28:07,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:28:08,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28: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-1441eea4-d6e3-4fee-9028-850c9b534925 x-compute-request-id: req-1441eea4-d6e3-4fee-9028-850c9b534925 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477383558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134632] pid_max: default: 32768 minimum: 301\n[ 0.135545] ACPI: Core revision 20150930\n[ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138290] Security Framework initialized\n[ 0.139110] Yama: becoming mindful.\n[ 0.139852] AppArmor: AppArmor initialized\n[ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145981] Initializing cgroup subsys io\n[ 0.146797] Initializing cgroup subsys memory\n[ 0.147660] Initializing cgroup subsys devices\n[ 0.148557] Initializing cgroup subsys freezer\n[ 0.149422] Initializing cgroup subsys net_cls\n[ 0.150272] Initializing cgroup subsys perf_event\n[ 0.151163] Initializing cgroup subsys net_prio\n[ 0.152035] Initializing cgroup subsys hugetlb\n[ 0.152889] Initializing cgroup subsys pids\n[ 0.153747] CPU: Physical Processor ID: 0\n[ 0.155237] mce: CPU supports 10 MCE banks\n[ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174200] ftrace: allocating 31920 entries in 125 pages\n[ 0.199744] smpboot: Max logical packages: 1\n[ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201957] x2apic enabled\n[ 0.202741] Switched APIC routing to physical x2apic.\n[ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209308] KVM setup paravirtual spinlock\n[ 0.210570] x86: Booted up 1 node, 1 CPUs\n[ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214378] evm: security.selinux\n[ 0.215056] evm: security.SMACK64\n[ 0.215736] evm: security.SMACK64EXEC\n[ 0.216465] evm: security.SMACK64TRANSMUTE\n[ 0.217248] evm: security.SMACK64MMAP\n[ 0.217964] evm: security.ima\n[ 0.218612] evm: security.capability\n[ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221222] pinctrl core: initialized pinctrl subsystem\n[ 0.222277] RTC time: 15:27:25, date: 10/06/18\n[ 0.223209] NET: Registered protocol family 16\n[ 0.224150] cpuidle: using governor ladder\n[ 0.224937] cpuidle: using governor menu\n[ 0.225716] PCCT header not found.\n[ 0.226446] ACPI: bus type PCI registered\n[ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228426] PCI: Using configuration type 1 for base access\n[ 0.230187] ACPI: Added _OSI(Module Device)\n[ 0.230994] ACPI: Added _OSI(Processor Device)\n[ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232731] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234850] ACPI: Interpreter enabled\n[ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242868] ACPI: (supports S0 S5)\n[ 0.243551] ACPI: Using IOAPIC for interrupt routing\n[ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253316] acpiphp: Slot [3] registered\n[ 0.254090] acpiphp: Slot [4] registered\n[ 0.254909] acpiphp: Slot [5] registered\n[ 0.255718] acpiphp: Slot [6] registered\n[ 0.256522] acpiphp: Slot [7] registered\n[ 0.257295] acpiphp: Slot [8] registered\n[ 0.258067] acpiphp: Slot [9] registered\n[ 0.258868] acpiphp: Slot [10] registered\n[ 0.259676] acpiphp: Slot [11] registered\n[ 0.260470] acpiphp: Slot [12] registered\n[ 0.261269] acpiphp: Slot [13] registered\n[ 0.262050] acpiphp: Slot [14] registered\n[ 0.262844] acpiphp: Slot [15] registered\n[ 0.273749] acpiphp: Slot [16] registered\n[ 0.274568] acpiphp: Slot [17] registered\n[ 0.275371] acpiphp: Slot [18] registered\n[ 0.276165] acpiphp: Slot [19] registered\n[ 0.276944] acpiphp: Slot [20] registered\n[ 0.277729] acpiphp: Slot [21] registered\n[ 0.278518] acpiphp: Slot [22] registered\n[ 0.279326] acpiphp: Slot [23] registered\n[ 0.280119] acpiphp: Slot [24] registered\n[ 0.280905] acpiphp: Slot [25] registered\n[ 0.281698] acpiphp: Slot [26] registered\n[ 0.282481] acpiphp: Slot [27] registered\n[ 0.283272] acpiphp: Slot [28] registered\n[ 0.284055] acpiphp: Slot [29] registered\n[ 0.284837] acpiphp: Slot [30] registered\n[ 0.285633] acpiphp: Slot [31] registered\n[ 0.286436] PCI host bridge to bus 0000:00\n[ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365941] vgaarb: loaded\n[ 0.366555] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367688] SCSI subsystem initialized\n[ 0.368513] ACPI: bus type USB registered\n[ 0.369320] usbcore: registered new interface driver usbfs\n[ 0.370348] usbcore: registered new interface driver hub\n[ 0.371349] usbcore: registered new device driver usb\n[ 0.372416] PCI: Using ACPI for IRQ routing\n[ 0.373410] NetLabel: Initializing\n[ 0.374118] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375896] NetLabel: unlabeled traffic allowed by default\n[ 0.376958] clocksource: Switched to clocksource kvm-clock\n[ 0.382356] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384178] pnp: PnP ACPI: found 5 devices\n[ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392215] NET: Registered protocol family 2\n[ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395510] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398828] NET: Registered protocol family 1\n[ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429840] Trying to unpack rootfs image as initramfs...\n[ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492945] Scanning for low memory corruption every 60 seconds\n[ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495481] audit: initializing netlink subsys (disabled)\n[ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized\n[ 0.497848] Initialise system trusted keyring\n[ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501967] zbud: loaded\n[ 0.502694] VFS: Disk quotas dquot_6.6.0\n[ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505028] fuse init (API version 7.23)\n[ 0.505944] Key type big_key registered\n[ 0.506778] Allocating IMA MOK and blacklist keyrings.\n[ 0.507898] Key type asymmetric registered\n[ 0.508727] Asymmetric key parser 'x509' registered\n[ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511198] io scheduler noop registered\n[ 0.512035] io scheduler deadline registered (default)\n[ 0.513058] io scheduler cfq registered\n[ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518067] ACPI: Power Button [PWRF]\n[ 0.518903] GHES: HEST is not enabled!\n[ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588484] Linux agpgart interface v0.103\n[ 0.590502] brd: module loaded\n[ 0.594145] loop: module loaded\n[ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600601] GPT:90111 != 2097151\n[ 0.601314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602465] GPT:90111 != 2097151\n[ 0.603172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604176] vda: vda1 vda15\n[ 0.605935] scsi host0: ata_piix\n[ 0.606700] scsi host1: ata_piix\n[ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610210] libphy: Fixed MDIO Bus: probed\n[ 0.611056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612053] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614367] PPP generic driver version 2.4.2\n[ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616599] ehci-pci: EHCI PCI platform driver\n[ 0.617471] ehci-platform: EHCI generic platform driver\n[ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619549] ohci-pci: OHCI PCI platform driver\n[ 0.620398] ohci-platform: OHCI generic platform driver\n[ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642980] usb usb1: Product: UHCI Host Controller\n[ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646031] hub 1-0:1.0: USB hub found\n[ 0.646802] hub 1-0:1.0: 2 ports detected\n[ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651750] mousedev: PS/2 mouse device common for all mice\n[ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654834] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658278] i2c /dev entries driver\n[ 0.659024] device-mapper: uevent: version 1.0.3\n[ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662807] NET: Registered protocol family 10\n[ 0.663773] NET: Registered protocol family 17\n[ 0.664640] Key type dns_resolver registered\n[ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668347] registered taskstats version 1\n[ 0.669176] Loading compiled-in X.509 certificates\n[ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672423] zswap: loaded using pool lzo/zbud\n[ 0.673786] Key type trusted registered\n[ 0.675315] Key type encrypted registered\n[ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677156] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678185] evm: HMAC attrs: 0x1\n[ 0.679113] Magic number: 6:990:486\n[ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646)\n[ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682630] EDD information not available.\n[ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771462] Write protecting the kernel read-only data: 14336k\n[ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828813] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:28:08,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-1441eea4-d6e3-4fee-9028-850c9b534925 2018-10-06 15:28:08,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07815408707s 2018-10-06 15:28:08,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-1441eea4-d6e3-4fee-9028-850c9b534925 2018-10-06 15:28:08,986 - 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 477383558 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134632] pid_max: default: 32768 minimum: 301 [ 0.135545] ACPI: Core revision 20150930 [ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138290] Security Framework initialized [ 0.139110] Yama: becoming mindful. [ 0.139852] AppArmor: AppArmor initialized [ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145981] Initializing cgroup subsys io [ 0.146797] Initializing cgroup subsys memory [ 0.147660] Initializing cgroup subsys devices [ 0.148557] Initializing cgroup subsys freezer [ 0.149422] Initializing cgroup subsys net_cls [ 0.150272] Initializing cgroup subsys perf_event [ 0.151163] Initializing cgroup subsys net_prio [ 0.152035] Initializing cgroup subsys hugetlb [ 0.152889] Initializing cgroup subsys pids [ 0.153747] CPU: Physical Processor ID: 0 [ 0.155237] mce: CPU supports 10 MCE banks [ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174200] ftrace: allocating 31920 entries in 125 pages [ 0.199744] smpboot: Max logical packages: 1 [ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201957] x2apic enabled [ 0.202741] Switched APIC routing to physical x2apic. [ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209308] KVM setup paravirtual spinlock [ 0.210570] x86: Booted up 1 node, 1 CPUs [ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212708] devtmpfs: initialized [ 0.214378] evm: security.selinux [ 0.215056] evm: security.SMACK64 [ 0.215736] evm: security.SMACK64EXEC [ 0.216465] evm: security.SMACK64TRANSMUTE [ 0.217248] evm: security.SMACK64MMAP [ 0.217964] evm: security.ima [ 0.218612] evm: security.capability [ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221222] pinctrl core: initialized pinctrl subsystem [ 0.222277] RTC time: 15:27:25, date: 10/06/18 [ 0.223209] NET: Registered protocol family 16 [ 0.224150] cpuidle: using governor ladder [ 0.224937] cpuidle: using governor menu [ 0.225716] PCCT header not found. [ 0.226446] ACPI: bus type PCI registered [ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228426] PCI: Using configuration type 1 for base access [ 0.230187] ACPI: Added _OSI(Module Device) [ 0.230994] ACPI: Added _OSI(Processor Device) [ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232731] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234850] ACPI: Interpreter enabled [ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242868] ACPI: (supports S0 S5) [ 0.243551] ACPI: Using IOAPIC for interrupt routing [ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253316] acpiphp: Slot [3] registered [ 0.254090] acpiphp: Slot [4] registered [ 0.254909] acpiphp: Slot [5] registered [ 0.255718] acpiphp: Slot [6] registered [ 0.256522] acpiphp: Slot [7] registered [ 0.257295] acpiphp: Slot [8] registered [ 0.258067] acpiphp: Slot [9] registered [ 0.258868] acpiphp: Slot [10] registered [ 0.259676] acpiphp: Slot [11] registered [ 0.260470] acpiphp: Slot [12] registered [ 0.261269] acpiphp: Slot [13] registered [ 0.262050] acpiphp: Slot [14] registered [ 0.262844] acpiphp: Slot [15] registered [ 0.273749] acpiphp: Slot [16] registered [ 0.274568] acpiphp: Slot [17] registered [ 0.275371] acpiphp: Slot [18] registered [ 0.276165] acpiphp: Slot [19] registered [ 0.276944] acpiphp: Slot [20] registered [ 0.277729] acpiphp: Slot [21] registered [ 0.278518] acpiphp: Slot [22] registered [ 0.279326] acpiphp: Slot [23] registered [ 0.280119] acpiphp: Slot [24] registered [ 0.280905] acpiphp: Slot [25] registered [ 0.281698] acpiphp: Slot [26] registered [ 0.282481] acpiphp: Slot [27] registered [ 0.283272] acpiphp: Slot [28] registered [ 0.284055] acpiphp: Slot [29] registered [ 0.284837] acpiphp: Slot [30] registered [ 0.285633] acpiphp: Slot [31] registered [ 0.286436] PCI host bridge to bus 0000:00 [ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365941] vgaarb: loaded [ 0.366555] vgaarb: bridge control possible 0000:00:02.0 [ 0.367688] SCSI subsystem initialized [ 0.368513] ACPI: bus type USB registered [ 0.369320] usbcore: registered new interface driver usbfs [ 0.370348] usbcore: registered new interface driver hub [ 0.371349] usbcore: registered new device driver usb [ 0.372416] PCI: Using ACPI for IRQ routing [ 0.373410] NetLabel: Initializing [ 0.374118] NetLabel: domain hash size = 128 [ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375896] NetLabel: unlabeled traffic allowed by default [ 0.376958] clocksource: Switched to clocksource kvm-clock [ 0.382356] AppArmor: AppArmor Filesystem Enabled [ 0.383293] pnp: PnP ACPI init [ 0.384178] pnp: PnP ACPI: found 5 devices [ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392215] NET: Registered protocol family 2 [ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395510] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398828] NET: Registered protocol family 1 [ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429840] Trying to unpack rootfs image as initramfs... [ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492945] Scanning for low memory corruption every 60 seconds [ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495481] audit: initializing netlink subsys (disabled) [ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized [ 0.497848] Initialise system trusted keyring [ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501967] zbud: loaded [ 0.502694] VFS: Disk quotas dquot_6.6.0 [ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505028] fuse init (API version 7.23) [ 0.505944] Key type big_key registered [ 0.506778] Allocating IMA MOK and blacklist keyrings. [ 0.507898] Key type asymmetric registered [ 0.508727] Asymmetric key parser 'x509' registered [ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511198] io scheduler noop registered [ 0.512035] io scheduler deadline registered (default) [ 0.513058] io scheduler cfq registered [ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518067] ACPI: Power Button [PWRF] [ 0.518903] GHES: HEST is not enabled! [ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588484] Linux agpgart interface v0.103 [ 0.590502] brd: module loaded [ 0.594145] loop: module loaded [ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600601] GPT:90111 != 2097151 [ 0.601314] GPT:Alternate GPT header not at the end of the disk. [ 0.602465] GPT:90111 != 2097151 [ 0.603172] GPT: Use GNU Parted to correct GPT errors. [ 0.604176] vda: vda1 vda15 [ 0.605935] scsi host0: ata_piix [ 0.606700] scsi host1: ata_piix [ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610210] libphy: Fixed MDIO Bus: probed [ 0.611056] tun: Universal TUN/TAP device driver, 1.6 [ 0.612053] tun: (C) 1999-2004 Max Krasnyansky [ 0.614367] PPP generic driver version 2.4.2 [ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616599] ehci-pci: EHCI PCI platform driver [ 0.617471] ehci-platform: EHCI generic platform driver [ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619549] ohci-pci: OHCI PCI platform driver [ 0.620398] ohci-platform: OHCI generic platform driver [ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642980] usb usb1: Product: UHCI Host Controller [ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645030] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646031] hub 1-0:1.0: USB hub found [ 0.646802] hub 1-0:1.0: 2 ports detected [ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651750] mousedev: PS/2 mouse device common for all mice [ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654834] rtc_cmos 00:00: RTC can wake from S4 [ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658278] i2c /dev entries driver [ 0.659024] device-mapper: uevent: version 1.0.3 [ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662807] NET: Registered protocol family 10 [ 0.663773] NET: Registered protocol family 17 [ 0.664640] Key type dns_resolver registered [ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668347] registered taskstats version 1 [ 0.669176] Loading compiled-in X.509 certificates [ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672423] zswap: loaded using pool lzo/zbud [ 0.673786] Key type trusted registered [ 0.675315] Key type encrypted registered [ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677156] ima: No TPM chip found, activating TPM-bypass! [ 0.678185] evm: HMAC attrs: 0x1 [ 0.679113] Magic number: 6:990:486 [ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646) [ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682630] EDD information not available. [ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771462] Write protecting the kernel read-only data: 14336k [ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828813] random: blkid urandom read with 2 bits 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.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-06 15:28:09,989 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.213: timed out 2018-10-06 15:28:18,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:28:19,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:28:20,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-3e8d0419-3045-444b-bc4f-174b4118ebfc x-compute-request-id: req-3e8d0419-3045-444b-bc4f-174b4118ebfc Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477383558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134632] pid_max: default: 32768 minimum: 301\n[ 0.135545] ACPI: Core revision 20150930\n[ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138290] Security Framework initialized\n[ 0.139110] Yama: becoming mindful.\n[ 0.139852] AppArmor: AppArmor initialized\n[ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145981] Initializing cgroup subsys io\n[ 0.146797] Initializing cgroup subsys memory\n[ 0.147660] Initializing cgroup subsys devices\n[ 0.148557] Initializing cgroup subsys freezer\n[ 0.149422] Initializing cgroup subsys net_cls\n[ 0.150272] Initializing cgroup subsys perf_event\n[ 0.151163] Initializing cgroup subsys net_prio\n[ 0.152035] Initializing cgroup subsys hugetlb\n[ 0.152889] Initializing cgroup subsys pids\n[ 0.153747] CPU: Physical Processor ID: 0\n[ 0.155237] mce: CPU supports 10 MCE banks\n[ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174200] ftrace: allocating 31920 entries in 125 pages\n[ 0.199744] smpboot: Max logical packages: 1\n[ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201957] x2apic enabled\n[ 0.202741] Switched APIC routing to physical x2apic.\n[ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209308] KVM setup paravirtual spinlock\n[ 0.210570] x86: Booted up 1 node, 1 CPUs\n[ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214378] evm: security.selinux\n[ 0.215056] evm: security.SMACK64\n[ 0.215736] evm: security.SMACK64EXEC\n[ 0.216465] evm: security.SMACK64TRANSMUTE\n[ 0.217248] evm: security.SMACK64MMAP\n[ 0.217964] evm: security.ima\n[ 0.218612] evm: security.capability\n[ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221222] pinctrl core: initialized pinctrl subsystem\n[ 0.222277] RTC time: 15:27:25, date: 10/06/18\n[ 0.223209] NET: Registered protocol family 16\n[ 0.224150] cpuidle: using governor ladder\n[ 0.224937] cpuidle: using governor menu\n[ 0.225716] PCCT header not found.\n[ 0.226446] ACPI: bus type PCI registered\n[ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228426] PCI: Using configuration type 1 for base access\n[ 0.230187] ACPI: Added _OSI(Module Device)\n[ 0.230994] ACPI: Added _OSI(Processor Device)\n[ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232731] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234850] ACPI: Interpreter enabled\n[ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242868] ACPI: (supports S0 S5)\n[ 0.243551] ACPI: Using IOAPIC for interrupt routing\n[ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253316] acpiphp: Slot [3] registered\n[ 0.254090] acpiphp: Slot [4] registered\n[ 0.254909] acpiphp: Slot [5] registered\n[ 0.255718] acpiphp: Slot [6] registered\n[ 0.256522] acpiphp: Slot [7] registered\n[ 0.257295] acpiphp: Slot [8] registered\n[ 0.258067] acpiphp: Slot [9] registered\n[ 0.258868] acpiphp: Slot [10] registered\n[ 0.259676] acpiphp: Slot [11] registered\n[ 0.260470] acpiphp: Slot [12] registered\n[ 0.261269] acpiphp: Slot [13] registered\n[ 0.262050] acpiphp: Slot [14] registered\n[ 0.262844] acpiphp: Slot [15] registered\n[ 0.273749] acpiphp: Slot [16] registered\n[ 0.274568] acpiphp: Slot [17] registered\n[ 0.275371] acpiphp: Slot [18] registered\n[ 0.276165] acpiphp: Slot [19] registered\n[ 0.276944] acpiphp: Slot [20] registered\n[ 0.277729] acpiphp: Slot [21] registered\n[ 0.278518] acpiphp: Slot [22] registered\n[ 0.279326] acpiphp: Slot [23] registered\n[ 0.280119] acpiphp: Slot [24] registered\n[ 0.280905] acpiphp: Slot [25] registered\n[ 0.281698] acpiphp: Slot [26] registered\n[ 0.282481] acpiphp: Slot [27] registered\n[ 0.283272] acpiphp: Slot [28] registered\n[ 0.284055] acpiphp: Slot [29] registered\n[ 0.284837] acpiphp: Slot [30] registered\n[ 0.285633] acpiphp: Slot [31] registered\n[ 0.286436] PCI host bridge to bus 0000:00\n[ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365941] vgaarb: loaded\n[ 0.366555] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367688] SCSI subsystem initialized\n[ 0.368513] ACPI: bus type USB registered\n[ 0.369320] usbcore: registered new interface driver usbfs\n[ 0.370348] usbcore: registered new interface driver hub\n[ 0.371349] usbcore: registered new device driver usb\n[ 0.372416] PCI: Using ACPI for IRQ routing\n[ 0.373410] NetLabel: Initializing\n[ 0.374118] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375896] NetLabel: unlabeled traffic allowed by default\n[ 0.376958] clocksource: Switched to clocksource kvm-clock\n[ 0.382356] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384178] pnp: PnP ACPI: found 5 devices\n[ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392215] NET: Registered protocol family 2\n[ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395510] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398828] NET: Registered protocol family 1\n[ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429840] Trying to unpack rootfs image as initramfs...\n[ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492945] Scanning for low memory corruption every 60 seconds\n[ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495481] audit: initializing netlink subsys (disabled)\n[ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized\n[ 0.497848] Initialise system trusted keyring\n[ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501967] zbud: loaded\n[ 0.502694] VFS: Disk quotas dquot_6.6.0\n[ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505028] fuse init (API version 7.23)\n[ 0.505944] Key type big_key registered\n[ 0.506778] Allocating IMA MOK and blacklist keyrings.\n[ 0.507898] Key type asymmetric registered\n[ 0.508727] Asymmetric key parser 'x509' registered\n[ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511198] io scheduler noop registered\n[ 0.512035] io scheduler deadline registered (default)\n[ 0.513058] io scheduler cfq registered\n[ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518067] ACPI: Power Button [PWRF]\n[ 0.518903] GHES: HEST is not enabled!\n[ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588484] Linux agpgart interface v0.103\n[ 0.590502] brd: module loaded\n[ 0.594145] loop: module loaded\n[ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600601] GPT:90111 != 2097151\n[ 0.601314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602465] GPT:90111 != 2097151\n[ 0.603172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604176] vda: vda1 vda15\n[ 0.605935] scsi host0: ata_piix\n[ 0.606700] scsi host1: ata_piix\n[ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610210] libphy: Fixed MDIO Bus: probed\n[ 0.611056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612053] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614367] PPP generic driver version 2.4.2\n[ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616599] ehci-pci: EHCI PCI platform driver\n[ 0.617471] ehci-platform: EHCI generic platform driver\n[ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619549] ohci-pci: OHCI PCI platform driver\n[ 0.620398] ohci-platform: OHCI generic platform driver\n[ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642980] usb usb1: Product: UHCI Host Controller\n[ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646031] hub 1-0:1.0: USB hub found\n[ 0.646802] hub 1-0:1.0: 2 ports detected\n[ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651750] mousedev: PS/2 mouse device common for all mice\n[ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654834] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658278] i2c /dev entries driver\n[ 0.659024] device-mapper: uevent: version 1.0.3\n[ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662807] NET: Registered protocol family 10\n[ 0.663773] NET: Registered protocol family 17\n[ 0.664640] Key type dns_resolver registered\n[ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668347] registered taskstats version 1\n[ 0.669176] Loading compiled-in X.509 certificates\n[ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672423] zswap: loaded using pool lzo/zbud\n[ 0.673786] Key type trusted registered\n[ 0.675315] Key type encrypted registered\n[ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677156] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678185] evm: HMAC attrs: 0x1\n[ 0.679113] Magic number: 6:990:486\n[ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646)\n[ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682630] EDD information not available.\n[ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771462] Write protecting the kernel read-only data: 14336k\n[ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828813] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:28:20,079 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-3e8d0419-3045-444b-bc4f-174b4118ebfc 2018-10-06 15:28:20,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08074498177s 2018-10-06 15:28:20,080 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-3e8d0419-3045-444b-bc4f-174b4118ebfc 2018-10-06 15:28:20,081 - 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 477383558 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134632] pid_max: default: 32768 minimum: 301 [ 0.135545] ACPI: Core revision 20150930 [ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138290] Security Framework initialized [ 0.139110] Yama: becoming mindful. [ 0.139852] AppArmor: AppArmor initialized [ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145981] Initializing cgroup subsys io [ 0.146797] Initializing cgroup subsys memory [ 0.147660] Initializing cgroup subsys devices [ 0.148557] Initializing cgroup subsys freezer [ 0.149422] Initializing cgroup subsys net_cls [ 0.150272] Initializing cgroup subsys perf_event [ 0.151163] Initializing cgroup subsys net_prio [ 0.152035] Initializing cgroup subsys hugetlb [ 0.152889] Initializing cgroup subsys pids [ 0.153747] CPU: Physical Processor ID: 0 [ 0.155237] mce: CPU supports 10 MCE banks [ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174200] ftrace: allocating 31920 entries in 125 pages [ 0.199744] smpboot: Max logical packages: 1 [ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201957] x2apic enabled [ 0.202741] Switched APIC routing to physical x2apic. [ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209308] KVM setup paravirtual spinlock [ 0.210570] x86: Booted up 1 node, 1 CPUs [ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212708] devtmpfs: initialized [ 0.214378] evm: security.selinux [ 0.215056] evm: security.SMACK64 [ 0.215736] evm: security.SMACK64EXEC [ 0.216465] evm: security.SMACK64TRANSMUTE [ 0.217248] evm: security.SMACK64MMAP [ 0.217964] evm: security.ima [ 0.218612] evm: security.capability [ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221222] pinctrl core: initialized pinctrl subsystem [ 0.222277] RTC time: 15:27:25, date: 10/06/18 [ 0.223209] NET: Registered protocol family 16 [ 0.224150] cpuidle: using governor ladder [ 0.224937] cpuidle: using governor menu [ 0.225716] PCCT header not found. [ 0.226446] ACPI: bus type PCI registered [ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228426] PCI: Using configuration type 1 for base access [ 0.230187] ACPI: Added _OSI(Module Device) [ 0.230994] ACPI: Added _OSI(Processor Device) [ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232731] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234850] ACPI: Interpreter enabled [ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242868] ACPI: (supports S0 S5) [ 0.243551] ACPI: Using IOAPIC for interrupt routing [ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253316] acpiphp: Slot [3] registered [ 0.254090] acpiphp: Slot [4] registered [ 0.254909] acpiphp: Slot [5] registered [ 0.255718] acpiphp: Slot [6] registered [ 0.256522] acpiphp: Slot [7] registered [ 0.257295] acpiphp: Slot [8] registered [ 0.258067] acpiphp: Slot [9] registered [ 0.258868] acpiphp: Slot [10] registered [ 0.259676] acpiphp: Slot [11] registered [ 0.260470] acpiphp: Slot [12] registered [ 0.261269] acpiphp: Slot [13] registered [ 0.262050] acpiphp: Slot [14] registered [ 0.262844] acpiphp: Slot [15] registered [ 0.273749] acpiphp: Slot [16] registered [ 0.274568] acpiphp: Slot [17] registered [ 0.275371] acpiphp: Slot [18] registered [ 0.276165] acpiphp: Slot [19] registered [ 0.276944] acpiphp: Slot [20] registered [ 0.277729] acpiphp: Slot [21] registered [ 0.278518] acpiphp: Slot [22] registered [ 0.279326] acpiphp: Slot [23] registered [ 0.280119] acpiphp: Slot [24] registered [ 0.280905] acpiphp: Slot [25] registered [ 0.281698] acpiphp: Slot [26] registered [ 0.282481] acpiphp: Slot [27] registered [ 0.283272] acpiphp: Slot [28] registered [ 0.284055] acpiphp: Slot [29] registered [ 0.284837] acpiphp: Slot [30] registered [ 0.285633] acpiphp: Slot [31] registered [ 0.286436] PCI host bridge to bus 0000:00 [ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365941] vgaarb: loaded [ 0.366555] vgaarb: bridge control possible 0000:00:02.0 [ 0.367688] SCSI subsystem initialized [ 0.368513] ACPI: bus type USB registered [ 0.369320] usbcore: registered new interface driver usbfs [ 0.370348] usbcore: registered new interface driver hub [ 0.371349] usbcore: registered new device driver usb [ 0.372416] PCI: Using ACPI for IRQ routing [ 0.373410] NetLabel: Initializing [ 0.374118] NetLabel: domain hash size = 128 [ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375896] NetLabel: unlabeled traffic allowed by default [ 0.376958] clocksource: Switched to clocksource kvm-clock [ 0.382356] AppArmor: AppArmor Filesystem Enabled [ 0.383293] pnp: PnP ACPI init [ 0.384178] pnp: PnP ACPI: found 5 devices [ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392215] NET: Registered protocol family 2 [ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395510] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398828] NET: Registered protocol family 1 [ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429840] Trying to unpack rootfs image as initramfs... [ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492945] Scanning for low memory corruption every 60 seconds [ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495481] audit: initializing netlink subsys (disabled) [ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized [ 0.497848] Initialise system trusted keyring [ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501967] zbud: loaded [ 0.502694] VFS: Disk quotas dquot_6.6.0 [ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505028] fuse init (API version 7.23) [ 0.505944] Key type big_key registered [ 0.506778] Allocating IMA MOK and blacklist keyrings. [ 0.507898] Key type asymmetric registered [ 0.508727] Asymmetric key parser 'x509' registered [ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511198] io scheduler noop registered [ 0.512035] io scheduler deadline registered (default) [ 0.513058] io scheduler cfq registered [ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518067] ACPI: Power Button [PWRF] [ 0.518903] GHES: HEST is not enabled! [ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588484] Linux agpgart interface v0.103 [ 0.590502] brd: module loaded [ 0.594145] loop: module loaded [ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600601] GPT:90111 != 2097151 [ 0.601314] GPT:Alternate GPT header not at the end of the disk. [ 0.602465] GPT:90111 != 2097151 [ 0.603172] GPT: Use GNU Parted to correct GPT errors. [ 0.604176] vda: vda1 vda15 [ 0.605935] scsi host0: ata_piix [ 0.606700] scsi host1: ata_piix [ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610210] libphy: Fixed MDIO Bus: probed [ 0.611056] tun: Universal TUN/TAP device driver, 1.6 [ 0.612053] tun: (C) 1999-2004 Max Krasnyansky [ 0.614367] PPP generic driver version 2.4.2 [ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616599] ehci-pci: EHCI PCI platform driver [ 0.617471] ehci-platform: EHCI generic platform driver [ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619549] ohci-pci: OHCI PCI platform driver [ 0.620398] ohci-platform: OHCI generic platform driver [ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642980] usb usb1: Product: UHCI Host Controller [ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645030] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646031] hub 1-0:1.0: USB hub found [ 0.646802] hub 1-0:1.0: 2 ports detected [ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651750] mousedev: PS/2 mouse device common for all mice [ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654834] rtc_cmos 00:00: RTC can wake from S4 [ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658278] i2c /dev entries driver [ 0.659024] device-mapper: uevent: version 1.0.3 [ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662807] NET: Registered protocol family 10 [ 0.663773] NET: Registered protocol family 17 [ 0.664640] Key type dns_resolver registered [ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668347] registered taskstats version 1 [ 0.669176] Loading compiled-in X.509 certificates [ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672423] zswap: loaded using pool lzo/zbud [ 0.673786] Key type trusted registered [ 0.675315] Key type encrypted registered [ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677156] ima: No TPM chip found, activating TPM-bypass! [ 0.678185] evm: HMAC attrs: 0x1 [ 0.679113] Magic number: 6:990:486 [ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646) [ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682630] EDD information not available. [ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771462] Write protecting the kernel read-only data: 14336k [ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828813] random: blkid urandom read with 2 bits 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.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-06 15:28:21,083 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.213: timed out 2018-10-06 15:28:30,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:28:30,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:28:31,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dafd3577-da15-40ea-89af-85aea4354e4d x-compute-request-id: req-dafd3577-da15-40ea-89af-85aea4354e4d Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477383558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134632] pid_max: default: 32768 minimum: 301\n[ 0.135545] ACPI: Core revision 20150930\n[ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138290] Security Framework initialized\n[ 0.139110] Yama: becoming mindful.\n[ 0.139852] AppArmor: AppArmor initialized\n[ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145981] Initializing cgroup subsys io\n[ 0.146797] Initializing cgroup subsys memory\n[ 0.147660] Initializing cgroup subsys devices\n[ 0.148557] Initializing cgroup subsys freezer\n[ 0.149422] Initializing cgroup subsys net_cls\n[ 0.150272] Initializing cgroup subsys perf_event\n[ 0.151163] Initializing cgroup subsys net_prio\n[ 0.152035] Initializing cgroup subsys hugetlb\n[ 0.152889] Initializing cgroup subsys pids\n[ 0.153747] CPU: Physical Processor ID: 0\n[ 0.155237] mce: CPU supports 10 MCE banks\n[ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174200] ftrace: allocating 31920 entries in 125 pages\n[ 0.199744] smpboot: Max logical packages: 1\n[ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201957] x2apic enabled\n[ 0.202741] Switched APIC routing to physical x2apic.\n[ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209308] KVM setup paravirtual spinlock\n[ 0.210570] x86: Booted up 1 node, 1 CPUs\n[ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214378] evm: security.selinux\n[ 0.215056] evm: security.SMACK64\n[ 0.215736] evm: security.SMACK64EXEC\n[ 0.216465] evm: security.SMACK64TRANSMUTE\n[ 0.217248] evm: security.SMACK64MMAP\n[ 0.217964] evm: security.ima\n[ 0.218612] evm: security.capability\n[ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221222] pinctrl core: initialized pinctrl subsystem\n[ 0.222277] RTC time: 15:27:25, date: 10/06/18\n[ 0.223209] NET: Registered protocol family 16\n[ 0.224150] cpuidle: using governor ladder\n[ 0.224937] cpuidle: using governor menu\n[ 0.225716] PCCT header not found.\n[ 0.226446] ACPI: bus type PCI registered\n[ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228426] PCI: Using configuration type 1 for base access\n[ 0.230187] ACPI: Added _OSI(Module Device)\n[ 0.230994] ACPI: Added _OSI(Processor Device)\n[ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232731] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234850] ACPI: Interpreter enabled\n[ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242868] ACPI: (supports S0 S5)\n[ 0.243551] ACPI: Using IOAPIC for interrupt routing\n[ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253316] acpiphp: Slot [3] registered\n[ 0.254090] acpiphp: Slot [4] registered\n[ 0.254909] acpiphp: Slot [5] registered\n[ 0.255718] acpiphp: Slot [6] registered\n[ 0.256522] acpiphp: Slot [7] registered\n[ 0.257295] acpiphp: Slot [8] registered\n[ 0.258067] acpiphp: Slot [9] registered\n[ 0.258868] acpiphp: Slot [10] registered\n[ 0.259676] acpiphp: Slot [11] registered\n[ 0.260470] acpiphp: Slot [12] registered\n[ 0.261269] acpiphp: Slot [13] registered\n[ 0.262050] acpiphp: Slot [14] registered\n[ 0.262844] acpiphp: Slot [15] registered\n[ 0.273749] acpiphp: Slot [16] registered\n[ 0.274568] acpiphp: Slot [17] registered\n[ 0.275371] acpiphp: Slot [18] registered\n[ 0.276165] acpiphp: Slot [19] registered\n[ 0.276944] acpiphp: Slot [20] registered\n[ 0.277729] acpiphp: Slot [21] registered\n[ 0.278518] acpiphp: Slot [22] registered\n[ 0.279326] acpiphp: Slot [23] registered\n[ 0.280119] acpiphp: Slot [24] registered\n[ 0.280905] acpiphp: Slot [25] registered\n[ 0.281698] acpiphp: Slot [26] registered\n[ 0.282481] acpiphp: Slot [27] registered\n[ 0.283272] acpiphp: Slot [28] registered\n[ 0.284055] acpiphp: Slot [29] registered\n[ 0.284837] acpiphp: Slot [30] registered\n[ 0.285633] acpiphp: Slot [31] registered\n[ 0.286436] PCI host bridge to bus 0000:00\n[ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365941] vgaarb: loaded\n[ 0.366555] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367688] SCSI subsystem initialized\n[ 0.368513] ACPI: bus type USB registered\n[ 0.369320] usbcore: registered new interface driver usbfs\n[ 0.370348] usbcore: registered new interface driver hub\n[ 0.371349] usbcore: registered new device driver usb\n[ 0.372416] PCI: Using ACPI for IRQ routing\n[ 0.373410] NetLabel: Initializing\n[ 0.374118] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375896] NetLabel: unlabeled traffic allowed by default\n[ 0.376958] clocksource: Switched to clocksource kvm-clock\n[ 0.382356] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384178] pnp: PnP ACPI: found 5 devices\n[ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392215] NET: Registered protocol family 2\n[ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395510] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398828] NET: Registered protocol family 1\n[ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429840] Trying to unpack rootfs image as initramfs...\n[ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492945] Scanning for low memory corruption every 60 seconds\n[ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495481] audit: initializing netlink subsys (disabled)\n[ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized\n[ 0.497848] Initialise system trusted keyring\n[ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501967] zbud: loaded\n[ 0.502694] VFS: Disk quotas dquot_6.6.0\n[ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505028] fuse init (API version 7.23)\n[ 0.505944] Key type big_key registered\n[ 0.506778] Allocating IMA MOK and blacklist keyrings.\n[ 0.507898] Key type asymmetric registered\n[ 0.508727] Asymmetric key parser 'x509' registered\n[ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511198] io scheduler noop registered\n[ 0.512035] io scheduler deadline registered (default)\n[ 0.513058] io scheduler cfq registered\n[ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518067] ACPI: Power Button [PWRF]\n[ 0.518903] GHES: HEST is not enabled!\n[ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588484] Linux agpgart interface v0.103\n[ 0.590502] brd: module loaded\n[ 0.594145] loop: module loaded\n[ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600601] GPT:90111 != 2097151\n[ 0.601314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602465] GPT:90111 != 2097151\n[ 0.603172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604176] vda: vda1 vda15\n[ 0.605935] scsi host0: ata_piix\n[ 0.606700] scsi host1: ata_piix\n[ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610210] libphy: Fixed MDIO Bus: probed\n[ 0.611056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612053] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614367] PPP generic driver version 2.4.2\n[ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616599] ehci-pci: EHCI PCI platform driver\n[ 0.617471] ehci-platform: EHCI generic platform driver\n[ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619549] ohci-pci: OHCI PCI platform driver\n[ 0.620398] ohci-platform: OHCI generic platform driver\n[ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642980] usb usb1: Product: UHCI Host Controller\n[ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646031] hub 1-0:1.0: USB hub found\n[ 0.646802] hub 1-0:1.0: 2 ports detected\n[ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651750] mousedev: PS/2 mouse device common for all mice\n[ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654834] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658278] i2c /dev entries driver\n[ 0.659024] device-mapper: uevent: version 1.0.3\n[ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662807] NET: Registered protocol family 10\n[ 0.663773] NET: Registered protocol family 17\n[ 0.664640] Key type dns_resolver registered\n[ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668347] registered taskstats version 1\n[ 0.669176] Loading compiled-in X.509 certificates\n[ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672423] zswap: loaded using pool lzo/zbud\n[ 0.673786] Key type trusted registered\n[ 0.675315] Key type encrypted registered\n[ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677156] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678185] evm: HMAC attrs: 0x1\n[ 0.679113] Magic number: 6:990:486\n[ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646)\n[ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682630] EDD information not available.\n[ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771462] Write protecting the kernel read-only data: 14336k\n[ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828813] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 15:28:31,164 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-dafd3577-da15-40ea-89af-85aea4354e4d 2018-10-06 15:28:31,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07136797905s 2018-10-06 15:28:31,165 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e/action used request id req-dafd3577-da15-40ea-89af-85aea4354e4d 2018-10-06 15:28:31,165 - 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 477383558 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132938] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134632] pid_max: default: 32768 minimum: 301 [ 0.135545] ACPI: Core revision 20150930 [ 0.136946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138290] Security Framework initialized [ 0.139110] Yama: becoming mindful. [ 0.139852] AppArmor: AppArmor initialized [ 0.140726] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145981] Initializing cgroup subsys io [ 0.146797] Initializing cgroup subsys memory [ 0.147660] Initializing cgroup subsys devices [ 0.148557] Initializing cgroup subsys freezer [ 0.149422] Initializing cgroup subsys net_cls [ 0.150272] Initializing cgroup subsys perf_event [ 0.151163] Initializing cgroup subsys net_prio [ 0.152035] Initializing cgroup subsys hugetlb [ 0.152889] Initializing cgroup subsys pids [ 0.153747] CPU: Physical Processor ID: 0 [ 0.155237] mce: CPU supports 10 MCE banks [ 0.156092] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174200] ftrace: allocating 31920 entries in 125 pages [ 0.199744] smpboot: Max logical packages: 1 [ 0.200596] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201957] x2apic enabled [ 0.202741] Switched APIC routing to physical x2apic. [ 0.204464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205574] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207532] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209308] KVM setup paravirtual spinlock [ 0.210570] x86: Booted up 1 node, 1 CPUs [ 0.211353] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212708] devtmpfs: initialized [ 0.214378] evm: security.selinux [ 0.215056] evm: security.SMACK64 [ 0.215736] evm: security.SMACK64EXEC [ 0.216465] evm: security.SMACK64TRANSMUTE [ 0.217248] evm: security.SMACK64MMAP [ 0.217964] evm: security.ima [ 0.218612] evm: security.capability [ 0.219435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221222] pinctrl core: initialized pinctrl subsystem [ 0.222277] RTC time: 15:27:25, date: 10/06/18 [ 0.223209] NET: Registered protocol family 16 [ 0.224150] cpuidle: using governor ladder [ 0.224937] cpuidle: using governor menu [ 0.225716] PCCT header not found. [ 0.226446] ACPI: bus type PCI registered [ 0.227226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228426] PCI: Using configuration type 1 for base access [ 0.230187] ACPI: Added _OSI(Module Device) [ 0.230994] ACPI: Added _OSI(Processor Device) [ 0.231861] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232731] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234850] ACPI: Interpreter enabled [ 0.235626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242868] ACPI: (supports S0 S5) [ 0.243551] ACPI: Using IOAPIC for interrupt routing [ 0.244530] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248714] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253316] acpiphp: Slot [3] registered [ 0.254090] acpiphp: Slot [4] registered [ 0.254909] acpiphp: Slot [5] registered [ 0.255718] acpiphp: Slot [6] registered [ 0.256522] acpiphp: Slot [7] registered [ 0.257295] acpiphp: Slot [8] registered [ 0.258067] acpiphp: Slot [9] registered [ 0.258868] acpiphp: Slot [10] registered [ 0.259676] acpiphp: Slot [11] registered [ 0.260470] acpiphp: Slot [12] registered [ 0.261269] acpiphp: Slot [13] registered [ 0.262050] acpiphp: Slot [14] registered [ 0.262844] acpiphp: Slot [15] registered [ 0.273749] acpiphp: Slot [16] registered [ 0.274568] acpiphp: Slot [17] registered [ 0.275371] acpiphp: Slot [18] registered [ 0.276165] acpiphp: Slot [19] registered [ 0.276944] acpiphp: Slot [20] registered [ 0.277729] acpiphp: Slot [21] registered [ 0.278518] acpiphp: Slot [22] registered [ 0.279326] acpiphp: Slot [23] registered [ 0.280119] acpiphp: Slot [24] registered [ 0.280905] acpiphp: Slot [25] registered [ 0.281698] acpiphp: Slot [26] registered [ 0.282481] acpiphp: Slot [27] registered [ 0.283272] acpiphp: Slot [28] registered [ 0.284055] acpiphp: Slot [29] registered [ 0.284837] acpiphp: Slot [30] registered [ 0.285633] acpiphp: Slot [31] registered [ 0.286436] PCI host bridge to bus 0000:00 [ 0.287217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291014] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298577] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302311] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308554] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355171] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356663] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359427] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363168] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365941] vgaarb: loaded [ 0.366555] vgaarb: bridge control possible 0000:00:02.0 [ 0.367688] SCSI subsystem initialized [ 0.368513] ACPI: bus type USB registered [ 0.369320] usbcore: registered new interface driver usbfs [ 0.370348] usbcore: registered new interface driver hub [ 0.371349] usbcore: registered new device driver usb [ 0.372416] PCI: Using ACPI for IRQ routing [ 0.373410] NetLabel: Initializing [ 0.374118] NetLabel: domain hash size = 128 [ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375896] NetLabel: unlabeled traffic allowed by default [ 0.376958] clocksource: Switched to clocksource kvm-clock [ 0.382356] AppArmor: AppArmor Filesystem Enabled [ 0.383293] pnp: PnP ACPI init [ 0.384178] pnp: PnP ACPI: found 5 devices [ 0.390521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392215] NET: Registered protocol family 2 [ 0.393145] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395510] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396637] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398828] NET: Registered protocol family 1 [ 0.399670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400759] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401828] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415807] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429840] Trying to unpack rootfs image as initramfs... [ 0.479385] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492945] Scanning for low memory corruption every 60 seconds [ 0.494308] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495481] audit: initializing netlink subsys (disabled) [ 0.496515] audit: type=2000 audit(1538839646.656:1): initialized [ 0.497848] Initialise system trusted keyring [ 0.498785] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501967] zbud: loaded [ 0.502694] VFS: Disk quotas dquot_6.6.0 [ 0.503505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505028] fuse init (API version 7.23) [ 0.505944] Key type big_key registered [ 0.506778] Allocating IMA MOK and blacklist keyrings. [ 0.507898] Key type asymmetric registered [ 0.508727] Asymmetric key parser 'x509' registered [ 0.509698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511198] io scheduler noop registered [ 0.512035] io scheduler deadline registered (default) [ 0.513058] io scheduler cfq registered [ 0.514258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518067] ACPI: Power Button [PWRF] [ 0.518903] GHES: HEST is not enabled! [ 0.532320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562196] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586322] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588484] Linux agpgart interface v0.103 [ 0.590502] brd: module loaded [ 0.594145] loop: module loaded [ 0.599093] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600601] GPT:90111 != 2097151 [ 0.601314] GPT:Alternate GPT header not at the end of the disk. [ 0.602465] GPT:90111 != 2097151 [ 0.603172] GPT: Use GNU Parted to correct GPT errors. [ 0.604176] vda: vda1 vda15 [ 0.605935] scsi host0: ata_piix [ 0.606700] scsi host1: ata_piix [ 0.607432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610210] libphy: Fixed MDIO Bus: probed [ 0.611056] tun: Universal TUN/TAP device driver, 1.6 [ 0.612053] tun: (C) 1999-2004 Max Krasnyansky [ 0.614367] PPP generic driver version 2.4.2 [ 0.615243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616599] ehci-pci: EHCI PCI platform driver [ 0.617471] ehci-platform: EHCI generic platform driver [ 0.618443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619549] ohci-pci: OHCI PCI platform driver [ 0.620398] ohci-platform: OHCI generic platform driver [ 0.621371] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635843] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636823] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642980] usb usb1: Product: UHCI Host Controller [ 0.643901] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645030] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646031] hub 1-0:1.0: USB hub found [ 0.646802] hub 1-0:1.0: 2 ports detected [ 0.647689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649793] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650737] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651750] mousedev: PS/2 mouse device common for all mice [ 0.653008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654834] rtc_cmos 00:00: RTC can wake from S4 [ 0.655911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658278] i2c /dev entries driver [ 0.659024] device-mapper: uevent: version 1.0.3 [ 0.659943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662807] NET: Registered protocol family 10 [ 0.663773] NET: Registered protocol family 17 [ 0.664640] Key type dns_resolver registered [ 0.665559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666630] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668347] registered taskstats version 1 [ 0.669176] Loading compiled-in X.509 certificates [ 0.670603] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672423] zswap: loaded using pool lzo/zbud [ 0.673786] Key type trusted registered [ 0.675315] Key type encrypted registered [ 0.676131] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677156] ima: No TPM chip found, activating TPM-bypass! [ 0.678185] evm: HMAC attrs: 0x1 [ 0.679113] Magic number: 6:990:486 [ 0.679952] rtc_cmos 00:00: setting system clock to 2018-10-06 15:27:26 UTC (1538839646) [ 0.681529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682630] EDD information not available. [ 0.769936] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771462] Write protecting the kernel read-only data: 14336k [ 0.783328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785116] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828813] random: blkid urandom read with 2 bits 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.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-06 15:28:32,167 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.213: timed out 2018-10-06 15:28:41,168 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.213 2018-10-06 15:28:41,169 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-10-06 15:28:41,284 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 15:28:41,285 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:37 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-06 15:28:41,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 15:28:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:41,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:28:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6add820f-bf32-432b-a944-87683a7b00b2 x-compute-request-id: req-6add820f-bf32-432b-a944-87683a7b00b2 Content-Type: application/json 2018-10-06 15:28:41,434 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614 used request id req-6add820f-bf32-432b-a944-87683a7b00b2 2018-10-06 15:28:41,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.144060134888s 2018-10-06 15:28:41,434 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614 used request id req-6add820f-bf32-432b-a944-87683a7b00b2 2018-10-06 15:28:41,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:28:41,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:42,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-267d97d0-53e8-4e3e-8937-c61e4c1538cd x-compute-request-id: req-267d97d0-53e8-4e3e-8937-c61e4c1538cd Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:6d:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:6d:cc", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:25.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:31Z", "hostId": "e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:24Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:d2:60", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/80c4f868-c7c4-477c-b2f8-b4393b5be614", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:16.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "80c4f868-c7c4-477c-b2f8-b4393b5be614", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:28:41Z", "hostId": "d3ba1c56c240f7dcd6c0744755786480aeda03abb985b31d75485d45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:15Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:28:42,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-267d97d0-53e8-4e3e-8937-c61e4c1538cd 2018-10-06 15:28:42,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690040111542s 2018-10-06 15:28:42,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-267d97d0-53e8-4e3e-8937-c61e4c1538cd 2018-10-06 15:28:42,128 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:28:44,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:28:44,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:44,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-b65e9e6b-e4f4-4610-ab51-505fb59c7f61 x-compute-request-id: req-b65e9e6b-e4f4-4610-ab51-505fb59c7f61 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:6d:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:6d:cc", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:25.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:27:31Z", "hostId": "e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:24Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:28:44,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b65e9e6b-e4f4-4610-ab51-505fb59c7f61 2018-10-06 15:28:44,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66007399559s 2018-10-06 15:28:44,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b65e9e6b-e4f4-4610-ab51-505fb59c7f61 2018-10-06 15:28:44,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 15:28:44,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:44,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-d52d1b5b-5914-4619-8bc2-29ffbcea389e x-compute-request-id: req-d52d1b5b-5914-4619-8bc2-29ffbcea389e Content-Type: application/json 2018-10-06 15:28:44,943 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e used request id req-d52d1b5b-5914-4619-8bc2-29ffbcea389e 2018-10-06 15:28:44,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.151169061661s 2018-10-06 15:28:44,944 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e used request id req-d52d1b5b-5914-4619-8bc2-29ffbcea389e 2018-10-06 15:28:44,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:28:44,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:45,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-92cb072b-950e-4ec1-a081-88bbbba83037 x-compute-request-id: req-92cb072b-950e-4ec1-a081-88bbbba83037 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:6d:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:6d:cc", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1329bf25-d351-4dd4-9750-a2f5ac0e680e", "rel": "bookmark"}], "image": {"id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "links": [{"href": "http://172.30.9.26:8774/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:27:25.000000", "flavor": {"id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "links": [{"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}]}, "id": "1329bf25-d351-4dd4-9750-a2f5ac0e680e", "security_groups": [{"name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}], "user_id": "228550763bed46ec941b273e61426f87", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:28:44Z", "hostId": "e6e45cbbbfa81361c15e52a64b6435a5f4755cfd9a3318d254a774a6", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0", "name": "vping_ssh-vm_a914e5b4-e579-490a-a4e0-5baf60af42e0", "created": "2018-10-06T15:27:24Z", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:28:45,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-92cb072b-950e-4ec1-a081-88bbbba83037 2018-10-06 15:28:45,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645845890045s 2018-10-06 15:28:45,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-92cb072b-950e-4ec1-a081-88bbbba83037 2018-10-06 15:28:45,592 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:28:47,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:28:47,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:47,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-f501d60f-ef03-4040-9d92-d006bada0e74 x-compute-request-id: req-f501d60f-ef03-4040-9d92-d006bada0e74 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 15:28:47,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f501d60f-ef03-4040-9d92-d006bada0e74 2018-10-06 15:28:47,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.110471963882s 2018-10-06 15:28:47,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f501d60f-ef03-4040-9d92-d006bada0e74 2018-10-06 15:28:47,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:28:47,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:47,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-75a6e749-5f91-4f0d-9ce0-56e5280208e3 Date: Sat, 06 Oct 2018 15:28:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:04Z", "updated_at": "2018-10-06T15:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "24dc87a1-ce4a-403f-a898-d94c80cabeab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "26e8981d-098e-4a3b-9588-ff333f687863", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "5a0137db-a104-4a5d-ae71-6ff79b2a03f5", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "c15f951d-b313-4c08-ade2-166d96960bf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 4, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ae9b2748-3ca4-452e-926c-2602db058222", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:11Z", "updated_at": "2018-10-06T15:27:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T15:27:12Z", "revision_number": 0, "id": "05325f70-dfeb-43a9-8c1c-8626ad68f367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:12Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "3d7b8c89-17bb-4189-b01c-5c6199f3f51e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:12Z", "revision_number": 0, "id": "aebf5f11-5e8c-471f-93ec-fa7e25a60f62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:12Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:11Z", "revision_number": 0, "id": "dbbba937-eebf-4160-b17b-fe279cfb01b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:11Z", "security_group_id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 4, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "d33296aa-f997-48ce-98fb-c5bd92f7b9a7", "name": "vping_ssh-sg_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:28:47,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-75a6e749-5f91-4f0d-9ce0-56e5280208e3 2018-10-06 15:28:47,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0535929203033s 2018-10-06 15:28:47,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-75a6e749-5f91-4f0d-9ce0-56e5280208e3 2018-10-06 15:28:47,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 15:28:47,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/d33296aa-f997-48ce-98fb-c5bd92f7b9a7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:47,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf1d9ebd-4914-4190-8343-90f305b8a09e Content-Length: 0 Date: Sat, 06 Oct 2018 15:28:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:28:47,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d33296aa-f997-48ce-98fb-c5bd92f7b9a7.json used request id req-bf1d9ebd-4914-4190-8343-90f305b8a09e 2018-10-06 15:28:47,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.191442012787s 2018-10-06 15:28:47,958 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d33296aa-f997-48ce-98fb-c5bd92f7b9a7.json used request id req-bf1d9ebd-4914-4190-8343-90f305b8a09e 2018-10-06 15:28:47,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-06 15:28:47,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:48,026 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-64b578de-e6e1-4282-bb29-fc8139c52882 x-compute-request-id: req-64b578de-e6e1-4282-bb29-fc8139c52882 Content-Length: 0 Content-Type: application/json 2018-10-06 15:28:48,026 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0 used request id req-64b578de-e6e1-4282-bb29-fc8139c52882 2018-10-06 15:28:48,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0675549507141s 2018-10-06 15:28:48,026 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_a914e5b4-e579-490a-a4e0-5baf60af42e0 used request id req-64b578de-e6e1-4282-bb29-fc8139c52882 2018-10-06 15:28:48,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 15:28:48,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e/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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" -d '{"subnet_id": "4b56c10b-d489-46e0-8f8c-37dc40a07cf4"}' 2018-10-06 15:28:49,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-54b5ce06-4515-44c1-9570-663614637a5b Date: Sat, 06 Oct 2018 15:28:49 GMT RESP BODY: {"network_id": "a56a8243-6c6f-4c24-9b21-af5d32cb2cf7", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "subnet_id": "4b56c10b-d489-46e0-8f8c-37dc40a07cf4", "subnet_ids": ["4b56c10b-d489-46e0-8f8c-37dc40a07cf4"], "port_id": "d861de55-cc45-432a-88bf-f1d644457818", "id": "fae14936-52ad-4fe1-955b-e4f19c16687e"} 2018-10-06 15:28:49,079 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e/remove_router_interface.json used request id req-54b5ce06-4515-44c1-9570-663614637a5b 2018-10-06 15:28:49,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.0522210598s 2018-10-06 15:28:49,079 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e/remove_router_interface.json used request id req-54b5ce06-4515-44c1-9570-663614637a5b returning object fae14936-52ad-4fe1-955b-e4f19c16687e 2018-10-06 15:28:49,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 15:28:49,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:49,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-c6ca45f8-bdc4-4721-8b3b-f74a5af5faa4 Date: Sat, 06 Oct 2018 15:28:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:06Z", "admin_state_up": true, "updated_at": "2018-10-06T15:28:48Z", "revision_number": 4, "routes": [], "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "fae14936-52ad-4fe1-955b-e4f19c16687e", "name": "vping_ssh-router_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:28:49,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c6ca45f8-bdc4-4721-8b3b-f74a5af5faa4 2018-10-06 15:28:49,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0781588554382s 2018-10-06 15:28:49,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c6ca45f8-bdc4-4721-8b3b-f74a5af5faa4 2018-10-06 15:28:49,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 15:28:49,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:50,351 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-11741fd7-9be3-4954-8a2e-cfd1469f4bfa Content-Length: 0 Date: Sat, 06 Oct 2018 15:28:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:28:50,351 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e.json used request id req-11741fd7-9be3-4954-8a2e-cfd1469f4bfa 2018-10-06 15:28:50,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19113302231s 2018-10-06 15:28:50,351 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/fae14936-52ad-4fe1-955b-e4f19c16687e.json used request id req-11741fd7-9be3-4954-8a2e-cfd1469f4bfa 2018-10-06 15:28:50,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 15:28:50,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:50,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7481eea1-e508-418c-a099-4e4ed5ec3125 Date: Sat, 06 Oct 2018 15:28:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:27:05Z","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":"2b8f0a7d9fd043d49dabab4f714641d0","id":"4b56c10b-d489-46e0-8f8c-37dc40a07cf4","subnetpool_id":null,"name":"vping_ssh-subnet_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:28:50,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7481eea1-e508-418c-a099-4e4ed5ec3125 2018-10-06 15:28:50,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.050891160965s 2018-10-06 15:28:50,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7481eea1-e508-418c-a099-4e4ed5ec3125 2018-10-06 15:28:50,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 15:28:50,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/4b56c10b-d489-46e0-8f8c-37dc40a07cf4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:52,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f0ae35a-32ba-4f54-bd48-e85bd55d234b Date: Sat, 06 Oct 2018 15:28:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:28:52,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/4b56c10b-d489-46e0-8f8c-37dc40a07cf4.json used request id req-9f0ae35a-32ba-4f54-bd48-e85bd55d234b 2018-10-06 15:28:52,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.22564482689s 2018-10-06 15:28:52,630 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/4b56c10b-d489-46e0-8f8c-37dc40a07cf4.json used request id req-9f0ae35a-32ba-4f54-bd48-e85bd55d234b 2018-10-06 15:28:52,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:28:52,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:52,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-b52aee18-ce97-496f-86d8-ea4553abbeba Date: Sat, 06 Oct 2018 15:28:52 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":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T15:28:52Z","tenant_id":"2b8f0a7d9fd043d49dabab4f714641d0","created_at":"2018-10-06T15:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2b8f0a7d9fd043d49dabab4f714641d0","id":"a56a8243-6c6f-4c24-9b21-af5d32cb2cf7","name":"vping_ssh-net_a914e5b4-e579-490a-a4e0-5baf60af42e0"}]} 2018-10-06 15:28:52,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b52aee18-ce97-496f-86d8-ea4553abbeba 2018-10-06 15:28:52,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112279176712s 2018-10-06 15:28:52,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b52aee18-ce97-496f-86d8-ea4553abbeba 2018-10-06 15:28:52,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 15:28:52,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/a56a8243-6c6f-4c24-9b21-af5d32cb2cf7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:54,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9b08403-2386-4428-a2a6-bcd20dcfb8b5 Date: Sat, 06 Oct 2018 15:28:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:28:54,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a56a8243-6c6f-4c24-9b21-af5d32cb2cf7.json used request id req-c9b08403-2386-4428-a2a6-bcd20dcfb8b5 2018-10-06 15:28:54,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51234817505s 2018-10-06 15:28:54,257 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a56a8243-6c6f-4c24-9b21-af5d32cb2cf7.json used request id req-c9b08403-2386-4428-a2a6-bcd20dcfb8b5 2018-10-06 15:28:54,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:28:54,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:54,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-726065fb-6156-4e87-a364-7b9481ef356b Date: Sat, 06 Oct 2018 15:28:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "metadata": {}}], "file": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46/file", "owner": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ed1505e9-516e-4d08-be64-ea3994eeae46", "size": 12716032, "self": "/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ed1505e9-516e-4d08-be64-ea3994eeae46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:27:10Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a914e5b4-e579-490a-a4e0-5baf60af42e0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:27:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:28:54,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-726065fb-6156-4e87-a364-7b9481ef356b 2018-10-06 15:28:54,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172705173492s 2018-10-06 15:28:54,431 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-726065fb-6156-4e87-a364-7b9481ef356b 2018-10-06 15:28:54,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 15:28:54,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}febcc2bd5564e836f8e331ebdcaedcacfd815b31" 2018-10-06 15:28:55,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-983fb0a5-427c-4552-acdd-eca0e061e2a1 Date: Sat, 06 Oct 2018 15:28:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:28:55,585 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46 used request id req-983fb0a5-427c-4552-acdd-eca0e061e2a1 2018-10-06 15:28:55,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.15262985229s 2018-10-06 15:28:55,586 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ed1505e9-516e-4d08-be64-ea3994eeae46 used request id req-983fb0a5-427c-4552-acdd-eca0e061e2a1 2018-10-06 15:28:55,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:28:55,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:55,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-2d24d334-987e-4cde-9571-65e8d5d56b3f x-compute-request-id: req-2d24d334-987e-4cde-9571-65e8d5d56b3f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fab24d4-b195-4460-bf86-d3fef1d22e11", "name": "vping_ssh-flavor_a914e5b4-e579-490a-a4e0-5baf60af42e0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:28:55,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-2d24d334-987e-4cde-9571-65e8d5d56b3f 2018-10-06 15:28:55,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0380728244781s 2018-10-06 15:28:55,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-2d24d334-987e-4cde-9571-65e8d5d56b3f 2018-10-06 15:28:55,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 15:28:55,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:55,673 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-e61a4b90-5c04-404b-9520-34a48b9dd074 x-compute-request-id: req-e61a4b90-5c04-404b-9520-34a48b9dd074 Content-Length: 0 Content-Type: application/json 2018-10-06 15:28:55,674 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11 used request id req-e61a4b90-5c04-404b-9520-34a48b9dd074 2018-10-06 15:28:55,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0476081371307s 2018-10-06 15:28:55,674 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4fab24d4-b195-4460-bf86-d3fef1d22e11 used request id req-e61a4b90-5c04-404b-9520-34a48b9dd074 2018-10-06 15:28:55,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:28:55,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:55,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd4363bc-68d8-489a-8f95-82a21a311093 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_a914e5b4-e579-490a-a4e0-5baf60af42e0", "links": {"self": "http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87"}, "domain_id": "default", "enabled": true, "id": "228550763bed46ec941b273e61426f87", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:28:55,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-dd4363bc-68d8-489a-8f95-82a21a311093 2018-10-06 15:28:55,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0937390327454s 2018-10-06 15:28:55,769 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-dd4363bc-68d8-489a-8f95-82a21a311093 2018-10-06 15:28:55,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:28:55,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:55,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43561bfe-5b80-410c-9a3b-91257bf00788 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87"}, "enabled": true, "id": "228550763bed46ec941b273e61426f87", "options": {}, "domain_id": "default", "name": "vping_ssh-user_a914e5b4-e579-490a-a4e0-5baf60af42e0"}} 2018-10-06 15:28:55,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 used request id req-43561bfe-5b80-410c-9a3b-91257bf00788 2018-10-06 15:28:55,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0913281440735s 2018-10-06 15:28:55,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 used request id req-43561bfe-5b80-410c-9a3b-91257bf00788 2018-10-06 15:28:55,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 15:28:55,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:56,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-901e2128-d80f-4a4d-a2e2-e111b4c35d14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:28:56,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 used request id req-901e2128-d80f-4a4d-a2e2-e111b4c35d14 2018-10-06 15:28:56,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.19936299324s 2018-10-06 15:28:56,066 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/228550763bed46ec941b273e61426f87 used request id req-901e2128-d80f-4a4d-a2e2-e111b4c35d14 2018-10-06 15:28:56,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:28:56,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:56,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27fc647f-f2cf-4114-885c-13eed6435375 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0"}, "enabled": true, "id": "2b8f0a7d9fd043d49dabab4f714641d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a914e5b4-e579-490a-a4e0-5baf60af42e0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:28:56,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-27fc647f-f2cf-4114-885c-13eed6435375 2018-10-06 15:28:56,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806558132172s 2018-10-06 15:28:56,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-27fc647f-f2cf-4114-885c-13eed6435375 2018-10-06 15:28:56,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 15:28:56,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:56,327 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5304ebe0-b7ad-4427-92bb-c15575a05df1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:28:56,327 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0 used request id req-5304ebe0-b7ad-4427-92bb-c15575a05df1 2018-10-06 15:28:56,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177274942398s 2018-10-06 15:28:56,328 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2b8f0a7d9fd043d49dabab4f714641d0 used request id req-5304ebe0-b7ad-4427-92bb-c15575a05df1 2018-10-06 15:28:56,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:28:56,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:56,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd91baf-1f96-41de-9311-397c866b0e8d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "408dd30a42864f6a8ee51434fee86723", "links": {"self": "http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:28:56,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0cd91baf-1f96-41de-9311-397c866b0e8d 2018-10-06 15:28:56,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835227966309s 2018-10-06 15:28:56,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:28:56,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:56,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47d88c4e-519b-4f36-ae3c-e7beb5e84595 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:28:56,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/408dd30a42864f6a8ee51434fee86723 used request id req-47d88c4e-519b-4f36-ae3c-e7beb5e84595 2018-10-06 15:28:56,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0966949462891s 2018-10-06 15:28:56,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:28:56,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=2b8f0a7d9fd043d49dabab4f714641d0&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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:56,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3036c7cd-097d-4146-b8af-acbff516a69b Date: Sat, 06 Oct 2018 15:28:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:04Z", "updated_at": "2018-10-06T15:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "24dc87a1-ce4a-403f-a898-d94c80cabeab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "26e8981d-098e-4a3b-9588-ff333f687863", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "5a0137db-a104-4a5d-ae71-6ff79b2a03f5", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "c15f951d-b313-4c08-ade2-166d96960bf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 4, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ae9b2748-3ca4-452e-926c-2602db058222", "name": "default"}]} 2018-10-06 15:28:56,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=2b8f0a7d9fd043d49dabab4f714641d0&name=default used request id req-3036c7cd-097d-4146-b8af-acbff516a69b 2018-10-06 15:28:56,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195204019547s 2018-10-06 15:28:56,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=2b8f0a7d9fd043d49dabab4f714641d0&name=default used request id req-3036c7cd-097d-4146-b8af-acbff516a69b 2018-10-06 15:28:56,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:28:56,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:56,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9b06740c-424e-42f6-9e85-e0aa3b4bdc2c Date: Sat, 06 Oct 2018 15:28:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:04Z", "updated_at": "2018-10-06T15:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "24dc87a1-ce4a-403f-a898-d94c80cabeab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "c15f951d-b313-4c08-ade2-166d96960bf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "5a0137db-a104-4a5d-ae71-6ff79b2a03f5", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:27:04Z", "revision_number": 0, "id": "26e8981d-098e-4a3b-9588-ff333f687863", "remote_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "remote_ip_prefix": null, "created_at": "2018-10-06T15:27:04Z", "security_group_id": "ae9b2748-3ca4-452e-926c-2602db058222", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}], "revision_number": 4, "project_id": "2b8f0a7d9fd043d49dabab4f714641d0", "id": "ae9b2748-3ca4-452e-926c-2602db058222", "name": "default"}]} 2018-10-06 15:28:56,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9b06740c-424e-42f6-9e85-e0aa3b4bdc2c 2018-10-06 15:28:56,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.213106155396s 2018-10-06 15:28:56,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9b06740c-424e-42f6-9e85-e0aa3b4bdc2c 2018-10-06 15:28:56,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 15:28:56,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/ae9b2748-3ca4-452e-926c-2602db058222.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d89737966131db8347dcee0765fc3ba9f804ee3" 2018-10-06 15:28:57,216 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c3870bf-d6c1-4503-a35f-7b79ec53a878 Content-Length: 0 Date: Sat, 06 Oct 2018 15:28:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:28:57,216 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ae9b2748-3ca4-452e-926c-2602db058222.json used request id req-8c3870bf-d6c1-4503-a35f-7b79ec53a878 2018-10-06 15:28:57,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.285825967789s 2018-10-06 15:28:57,216 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ae9b2748-3ca4-452e-926c-2602db058222.json used request id req-8c3870bf-d6c1-4503-a35f-7b79ec53a878 2018-10-06 15:28:57,217 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-10-06 15:28:57,269 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-06 15:28:57,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:28:57,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:28:57,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:28:57,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:28:57,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:28:57,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:28:57,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:28:57,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:28:57,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:28:57,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:28:57,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:28:57,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:28:57,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-241f7d1e-0802-43af-8f69-b9f712fa7e90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:28:57,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-241f7d1e-0802-43af-8f69-b9f712fa7e90 2018-10-06 15:28:57,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:28:57,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["UExqAnSwSEasyVTXiN567g"], "issued_at": "2018-10-06T15:28:57.000000Z"}} 2018-10-06 15:28:57,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:28:57,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:57,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-859ed793-cfe8-468e-854e-e554f0414c5b Date: Sat, 06 Oct 2018 15:28:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:28:57,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-859ed793-cfe8-468e-854e-e554f0414c5b 2018-10-06 15:28:57,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229909181595s 2018-10-06 15:28:57,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-859ed793-cfe8-468e-854e-e554f0414c5b 2018-10-06 15:28:57,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:28:57,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:57,945 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:28:57,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:58,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6ea6f4b-aade-42ea-a458-65f398222906 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:28:58,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-a6ea6f4b-aade-42ea-a458-65f398222906 2018-10-06 15:28:58,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0851449966431s 2018-10-06 15:28:58,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 15:28:58,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd"}}' 2018-10-06 15:28:58,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea71ed4c-3554-4559-bdaf-a19de02ad9fa 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.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57"}, "enabled": true, "id": "678448a9a75d41c88fb0f7ec3e637e57", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd"}} 2018-10-06 15:28:58,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ea71ed4c-3554-4559-bdaf-a19de02ad9fa 2018-10-06 15:28:58,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104398965836s 2018-10-06 15:28:58,128 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ea71ed4c-3554-4559-bdaf-a19de02ad9fa 2018-10-06 15:28:58,129 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd', 'id': u'678448a9a75d41c88fb0f7ec3e637e57', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 15:28:58,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 15:28:58,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363514900208s 2018-10-06 15:28:58,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:58,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f591d062-f2ba-4fb1-8cb6-d110fd36f0fa Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa"}, "enabled": true, "id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "options": {}, "domain_id": "default", "name": "vping_userdata-user_1e073828-e220-40a4-bda5-c905c800acdd"}} 2018-10-06 15:28:58,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa used request id req-f591d062-f2ba-4fb1-8cb6-d110fd36f0fa 2018-10-06 15:28:58,584 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b9ab3f132f8b4b2f8cf5b825dd8d38aa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_1e073828-e220-40a4-bda5-c905c800acdd'}) 2018-10-06 15:28:58,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:28:58,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:58,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142bdf41-3ac5-49d2-8085-284e976d6174 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:28:58,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-142bdf41-3ac5-49d2-8085-284e976d6174 2018-10-06 15:28:58,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799400806427s 2018-10-06 15:28:58,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:28:58,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:58,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1a54192-deb3-4189-b671-6a571115147d Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:28:58,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b1a54192-deb3-4189-b671-6a571115147d 2018-10-06 15:28:58,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.160995006561s 2018-10-06 15:28:58,828 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 15:28:58,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:28:58,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" -d '{"role": {"name": "Member"}}' 2018-10-06 15:28:58,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34e76185-8560-482f-91bd-daaeb8653be5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7df3e76c1c26428fa8a312d6dfcd9b81", "links": {"self": "http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81"}, "name": "Member"}} 2018-10-06 15:28:58,930 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-34e76185-8560-482f-91bd-daaeb8653be5 2018-10-06 15:28:58,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101860046387s 2018-10-06 15:28:58,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:58,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd40cf0f-012d-4169-96c6-5285ebc77059 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81"}, "domain_id": null, "name": "Member", "id": "7df3e76c1c26428fa8a312d6dfcd9b81"}} 2018-10-06 15:28:58,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81 used request id req-fd40cf0f-012d-4169-96c6-5285ebc77059 2018-10-06 15:28:58,947 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81'}, 'domain_id': None, 'human_id': None, 'id': u'7df3e76c1c26428fa8a312d6dfcd9b81', 'HUMAN_ID': False}) 2018-10-06 15:28:58,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:28:58,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50042cc-2bf0-4c79-a34d-9077d33821c3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7df3e76c1c26428fa8a312d6dfcd9b81", "links": {"self": "http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:28:59,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f50042cc-2bf0-4c79-a34d-9077d33821c3 2018-10-06 15:28:59,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0782239437103s 2018-10-06 15:28:59,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:28:59,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87f1779-9c3b-4842-a601-a8a0009f031d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:28:59,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-d87f1779-9c3b-4842-a601-a8a0009f031d 2018-10-06 15:28:59,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0752880573273s 2018-10-06 15:28:59,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:28:59,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b9a313-1d56-4e9e-b26b-d61a65144194 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_1e073828-e220-40a4-bda5-c905c800acdd", "links": {"self": "http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa"}, "domain_id": "default", "enabled": true, "id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:28:59,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-67b9a313-1d56-4e9e-b26b-d61a65144194 2018-10-06 15:28:59,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100946903229s 2018-10-06 15:28:59,205 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-67b9a313-1d56-4e9e-b26b-d61a65144194 2018-10-06 15:28:59,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:28:59,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba48122d-036e-4cb9-8a7a-c82015457d1c Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57"}, "enabled": true, "id": "678448a9a75d41c88fb0f7ec3e637e57", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:28:59,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-ba48122d-036e-4cb9-8a7a-c82015457d1c 2018-10-06 15:28:59,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0828769207001s 2018-10-06 15:28:59,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-ba48122d-036e-4cb9-8a7a-c82015457d1c 2018-10-06 15:28:59,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:28:59,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=b9ab3f132f8b4b2f8cf5b825dd8d38aa&scope.project.id=678448a9a75d41c88fb0f7ec3e637e57&role.id=7df3e76c1c26428fa8a312d6dfcd9b81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd0bc17-fffc-4e33-83b5-0f06e8eb2b95 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b9ab3f132f8b4b2f8cf5b825dd8d38aa&scope.project.id=678448a9a75d41c88fb0f7ec3e637e57&role.id=7df3e76c1c26428fa8a312d6dfcd9b81", "previous": null, "next": null}} 2018-10-06 15:28:59,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b9ab3f132f8b4b2f8cf5b825dd8d38aa&scope.project.id=678448a9a75d41c88fb0f7ec3e637e57&role.id=7df3e76c1c26428fa8a312d6dfcd9b81 used request id req-2dd0bc17-fffc-4e33-83b5-0f06e8eb2b95 2018-10-06 15:28:59,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0762031078339s 2018-10-06 15:28:59,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:28:59,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa/roles/7df3e76c1c26428fa8a312d6dfcd9b81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07e3d672-057f-4138-8983-4c108a6e808c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:28:59,501 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa/roles/7df3e76c1c26428fa8a312d6dfcd9b81 used request id req-07e3d672-057f-4138-8983-4c108a6e808c 2018-10-06 15:28:59,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127859115601s 2018-10-06 15:28:59,502 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd', 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': 'f1a5bd0a-9896-4b72-80d3-21a6c7bfaaf7', 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_1e073828-e220-40a4-bda5-c905c800acdd', 'project_id': u'678448a9a75d41c88fb0f7ec3e637e57', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 15:28:59,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:28:59,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:28:59,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:28:59,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:28:59,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:28:59,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:28:59,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:28:59,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:28:59,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:28:59,508 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_1e073828-e220-40a4-bda5-c905c800acdd', 'password': 'f1a5bd0a-9896-4b72-80d3-21a6c7bfaaf7', 'project_name': 'vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '678448a9a75d41c88fb0f7ec3e637e57', 'project_domain_name': 'Default'} 2018-10-06 15:28:59,508 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-06 15:28:59,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:28:59,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7ab238-281d-4f07-9a42-e3e40cdc6f21 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:28:59,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-9b7ab238-281d-4f07-9a42-e3e40cdc6f21 2018-10-06 15:28:59,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0812509059906s 2018-10-06 15:28:59,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:28:59,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:28:59,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39ef947-68d7-4b77-b6cd-f3be36cf91ac Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57"}, "enabled": true, "id": "678448a9a75d41c88fb0f7ec3e637e57", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:28:59,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c39ef947-68d7-4b77-b6cd-f3be36cf91ac 2018-10-06 15:28:59,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0733461380005s 2018-10-06 15:28:59,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c39ef947-68d7-4b77-b6cd-f3be36cf91ac 2018-10-06 15:28:59,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 15:28:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" -d '{"network": {"tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "name": "vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd", "admin_state_up": true}}' 2018-10-06 15:29:00,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-03928ccf-34cb-4ef6-9e65-93a5a3219673 Date: Sat, 06 Oct 2018 15:29:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:29:00Z","is_default":false,"provider:segmentation_id":45,"name":"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd","admin_state_up":true,"tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:00Z","mtu":1450}} 2018-10-06 15:29:00,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-03928ccf-34cb-4ef6-9e65-93a5a3219673 2018-10-06 15:29:00,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.583032846451s 2018-10-06 15:29:00,252 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-03928ccf-34cb-4ef6-9e65-93a5a3219673 2018-10-06 15:29:00,252 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-10-06T15:29:00Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd', u'admin_state_up': True, u'tenant_id': u'678448a9a75d41c88fb0f7ec3e637e57', u'created_at': u'2018-10-06T15:29:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'678448a9a75d41c88fb0f7ec3e637e57'}) 2018-10-06 15:29:00,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:29:00,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5dcc1b-d709-44cb-a7a8-f94a053068a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:29:00,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7c5dcc1b-d709-44cb-a7a8-f94a053068a9 2018-10-06 15:29:00,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:29:00,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7df3e76c1c26428fa8a312d6dfcd9b81", "name": "Member"}], "expires_at": "2018-10-06T16:29:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "678448a9a75d41c88fb0f7ec3e637e57", "name": "vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/678448a9a75d41c88fb0f7ec3e637e57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/678448a9a75d41c88fb0f7ec3e637e57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/678448a9a75d41c88fb0f7ec3e637e57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/678448a9a75d41c88fb0f7ec3e637e57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/678448a9a75d41c88fb0f7ec3e637e57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/678448a9a75d41c88fb0f7ec3e637e57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/678448a9a75d41c88fb0f7ec3e637e57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/678448a9a75d41c88fb0f7ec3e637e57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/678448a9a75d41c88fb0f7ec3e637e57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/678448a9a75d41c88fb0f7ec3e637e57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/678448a9a75d41c88fb0f7ec3e637e57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/678448a9a75d41c88fb0f7ec3e637e57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_1e073828-e220-40a4-bda5-c905c800acdd", "id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa"}, "audit_ids": ["FaSUzL3wREy_WP8RBariNA"], "issued_at": "2018-10-06T15:29:00.000000Z"}} 2018-10-06 15:29:00,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:29:00,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:00,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d0ee71fe-1dfd-4f82-9905-888bfe8c1c13 Date: Sat, 06 Oct 2018 15:29:00 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":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T15:29:00Z","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","name":"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:29:00,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d0ee71fe-1dfd-4f82-9905-888bfe8c1c13 2018-10-06 15:29:00,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357609987259s 2018-10-06 15:29:00,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d0ee71fe-1dfd-4f82-9905-888bfe8c1c13 2018-10-06 15:29:00,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 15:29:00,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"subnet": {"name": "vping_userdata-subnet_1e073828-e220-40a4-bda5-c905c800acdd", "enable_dhcp": true, "network_id": "b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 15:29:01,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-434e0255-7a6a-40a1-a1fc-29231737bad9 Date: Sat, 06 Oct 2018 15:29:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:29:01Z","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":"678448a9a75d41c88fb0f7ec3e637e57","id":"e4c9a816-8a6a-4c35-bdb8-5653fcffad51","subnetpool_id":null,"name":"vping_userdata-subnet_1e073828-e220-40a4-bda5-c905c800acdd"}} 2018-10-06 15:29:01,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-434e0255-7a6a-40a1-a1fc-29231737bad9 2018-10-06 15:29:01,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.906728982925s 2018-10-06 15:29:01,904 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-434e0255-7a6a-40a1-a1fc-29231737bad9 2018-10-06 15:29:01,905 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T15:29:01Z', 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'e4c9a816-8a6a-4c35-bdb8-5653fcffad51', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_1e073828-e220-40a4-bda5-c905c800acdd', u'enable_dhcp': True, u'network_id': u'b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7', u'tenant_id': u'678448a9a75d41c88fb0f7ec3e637e57', u'created_at': u'2018-10-06T15:29:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'678448a9a75d41c88fb0f7ec3e637e57'}) 2018-10-06 15:29:01,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 15:29:01,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "vping_userdata-router_1e073828-e220-40a4-bda5-c905c800acdd", "admin_state_up": true}}' 2018-10-06 15:29:03,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-7ce669d5-6ced-4cdb-a2f5-b1bb9a8f99a2 Date: Sat, 06 Oct 2018 15:29:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "created_at": "2018-10-06T15:29:02Z", "admin_state_up": true, "updated_at": "2018-10-06T15:29:02Z", "revision_number": 2, "routes": [], "project_id": "678448a9a75d41c88fb0f7ec3e637e57", "id": "ae06159a-b525-40cd-a18b-9649f17320e5", "name": "vping_userdata-router_1e073828-e220-40a4-bda5-c905c800acdd"}} 2018-10-06 15:29:03,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-7ce669d5-6ced-4cdb-a2f5-b1bb9a8f99a2 2018-10-06 15:29:03,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37239098549s 2018-10-06 15:29:03,278 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-7ce669d5-6ced-4cdb-a2f5-b1bb9a8f99a2 2018-10-06 15:29:03,279 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'31ff5876-2a57-4cd5-9d70-d68f7e3cad0c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'678448a9a75d41c88fb0f7ec3e637e57', u'created_at': u'2018-10-06T15:29:02Z', u'admin_state_up': True, u'updated_at': u'2018-10-06T15:29:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'678448a9a75d41c88fb0f7ec3e637e57', u'id': u'ae06159a-b525-40cd-a18b-9649f17320e5', u'name': u'vping_userdata-router_1e073828-e220-40a4-bda5-c905c800acdd'}) 2018-10-06 15:29:03,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 15:29:03,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5/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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"subnet_id": "e4c9a816-8a6a-4c35-bdb8-5653fcffad51"}' 2018-10-06 15:29:05,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f53f70ee-994f-4602-8555-f0c076923288 Date: Sat, 06 Oct 2018 15:29:05 GMT RESP BODY: {"network_id": "b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "subnet_id": "e4c9a816-8a6a-4c35-bdb8-5653fcffad51", "subnet_ids": ["e4c9a816-8a6a-4c35-bdb8-5653fcffad51"], "port_id": "8129b587-f06e-4a72-b13d-8b51aea5bab0", "id": "ae06159a-b525-40cd-a18b-9649f17320e5"} 2018-10-06 15:29:05,063 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5/add_router_interface.json used request id req-f53f70ee-994f-4602-8555-f0c076923288 2018-10-06 15:29:05,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.7837600708s 2018-10-06 15:29:05,063 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5/add_router_interface.json used request id req-f53f70ee-994f-4602-8555-f0c076923288 returning object ae06159a-b525-40cd-a18b-9649f17320e5 2018-10-06 15:29:05,064 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:29:05,196 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 15:29:05,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:05,203 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 15:29:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 15:29:05,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:29:05,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:05,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-86869842-1128-4339-8f87-45d05585f765 Date: Sat, 06 Oct 2018 15:29:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:29:05,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-86869842-1128-4339-8f87-45d05585f765 2018-10-06 15:29:05,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172231912613s 2018-10-06 15:29:05,379 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-86869842-1128-4339-8f87-45d05585f765 2018-10-06 15:29:05,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 15:29:05,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd"}' 2018-10-06 15:29:05,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236 X-Openstack-Request-Id: req-e8cb40d5-54bb-41a9-afb2-bc01a5ad8cb7 Date: Sat, 06 Oct 2018 15:29:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file", "owner": "678448a9a75d41c88fb0f7ec3e637e57", "id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "size": null, "self": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:29:05Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "checksum": null, "created_at": "2018-10-06T15:29:05Z", "protected": false} 2018-10-06 15:29:05,669 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e8cb40d5-54bb-41a9-afb2-bc01a5ad8cb7 2018-10-06 15:29:05,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.288504838943s 2018-10-06 15:29:05,670 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e8cb40d5-54bb-41a9-afb2-bc01a5ad8cb7 returning object d5627c50-b2b6-4c2d-be8f-4d66217e3236 2018-10-06 15:29:05,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 15:29:05,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '' 2018-10-06 15:29:07,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c72a35c-55e7-4b8c-b198-bb49e1a956aa Date: Sat, 06 Oct 2018 15:29:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:29:07,594 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file used request id req-9c72a35c-55e7-4b8c-b198-bb49e1a956aa 2018-10-06 15:29:07,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.92374801636s 2018-10-06 15:29:07,595 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file used request id req-9c72a35c-55e7-4b8c-b198-bb49e1a956aa 2018-10-06 15:29:07,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:29:07,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:07,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-1c746df2-c98f-463e-898a-2df40a9fe750 Date: Sat, 06 Oct 2018 15:29:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "metadata": {}}], "file": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file", "owner": "678448a9a75d41c88fb0f7ec3e637e57", "id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "size": 12716032, "self": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:29:07Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:29:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:29:07,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1c746df2-c98f-463e-898a-2df40a9fe750 2018-10-06 15:29:07,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171677112579s 2018-10-06 15:29:07,767 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1c746df2-c98f-463e-898a-2df40a9fe750 2018-10-06 15:29:07,770 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file', 'owner': u'678448a9a75d41c88fb0f7ec3e637e57', 'id': u'd5627c50-b2b6-4c2d-be8f-4d66217e3236', 'size': 12716032, u'self': u'/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'678448a9a75d41c88fb0f7ec3e637e57', 'name': 'vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T15:29:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T15:29:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd', 'created': u'2018-10-06T15:29:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T15:29:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 15:29:07,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 15:29:07,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_1e073828-e220-40a4-bda5-c905c800acdd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 15:29:07,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-221e5fb3-841f-40af-9e81-d0b01221f20e x-compute-request-id: req-221e5fb3-841f-40af-9e81-d0b01221f20e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "name": "vping_userdata-flavor_1e073828-e220-40a4-bda5-c905c800acdd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:29:07,972 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-221e5fb3-841f-40af-9e81-d0b01221f20e 2018-10-06 15:29:07,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.201294898987s 2018-10-06 15:29:07,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-221e5fb3-841f-40af-9e81-d0b01221f20e returning object 5df9d643-95b3-488f-9d0c-a3104e3c5f76 2018-10-06 15:29:07,973 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_1e073828-e220-40a4-bda5-c905c800acdd', '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'b02668b3789342938652e3506ba63a25', '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'5df9d643-95b3-488f-9d0c-a3104e3c5f76', 'swap': 0}) 2018-10-06 15:29:07,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 15:29:07,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76/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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" -d '{"extra_specs": {}}' 2018-10-06 15:29:07,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b2013ed-306d-442f-9421-be239b315b1e x-compute-request-id: req-8b2013ed-306d-442f-9421-be239b315b1e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:29:07,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76/os-extra_specs used request id req-8b2013ed-306d-442f-9421-be239b315b1e 2018-10-06 15:29:07,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204060077667s 2018-10-06 15:29:07,994 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76/os-extra_specs used request id req-8b2013ed-306d-442f-9421-be239b315b1e 2018-10-06 15:29:07,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:29:07,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:08,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-f1d3b820-96ba-42dd-a769-abe14fcd7c91 Date: Sat, 06 Oct 2018 15:29:08 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":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e4c9a816-8a6a-4c35-bdb8-5653fcffad51"],"updated_at":"2018-10-06T15:29:01Z","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","name":"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:29:08,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f1d3b820-96ba-42dd-a769-abe14fcd7c91 2018-10-06 15:29:08,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259700059891s 2018-10-06 15:29:08,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f1d3b820-96ba-42dd-a769-abe14fcd7c91 2018-10-06 15:29:08,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:29:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:08,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-61520288-b7d2-45fc-ba30-01ffd6c68b8b Date: Sat, 06 Oct 2018 15:29:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "metadata": {}}], "file": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file", "owner": "678448a9a75d41c88fb0f7ec3e637e57", "id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "size": 12716032, "self": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:29:07Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:29:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:29:08,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-61520288-b7d2-45fc-ba30-01ffd6c68b8b 2018-10-06 15:29:08,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166932106018s 2018-10-06 15:29:08,424 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-61520288-b7d2-45fc-ba30-01ffd6c68b8b 2018-10-06 15:29:08,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:29:08,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:08,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4750be6e-57cb-4218-b046-e91558a5ffab x-compute-request-id: req-4750be6e-57cb-4218-b046-e91558a5ffab Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "name": "vping_userdata-flavor_1e073828-e220-40a4-bda5-c905c800acdd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:29:08,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-4750be6e-57cb-4218-b046-e91558a5ffab 2018-10-06 15:29:08,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.181285858154s 2018-10-06 15:29:08,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-4750be6e-57cb-4218-b046-e91558a5ffab 2018-10-06 15:29:08,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 15:29:08,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"server": {"name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "imageRef": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "flavorRef": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7"}]}}' 2018-10-06 15:29:10,148 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67081190-d4a2-49e0-b606-a0bef5542ced x-compute-request-id: req-67081190-d4a2-49e0-b606-a0bef5542ced Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "adminPass": "kTnXspVF6RJW"}} 2018-10-06 15:29:10,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-67081190-d4a2-49e0-b606-a0bef5542ced 2018-10-06 15:29:10,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.53943586349s 2018-10-06 15:29:10,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-67081190-d4a2-49e0-b606-a0bef5542ced 2018-10-06 15:29:10,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:10,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:10,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29: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-830d5c3d-e3a6-4955-9bc6-28f309c5f69b x-compute-request-id: req-830d5c3d-e3a6-4955-9bc6-28f309c5f69b Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:29:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:10,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-830d5c3d-e3a6-4955-9bc6-28f309c5f69b 2018-10-06 15:29:10,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.315764188766s 2018-10-06 15:29:10,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-830d5c3d-e3a6-4955-9bc6-28f309c5f69b 2018-10-06 15:29:10,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:29:10,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:10,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-b74aa903-e8d8-4a74-ac57-7b0293915210 Date: Sat, 06 Oct 2018 15:29:10 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":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e4c9a816-8a6a-4c35-bdb8-5653fcffad51"],"updated_at":"2018-10-06T15:29:01Z","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","name":"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:29:10,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b74aa903-e8d8-4a74-ac57-7b0293915210 2018-10-06 15:29:10,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294323205948s 2018-10-06 15:29:10,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b74aa903-e8d8-4a74-ac57-7b0293915210 2018-10-06 15:29:10,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 15:29:10,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:10,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c391a687-5364-4460-8496-16b93ac6bfb4 Date: Sat, 06 Oct 2018 15:29:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:29:01Z","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":"678448a9a75d41c88fb0f7ec3e637e57","id":"e4c9a816-8a6a-4c35-bdb8-5653fcffad51","subnetpool_id":null,"name":"vping_userdata-subnet_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:29:10,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-c391a687-5364-4460-8496-16b93ac6bfb4 2018-10-06 15:29:10,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0512039661407s 2018-10-06 15:29:10,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-c391a687-5364-4460-8496-16b93ac6bfb4 2018-10-06 15:29:10,820 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:29:12,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:12,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:13,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29: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-6b76d394-bd79-4a21-a1dc-da35dbcacffb x-compute-request-id: req-6b76d394-bd79-4a21-a1dc-da35dbcacffb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:29:11Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:13,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6b76d394-bd79-4a21-a1dc-da35dbcacffb 2018-10-06 15:29:13,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710154056549s 2018-10-06 15:29:13,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6b76d394-bd79-4a21-a1dc-da35dbcacffb 2018-10-06 15:29:13,537 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:29:15,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:15,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:16,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29: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-73430f2f-23e0-4e77-ab4e-2053e22f37e1 x-compute-request-id: req-73430f2f-23e0-4e77-ab4e-2053e22f37e1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:29:11Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:16,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-73430f2f-23e0-4e77-ab4e-2053e22f37e1 2018-10-06 15:29:16,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654358863831s 2018-10-06 15:29:16,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-73430f2f-23e0-4e77-ab4e-2053e22f37e1 2018-10-06 15:29:16,198 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:29:18,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:18,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:18,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-357db4c5-8b69-405a-8bf2-943098f70a54 x-compute-request-id: req-357db4c5-8b69-405a-8bf2-943098f70a54 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:18,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-357db4c5-8b69-405a-8bf2-943098f70a54 2018-10-06 15:29:18,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789469957352s 2018-10-06 15:29:18,990 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-357db4c5-8b69-405a-8bf2-943098f70a54 2018-10-06 15:29:18,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 15:29:18,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:19,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f8077bcb-e023-4300-bd5b-3370ab985fc0 Date: Sat, 06 Oct 2018 15:29:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:12Z","admin_state_up":true,"updated_at":"2018-10-06T15:29:13Z","binding:vnic_type":"normal","device_id":"f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:61:e9:d6","id":"2e23af3a-48a9-4994-b1d1-e3c42ab15363","port_security_enabled":true,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","fixed_ips":[{"subnet_id":"e4c9a816-8a6a-4c35-bdb8-5653fcffad51","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c"],"name":""}]} 2018-10-06 15:29:19,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06 used request id req-f8077bcb-e023-4300-bd5b-3370ab985fc0 2018-10-06 15:29:19,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0561118125916s 2018-10-06 15:29:19,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06 used request id req-f8077bcb-e023-4300-bd5b-3370ab985fc0 2018-10-06 15:29:19,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 15:29:19,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=2e23af3a-48a9-4994-b1d1-e3c42ab15363" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:19,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6178e827-edf8-4723-b9a2-10026d55b709 Date: Sat, 06 Oct 2018 15:29:19 GMT RESP BODY: {"floatingips": []} 2018-10-06 15:29:19,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=2e23af3a-48a9-4994-b1d1-e3c42ab15363 used request id req-6178e827-edf8-4723-b9a2-10026d55b709 2018-10-06 15:29:19,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0185339450836s 2018-10-06 15:29:19,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=2e23af3a-48a9-4994-b1d1-e3c42ab15363 used request id req-6178e827-edf8-4723-b9a2-10026d55b709 2018-10-06 15:29:19,076 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:61:e9:d6', 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'd5627c50-b2b6-4c2d-be8f-4d66217e3236'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:29:11.000000', 'flavor': Munch({u'id': u'5df9d643-95b3-488f-9d0c-a3104e3c5f76'}), 'az': u'nova', 'id': u'f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b9ab3f132f8b4b2f8cf5b825dd8d38aa', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'678448a9a75d41c88fb0f7ec3e637e57', 'name': 'vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-06T15:29:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T15:29:15Z', 'hostId': u'adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:29:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'678448a9a75d41c88fb0f7ec3e637e57', 'name': u'vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd', 'adminPass': u'kTnXspVF6RJW', 'tenant_id': u'678448a9a75d41c88fb0f7ec3e637e57', 'region': 'regionOne', 'created': u'2018-10-06T15:29:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 15:29:19,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:29:19,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:19,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-242b6137-6e75-4d75-b126-bb74b2e06561 Date: Sat, 06 Oct 2018 15:29:19 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":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e4c9a816-8a6a-4c35-bdb8-5653fcffad51"],"updated_at":"2018-10-06T15:29:01Z","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","name":"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:29:19,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-242b6137-6e75-4d75-b126-bb74b2e06561 2018-10-06 15:29:19,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255390882492s 2018-10-06 15:29:19,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-242b6137-6e75-4d75-b126-bb74b2e06561 2018-10-06 15:29:19,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:29:19,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:19,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b9fce98d-9de2-4c99-a4ee-245e96d00fe3 Date: Sat, 06 Oct 2018 15:29:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "metadata": {}}], "file": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file", "owner": "678448a9a75d41c88fb0f7ec3e637e57", "id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "size": 12716032, "self": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:29:07Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:29:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:29:19,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b9fce98d-9de2-4c99-a4ee-245e96d00fe3 2018-10-06 15:29:19,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0325019359589s 2018-10-06 15:29:19,366 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b9fce98d-9de2-4c99-a4ee-245e96d00fe3 2018-10-06 15:29:19,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:29:19,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:19,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f1df476-035e-427a-8ee9-f00540f871eb x-compute-request-id: req-1f1df476-035e-427a-8ee9-f00540f871eb Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "name": "vping_userdata-flavor_1e073828-e220-40a4-bda5-c905c800acdd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:29:19,403 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1f1df476-035e-427a-8ee9-f00540f871eb 2018-10-06 15:29:19,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0352420806885s 2018-10-06 15:29:19,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1f1df476-035e-427a-8ee9-f00540f871eb 2018-10-06 15:29:19,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 15:29:19,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"server": {"name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "imageRef": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "flavorRef": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjYgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7"}]}}' 2018-10-06 15:29:21,369 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ec80fab-c705-4235-baa9-d835765c5518 x-compute-request-id: req-8ec80fab-c705-4235-baa9-d835765c5518 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "adminPass": "Tz65e5xiufU5"}} 2018-10-06 15:29:21,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8ec80fab-c705-4235-baa9-d835765c5518 2018-10-06 15:29:21,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.96447300911s 2018-10-06 15:29:21,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8ec80fab-c705-4235-baa9-d835765c5518 2018-10-06 15:29:21,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:21,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:22,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c37564bc-a8ff-4c46-9f1c-0538d88d2af3 x-compute-request-id: req-c37564bc-a8ff-4c46-9f1c-0538d88d2af3 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.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:29:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:22,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c37564bc-a8ff-4c46-9f1c-0538d88d2af3 2018-10-06 15:29:22,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668961048126s 2018-10-06 15:29:22,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c37564bc-a8ff-4c46-9f1c-0538d88d2af3 2018-10-06 15:29:22,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:29:24,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:24,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:24,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-9ea4c943-6f1a-4875-86ce-11887f1c5273 x-compute-request-id: req-9ea4c943-6f1a-4875-86ce-11887f1c5273 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T15:29:22Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:24,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9ea4c943-6f1a-4875-86ce-11887f1c5273 2018-10-06 15:29:24,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520861148834s 2018-10-06 15:29:24,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9ea4c943-6f1a-4875-86ce-11887f1c5273 2018-10-06 15:29:24,574 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:29:26,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:26,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:27,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90f3da1d-1c36-4624-9f5c-e1dcf669bea7 x-compute-request-id: req-90f3da1d-1c36-4624-9f5c-e1dcf669bea7 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:27,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-90f3da1d-1c36-4624-9f5c-e1dcf669bea7 2018-10-06 15:29:27,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535933017731s 2018-10-06 15:29:27,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-90f3da1d-1c36-4624-9f5c-e1dcf669bea7 2018-10-06 15:29:27,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 15:29:27,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=907108eb-da88-4342-8fe4-74f925f8d1a5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:27,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0fbd8d11-0d40-4102-92b1-a585fe7cc719 Date: Sat, 06 Oct 2018 15:29:27 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:23Z","admin_state_up":true,"updated_at":"2018-10-06T15:29:24Z","binding:vnic_type":"normal","device_id":"907108eb-da88-4342-8fe4-74f925f8d1a5","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:48:eb:cb","id":"9368652f-807a-4d49-8b1c-956f054524c2","port_security_enabled":true,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","fixed_ips":[{"subnet_id":"e4c9a816-8a6a-4c35-bdb8-5653fcffad51","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c"],"name":""}]} 2018-10-06 15:29:27,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=907108eb-da88-4342-8fe4-74f925f8d1a5 used request id req-0fbd8d11-0d40-4102-92b1-a585fe7cc719 2018-10-06 15:29:27,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.285117864609s 2018-10-06 15:29:27,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=907108eb-da88-4342-8fe4-74f925f8d1a5 used request id req-0fbd8d11-0d40-4102-92b1-a585fe7cc719 2018-10-06 15:29:27,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 15:29:27,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=9368652f-807a-4d49-8b1c-956f054524c2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:27,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-669e497d-c7a1-409e-bddc-1c1421f9cae2 Date: Sat, 06 Oct 2018 15:29:27 GMT RESP BODY: {"floatingips": []} 2018-10-06 15:29:27,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=9368652f-807a-4d49-8b1c-956f054524c2 used request id req-669e497d-c7a1-409e-bddc-1c1421f9cae2 2018-10-06 15:29:27,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.158613204956s 2018-10-06 15:29:27,567 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=9368652f-807a-4d49-8b1c-956f054524c2 used request id req-669e497d-c7a1-409e-bddc-1c1421f9cae2 2018-10-06 15:29:27,568 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:48:eb:cb', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd5627c50-b2b6-4c2d-be8f-4d66217e3236'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:29:21.000000', 'flavor': Munch({u'id': u'5df9d643-95b3-488f-9d0c-a3104e3c5f76'}), 'az': u'nova', 'id': u'907108eb-da88-4342-8fe4-74f925f8d1a5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b9ab3f132f8b4b2f8cf5b825dd8d38aa', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'678448a9a75d41c88fb0f7ec3e637e57', 'name': 'vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-06T15:29:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T15:29:26Z', 'hostId': u'cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T15:29:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'678448a9a75d41c88fb0f7ec3e637e57', 'name': u'vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd', 'adminPass': u'Tz65e5xiufU5', 'tenant_id': u'678448a9a75d41c88fb0f7ec3e637e57', 'region': 'regionOne', 'created': u'2018-10-06T15:29:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 15:29:27,568 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-06 15:29:28,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:28,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:29,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b461c1f-1a39-4f77-be95-3d526c82e469 x-compute-request-id: req-0b461c1f-1a39-4f77-be95-3d526c82e469 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:29,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0b461c1f-1a39-4f77-be95-3d526c82e469 2018-10-06 15:29:29,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664696216583s 2018-10-06 15:29:29,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0b461c1f-1a39-4f77-be95-3d526c82e469 2018-10-06 15:29:29,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:29,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:30,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29: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-01c6f0aa-cbe8-43e9-9e84-d52d6df9bc4e x-compute-request-id: req-01c6f0aa-cbe8-43e9-9e84-d52d6df9bc4e Content-Encoding: gzip Content-Length: 7927 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-10-06 15:29:30,314 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-01c6f0aa-cbe8-43e9-9e84-d52d6df9bc4e 2018-10-06 15:29:30,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07623696327s 2018-10-06 15:29:30,315 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-01c6f0aa-cbe8-43e9-9e84-d52d6df9bc4e 2018-10-06 15:29:30,315 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-10-06 15:29:30,316 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-10-06 15:29:31,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:31,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:31,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-c5169fc4-badd-4769-aaa3-1cb0ad7326db x-compute-request-id: req-c5169fc4-badd-4769-aaa3-1cb0ad7326db Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:31,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5169fc4-badd-4769-aaa3-1cb0ad7326db 2018-10-06 15:29:31,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602392911911s 2018-10-06 15:29:31,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5169fc4-badd-4769-aaa3-1cb0ad7326db 2018-10-06 15:29:31,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:31,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:33,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-55907a5b-5c40-4828-a126-a3d9fc7433aa x-compute-request-id: req-55907a5b-5c40-4828-a126-a3d9fc7433aa Content-Encoding: gzip Content-Length: 7994 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n"} 2018-10-06 15:29:33,034 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-55907a5b-5c40-4828-a126-a3d9fc7433aa 2018-10-06 15:29:33,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11084103584s 2018-10-06 15:29:33,035 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-55907a5b-5c40-4828-a126-a3d9fc7433aa 2018-10-06 15:29:33,036 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 2018-10-06 15:29:34,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:34,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:34,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-3b20c48c-7d0d-4a02-a7b8-69e151313c1f x-compute-request-id: req-3b20c48c-7d0d-4a02-a7b8-69e151313c1f Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:34,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3b20c48c-7d0d-4a02-a7b8-69e151313c1f 2018-10-06 15:29:34,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.761960983276s 2018-10-06 15:29:34,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3b20c48c-7d0d-4a02-a7b8-69e151313c1f 2018-10-06 15:29:34,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:35,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-f4e53dc4-19f6-4386-8a7e-c81d59c5532e x-compute-request-id: req-f4e53dc4-19f6-4386-8a7e-c81d59c5532e Content-Encoding: gzip Content-Length: 8018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\n"} 2018-10-06 15:29:35,896 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-f4e53dc4-19f6-4386-8a7e-c81d59c5532e 2018-10-06 15:29:35,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09295320511s 2018-10-06 15:29:35,897 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-f4e53dc4-19f6-4386-8a7e-c81d59c5532e 2018-10-06 15:29:35,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 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] 2018-10-06 15:29:36,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:36,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:37,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7dcdd8e-4f2d-45cf-84c1-550ceff530c5 x-compute-request-id: req-c7dcdd8e-4f2d-45cf-84c1-550ceff530c5 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:37,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c7dcdd8e-4f2d-45cf-84c1-550ceff530c5 2018-10-06 15:29:37,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658478975296s 2018-10-06 15:29:37,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c7dcdd8e-4f2d-45cf-84c1-550ceff530c5 2018-10-06 15:29:37,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:37,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:38,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-803b8e23-9876-4969-8b2c-3e46eba11260 x-compute-request-id: req-803b8e23-9876-4969-8b2c-3e46eba11260 Content-Encoding: gzip Content-Length: 8018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\n"} 2018-10-06 15:29:38,640 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-803b8e23-9876-4969-8b2c-3e46eba11260 2018-10-06 15:29:38,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07873010635s 2018-10-06 15:29:38,641 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-803b8e23-9876-4969-8b2c-3e46eba11260 2018-10-06 15:29:38,641 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] 2018-10-06 15:29:39,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:39,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:40,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee2dda7f-d9ad-4a44-9866-0dc278e84b75 x-compute-request-id: req-ee2dda7f-d9ad-4a44-9866-0dc278e84b75 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:40,403 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee2dda7f-d9ad-4a44-9866-0dc278e84b75 2018-10-06 15:29:40,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.759907007217s 2018-10-06 15:29:40,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee2dda7f-d9ad-4a44-9866-0dc278e84b75 2018-10-06 15:29:40,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:40,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:41,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31c6530c-0321-4d8a-8281-47aa5feefaa3 x-compute-request-id: req-31c6530c-0321-4d8a-8281-47aa5feefaa3 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\n"} 2018-10-06 15:29:41,478 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-31c6530c-0321-4d8a-8281-47aa5feefaa3 2018-10-06 15:29:41,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07159399986s 2018-10-06 15:29:41,479 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-31c6530c-0321-4d8a-8281-47aa5feefaa3 2018-10-06 15:29:41,479 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO 2018-10-06 15:29:42,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:42,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:43,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29: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-20952354-271a-4960-9e97-2063364dd4b9 x-compute-request-id: req-20952354-271a-4960-9e97-2063364dd4b9 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:43,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-20952354-271a-4960-9e97-2063364dd4b9 2018-10-06 15:29:43,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712442874908s 2018-10-06 15:29:43,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-20952354-271a-4960-9e97-2063364dd4b9 2018-10-06 15:29:43,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:43,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:44,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e7afc88-5ec9-4a10-9c90-c308b531d183 x-compute-request-id: req-3e7afc88-5ec9-4a10-9c90-c308b531d183 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\n"} 2018-10-06 15:29:44,269 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-3e7afc88-5ec9-4a10-9c90-c308b531d183 2018-10-06 15:29:44,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07139396667s 2018-10-06 15:29:44,270 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-3e7afc88-5ec9-4a10-9c90-c308b531d183 2018-10-06 15:29:44,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 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO 2018-10-06 15:29:45,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:45,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:45,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-920aca5d-b296-41f3-a13d-180aeb46161e x-compute-request-id: req-920aca5d-b296-41f3-a13d-180aeb46161e Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:45,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-920aca5d-b296-41f3-a13d-180aeb46161e 2018-10-06 15:29:45,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642575025558s 2018-10-06 15:29:45,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-920aca5d-b296-41f3-a13d-180aeb46161e 2018-10-06 15:29:45,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:45,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:47,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-c10c9c0a-5b48-4825-8cc1-099d15f393c4 x-compute-request-id: req-c10c9c0a-5b48-4825-8cc1-099d15f393c4 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\n"} 2018-10-06 15:29:47,016 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-c10c9c0a-5b48-4825-8cc1-099d15f393c4 2018-10-06 15:29:47,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09837198257s 2018-10-06 15:29:47,017 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-c10c9c0a-5b48-4825-8cc1-099d15f393c4 2018-10-06 15:29:47,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 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO 2018-10-06 15:29:48,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:48,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:48,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-fcbfbbcd-76ce-48ff-a142-1a975c196f67 x-compute-request-id: req-fcbfbbcd-76ce-48ff-a142-1a975c196f67 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:48,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fcbfbbcd-76ce-48ff-a142-1a975c196f67 2018-10-06 15:29:48,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544682979584s 2018-10-06 15:29:48,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fcbfbbcd-76ce-48ff-a142-1a975c196f67 2018-10-06 15:29:48,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:48,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:49,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-5c5c2afe-d402-46b6-8a4c-0a61554ce575 x-compute-request-id: req-5c5c2afe-d402-46b6-8a4c-0a61554ce575 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\n"} 2018-10-06 15:29:49,641 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-5c5c2afe-d402-46b6-8a4c-0a61554ce575 2018-10-06 15:29:49,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07299017906s 2018-10-06 15:29:49,642 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-5c5c2afe-d402-46b6-8a4c-0a61554ce575 2018-10-06 15:29:49,642 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO 2018-10-06 15:29:50,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:50,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:51,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51072402-1336-496f-ac7f-589018594725 x-compute-request-id: req-51072402-1336-496f-ac7f-589018594725 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:51,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-51072402-1336-496f-ac7f-589018594725 2018-10-06 15:29:51,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516830205917s 2018-10-06 15:29:51,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-51072402-1336-496f-ac7f-589018594725 2018-10-06 15:29:51,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:51,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:52,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-6b581254-a133-4a3e-945d-d09a90bebefa x-compute-request-id: req-6b581254-a133-4a3e-945d-d09a90bebefa Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\n"} 2018-10-06 15:29:52,237 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-6b581254-a133-4a3e-945d-d09a90bebefa 2018-10-06 15:29:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07222390175s 2018-10-06 15:29:52,238 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-6b581254-a133-4a3e-945d-d09a90bebefa 2018-10-06 15:29:52,238 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO 2018-10-06 15:29:53,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:53,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:53,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8de59ef0-b435-4418-ba83-23d11151dd93 x-compute-request-id: req-8de59ef0-b435-4418-ba83-23d11151dd93 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:53,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8de59ef0-b435-4418-ba83-23d11151dd93 2018-10-06 15:29:53,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556054115295s 2018-10-06 15:29:53,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8de59ef0-b435-4418-ba83-23d11151dd93 2018-10-06 15:29:53,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:53,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:54,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa6f0e31-2c7d-4126-990d-24ae6a0bd8fc x-compute-request-id: req-aa6f0e31-2c7d-4126-990d-24ae6a0bd8fc Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\n"} 2018-10-06 15:29:54,912 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-aa6f0e31-2c7d-4126-990d-24ae6a0bd8fc 2018-10-06 15:29:54,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11318206787s 2018-10-06 15:29:54,913 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-aa6f0e31-2c7d-4126-990d-24ae6a0bd8fc 2018-10-06 15:29:54,914 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO 2018-10-06 15:29:55,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:56,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-bd6196aa-9ff4-4f5a-8d41-80cbe4517ff7 x-compute-request-id: req-bd6196aa-9ff4-4f5a-8d41-80cbe4517ff7 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:56,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd6196aa-9ff4-4f5a-8d41-80cbe4517ff7 2018-10-06 15:29:56,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664379119873s 2018-10-06 15:29:56,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd6196aa-9ff4-4f5a-8d41-80cbe4517ff7 2018-10-06 15:29:56,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:56,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:29:57,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29: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-1e54749a-7cb8-47a3-9dda-89014b46c762 x-compute-request-id: req-1e54749a-7cb8-47a3-9dda-89014b46c762 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\n"} 2018-10-06 15:29:57,682 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-1e54749a-7cb8-47a3-9dda-89014b46c762 2018-10-06 15:29:57,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09851884842s 2018-10-06 15:29:57,683 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-1e54749a-7cb8-47a3-9dda-89014b46c762 2018-10-06 15:29:57,683 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO 2018-10-06 15:29:57,685 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-10-06 15:29:58,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:29:58,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:29:59,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-e261432d-c799-40db-aa6d-d8a00c0e309b x-compute-request-id: req-e261432d-c799-40db-aa6d-d8a00c0e309b Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:29:59,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e261432d-c799-40db-aa6d-d8a00c0e309b 2018-10-06 15:29:59,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596029996872s 2018-10-06 15:29:59,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e261432d-c799-40db-aa6d-d8a00c0e309b 2018-10-06 15:29:59,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:29:59,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:00,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:29:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-659ea639-8b9c-4a7e-bbbb-29d6bbda6f2e x-compute-request-id: req-659ea639-8b9c-4a7e-bbbb-29d6bbda6f2e Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\n"} 2018-10-06 15:30:00,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-659ea639-8b9c-4a7e-bbbb-29d6bbda6f2e 2018-10-06 15:30:00,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07110285759s 2018-10-06 15:30:00,358 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-659ea639-8b9c-4a7e-bbbb-29d6bbda6f2e 2018-10-06 15:30:00,358 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO 2018-10-06 15:30:01,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:01,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:01,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-1af5513d-bde7-41b2-8282-fa638c2fd35e x-compute-request-id: req-1af5513d-bde7-41b2-8282-fa638c2fd35e Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:01,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1af5513d-bde7-41b2-8282-fa638c2fd35e 2018-10-06 15:30:01,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532666921616s 2018-10-06 15:30:01,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1af5513d-bde7-41b2-8282-fa638c2fd35e 2018-10-06 15:30:01,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:30:01,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:02,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-8c892344-ae61-4dc9-bb97-3b6219133c4d x-compute-request-id: req-8c892344-ae61-4dc9-bb97-3b6219133c4d Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\n"} 2018-10-06 15:30:02,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-8c892344-ae61-4dc9-bb97-3b6219133c4d 2018-10-06 15:30:02,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07455778122s 2018-10-06 15:30:02,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-8c892344-ae61-4dc9-bb97-3b6219133c4d 2018-10-06 15:30:02,972 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO 2018-10-06 15:30:03,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:03,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:04,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30: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-46097e52-dec1-441c-b875-b8ca27c61822 x-compute-request-id: req-46097e52-dec1-441c-b875-b8ca27c61822 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:04,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-46097e52-dec1-441c-b875-b8ca27c61822 2018-10-06 15:30:04,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536747932434s 2018-10-06 15:30:04,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-46097e52-dec1-441c-b875-b8ca27c61822 2018-10-06 15:30:04,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:30:04,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:05,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-084fe15a-d6f8-4070-93b5-4231521d87a3 x-compute-request-id: req-084fe15a-d6f8-4070-93b5-4231521d87a3 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-06 15:30:05,589 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-084fe15a-d6f8-4070-93b5-4231521d87a3 2018-10-06 15:30:05,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07400798798s 2018-10-06 15:30:05,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-084fe15a-d6f8-4070-93b5-4231521d87a3 2018-10-06 15:30:05,590 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO vPing KO 2018-10-06 15:30:06,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:06,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:07,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33e14ede-1743-4ec5-b2da-68646479e990 x-compute-request-id: req-33e14ede-1743-4ec5-b2da-68646479e990 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:07,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33e14ede-1743-4ec5-b2da-68646479e990 2018-10-06 15:30:07,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545530080795s 2018-10-06 15:30:07,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33e14ede-1743-4ec5-b2da-68646479e990 2018-10-06 15:30:07,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:30:07,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:08,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30: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-f52d11b8-07ff-45ea-a338-6ed38c0c3478 x-compute-request-id: req-f52d11b8-07ff-45ea-a338-6ed38c0c3478 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-06 15:30:08,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-f52d11b8-07ff-45ea-a338-6ed38c0c3478 2018-10-06 15:30:08,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08009505272s 2018-10-06 15:30:08,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-f52d11b8-07ff-45ea-a338-6ed38c0c3478 2018-10-06 15:30:08,222 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO vPing KO 2018-10-06 15:30:09,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:09,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:09,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-71722c10-0f28-47de-ae65-aaa534246deb x-compute-request-id: req-71722c10-0f28-47de-ae65-aaa534246deb Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:09,740 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-71722c10-0f28-47de-ae65-aaa534246deb 2018-10-06 15:30:09,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51507806778s 2018-10-06 15:30:09,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-71722c10-0f28-47de-ae65-aaa534246deb 2018-10-06 15:30:09,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:30:09,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:10,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-d5e3683a-7b10-4319-9ead-27f3ccd4f50b x-compute-request-id: req-d5e3683a-7b10-4319-9ead-27f3ccd4f50b Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-06 15:30:10,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-d5e3683a-7b10-4319-9ead-27f3ccd4f50b 2018-10-06 15:30:10,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07315993309s 2018-10-06 15:30:10,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-d5e3683a-7b10-4319-9ead-27f3ccd4f50b 2018-10-06 15:30:10,817 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO vPing KO 2018-10-06 15:30:11,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:11,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:12,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d468e4f5-59e9-4790-a0eb-10db72f7b03e x-compute-request-id: req-d468e4f5-59e9-4790-a0eb-10db72f7b03e Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:12,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d468e4f5-59e9-4790-a0eb-10db72f7b03e 2018-10-06 15:30:12,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398418188095s 2018-10-06 15:30:12,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d468e4f5-59e9-4790-a0eb-10db72f7b03e 2018-10-06 15:30:12,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:30:12,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:13,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-5e101def-e6ed-40d8-8c72-af90dd684d7b x-compute-request-id: req-5e101def-e6ed-40d8-8c72-af90dd684d7b Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-06 15:30:13,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-5e101def-e6ed-40d8-8c72-af90dd684d7b 2018-10-06 15:30:13,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07251620293s 2018-10-06 15:30:13,295 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-5e101def-e6ed-40d8-8c72-af90dd684d7b 2018-10-06 15:30:13,295 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO vPing KO 2018-10-06 15:30:14,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:14,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:15,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3edc8304-6a74-47e6-bc52-f89f41aa017a x-compute-request-id: req-3edc8304-6a74-47e6-bc52-f89f41aa017a Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:15,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3edc8304-6a74-47e6-bc52-f89f41aa017a 2018-10-06 15:30:15,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.752387046814s 2018-10-06 15:30:15,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3edc8304-6a74-47e6-bc52-f89f41aa017a 2018-10-06 15:30:15,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:30:15,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:16,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e83836e9-9b52-4a22-aac9-99b8d49d9784 x-compute-request-id: req-e83836e9-9b52-4a22-aac9-99b8d49d9784 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-06 15:30:16,146 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-e83836e9-9b52-4a22-aac9-99b8d49d9784 2018-10-06 15:30:16,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09310102463s 2018-10-06 15:30:16,147 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-e83836e9-9b52-4a22-aac9-99b8d49d9784 2018-10-06 15:30:16,147 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO vPing KO vPing KO 2018-10-06 15:30:17,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:17,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:17,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-27934f37-dba6-4dd6-92bf-ab841917bc9f x-compute-request-id: req-27934f37-dba6-4dd6-92bf-ab841917bc9f Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:15Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:17,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-27934f37-dba6-4dd6-92bf-ab841917bc9f 2018-10-06 15:30:17,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.687026023865s 2018-10-06 15:30:17,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-27934f37-dba6-4dd6-92bf-ab841917bc9f 2018-10-06 15:30:17,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 15:30:17,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 15:30:18,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-c2fd7475-6bcc-48d9-ab86-00f477cd50f2 x-compute-request-id: req-c2fd7475-6bcc-48d9-ab86-00f477cd50f2 Content-Encoding: gzip Content-Length: 9405 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482227534 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131269] pid_max: default: 32768 minimum: 301\n[ 0.132142] ACPI: Core revision 20150930\n[ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134800] Security Framework initialized\n[ 0.135597] Yama: becoming mindful.\n[ 0.136309] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142258] Initializing cgroup subsys io\n[ 0.143052] Initializing cgroup subsys memory\n[ 0.143888] Initializing cgroup subsys devices\n[ 0.144748] Initializing cgroup subsys freezer\n[ 0.145593] Initializing cgroup subsys net_cls\n[ 0.146432] Initializing cgroup subsys perf_event\n[ 0.147316] Initializing cgroup subsys net_prio\n[ 0.148177] Initializing cgroup subsys hugetlb\n[ 0.149032] Initializing cgroup subsys pids\n[ 0.149884] CPU: Physical Processor ID: 0\n[ 0.151366] mce: CPU supports 10 MCE banks\n[ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170512] ftrace: allocating 31920 entries in 125 pages\n[ 0.197731] smpboot: Max logical packages: 1\n[ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199878] x2apic enabled\n[ 0.200668] Switched APIC routing to physical x2apic.\n[ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207172] KVM setup paravirtual spinlock\n[ 0.208567] x86: Booted up 1 node, 1 CPUs\n[ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210712] devtmpfs: initialized\n[ 0.212422] evm: security.selinux\n[ 0.213108] evm: security.SMACK64\n[ 0.213784] evm: security.SMACK64EXEC\n[ 0.214508] evm: security.SMACK64TRANSMUTE\n[ 0.215297] evm: security.SMACK64MMAP\n[ 0.216028] evm: security.ima\n[ 0.216657] evm: security.capability\n[ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219260] pinctrl core: initialized pinctrl subsystem\n[ 0.220343] RTC time: 15:29:21, date: 10/06/18\n[ 0.221287] NET: Registered protocol family 16\n[ 0.222242] cpuidle: using governor ladder\n[ 0.223039] cpuidle: using governor menu\n[ 0.223804] PCCT header not found.\n[ 0.224548] ACPI: bus type PCI registered\n[ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226551] PCI: Using configuration type 1 for base access\n[ 0.228293] ACPI: Added _OSI(Module Device)\n[ 0.229122] ACPI: Added _OSI(Processor Device)\n[ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232953] ACPI: Interpreter enabled\n[ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240934] ACPI: (supports S0 S5)\n[ 0.241624] ACPI: Using IOAPIC for interrupt routing\n[ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251376] acpiphp: Slot [3] registered\n[ 0.252164] acpiphp: Slot [4] registered\n[ 0.252950] acpiphp: Slot [5] registered\n[ 0.253732] acpiphp: Slot [6] registered\n[ 0.254508] acpiphp: Slot [7] registered\n[ 0.255298] acpiphp: Slot [8] registered\n[ 0.256083] acpiphp: Slot [9] registered\n[ 0.256870] acpiphp: Slot [10] registered\n[ 0.257663] acpiphp: Slot [11] registered\n[ 0.258461] acpiphp: Slot [12] registered\n[ 0.259256] acpiphp: Slot [13] registered\n[ 0.260055] acpiphp: Slot [14] registered\n[ 0.260852] acpiphp: Slot [15] registered\n[ 0.271632] acpiphp: Slot [16] registered\n[ 0.272425] acpiphp: Slot [17] registered\n[ 0.273221] acpiphp: Slot [18] registered\n[ 0.274016] acpiphp: Slot [19] registered\n[ 0.274809] acpiphp: Slot [20] registered\n[ 0.275605] acpiphp: Slot [21] registered\n[ 0.276398] acpiphp: Slot [22] registered\n[ 0.277194] acpiphp: Slot [23] registered\n[ 0.277992] acpiphp: Slot [24] registered\n[ 0.278785] acpiphp: Slot [25] registered\n[ 0.279577] acpiphp: Slot [26] registered\n[ 0.280365] acpiphp: Slot [27] registered\n[ 0.281166] acpiphp: Slot [28] registered\n[ 0.281971] acpiphp: Slot [29] registered\n[ 0.282761] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284338] PCI host bridge to bus 0000:00\n[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367729] vgaarb: loaded\n[ 0.368322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369453] SCSI subsystem initialized\n[ 0.370272] ACPI: bus type USB registered\n[ 0.371081] usbcore: registered new interface driver usbfs\n[ 0.372101] usbcore: registered new interface driver hub\n[ 0.373095] usbcore: registered new device driver usb\n[ 0.374141] PCI: Using ACPI for IRQ routing\n[ 0.375162] NetLabel: Initializing\n[ 0.375870] NetLabel: domain hash size = 128\n[ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377659] NetLabel: unlabeled traffic allowed by default\n[ 0.378741] clocksource: Switched to clocksource kvm-clock\n[ 0.384393] AppArmor: AppArmor Filesystem Enabled\n[ 0.385351] pnp: PnP ACPI init\n[ 0.386259] pnp: PnP ACPI: found 5 devices\n[ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395303] NET: Registered protocol family 2\n[ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400402] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405398] NET: Registered protocol family 1\n[ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438125] Trying to unpack rootfs image as initramfs...\n[ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503143] Scanning for low memory corruption every 60 seconds\n[ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506250] audit: initializing netlink subsys (disabled)\n[ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized\n[ 0.509201] Initialise system trusted keyring\n[ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514176] zbud: loaded\n[ 0.515019] VFS: Disk quotas dquot_6.6.0\n[ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517878] fuse init (API version 7.23)\n[ 0.518969] Key type big_key registered\n[ 0.519981] Allocating IMA MOK and blacklist keyrings.\n[ 0.521347] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525401] io scheduler noop registered\n[ 0.526390] io scheduler deadline registered (default)\n[ 0.527651] io scheduler cfq registered\n[ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533415] ACPI: Power Button [PWRF]\n[ 0.534811] GHES: HEST is not enabled!\n[ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609256] Linux agpgart interface v0.103\n[ 0.612377] brd: module loaded\n[ 0.614142] loop: module loaded\n[ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628306] GPT:90111 != 2097151\n[ 0.629104] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630258] vda: vda1 vda15\n[ 0.632285] scsi host0: ata_piix\n[ 0.633150] scsi host1: ata_piix\n[ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637136] libphy: Fixed MDIO Bus: probed\n[ 0.638115] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642097] PPP generic driver version 2.4.2\n[ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644175] ehci-pci: EHCI PCI platform driver\n[ 0.645031] ehci-platform: EHCI generic platform driver\n[ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647287] ohci-pci: OHCI PCI platform driver\n[ 0.648149] ohci-platform: OHCI generic platform driver\n[ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671367] usb usb1: Product: UHCI Host Controller\n[ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674456] hub 1-0:1.0: USB hub found\n[ 0.675234] hub 1-0:1.0: 2 ports detected\n[ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680193] mousedev: PS/2 mouse device common for all mice\n[ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686726] i2c /dev entries driver\n[ 0.687485] device-mapper: uevent: version 1.0.3\n[ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691474] NET: Registered protocol family 10\n[ 0.692474] NET: Registered protocol family 17\n[ 0.693356] Key type dns_resolver registered\n[ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697625] registered taskstats version 1\n[ 0.698652] Loading compiled-in X.509 certificates\n[ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702612] zswap: loaded using pool lzo/zbud\n[ 0.704200] Key type trusted registered\n[ 0.705905] Key type encrypted registered\n[ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709500] evm: HMAC attrs: 0x1\n[ 0.710590] Magic number: 6:990:486\n[ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762)\n[ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714970] EDD information not available.\n[ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797619] Write protecting the kernel read-only data: 14336k\n[ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.36s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCND7a991Cvq9fNht2KVShQgjP2b+bMh/tpp19OqhhSXbzdTgKZnGaQcNnm4KO7kDkNHUXBLXRO0AJIKV1fWdSK8ZJFJd1CkSXNTdIjQZMV7MbvYzEnjMC2zOS+s+PYKRyP0G7+bQbNAjz7gjDHiypUeovp8hm43VtE58cqUUvcxRq3MZIjxkRZvtyWYLvPc/BElDFsBCZaJqX1HsSb4dzNxaHox6/7SYRHXe3s4ImoY8U+aWiBs7rGJy5F2NhY49UKYSSZ4nj5YJ9rrWne6/dScUubOvRYl/kBoS3fXMH9JOkHF1I8rYa3zvqU/osWErdRMzowhm7LMwWROegstc8D root@vping-userdata-vm2-1e073828-e220-40a4-bda5-c905c800acdd\nssh-dss AAAAB3NzaC1kc3MAAACBANypXN00RafxE64uNKRk/0q2e7brbx0ng5EcLoVCzXEAryY9sF+J0kTAUgc51TXgZtBNmhFN2H2d9qMp+P3Qv41zLX29ptesUexSTT18IpdJ9AyA2OwqXiiHBOZfPEWj/nf8KMOkNsnMNrl6lygP18+7NbNQW9dvWyKl2J58q6idAAAAFQCsEiOMx/Yyqdq5ZNz5XoiCGB0kkwAAAIBNKT7KoG0J6Kv7FBlLUiofZCnVd0fwsVxWtuYtZPXKPpOg6lXRjemxMFGOCH85BQ9a8dkiDPgxLhPgO6KRjioO+sHRVePc4fKr3qDy2OnMHAvgzxCkhgQhkNJBqIXF59rH3GUpcLEHKTPo+UgFOoi+y8+lhwbeiACMaQyV/XIizQAAAIEA1tRxa0nwSDYJPBCWZH0V0M5Xqidlx13hOTPXbGtSB7RL+3fsp11kimYndIypkbavkjIVI+wa2AVvEYoSzu2ClktMaZlJT1qFLZuEI4tY9xOwbpe4eUJfuZOq2m5oQyPKzihd9FIqn9+DZALrdbC829573WugV4OfYKkopYToZt4= root@vping-userdata-vm2-1e073828-e220-40a4-bda5-c905c800acdd\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.11,24,fe80::f816:3eff:fe48:ebcb/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-1e073828-e220-40a4-bda5-c905c800acdd\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=51.20 ===\n"} 2018-10-06 15:30:18,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-c2fd7475-6bcc-48d9-ab86-00f477cd50f2 2018-10-06 15:30:18,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07158613205s 2018-10-06 15:30:18,912 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5/action used request id req-c2fd7475-6bcc-48d9-ab86-00f477cd50f2 2018-10-06 15:30:18,912 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482227534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.129662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131269] pid_max: default: 32768 minimum: 301 [ 0.132142] ACPI: Core revision 20150930 [ 0.133514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134800] Security Framework initialized [ 0.135597] Yama: becoming mindful. [ 0.136309] AppArmor: AppArmor initialized [ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138454] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140885] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142258] Initializing cgroup subsys io [ 0.143052] Initializing cgroup subsys memory [ 0.143888] Initializing cgroup subsys devices [ 0.144748] Initializing cgroup subsys freezer [ 0.145593] Initializing cgroup subsys net_cls [ 0.146432] Initializing cgroup subsys perf_event [ 0.147316] Initializing cgroup subsys net_prio [ 0.148177] Initializing cgroup subsys hugetlb [ 0.149032] Initializing cgroup subsys pids [ 0.149884] CPU: Physical Processor ID: 0 [ 0.151366] mce: CPU supports 10 MCE banks [ 0.152195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170512] ftrace: allocating 31920 entries in 125 pages [ 0.197731] smpboot: Max logical packages: 1 [ 0.198562] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199878] x2apic enabled [ 0.200668] Switched APIC routing to physical x2apic. [ 0.202391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207172] KVM setup paravirtual spinlock [ 0.208567] x86: Booted up 1 node, 1 CPUs [ 0.209350] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210712] devtmpfs: initialized [ 0.212422] evm: security.selinux [ 0.213108] evm: security.SMACK64 [ 0.213784] evm: security.SMACK64EXEC [ 0.214508] evm: security.SMACK64TRANSMUTE [ 0.215297] evm: security.SMACK64MMAP [ 0.216028] evm: security.ima [ 0.216657] evm: security.capability [ 0.217449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219260] pinctrl core: initialized pinctrl subsystem [ 0.220343] RTC time: 15:29:21, date: 10/06/18 [ 0.221287] NET: Registered protocol family 16 [ 0.222242] cpuidle: using governor ladder [ 0.223039] cpuidle: using governor menu [ 0.223804] PCCT header not found. [ 0.224548] ACPI: bus type PCI registered [ 0.225329] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226551] PCI: Using configuration type 1 for base access [ 0.228293] ACPI: Added _OSI(Module Device) [ 0.229122] ACPI: Added _OSI(Processor Device) [ 0.229966] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230847] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232953] ACPI: Interpreter enabled [ 0.233715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240934] ACPI: (supports S0 S5) [ 0.241624] ACPI: Using IOAPIC for interrupt routing [ 0.242645] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246824] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251376] acpiphp: Slot [3] registered [ 0.252164] acpiphp: Slot [4] registered [ 0.252950] acpiphp: Slot [5] registered [ 0.253732] acpiphp: Slot [6] registered [ 0.254508] acpiphp: Slot [7] registered [ 0.255298] acpiphp: Slot [8] registered [ 0.256083] acpiphp: Slot [9] registered [ 0.256870] acpiphp: Slot [10] registered [ 0.257663] acpiphp: Slot [11] registered [ 0.258461] acpiphp: Slot [12] registered [ 0.259256] acpiphp: Slot [13] registered [ 0.260055] acpiphp: Slot [14] registered [ 0.260852] acpiphp: Slot [15] registered [ 0.271632] acpiphp: Slot [16] registered [ 0.272425] acpiphp: Slot [17] registered [ 0.273221] acpiphp: Slot [18] registered [ 0.274016] acpiphp: Slot [19] registered [ 0.274809] acpiphp: Slot [20] registered [ 0.275605] acpiphp: Slot [21] registered [ 0.276398] acpiphp: Slot [22] registered [ 0.277194] acpiphp: Slot [23] registered [ 0.277992] acpiphp: Slot [24] registered [ 0.278785] acpiphp: Slot [25] registered [ 0.279577] acpiphp: Slot [26] registered [ 0.280365] acpiphp: Slot [27] registered [ 0.281166] acpiphp: Slot [28] registered [ 0.281971] acpiphp: Slot [29] registered [ 0.282761] acpiphp: Slot [30] registered [ 0.283552] acpiphp: Slot [31] registered [ 0.284338] PCI host bridge to bus 0000:00 [ 0.285129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288912] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356419] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364006] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365152] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367729] vgaarb: loaded [ 0.368322] vgaarb: bridge control possible 0000:00:02.0 [ 0.369453] SCSI subsystem initialized [ 0.370272] ACPI: bus type USB registered [ 0.371081] usbcore: registered new interface driver usbfs [ 0.372101] usbcore: registered new interface driver hub [ 0.373095] usbcore: registered new device driver usb [ 0.374141] PCI: Using ACPI for IRQ routing [ 0.375162] NetLabel: Initializing [ 0.375870] NetLabel: domain hash size = 128 [ 0.376718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377659] NetLabel: unlabeled traffic allowed by default [ 0.378741] clocksource: Switched to clocksource kvm-clock [ 0.384393] AppArmor: AppArmor Filesystem Enabled [ 0.385351] pnp: PnP ACPI init [ 0.386259] pnp: PnP ACPI: found 5 devices [ 0.392743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395303] NET: Registered protocol family 2 [ 0.396665] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400402] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402185] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405398] NET: Registered protocol family 1 [ 0.406494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409261] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438125] Trying to unpack rootfs image as initramfs... [ 0.488702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503143] Scanning for low memory corruption every 60 seconds [ 0.504789] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506250] audit: initializing netlink subsys (disabled) [ 0.507581] audit: type=2000 audit(1538839761.941:1): initialized [ 0.509201] Initialise system trusted keyring [ 0.510354] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514176] zbud: loaded [ 0.515019] VFS: Disk quotas dquot_6.6.0 [ 0.516034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517878] fuse init (API version 7.23) [ 0.518969] Key type big_key registered [ 0.519981] Allocating IMA MOK and blacklist keyrings. [ 0.521347] Key type asymmetric registered [ 0.522370] Asymmetric key parser 'x509' registered [ 0.523578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525401] io scheduler noop registered [ 0.526390] io scheduler deadline registered (default) [ 0.527651] io scheduler cfq registered [ 0.528679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533415] ACPI: Power Button [PWRF] [ 0.534811] GHES: HEST is not enabled! [ 0.548657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609256] Linux agpgart interface v0.103 [ 0.612377] brd: module loaded [ 0.614142] loop: module loaded [ 0.624414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626982] GPT:Alternate GPT header not at the end of the disk. [ 0.628306] GPT:90111 != 2097151 [ 0.629104] GPT: Use GNU Parted to correct GPT errors. [ 0.630258] vda: vda1 vda15 [ 0.632285] scsi host0: ata_piix [ 0.633150] scsi host1: ata_piix [ 0.633977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637136] libphy: Fixed MDIO Bus: probed [ 0.638115] tun: Universal TUN/TAP device driver, 1.6 [ 0.639266] tun: (C) 1999-2004 Max Krasnyansky [ 0.642097] PPP generic driver version 2.4.2 [ 0.642994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644175] ehci-pci: EHCI PCI platform driver [ 0.645031] ehci-platform: EHCI generic platform driver [ 0.646025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647287] ohci-pci: OHCI PCI platform driver [ 0.648149] ohci-platform: OHCI generic platform driver [ 0.649120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663946] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664946] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666375] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671367] usb usb1: Product: UHCI Host Controller [ 0.672290] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674456] hub 1-0:1.0: USB hub found [ 0.675234] hub 1-0:1.0: 2 ports detected [ 0.676141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678225] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679176] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680193] mousedev: PS/2 mouse device common for all mice [ 0.681455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683278] rtc_cmos 00:00: RTC can wake from S4 [ 0.684367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686726] i2c /dev entries driver [ 0.687485] device-mapper: uevent: version 1.0.3 [ 0.688423] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690186] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691474] NET: Registered protocol family 10 [ 0.692474] NET: Registered protocol family 17 [ 0.693356] Key type dns_resolver registered [ 0.694273] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697625] registered taskstats version 1 [ 0.698652] Loading compiled-in X.509 certificates [ 0.700317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702612] zswap: loaded using pool lzo/zbud [ 0.704200] Key type trusted registered [ 0.705905] Key type encrypted registered [ 0.706947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708227] ima: No TPM chip found, activating TPM-bypass! [ 0.709500] evm: HMAC attrs: 0x1 [ 0.710590] Magic number: 6:990:486 [ 0.711620] rtc_cmos 00:00: setting system clock to 2018-10-06 15:29:22 UTC (1538839762) [ 0.713584] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714970] EDD information not available. [ 0.795709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797619] Write protecting the kernel read-only data: 14336k [ 0.809843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.289688] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.36s] vPing KO vPing KO vPing KO vPing KO vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCND7a991Cvq9fNht2KVShQgjP2b+bMh/tpp19OqhhSXbzdTgKZnGaQcNnm4KO7kDkNHUXBLXRO0AJIKV1fWdSK8ZJFJd1CkSXNTdIjQZMV7MbvYzEnjMC2zOS+s+PYKRyP0G7+bQbNAjz7gjDHiypUeovp8hm43VtE58cqUUvcxRq3MZIjxkRZvtyWYLvPc/BElDFsBCZaJqX1HsSb4dzNxaHox6/7SYRHXe3s4ImoY8U+aWiBs7rGJy5F2NhY49UKYSSZ4nj5YJ9rrWne6/dScUubOvRYl/kBoS3fXMH9JOkHF1I8rYa3zvqU/osWErdRMzowhm7LMwWROegstc8D root@vping-userdata-vm2-1e073828-e220-40a4-bda5-c905c800acdd ssh-dss AAAAB3NzaC1kc3MAAACBANypXN00RafxE64uNKRk/0q2e7brbx0ng5EcLoVCzXEAryY9sF+J0kTAUgc51TXgZtBNmhFN2H2d9qMp+P3Qv41zLX29ptesUexSTT18IpdJ9AyA2OwqXiiHBOZfPEWj/nf8KMOkNsnMNrl6lygP18+7NbNQW9dvWyKl2J58q6idAAAAFQCsEiOMx/Yyqdq5ZNz5XoiCGB0kkwAAAIBNKT7KoG0J6Kv7FBlLUiofZCnVd0fwsVxWtuYtZPXKPpOg6lXRjemxMFGOCH85BQ9a8dkiDPgxLhPgO6KRjioO+sHRVePc4fKr3qDy2OnMHAvgzxCkhgQhkNJBqIXF59rH3GUpcLEHKTPo+UgFOoi+y8+lhwbeiACMaQyV/XIizQAAAIEA1tRxa0nwSDYJPBCWZH0V0M5Xqidlx13hOTPXbGtSB7RL+3fsp11kimYndIypkbavkjIVI+wa2AVvEYoSzu2ClktMaZlJT1qFLZuEI4tY9xOwbpe4eUJfuZOq2m5oQyPKzihd9FIqn9+DZALrdbC829573WugV4OfYKkopYToZt4= root@vping-userdata-vm2-1e073828-e220-40a4-bda5-c905c800acdd -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe48:ebcb/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 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-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-1e073828-e220-40a4-bda5-c905c800acdd launch-index: 0 === cirros: current=0.4.0 uptime=51.20 === 2018-10-06 15:30:18,914 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-06 15:30:19,027 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 15:30:19,027 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:19 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-06 15:30:19,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 15:30:19,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:19,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-b41b89a2-d0fd-4e45-9a83-d363db1fe477 x-compute-request-id: req-b41b89a2-d0fd-4e45-9a83-d363db1fe477 Content-Type: application/json 2018-10-06 15:30:19,220 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06 used request id req-b41b89a2-d0fd-4e45-9a83-d363db1fe477 2018-10-06 15:30:19,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.187523126602s 2018-10-06 15:30:19,220 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06 used request id req-b41b89a2-d0fd-4e45-9a83-d363db1fe477 2018-10-06 15:30:19,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:19,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:19,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-44aa353b-7052-4726-9c00-76e6450e08bb x-compute-request-id: req-44aa353b-7052-4726-9c00-76e6450e08bb Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e9:d6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:11.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "f96c79aa-ebdf-4cbd-9cdf-b98d56a1cb06", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:30:19Z", "hostId": "adf1979cbeef85807470b5b7c53beebbe4cff88bce5431db771f2cf8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:10Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:19,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-44aa353b-7052-4726-9c00-76e6450e08bb 2018-10-06 15:30:19,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525825023651s 2018-10-06 15:30:19,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-44aa353b-7052-4726-9c00-76e6450e08bb 2018-10-06 15:30:19,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:30:21,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:21,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:22,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ef747ed-73f5-48ad-98a2-723327e2ccb0 x-compute-request-id: req-5ef747ed-73f5-48ad-98a2-723327e2ccb0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:29:26Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:22,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5ef747ed-73f5-48ad-98a2-723327e2ccb0 2018-10-06 15:30:22,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654277086258s 2018-10-06 15:30:22,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5ef747ed-73f5-48ad-98a2-723327e2ccb0 2018-10-06 15:30:22,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 15:30:22,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:22,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15: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-0dd5f9f5-3492-401e-b28d-2b3ee44a8fff x-compute-request-id: req-0dd5f9f5-3492-401e-b28d-2b3ee44a8fff Content-Type: application/json 2018-10-06 15:30:22,705 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5 used request id req-0dd5f9f5-3492-401e-b28d-2b3ee44a8fff 2018-10-06 15:30:22,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.29625415802s 2018-10-06 15:30:22,705 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5 used request id req-0dd5f9f5-3492-401e-b28d-2b3ee44a8fff 2018-10-06 15:30:22,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:22,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:23,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4d78791-6fad-4e2a-a700-196c40403872 x-compute-request-id: req-a4d78791-6fad-4e2a-a700-196c40403872 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:eb:cb", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/907108eb-da88-4342-8fe4-74f925f8d1a5", "rel": "bookmark"}], "image": {"id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "links": [{"href": "http://172.30.9.26:8774/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T15:29:21.000000", "flavor": {"id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "links": [{"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}]}, "id": "907108eb-da88-4342-8fe4-74f925f8d1a5", "security_groups": [{"name": "default"}], "user_id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T15:30:22Z", "hostId": "cc0c85876ad80ee671fd5653435a7b423b22d6426bc5b52783aac7d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e073828-e220-40a4-bda5-c905c800acdd", "created": "2018-10-06T15:29:21Z", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 15:30:23,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a4d78791-6fad-4e2a-a700-196c40403872 2018-10-06 15:30:23,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495190143585s 2018-10-06 15:30:23,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a4d78791-6fad-4e2a-a700-196c40403872 2018-10-06 15:30:23,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 15:30:25,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 15:30:25,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:25,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-93ad6c9c-0a6f-4c11-b224-8d1639deb56d x-compute-request-id: req-93ad6c9c-0a6f-4c11-b224-8d1639deb56d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 15:30:25,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-93ad6c9c-0a6f-4c11-b224-8d1639deb56d 2018-10-06 15:30:25,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0816760063171s 2018-10-06 15:30:25,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-93ad6c9c-0a6f-4c11-b224-8d1639deb56d 2018-10-06 15:30:25,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 15:30:25,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5/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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" -d '{"subnet_id": "e4c9a816-8a6a-4c35-bdb8-5653fcffad51"}' 2018-10-06 15:30:26,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fd30fcf3-3afb-4961-9dc3-1a0060adc600 Date: Sat, 06 Oct 2018 15:30:26 GMT RESP BODY: {"network_id": "b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "subnet_id": "e4c9a816-8a6a-4c35-bdb8-5653fcffad51", "subnet_ids": ["e4c9a816-8a6a-4c35-bdb8-5653fcffad51"], "port_id": "8129b587-f06e-4a72-b13d-8b51aea5bab0", "id": "ae06159a-b525-40cd-a18b-9649f17320e5"} 2018-10-06 15:30:26,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5/remove_router_interface.json used request id req-fd30fcf3-3afb-4961-9dc3-1a0060adc600 2018-10-06 15:30:26,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.01961493492s 2018-10-06 15:30:26,308 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5/remove_router_interface.json used request id req-fd30fcf3-3afb-4961-9dc3-1a0060adc600 returning object ae06159a-b525-40cd-a18b-9649f17320e5 2018-10-06 15:30:26,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 15:30:26,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:26,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6e0258d1-1a43-4b48-9cbb-247879b0d572 Date: Sat, 06 Oct 2018 15:30:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "created_at": "2018-10-06T15:29:02Z", "admin_state_up": true, "updated_at": "2018-10-06T15:30:25Z", "revision_number": 4, "routes": [], "project_id": "678448a9a75d41c88fb0f7ec3e637e57", "id": "ae06159a-b525-40cd-a18b-9649f17320e5", "name": "vping_userdata-router_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:30:26,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6e0258d1-1a43-4b48-9cbb-247879b0d572 2018-10-06 15:30:26,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0800819396973s 2018-10-06 15:30:26,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6e0258d1-1a43-4b48-9cbb-247879b0d572 2018-10-06 15:30:26,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 15:30:26,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:27,622 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-566ec6d8-61f6-409f-8bcf-e706c4d1f770 Content-Length: 0 Date: Sat, 06 Oct 2018 15:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:30:27,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5.json used request id req-566ec6d8-61f6-409f-8bcf-e706c4d1f770 2018-10-06 15:30:27,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.23186302185s 2018-10-06 15:30:27,623 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/ae06159a-b525-40cd-a18b-9649f17320e5.json used request id req-566ec6d8-61f6-409f-8bcf-e706c4d1f770 2018-10-06 15:30:27,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 15:30:27,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:27,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0a46b39b-7aa5-4486-862a-a09e3b70c2fc Date: Sat, 06 Oct 2018 15:30:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:29:01Z","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":"678448a9a75d41c88fb0f7ec3e637e57","id":"e4c9a816-8a6a-4c35-bdb8-5653fcffad51","subnetpool_id":null,"name":"vping_userdata-subnet_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:30:27,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0a46b39b-7aa5-4486-862a-a09e3b70c2fc 2018-10-06 15:30:27,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0600600242615s 2018-10-06 15:30:27,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0a46b39b-7aa5-4486-862a-a09e3b70c2fc 2018-10-06 15:30:27,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 15:30:27,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/e4c9a816-8a6a-4c35-bdb8-5653fcffad51.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:30,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bded28d5-8ce4-4d74-9c09-87fe21f312dc Date: Sat, 06 Oct 2018 15:30:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:30:30,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e4c9a816-8a6a-4c35-bdb8-5653fcffad51.json used request id req-bded28d5-8ce4-4d74-9c09-87fe21f312dc 2018-10-06 15:30:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.32327008247s 2018-10-06 15:30:30,009 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e4c9a816-8a6a-4c35-bdb8-5653fcffad51.json used request id req-bded28d5-8ce4-4d74-9c09-87fe21f312dc 2018-10-06 15:30:30,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:30:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:30,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-910e7c0c-48e3-44f9-b8a6-1ae01cda297e Date: Sat, 06 Oct 2018 15:30:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"updated_at":"2018-10-06T15:01:46Z","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T15:30:29Z","tenant_id":"678448a9a75d41c88fb0f7ec3e637e57","created_at":"2018-10-06T15:29:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"678448a9a75d41c88fb0f7ec3e637e57","id":"b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7","name":"vping_userdata-net_1e073828-e220-40a4-bda5-c905c800acdd"}]} 2018-10-06 15:30:30,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-910e7c0c-48e3-44f9-b8a6-1ae01cda297e 2018-10-06 15:30:30,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126105070114s 2018-10-06 15:30:30,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-910e7c0c-48e3-44f9-b8a6-1ae01cda297e 2018-10-06 15:30:30,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 15:30:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:31,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2023142-c22d-4692-b029-1e9f35ef337c Date: Sat, 06 Oct 2018 15:30:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:30:31,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7.json used request id req-f2023142-c22d-4692-b029-1e9f35ef337c 2018-10-06 15:30:31,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24013495445s 2018-10-06 15:30:31,377 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b2bb5bd4-5009-4e1f-a519-49d4a6cf5fb7.json used request id req-f2023142-c22d-4692-b029-1e9f35ef337c 2018-10-06 15:30:31,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:30:31,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:31,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-d0054e3c-0544-49c3-85c0-2ba20da5c620 Date: Sat, 06 Oct 2018 15:30:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "metadata": {}}], "file": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/file", "owner": "678448a9a75d41c88fb0f7ec3e637e57", "id": "d5627c50-b2b6-4c2d-be8f-4d66217e3236", "size": 12716032, "self": "/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:29:07Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e073828-e220-40a4-bda5-c905c800acdd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:29:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:30:31,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d0054e3c-0544-49c3-85c0-2ba20da5c620 2018-10-06 15:30:31,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181029081345s 2018-10-06 15:30:31,559 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d0054e3c-0544-49c3-85c0-2ba20da5c620 2018-10-06 15:30:31,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 15:30:31,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b5c49ff7ad04cdc568a7687c0d12a97ab27e34" 2018-10-06 15:30:33,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9cf2845a-d51e-428e-ba62-8f03f7362032 Date: Sat, 06 Oct 2018 15:30:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:30:33,547 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236 used request id req-9cf2845a-d51e-428e-ba62-8f03f7362032 2018-10-06 15:30:33,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.98628807068s 2018-10-06 15:30:33,547 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d5627c50-b2b6-4c2d-be8f-4d66217e3236 used request id req-9cf2845a-d51e-428e-ba62-8f03f7362032 2018-10-06 15:30:33,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:30:33,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:33,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-576b74c0-b813-4503-9c07-00bc9e4d12cc x-compute-request-id: req-576b74c0-b813-4503-9c07-00bc9e4d12cc Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5df9d643-95b3-488f-9d0c-a3104e3c5f76", "name": "vping_userdata-flavor_1e073828-e220-40a4-bda5-c905c800acdd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:30:33,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-576b74c0-b813-4503-9c07-00bc9e4d12cc 2018-10-06 15:30:33,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0349299907684s 2018-10-06 15:30:33,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-576b74c0-b813-4503-9c07-00bc9e4d12cc 2018-10-06 15:30:33,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 15:30:33,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:33,656 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:30:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8fc0d7b-4ac4-4549-ba03-b597a62c489c x-compute-request-id: req-b8fc0d7b-4ac4-4549-ba03-b597a62c489c Content-Length: 0 Content-Type: application/json 2018-10-06 15:30:33,656 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76 used request id req-b8fc0d7b-4ac4-4549-ba03-b597a62c489c 2018-10-06 15:30:33,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0721921920776s 2018-10-06 15:30:33,657 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5df9d643-95b3-488f-9d0c-a3104e3c5f76 used request id req-b8fc0d7b-4ac4-4549-ba03-b597a62c489c 2018-10-06 15:30:33,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:30:33,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:33,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37af0f57-cddd-4f9b-8474-386ecbba2e36 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_1e073828-e220-40a4-bda5-c905c800acdd", "links": {"self": "http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa"}, "domain_id": "default", "enabled": true, "id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:30:33,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-37af0f57-cddd-4f9b-8474-386ecbba2e36 2018-10-06 15:30:33,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110044956207s 2018-10-06 15:30:33,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-37af0f57-cddd-4f9b-8474-386ecbba2e36 2018-10-06 15:30:33,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:30:33,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:33,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9a1ea4-565b-4c65-87b9-6a1faa721683 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa"}, "enabled": true, "id": "b9ab3f132f8b4b2f8cf5b825dd8d38aa", "options": {}, "domain_id": "default", "name": "vping_userdata-user_1e073828-e220-40a4-bda5-c905c800acdd"}} 2018-10-06 15:30:33,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa used request id req-0d9a1ea4-565b-4c65-87b9-6a1faa721683 2018-10-06 15:30:33,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109839916229s 2018-10-06 15:30:33,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa used request id req-0d9a1ea4-565b-4c65-87b9-6a1faa721683 2018-10-06 15:30:33,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 15:30:33,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:34,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79d6c36f-bd60-4374-b0b4-4186331c430c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:30:34,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa used request id req-79d6c36f-bd60-4374-b0b4-4186331c430c 2018-10-06 15:30:34,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.32683801651s 2018-10-06 15:30:34,212 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b9ab3f132f8b4b2f8cf5b825dd8d38aa used request id req-79d6c36f-bd60-4374-b0b4-4186331c430c 2018-10-06 15:30:34,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:30:34,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:34,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f7fd09b-a888-4e6d-88bd-5e74969b2f8d Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57"}, "enabled": true, "id": "678448a9a75d41c88fb0f7ec3e637e57", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_1e073828-e220-40a4-bda5-c905c800acdd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:30:34,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-5f7fd09b-a888-4e6d-88bd-5e74969b2f8d 2018-10-06 15:30:34,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804009437561s 2018-10-06 15:30:34,293 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-5f7fd09b-a888-4e6d-88bd-5e74969b2f8d 2018-10-06 15:30:34,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 15:30:34,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:34,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af5b11e1-d541-42eb-9fb6-9db7cc2b3450 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:30:34,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57 used request id req-af5b11e1-d541-42eb-9fb6-9db7cc2b3450 2018-10-06 15:30:34,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.248257875443s 2018-10-06 15:30:34,544 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/678448a9a75d41c88fb0f7ec3e637e57 used request id req-af5b11e1-d541-42eb-9fb6-9db7cc2b3450 2018-10-06 15:30:34,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:34,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:34,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc74923-5a83-4843-8e9c-6daa756ded8e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7df3e76c1c26428fa8a312d6dfcd9b81", "links": {"self": "http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:34,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-afc74923-5a83-4843-8e9c-6daa756ded8e 2018-10-06 15:30:34,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829131603241s 2018-10-06 15:30:34,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:30:34,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:34,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-003c2c9e-302a-48f6-bb90-19b24466079e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:30:34,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/7df3e76c1c26428fa8a312d6dfcd9b81 used request id req-003c2c9e-302a-48f6-bb90-19b24466079e 2018-10-06 15:30:34,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0981140136719s 2018-10-06 15:30:34,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:30:34,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=678448a9a75d41c88fb0f7ec3e637e57&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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:34,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-1181db7b-f304-4f60-b06f-102ad342c0bd Date: Sat, 06 Oct 2018 15:30:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "created_at": "2018-10-06T15:28:59Z", "updated_at": "2018-10-06T15:28:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "12271233-99bd-460c-a4f7-1de269c296a7", "remote_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv4", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "6a589da9-5937-4dc4-9251-c373adbe15a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv4", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "ccbe3c61-d66b-4f7b-875b-673e8a7f7037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv6", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "cd3d5fb4-3a05-4a56-90dd-fc2e5e8cdc2e", "remote_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv6", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}], "revision_number": 4, "project_id": "678448a9a75d41c88fb0f7ec3e637e57", "id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "name": "default"}]} 2018-10-06 15:30:34,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=678448a9a75d41c88fb0f7ec3e637e57&name=default used request id req-1181db7b-f304-4f60-b06f-102ad342c0bd 2018-10-06 15:30:34,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188421010971s 2018-10-06 15:30:34,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=678448a9a75d41c88fb0f7ec3e637e57&name=default used request id req-1181db7b-f304-4f60-b06f-102ad342c0bd 2018-10-06 15:30:34,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:30:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:35,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5304ed04-9f0d-4623-996c-ad559ed55315 Date: Sat, 06 Oct 2018 15:30:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "created_at": "2018-10-06T15:28:59Z", "updated_at": "2018-10-06T15:28:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "cd3d5fb4-3a05-4a56-90dd-fc2e5e8cdc2e", "remote_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv6", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "12271233-99bd-460c-a4f7-1de269c296a7", "remote_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv4", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "6a589da9-5937-4dc4-9251-c373adbe15a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv4", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:28:59Z", "revision_number": 0, "id": "ccbe3c61-d66b-4f7b-875b-673e8a7f7037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:28:59Z", "security_group_id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "tenant_id": "678448a9a75d41c88fb0f7ec3e637e57", "port_range_min": null, "ethertype": "IPv6", "project_id": "678448a9a75d41c88fb0f7ec3e637e57"}], "revision_number": 4, "project_id": "678448a9a75d41c88fb0f7ec3e637e57", "id": "15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}]} 2018-10-06 15:30:35,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5304ed04-9f0d-4623-996c-ad559ed55315 2018-10-06 15:30:35,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192521095276s 2018-10-06 15:30:35,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5304ed04-9f0d-4623-996c-ad559ed55315 2018-10-06 15:30:35,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 15:30:35,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5d5102b6dcad6746fd2e3e1af9a365e595073cc" 2018-10-06 15:30:35,478 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50be4917-7908-4bac-a1a5-e08d06a97a96 Content-Length: 0 Date: Sat, 06 Oct 2018 15:30:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 15:30:35,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c.json used request id req-50be4917-7908-4bac-a1a5-e08d06a97a96 2018-10-06 15:30:35,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.35805106163s 2018-10-06 15:30:35,478 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/15d02fd8-f2ff-49cf-a6e1-d441d8b29b4c.json used request id req-50be4917-7908-4bac-a1a5-e08d06a97a96 2018-10-06 15:30:35,531 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:30:35,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:30:35,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:30:35,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:30:35,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:30:35,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:30:35,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:30:35,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26923784-90e1-4d75-9f14-0e1883f2b5b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:30:35,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-26923784-90e1-4d75-9f14-0e1883f2b5b2 2018-10-06 15:30:35,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:30:36,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Ge1lJVQBS46f6871u9lBRQ"], "issued_at": "2018-10-06T15:30:36.000000Z"}} 2018-10-06 15:30:36,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:30:36,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:36,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0531dd5d-5d66-4a98-a406-142649aeb7e5 Date: Sat, 06 Oct 2018 15:30:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:30:36,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0531dd5d-5d66-4a98-a406-142649aeb7e5 2018-10-06 15:30:36,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240576982498s 2018-10-06 15:30:36,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0531dd5d-5d66-4a98-a406-142649aeb7e5 2018-10-06 15:30:36,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:30:36,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:36,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:30:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:30:36,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:36,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5666acab-8f19-4ac4-aeb2-8ae8074bc2f9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:30:36,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-5666acab-8f19-4ac4-aeb2-8ae8074bc2f9 2018-10-06 15:30:36,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0903661251068s 2018-10-06 15:30:36,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 15:30:36,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970"}}' 2018-10-06 15:30:36,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:30:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be7706ce-6a20-448d-b671-6b6db31509fd 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.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e"}, "enabled": true, "id": "d0e57d556a9c49649e05170e0759764e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970"}} 2018-10-06 15:30:36,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-be7706ce-6a20-448d-b671-6b6db31509fd 2018-10-06 15:30:36,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0546898841858s 2018-10-06 15:30:36,437 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-be7706ce-6a20-448d-b671-6b6db31509fd 2018-10-06 15:30:36,438 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970', 'id': u'd0e57d556a9c49649e05170e0759764e', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 15:30:36,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 15:30:36,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.347358942032s 2018-10-06 15:30:36,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:36,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c8eb54-d8e3-4828-bf79-4e1727277080 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3"}, "enabled": true, "id": "0a60d912f66046fcbdf81c017870cfe3", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970"}} 2018-10-06 15:30:36,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 used request id req-a0c8eb54-d8e3-4828-bf79-4e1727277080 2018-10-06 15:30:36,881 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0a60d912f66046fcbdf81c017870cfe3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970'}) 2018-10-06 15:30:36,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:36,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:36,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1f2b1a-fd12-4219-9cb9-ab21f796b4f6 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:36,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9e1f2b1a-fd12-4219-9cb9-ab21f796b4f6 2018-10-06 15:30:36,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0910379886627s 2018-10-06 15:30:36,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:36,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54d02c13-9148-4167-89c3-69d242555c45 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:37,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-54d02c13-9148-4167-89c3-69d242555c45 2018-10-06 15:30:37,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818650722504s 2018-10-06 15:30:37,056 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 15:30:37,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:30:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" -d '{"role": {"name": "Member"}}' 2018-10-06 15:30:37,163 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f039ee4e-d667-49ae-8a24-8c0e25eeef54 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7ae2c20aecd24acda9583309d959ff10", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "name": "Member"}} 2018-10-06 15:30:37,163 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-f039ee4e-d667-49ae-8a24-8c0e25eeef54 2018-10-06 15:30:37,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.106993913651s 2018-10-06 15:30:37,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a08e2548-9e70-444a-8c45-af339d6892d2 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "domain_id": null, "name": "Member", "id": "7ae2c20aecd24acda9583309d959ff10"}} 2018-10-06 15:30:37,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10 used request id req-a08e2548-9e70-444a-8c45-af339d6892d2 2018-10-06 15:30:37,249 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10'}, 'domain_id': None, 'human_id': None, 'id': u'7ae2c20aecd24acda9583309d959ff10', 'HUMAN_ID': False}) 2018-10-06 15:30:37,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:37,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68c6e95c-a020-4d8c-b2fb-531d1900aea2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7ae2c20aecd24acda9583309d959ff10", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:37,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-68c6e95c-a020-4d8c-b2fb-531d1900aea2 2018-10-06 15:30:37,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0750548839569s 2018-10-06 15:30:37,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:30:37,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd953ed7-72e5-43cf-b18f-c1536b3ed45a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:30:37,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-cd953ed7-72e5-43cf-b18f-c1536b3ed45a 2018-10-06 15:30:37,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0775940418243s 2018-10-06 15:30:37,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:30:37,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc47bce8-f328-4f95-bfff-e3c09d9cd693 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970", "links": {"self": "http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3"}, "domain_id": "default", "enabled": true, "id": "0a60d912f66046fcbdf81c017870cfe3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:30:37,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-cc47bce8-f328-4f95-bfff-e3c09d9cd693 2018-10-06 15:30:37,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115983963013s 2018-10-06 15:30:37,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-cc47bce8-f328-4f95-bfff-e3c09d9cd693 2018-10-06 15:30:37,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:30:37,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa156041-4adf-492e-9038-ce16c99e9ac0 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e"}, "enabled": true, "id": "d0e57d556a9c49649e05170e0759764e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:30:37,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-aa156041-4adf-492e-9038-ce16c99e9ac0 2018-10-06 15:30:37,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0739350318909s 2018-10-06 15:30:37,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-aa156041-4adf-492e-9038-ce16c99e9ac0 2018-10-06 15:30:37,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:30:37,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&scope.project.id=d0e57d556a9c49649e05170e0759764e&role.id=7ae2c20aecd24acda9583309d959ff10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16840f06-d3a3-401e-9256-433ba5ab1235 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&scope.project.id=d0e57d556a9c49649e05170e0759764e&role.id=7ae2c20aecd24acda9583309d959ff10", "previous": null, "next": null}} 2018-10-06 15:30:37,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&scope.project.id=d0e57d556a9c49649e05170e0759764e&role.id=7ae2c20aecd24acda9583309d959ff10 used request id req-16840f06-d3a3-401e-9256-433ba5ab1235 2018-10-06 15:30:37,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0776879787445s 2018-10-06 15:30:37,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:30:37,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e/users/0a60d912f66046fcbdf81c017870cfe3/roles/7ae2c20aecd24acda9583309d959ff10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f04a343-eeb3-4553-b9c8-f0b4581923c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:30:37,806 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e/users/0a60d912f66046fcbdf81c017870cfe3/roles/7ae2c20aecd24acda9583309d959ff10 used request id req-3f04a343-eeb3-4553-b9c8-f0b4581923c4 2018-10-06 15:30:37,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125044822693s 2018-10-06 15:30:37,807 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970', 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': '99970656-d150-439b-8797-ddf1dffe6239', 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_9093c327-4b47-499b-93e9-924a84b35970', 'project_id': u'd0e57d556a9c49649e05170e0759764e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 15:30:37,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:30:37,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:30:37,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:30:37,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:30:37,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:30:37,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:30:37,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:30:37,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:30:37,812 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970', 'password': '99970656-d150-439b-8797-ddf1dffe6239', 'project_name': 'tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'd0e57d556a9c49649e05170e0759764e', 'project_domain_name': 'Default'} 2018-10-06 15:30:37,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:37,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e50952-af23-40f2-9a92-5873cccff035 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7ae2c20aecd24acda9583309d959ff10", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:37,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-15e50952-af23-40f2-9a92-5873cccff035 2018-10-06 15:30:37,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748028755188s 2018-10-06 15:30:37,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:37,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:37,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f5bc30-bbc1-4445-91c6-85fd0d8e7665 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7ae2c20aecd24acda9583309d959ff10", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:37,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-93f5bc30-bbc1-4445-91c6-85fd0d8e7665 2018-10-06 15:30:37,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817649364471s 2018-10-06 15:30:37,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:30:37,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-054033d6-c5b2-4d98-9774-e563602311a1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:30:38,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-054033d6-c5b2-4d98-9774-e563602311a1 2018-10-06 15:30:38,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0781421661377s 2018-10-06 15:30:38,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:30:38,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5b9be3-d2fd-4c54-94b2-d2429a208453 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970", "links": {"self": "http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3"}, "domain_id": "default", "enabled": true, "id": "0a60d912f66046fcbdf81c017870cfe3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:30:38,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fe5b9be3-d2fd-4c54-94b2-d2429a208453 2018-10-06 15:30:38,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945811271667s 2018-10-06 15:30:38,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fe5b9be3-d2fd-4c54-94b2-d2429a208453 2018-10-06 15:30:38,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:30:38,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e48536-77d9-4f7d-be74-879ee87976f9 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e"}, "enabled": true, "id": "d0e57d556a9c49649e05170e0759764e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:30:38,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-75e48536-77d9-4f7d-be74-879ee87976f9 2018-10-06 15:30:38,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0787010192871s 2018-10-06 15:30:38,231 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-75e48536-77d9-4f7d-be74-879ee87976f9 2018-10-06 15:30:38,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:30:38,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&scope.project.id=d0e57d556a9c49649e05170e0759764e&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c634c9-53c5-499e-99f5-e912159d3839 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&scope.project.id=d0e57d556a9c49649e05170e0759764e&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 15:30:38,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&scope.project.id=d0e57d556a9c49649e05170e0759764e&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-48c634c9-53c5-499e-99f5-e912159d3839 2018-10-06 15:30:38,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0781061649323s 2018-10-06 15:30:38,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:30:38,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e/users/0a60d912f66046fcbdf81c017870cfe3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d385c42-90fd-4ecd-8cd8-594f82f427f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:30:38,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e/users/0a60d912f66046fcbdf81c017870cfe3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-1d385c42-90fd-4ecd-8cd8-594f82f427f6 2018-10-06 15:30:38,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111186981201s 2018-10-06 15:30:38,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:38,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3cf8fc7-de0f-41d5-9daa-1d1acfa270e2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7ae2c20aecd24acda9583309d959ff10", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:38,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c3cf8fc7-de0f-41d5-9daa-1d1acfa270e2 2018-10-06 15:30:38,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802009105682s 2018-10-06 15:30:38,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:30:38,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a355985d-b2ed-4cc8-bc9a-93388e2c975c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:30:38,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-a355985d-b2ed-4cc8-bc9a-93388e2c975c 2018-10-06 15:30:38,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0801739692688s 2018-10-06 15:30:38,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:30:38,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7edd6707-f653-4430-82b8-cb6643612ec2 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970", "links": {"self": "http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3"}, "domain_id": "default", "enabled": true, "id": "0a60d912f66046fcbdf81c017870cfe3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:30:38,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7edd6707-f653-4430-82b8-cb6643612ec2 2018-10-06 15:30:38,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.090959072113s 2018-10-06 15:30:38,677 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7edd6707-f653-4430-82b8-cb6643612ec2 2018-10-06 15:30:38,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:30:38,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a42e6c-bbff-442c-bc6f-555a4e54bce9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 15:30:38,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=0a60d912f66046fcbdf81c017870cfe3&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default used request id req-e4a42e6c-bbff-442c-bc6f-555a4e54bce9 2018-10-06 15:30:38,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0846118927002s 2018-10-06 15:30:38,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:30:38,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/0a60d912f66046fcbdf81c017870cfe3/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:30:38,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3af79342-a7a6-4213-b46e-ab8a973542af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:30:38,891 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/0a60d912f66046fcbdf81c017870cfe3/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-3af79342-a7a6-4213-b46e-ab8a973542af 2018-10-06 15:30:38,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123046875s 2018-10-06 15:30:38,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 15:30:43,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 15:30:43.316 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2ebb05ff-d225-401d-8d75-1d52fbccdb85) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2ebb05ff-d225-401d-8d75-1d52fbccdb85 | 2018-10-06T15:30:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2ebb05ff-d225-401d-8d75-1d52fbccdb85 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-06 15:30:47,038 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-06 15:30:47,039 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 15:30:52,835 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 15:30:51.313 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 15:30:51.474 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 15:30:52.654 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3) as the default verifier for the future CLI operations. 2018-10-06 15:30:55,772 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-06 15:30:55,774 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:30:55,906 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 15:30:55,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:30:55,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9ae70a-3514-4f56-9e7f-a295c06354d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:30:55,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3e9ae70a-3514-4f56-9e7f-a295c06354d6 2018-10-06 15:30:55,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:30:56,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "7ae2c20aecd24acda9583309d959ff10", "name": "Member"}], "expires_at": "2018-10-06T16:30:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0e57d556a9c49649e05170e0759764e", "name": "tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/d0e57d556a9c49649e05170e0759764e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/d0e57d556a9c49649e05170e0759764e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/d0e57d556a9c49649e05170e0759764e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/d0e57d556a9c49649e05170e0759764e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/d0e57d556a9c49649e05170e0759764e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/d0e57d556a9c49649e05170e0759764e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d0e57d556a9c49649e05170e0759764e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/d0e57d556a9c49649e05170e0759764e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/d0e57d556a9c49649e05170e0759764e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/d0e57d556a9c49649e05170e0759764e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/d0e57d556a9c49649e05170e0759764e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/d0e57d556a9c49649e05170e0759764e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970", "id": "0a60d912f66046fcbdf81c017870cfe3"}, "audit_ids": ["9BdzAu7XShupnZCNht7Nww"], "issued_at": "2018-10-06T15:30:56.000000Z"}} 2018-10-06 15:30:56,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:30:56,311 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 15:30:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 15:30:56,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:30:56,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:30:56,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a4df452e-dd48-40ea-bb5e-097313dcba54 Date: Sat, 06 Oct 2018 15:30:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:30:56,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a4df452e-dd48-40ea-bb5e-097313dcba54 2018-10-06 15:30:56,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180057048798s 2018-10-06 15:30:56,495 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a4df452e-dd48-40ea-bb5e-097313dcba54 2018-10-06 15:30:56,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 15:30:56,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970"}' 2018-10-06 15:30:56,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299 X-Openstack-Request-Id: req-76e0eee0-1033-453a-bbcb-d736cc49f929 Date: Sat, 06 Oct 2018 15:30:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file", "owner": "d0e57d556a9c49649e05170e0759764e", "id": "d8718a09-457a-4fd1-818e-ef6717d53299", "size": null, "self": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:30:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "checksum": null, "created_at": "2018-10-06T15:30:56Z", "protected": false} 2018-10-06 15:30:56,718 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-76e0eee0-1033-453a-bbcb-d736cc49f929 2018-10-06 15:30:56,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.220808982849s 2018-10-06 15:30:56,719 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-76e0eee0-1033-453a-bbcb-d736cc49f929 returning object d8718a09-457a-4fd1-818e-ef6717d53299 2018-10-06 15:30:56,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 15:30:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" -d '' 2018-10-06 15:30:58,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae5cd91a-f3d5-44f6-a59a-3d5ff413cf58 Date: Sat, 06 Oct 2018 15:30:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:30:58,227 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file used request id req-ae5cd91a-f3d5-44f6-a59a-3d5ff413cf58 2018-10-06 15:30:58,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.5074968338s 2018-10-06 15:30:58,227 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file used request id req-ae5cd91a-f3d5-44f6-a59a-3d5ff413cf58 2018-10-06 15:30:58,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:30:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:30:58,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-a6b35b73-d691-46c8-98ce-53a7d9dd35b6 Date: Sat, 06 Oct 2018 15:30:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "metadata": {}}], "file": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file", "owner": "d0e57d556a9c49649e05170e0759764e", "id": "d8718a09-457a-4fd1-818e-ef6717d53299", "size": 12716032, "self": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:30:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:30:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:30:58,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a6b35b73-d691-46c8-98ce-53a7d9dd35b6 2018-10-06 15:30:58,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175348997116s 2018-10-06 15:30:58,403 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a6b35b73-d691-46c8-98ce-53a7d9dd35b6 2018-10-06 15:30:58,406 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file', 'owner': u'd0e57d556a9c49649e05170e0759764e', 'id': u'd8718a09-457a-4fd1-818e-ef6717d53299', 'size': 12716032, u'self': u'/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd0e57d556a9c49649e05170e0759764e', 'name': 'tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T15:30:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T15:30:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970', 'created': u'2018-10-06T15:30:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T15:30:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 15:30:58,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 15:30:58,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_9093c327-4b47-499b-93e9-924a84b35970", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 15:30:58,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9765ae1d-c01b-44d0-9bbc-a9d7528f154d x-compute-request-id: req-9765ae1d-c01b-44d0-9bbc-a9d7528f154d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "name": "tempest_smoke_serial-flavor_9093c327-4b47-499b-93e9-924a84b35970", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:30:58,633 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9765ae1d-c01b-44d0-9bbc-a9d7528f154d 2018-10-06 15:30:58,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.226490020752s 2018-10-06 15:30:58,633 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9765ae1d-c01b-44d0-9bbc-a9d7528f154d returning object bfd04616-fc3f-45c5-a35c-f1c90c00eeab 2018-10-06 15:30:58,634 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_9093c327-4b47-499b-93e9-924a84b35970', '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'b02668b3789342938652e3506ba63a25', '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'bfd04616-fc3f-45c5-a35c-f1c90c00eeab', 'swap': 0}) 2018-10-06 15:30:58,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 15:30:58,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab/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}b042bb87370da5faf1a4b4444a36c2ffa11df937" -d '{"extra_specs": {}}' 2018-10-06 15:30:58,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da100c3e-d847-429d-8899-e91939fba617 x-compute-request-id: req-da100c3e-d847-429d-8899-e91939fba617 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:30:58,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab/os-extra_specs used request id req-da100c3e-d847-429d-8899-e91939fba617 2018-10-06 15:30:58,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215449333191s 2018-10-06 15:30:58,657 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab/os-extra_specs used request id req-da100c3e-d847-429d-8899-e91939fba617 2018-10-06 15:30:58,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:30:58,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:30:58,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:30: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:30:58,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:30:58,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a15f6923-33ab-4e0a-b54f-89241916fdd4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7ae2c20aecd24acda9583309d959ff10", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:30:58,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a15f6923-33ab-4e0a-b54f-89241916fdd4 2018-10-06 15:30:58,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0976619720459s 2018-10-06 15:30:58,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 15:30:58,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:30:58,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:30:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34ab9816-3b1b-4fea-88d6-e87b6408829d x-compute-request-id: req-34ab9816-3b1b-4fea-88d6-e87b6408829d 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 15:30:58,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-34ab9816-3b1b-4fea-88d6-e87b6408829d 2018-10-06 15:30:58,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.191749095917s 2018-10-06 15:30:58,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-34ab9816-3b1b-4fea-88d6-e87b6408829d 2018-10-06 15:30:58,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:30:58,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:30:58,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-fd959274-ca67-4937-90f2-33b95bfdf503 Date: Sat, 06 Oct 2018 15:30:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "metadata": {}}], "file": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file", "owner": "d0e57d556a9c49649e05170e0759764e", "id": "d8718a09-457a-4fd1-818e-ef6717d53299", "size": 12716032, "self": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:30:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:30:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:30:58,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fd959274-ca67-4937-90f2-33b95bfdf503 2018-10-06 15:30:58,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0230767726898s 2018-10-06 15:30:58,977 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fd959274-ca67-4937-90f2-33b95bfdf503 2018-10-06 15:30:58,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 15:30:58,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970"}' 2018-10-06 15:30:59,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8 X-Openstack-Request-Id: req-5ffda8f7-6902-4f53-ba7e-b1ecec24836e Date: Sat, 06 Oct 2018 15:30:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/file", "owner": "d0e57d556a9c49649e05170e0759764e", "id": "eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8", "size": null, "self": "/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:30:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970", "checksum": null, "created_at": "2018-10-06T15:30:59Z", "protected": false} 2018-10-06 15:30:59,178 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-5ffda8f7-6902-4f53-ba7e-b1ecec24836e 2018-10-06 15:30:59,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.198360919952s 2018-10-06 15:30:59,179 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-5ffda8f7-6902-4f53-ba7e-b1ecec24836e returning object eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8 2018-10-06 15:30:59,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 15:30:59,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" -d '' 2018-10-06 15:31:00,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61cb132f-954d-4724-a5b1-14328094f4be Date: Sat, 06 Oct 2018 15:31:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:31:00,366 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/file used request id req-61cb132f-954d-4724-a5b1-14328094f4be 2018-10-06 15:31:00,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18674111366s 2018-10-06 15:31:00,366 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/file used request id req-61cb132f-954d-4724-a5b1-14328094f4be 2018-10-06 15:31:00,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:31:00,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:31:00,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-bad1b8f1-557d-488b-9409-c439be61c2fe Date: Sat, 06 Oct 2018 15:31:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/snap", "metadata": {}}], "file": "/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/file", "owner": "d0e57d556a9c49649e05170e0759764e", "id": "eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8", "size": 12716032, "self": "/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:31:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:30:59Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "metadata": {}}], "file": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file", "owner": "d0e57d556a9c49649e05170e0759764e", "id": "d8718a09-457a-4fd1-818e-ef6717d53299", "size": 12716032, "self": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:30:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:30:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:31:00,548 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bad1b8f1-557d-488b-9409-c439be61c2fe 2018-10-06 15:31:00,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181447029114s 2018-10-06 15:31:00,549 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bad1b8f1-557d-488b-9409-c439be61c2fe 2018-10-06 15:31:00,552 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/file', 'owner': u'd0e57d556a9c49649e05170e0759764e', 'id': u'eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8', 'size': 12716032, u'self': u'/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd0e57d556a9c49649e05170e0759764e', 'name': 'tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T15:31:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T15:31:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970', 'created': u'2018-10-06T15:30:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T15:30:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_9093c327-4b47-499b-93e9-924a84b35970', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 15:31:00,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 15:31:00,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_9093c327-4b47-499b-93e9-924a84b35970", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 15:31:00,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:31: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-54ef340e-2049-448b-9e6c-a053f3ee1c6e x-compute-request-id: req-54ef340e-2049-448b-9e6c-a053f3ee1c6e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1", "name": "tempest_smoke_serial-flavor_alt_9093c327-4b47-499b-93e9-924a84b35970", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:31:00,599 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-54ef340e-2049-448b-9e6c-a053f3ee1c6e 2018-10-06 15:31:00,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0466060638428s 2018-10-06 15:31:00,600 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-54ef340e-2049-448b-9e6c-a053f3ee1c6e returning object 2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1 2018-10-06 15:31:00,600 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_9093c327-4b47-499b-93e9-924a84b35970', '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'b02668b3789342938652e3506ba63a25', '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'2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1', 'swap': 0}) 2018-10-06 15:31:00,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 15:31:00,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1/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}b042bb87370da5faf1a4b4444a36c2ffa11df937" -d '{"extra_specs": {}}' 2018-10-06 15:31:00,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:31: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-428e8871-f689-446b-b125-cd406550abd4 x-compute-request-id: req-428e8871-f689-446b-b125-cd406550abd4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:31:00,621 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1/os-extra_specs used request id req-428e8871-f689-446b-b125-cd406550abd4 2018-10-06 15:31:00,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200929641724s 2018-10-06 15:31:00,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1/os-extra_specs used request id req-428e8871-f689-446b-b125-cd406550abd4 2018-10-06 15:31:00,622 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_9093c327-4b47-499b-93e9-924a84b35970', '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'b02668b3789342938652e3506ba63a25', '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'2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1', 'swap': 0}) 2018-10-06 15:31:03,740 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 15:31:02.713 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3) for deployment 'opnfv-rally' (UUID=2ebb05ff-d225-401d-8d75-1d52fbccdb85). 2018-10-06 15:31:03.574 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 15:31:03.576 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3) has been successfully configured for deployment 'opnfv-rally' (UUID=2ebb05ff-d225-401d-8d75-1d52fbccdb85)! 2018-10-06 15:31:03,741 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 15:31:03,741 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 15:31:03,744 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 15:31:03,755 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 15:31:07,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d7d0599a-0c8d-477f-9847-e3ee715323c3/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-06 15:31:07,998 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 15:31:08,014 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 15:31:08,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-10-06 15:31:10,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:31:10.204 49 INFO rally.api [-] Starting verification (UUID=0fdc77fb-fec4-48e5-9071-31d2dd41fbe9) for deployment 'opnfv-rally' (UUID=2ebb05ff-d225-401d-8d75-1d52fbccdb85) by verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3). 2018-10-06 15:31:10,206 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0fdc77fb-fec4-48e5-9071-31d2dd41fbe9 2018-10-06 15:31:16,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:31:16.280 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.167s] 2018-10-06 15:31:16,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:31:16.334 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2018-10-06 15:31:23,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:31:23.420 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.600s] 2018-10-06 15:31:26,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:31:26.484 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.062s] 2018-10-06 15:31:40,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:31:40.345 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.686s] 2018-10-06 15:31:55,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:31:55.764 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.999s] 2018-10-06 15:32:30,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:32:30.125 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2018-10-06 15:32:30,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:32:30.126 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-06 15:33:01,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:33:01.345 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-10-06 15:33:01,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:33:01.346 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-06 15:33:33,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:33:33.632 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-10-06 15:33:33,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:33:33.633 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-06 15:36:21,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:21.114 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [135.182s] 2018-10-06 15:36:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:44.246 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.060s] 2018-10-06 15:36:44,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:44.348 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-10-06 15:36:52,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:52.533 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.684s] 2018-10-06 15:36:52,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:52.542 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-06 15:36:53,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:53.854 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 15:36:53,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:53.854 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 15:36:58,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:36:58.167 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.321s] 2018-10-06 15:37:04,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:04.447 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.443s] 2018-10-06 15:37:11,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:11.439 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.568s] 2018-10-06 15:37:19,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:19.022 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.369s] 2018-10-06 15:37:28,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:28.553 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.945s] 2018-10-06 15:37:35,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:35.315 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.679s] 2018-10-06 15:37:41,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:41.559 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2018-10-06 15:37:49,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:49.109 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.384s] 2018-10-06 15:37:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:37:56.329 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.728s] 2018-10-06 15:38:05,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:05.396 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.605s] 2018-10-06 15:38:07,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:07.985 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-06 15:38:09,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:09.915 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-10-06 15:38:09,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:09.988 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.073s] 2018-10-06 15:38:10,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:10.066 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-10-06 15:38:10,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:10.073 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-06 15:38:14,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:14.557 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.853s] 2018-10-06 15:38:16,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:16.007 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.450s] 2018-10-06 15:38:17,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:17.970 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.962s] 2018-10-06 15:38:24,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:24.148 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-06 15:38:31,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:31.168 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.642s] 2018-10-06 15:38:43,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:43.219 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.135s] 2018-10-06 15:38:46,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:46.456 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.236s] 2018-10-06 15:38:57,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:38:57.623 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.783s] 2018-10-06 15:39:01,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:01.161 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.537s] 2018-10-06 15:39:09,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:09.908 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.747s] 2018-10-06 15:39:19,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:19.027 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.800s] 2018-10-06 15:39:22,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:22.731 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.703s] 2018-10-06 15:39:28,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:28.943 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.211s] 2018-10-06 15:39:46,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:46.864 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.268s] 2018-10-06 15:39:47,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:47.286 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.422s] 2018-10-06 15:39:47,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:47.546 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.260s] 2018-10-06 15:39:47,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:47.601 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.054s] 2018-10-06 15:39:47,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:47.923 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.321s] 2018-10-06 15:39:47,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:39:47.977 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-10-06 15:40:02,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:02.509 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.298s] 2018-10-06 15:40:02,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:02.945 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.435s] 2018-10-06 15:40:03,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:03.096 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.151s] 2018-10-06 15:40:03,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:03.380 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.284s] 2018-10-06 15:40:03,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:03.620 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.239s] 2018-10-06 15:40:03,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:03.822 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.201s] 2018-10-06 15:40:17,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:17.914 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.249s] 2018-10-06 15:40:24,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:24.839 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.925s] 2018-10-06 15:40:26,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:26.783 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.943s] 2018-10-06 15:40:26,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:26.991 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.207s] 2018-10-06 15:40:27,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:27.188 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.196s] 2018-10-06 15:40:39,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:39.341 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.383s] 2018-10-06 15:40:45,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:45.861 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.519s] 2018-10-06 15:40:47,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:47.683 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.821s] 2018-10-06 15:40:47,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:47.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-10-06 15:40:48,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:40:48.080 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.199s] 2018-10-06 15:41:02,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:02.528 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.102s] 2018-10-06 15:41:07,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:07.916 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.388s] 2018-10-06 15:41:12,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:12.456 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.539s] 2018-10-06 15:41:15,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:15.103 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.647s] 2018-10-06 15:41:39,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:39.898 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.481s] 2018-10-06 15:41:45,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:45.390 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.491s] 2018-10-06 15:41:49,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:49.367 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.977s] 2018-10-06 15:41:52,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:41:52.377 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.009s] 2018-10-06 15:42:09,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:09.102 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.740s] 2018-10-06 15:42:11,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:11.201 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.095s] 2018-10-06 15:42:11,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:11.243 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-10-06 15:42:15,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:15.484 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.181s] 2018-10-06 15:42:17,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:17.622 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.135s] 2018-10-06 15:42:17,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:17.809 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.190s] 2018-10-06 15:42:22,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:22.073 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.291s] 2018-10-06 15:42:25,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:25.550 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-06 15:42:27,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:27.214 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-06 15:42:27,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:27.217 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-06 15:42:27,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:27.218 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-06 15:42:27,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:27.218 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-06 15:42:27,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:27.219 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-06 15:42:29,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:29.066 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-06 15:42:45,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:45.521 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.016s] 2018-10-06 15:42:58,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:42:58.567 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.195s] 2018-10-06 15:43:09,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:43:09.935 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.366s] 2018-10-06 15:43:20,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:43:20.478 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-10-06 15:45:59,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:45:59.759 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [151.726s] 2018-10-06 15:46:34,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:46:34.485 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.635s] 2018-10-06 15:47:21,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 15:47:21.503 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.525s] 2018-10-06 15:47:37,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0fdc77fb-fec4-48e5-9071-31d2dd41fbe9 2018-10-06 15:47:37,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0fdc77fb-fec4-48e5-9071-31d2dd41fbe9']'. 2018-10-06 15:47:38,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 15:47:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 15:47:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 15:47:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0fdc77fb-fec4-48e5-9071-31d2dd41fbe9 | 2018-10-06 15:47:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-06 15:47:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 15:31:10 | 2018-10-06 15:47:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 15:47:37 | 2018-10-06 15:47:38,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:27 | 2018-10-06 15:47:38,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-06 15:47:38,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 15:47:38,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 15:47:38,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d7d0599a-0c8d-477f-9847-e3ee715323c3) | 2018-10-06 15:47:38,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 15:47:38,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2ebb05ff-d225-401d-8d75-1d52fbccdb85) | 2018-10-06 15:47:38,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-06 15:47:38,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 967.415 | 2018-10-06 15:47:38,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-10-06 15:47:38,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-06 15:47:38,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 15:47:38,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 15:47:38,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-06 15:47:38,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 15:47:38,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 15:47:38,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 15:47:39,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-10-06 15:47:39,152 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 15:47:39,152 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:43 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-06 15:47:39,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 15:47:39,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:47:40,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30dac94b-e4c2-4e7c-b974-da3d63edf3c2 Date: Sat, 06 Oct 2018 15:47:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:47:40,124 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8 used request id req-30dac94b-e4c2-4e7c-b974-da3d63edf3c2 2018-10-06 15:47:40,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.96924495697s 2018-10-06 15:47:40,125 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/eb62eac4-a61f-421c-8b18-9b9e9a1ba0a8 used request id req-30dac94b-e4c2-4e7c-b974-da3d63edf3c2 2018-10-06 15:47:40,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:47:40,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:40,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15: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-dbaa08db-4254-488a-ae87-1601ef4acd96 x-compute-request-id: req-dbaa08db-4254-488a-ae87-1601ef4acd96 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1", "name": "tempest_smoke_serial-flavor_alt_9093c327-4b47-499b-93e9-924a84b35970", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "name": "tempest_smoke_serial-flavor_9093c327-4b47-499b-93e9-924a84b35970", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:47:40,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-dbaa08db-4254-488a-ae87-1601ef4acd96 2018-10-06 15:47:40,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.187956094742s 2018-10-06 15:47:40,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-dbaa08db-4254-488a-ae87-1601ef4acd96 2018-10-06 15:47:40,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 15:47:40,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:40,360 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15: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 x-openstack-request-id: req-aceac531-9564-4f69-87cf-ee86ca84a706 x-compute-request-id: req-aceac531-9564-4f69-87cf-ee86ca84a706 Content-Length: 0 Content-Type: application/json 2018-10-06 15:47:40,360 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1 used request id req-aceac531-9564-4f69-87cf-ee86ca84a706 2018-10-06 15:47:40,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0437979698181s 2018-10-06 15:47:40,360 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2febd9a1-b4ea-47af-b2d8-f7e2cb68e9f1 used request id req-aceac531-9564-4f69-87cf-ee86ca84a706 2018-10-06 15:47:40,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:47:40,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:47:40,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-eeed36f5-d7be-4dab-81b5-d3565a16b666 Date: Sat, 06 Oct 2018 15:47:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "metadata": {}}], "file": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299/file", "owner": "d0e57d556a9c49649e05170e0759764e", "id": "d8718a09-457a-4fd1-818e-ef6717d53299", "size": 12716032, "self": "/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/d8718a09-457a-4fd1-818e-ef6717d53299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:30:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_9093c327-4b47-499b-93e9-924a84b35970", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:30:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:47:40,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-eeed36f5-d7be-4dab-81b5-d3565a16b666 2018-10-06 15:47:40,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172954797745s 2018-10-06 15:47:40,534 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-eeed36f5-d7be-4dab-81b5-d3565a16b666 2018-10-06 15:47:40,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 15:47:40,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551cb7400dbdb1747f9bd2f08be222d8dee3f817" 2018-10-06 15:47:42,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66c8972c-ee78-4e52-bd20-40c42b114988 Date: Sat, 06 Oct 2018 15:47:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:47:42,382 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299 used request id req-66c8972c-ee78-4e52-bd20-40c42b114988 2018-10-06 15:47:42,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.84591794014s 2018-10-06 15:47:42,382 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d8718a09-457a-4fd1-818e-ef6717d53299 used request id req-66c8972c-ee78-4e52-bd20-40c42b114988 2018-10-06 15:47:42,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 15:47:42,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:42,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47: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-ee8b0e2d-b4cc-4022-9dc3-081a17d1807d x-compute-request-id: req-ee8b0e2d-b4cc-4022-9dc3-081a17d1807d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bfd04616-fc3f-45c5-a35c-f1c90c00eeab", "name": "tempest_smoke_serial-flavor_9093c327-4b47-499b-93e9-924a84b35970", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 15:47:42,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-ee8b0e2d-b4cc-4022-9dc3-081a17d1807d 2018-10-06 15:47:42,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325200557709s 2018-10-06 15:47:42,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-ee8b0e2d-b4cc-4022-9dc3-081a17d1807d 2018-10-06 15:47:42,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 15:47:42,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:42,461 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 15:47: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-122420cc-d2f5-4043-826d-015acc15401f x-compute-request-id: req-122420cc-d2f5-4043-826d-015acc15401f Content-Length: 0 Content-Type: application/json 2018-10-06 15:47:42,461 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab used request id req-122420cc-d2f5-4043-826d-015acc15401f 2018-10-06 15:47:42,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0438549518585s 2018-10-06 15:47:42,461 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bfd04616-fc3f-45c5-a35c-f1c90c00eeab used request id req-122420cc-d2f5-4043-826d-015acc15401f 2018-10-06 15:47:42,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:47:42,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:42,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654b6487-6450-4513-aaf2-85a5c7d56e97 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970", "links": {"self": "http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3"}, "domain_id": "default", "enabled": true, "id": "0a60d912f66046fcbdf81c017870cfe3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:47:42,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-654b6487-6450-4513-aaf2-85a5c7d56e97 2018-10-06 15:47:42,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104408979416s 2018-10-06 15:47:42,567 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-654b6487-6450-4513-aaf2-85a5c7d56e97 2018-10-06 15:47:42,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:47:42,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:42,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c9d713-3614-443b-b02c-52a3c20287bb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3"}, "enabled": true, "id": "0a60d912f66046fcbdf81c017870cfe3", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_9093c327-4b47-499b-93e9-924a84b35970"}} 2018-10-06 15:47:42,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 used request id req-30c9d713-3614-443b-b02c-52a3c20287bb 2018-10-06 15:47:42,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0937969684601s 2018-10-06 15:47:42,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 used request id req-30c9d713-3614-443b-b02c-52a3c20287bb 2018-10-06 15:47:42,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 15:47:42,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:42,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-009813f7-4921-4213-9e58-8a0d2abc8b88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:47:42,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 used request id req-009813f7-4921-4213-9e58-8a0d2abc8b88 2018-10-06 15:47:42,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.218201160431s 2018-10-06 15:47:42,886 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/0a60d912f66046fcbdf81c017870cfe3 used request id req-009813f7-4921-4213-9e58-8a0d2abc8b88 2018-10-06 15:47:42,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:47:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:42,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2df95f-a8ae-4a80-b5c2-5bec7235364f Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e"}, "enabled": true, "id": "d0e57d556a9c49649e05170e0759764e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_9093c327-4b47-499b-93e9-924a84b35970"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:47:42,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-bd2df95f-a8ae-4a80-b5c2-5bec7235364f 2018-10-06 15:47:42,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0784430503845s 2018-10-06 15:47:42,965 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-bd2df95f-a8ae-4a80-b5c2-5bec7235364f 2018-10-06 15:47:42,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 15:47:42,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:43,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46cad306-8b62-4901-80c9-5091a5db3533 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:47:43,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e used request id req-46cad306-8b62-4901-80c9-5091a5db3533 2018-10-06 15:47:43,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154838085175s 2018-10-06 15:47:43,123 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d0e57d556a9c49649e05170e0759764e used request id req-46cad306-8b62-4901-80c9-5091a5db3533 2018-10-06 15:47:43,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:47:43,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:43,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b137bc-44e0-4efd-9a77-12823af15787 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7ae2c20aecd24acda9583309d959ff10", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:47:43,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-25b137bc-44e0-4efd-9a77-12823af15787 2018-10-06 15:47:43,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082319021225s 2018-10-06 15:47:43,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 15:47:43,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:43,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0134a5e7-2af0-42d4-8cd5-3e97d02b8c82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:47:43,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/7ae2c20aecd24acda9583309d959ff10 used request id req-0134a5e7-2af0-42d4-8cd5-3e97d02b8c82 2018-10-06 15:47:43,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102015018463s 2018-10-06 15:47:43,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 15:47:43,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=d0e57d556a9c49649e05170e0759764e&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}b042bb87370da5faf1a4b4444a36c2ffa11df937" 2018-10-06 15:47:43,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-54faf8b5-615b-4eb1-a849-acea12e5022e Date: Sat, 06 Oct 2018 15:47:43 GMT RESP BODY: {"security_groups": []} 2018-10-06 15:47:43,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=d0e57d556a9c49649e05170e0759764e&name=default used request id req-54faf8b5-615b-4eb1-a849-acea12e5022e 2018-10-06 15:47:43,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185564041138s 2018-10-06 15:47:43,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=d0e57d556a9c49649e05170e0759764e&name=default used request id req-54faf8b5-615b-4eb1-a849-acea12e5022e 2018-10-06 15:47:43,498 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-06 15:47:43,551 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:47:43,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:47:43,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:47:43,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:47:43,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:47:43,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:47:43,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:47:43,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-200fac97-d38f-4a67-9dec-61f3116d7f88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:47:43,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-200fac97-d38f-4a67-9dec-61f3116d7f88 2018-10-06 15:47:43,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:47:43,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T16:47:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["2fUQ9FkcSqmBct5XwR2oTA"], "issued_at": "2018-10-06T15:47:43.000000Z"}} 2018-10-06 15:47:43,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:47:43,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:44,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b5bf904b-1a5a-468f-9ff4-b03d1daf7e3e Date: Sat, 06 Oct 2018 15:47:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 15:47:44,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5bf904b-1a5a-468f-9ff4-b03d1daf7e3e 2018-10-06 15:47:44,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234375953674s 2018-10-06 15:47:44,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5bf904b-1a5a-468f-9ff4-b03d1daf7e3e 2018-10-06 15:47:44,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:47:44,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:44,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 15:47: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 15:47:44,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:44,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145f6aee-e40f-44f2-879e-ec3c949c5a91 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:47:44,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-145f6aee-e40f-44f2-879e-ec3c949c5a91 2018-10-06 15:47:44,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0956208705902s 2018-10-06 15:47:44,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 15:47:44,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}}' 2018-10-06 15:47:44,465 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a171e81-de69-4488-b2a3-547feb907881 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.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151"}, "enabled": true, "id": "7200c5d31d604333a83a5adc3e132151", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}} 2018-10-06 15:47:44,465 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-6a171e81-de69-4488-b2a3-547feb907881 2018-10-06 15:47:44,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.13853096962s 2018-10-06 15:47:44,466 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-6a171e81-de69-4488-b2a3-547feb907881 2018-10-06 15:47:44,467 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'id': u'7200c5d31d604333a83a5adc3e132151', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 15:47:44,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 15:47:44,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345376014709s 2018-10-06 15:47:44,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:44,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a91ec5f-66c2-44f6-a467-7ec3d96ebec9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817"}, "enabled": true, "id": "41e671d98a52406cb6f5d24a48ba6817", "options": {}, "domain_id": "default", "name": "rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}} 2018-10-06 15:47:44,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 used request id req-9a91ec5f-66c2-44f6-a467-7ec3d96ebec9 2018-10-06 15:47:44,911 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'41e671d98a52406cb6f5d24a48ba6817', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86'}) 2018-10-06 15:47:44,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:47:44,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:44,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e480e486-ebc9-47b3-851d-fbd31dcf44c8 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:47:44,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e480e486-ebc9-47b3-851d-fbd31dcf44c8 2018-10-06 15:47:44,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0852410793304s 2018-10-06 15:47:44,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:47:44,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e79eb67b-1bae-4821-b0f3-3055206fadf4 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:47:45,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e79eb67b-1bae-4821-b0f3-3055206fadf4 2018-10-06 15:47:45,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787258148193s 2018-10-06 15:47:45,078 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 15:47:45,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 15:47:45,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" -d '{"role": {"name": "Member"}}' 2018-10-06 15:47:45,172 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9400f3f3-accc-4efe-8d6d-bcd758a32fe2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a8a751d547064242a8e69021bf43cc4c", "links": {"self": "http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c"}, "name": "Member"}} 2018-10-06 15:47:45,172 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-9400f3f3-accc-4efe-8d6d-bcd758a32fe2 2018-10-06 15:47:45,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0942571163177s 2018-10-06 15:47:45,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e8b20d3-36af-48e3-bece-0148a1974fdb Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c"}, "domain_id": null, "name": "Member", "id": "a8a751d547064242a8e69021bf43cc4c"}} 2018-10-06 15:47:45,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c used request id req-3e8b20d3-36af-48e3-bece-0148a1974fdb 2018-10-06 15:47:45,256 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c'}, 'domain_id': None, 'human_id': None, 'id': u'a8a751d547064242a8e69021bf43cc4c', 'HUMAN_ID': False}) 2018-10-06 15:47:45,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:47:45,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad219a7-1ea9-4a29-a81f-f8667bd00f23 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a8a751d547064242a8e69021bf43cc4c", "links": {"self": "http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:47:45,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fad219a7-1ea9-4a29-a81f-f8667bd00f23 2018-10-06 15:47:45,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0732460021973s 2018-10-06 15:47:45,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:47:45,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fbec146-e7d5-4203-bf79-13074bd7ef0c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:47:45,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-0fbec146-e7d5-4203-bf79-13074bd7ef0c 2018-10-06 15:47:45,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0798029899597s 2018-10-06 15:47:45,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:47:45,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38780ca-a1ec-422d-905d-9dd53e881ac9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "links": {"self": "http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817"}, "domain_id": "default", "enabled": true, "id": "41e671d98a52406cb6f5d24a48ba6817", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:47:45,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e38780ca-a1ec-422d-905d-9dd53e881ac9 2018-10-06 15:47:45,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0345990657806s 2018-10-06 15:47:45,447 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e38780ca-a1ec-422d-905d-9dd53e881ac9 2018-10-06 15:47:45,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:47:45,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15626975-b4f0-468a-b6f9-c943fb9ead75 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151"}, "enabled": true, "id": "7200c5d31d604333a83a5adc3e132151", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:47:45,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-15626975-b4f0-468a-b6f9-c943fb9ead75 2018-10-06 15:47:45,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173913955688s 2018-10-06 15:47:45,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-15626975-b4f0-468a-b6f9-c943fb9ead75 2018-10-06 15:47:45,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:47:45,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=41e671d98a52406cb6f5d24a48ba6817&scope.project.id=7200c5d31d604333a83a5adc3e132151&role.id=a8a751d547064242a8e69021bf43cc4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f92072d1-7e97-4b78-97ad-fd8d3b51d47b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=41e671d98a52406cb6f5d24a48ba6817&scope.project.id=7200c5d31d604333a83a5adc3e132151&role.id=a8a751d547064242a8e69021bf43cc4c", "previous": null, "next": null}} 2018-10-06 15:47:45,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=41e671d98a52406cb6f5d24a48ba6817&scope.project.id=7200c5d31d604333a83a5adc3e132151&role.id=a8a751d547064242a8e69021bf43cc4c used request id req-f92072d1-7e97-4b78-97ad-fd8d3b51d47b 2018-10-06 15:47:45,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0790929794312s 2018-10-06 15:47:45,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:47:45,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151/users/41e671d98a52406cb6f5d24a48ba6817/roles/a8a751d547064242a8e69021bf43cc4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d886192-d416-4a59-b9a6-85c95a831262 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:47:45,815 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151/users/41e671d98a52406cb6f5d24a48ba6817/roles/a8a751d547064242a8e69021bf43cc4c used request id req-5d886192-d416-4a59-b9a6-85c95a831262 2018-10-06 15:47:45,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.106932163239s 2018-10-06 15:47:45,816 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 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': '8b302dcc-0bb1-4635-af71-bd76977dbbe6', 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'project_id': u'7200c5d31d604333a83a5adc3e132151', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 15:47:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 15:47:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 15:47:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 15:47:45,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 15:47:45,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 15:47:45,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 15:47:45,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 15:47:45,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 15:47:45,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 15:47:45,822 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'password': '8b302dcc-0bb1-4635-af71-bd76977dbbe6', 'project_name': 'rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '7200c5d31d604333a83a5adc3e132151', 'project_domain_name': 'Default'} 2018-10-06 15:47:45,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:47:45,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c93f21f-b4f6-47ba-881a-220ff9849467 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a8a751d547064242a8e69021bf43cc4c", "links": {"self": "http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:47:45,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6c93f21f-b4f6-47ba-881a-220ff9849467 2018-10-06 15:47:45,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737569332123s 2018-10-06 15:47:45,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 15:47:45,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:45,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9fbb5e-33b0-4961-8339-e080a072eb39 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a8a751d547064242a8e69021bf43cc4c", "links": {"self": "http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 15:47:45,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f9fbb5e-33b0-4961-8339-e080a072eb39 2018-10-06 15:47:45,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809750556946s 2018-10-06 15:47:45,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 15:47:45,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:46,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ebe9db-bd25-431b-81ca-8a052da36bd8 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 15:47:46,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-10ebe9db-bd25-431b-81ca-8a052da36bd8 2018-10-06 15:47:46,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0918099880219s 2018-10-06 15:47:46,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 15:47:46,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:46,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-684990df-e360-40bd-8e47-97c79846d20d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "links": {"self": "http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817"}, "domain_id": "default", "enabled": true, "id": "41e671d98a52406cb6f5d24a48ba6817", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 15:47:46,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-684990df-e360-40bd-8e47-97c79846d20d 2018-10-06 15:47:46,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0899550914764s 2018-10-06 15:47:46,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-684990df-e360-40bd-8e47-97c79846d20d 2018-10-06 15:47:46,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:47:46,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:46,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-effc5512-c0a2-444d-951d-c7fff83b4502 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151"}, "enabled": true, "id": "7200c5d31d604333a83a5adc3e132151", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:47:46,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-effc5512-c0a2-444d-951d-c7fff83b4502 2018-10-06 15:47:46,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.082927942276s 2018-10-06 15:47:46,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-effc5512-c0a2-444d-951d-c7fff83b4502 2018-10-06 15:47:46,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 15:47:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=41e671d98a52406cb6f5d24a48ba6817&scope.project.id=7200c5d31d604333a83a5adc3e132151&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:46,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9839ad2-d5c0-4bfc-838c-a71a0b4f6e1e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=41e671d98a52406cb6f5d24a48ba6817&scope.project.id=7200c5d31d604333a83a5adc3e132151&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 15:47:46,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=41e671d98a52406cb6f5d24a48ba6817&scope.project.id=7200c5d31d604333a83a5adc3e132151&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-f9839ad2-d5c0-4bfc-838c-a71a0b4f6e1e 2018-10-06 15:47:46,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0802900791168s 2018-10-06 15:47:46,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 15:47:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151/users/41e671d98a52406cb6f5d24a48ba6817/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:46,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1ea1a40-6aec-4e14-b6c9-d718f24fe823 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 15:47:46,443 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151/users/41e671d98a52406cb6f5d24a48ba6817/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-b1ea1a40-6aec-4e14-b6c9-d718f24fe823 2018-10-06 15:47:46,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108922958374s 2018-10-06 15:47:46,444 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-06 15:47:50,619 - 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 ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-10-06 15:47:50,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 15:47:50,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:50,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf08707-f69c-4746-9cdc-c42e12d75831 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 15:47:50,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-dcf08707-f69c-4746-9cdc-c42e12d75831 2018-10-06 15:47:50,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0884160995483s 2018-10-06 15:47:50,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 15:47:50,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 15:47:50,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892534c9-f47d-434c-b2c6-54f80265e159 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151"}, "enabled": true, "id": "7200c5d31d604333a83a5adc3e132151", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 15:47:50,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-892534c9-f47d-434c-b2c6-54f80265e159 2018-10-06 15:47:50,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0866680145264s 2018-10-06 15:47:50,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-892534c9-f47d-434c-b2c6-54f80265e159 2018-10-06 15:47:50,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 15:47:50,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" -d '{"network": {"shared": true, "tenant_id": "7200c5d31d604333a83a5adc3e132151", "name": "rally_sanity-net_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "admin_state_up": true}}' 2018-10-06 15:47:51,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4906a20e-cc11-4ead-97ac-292d6b319b3a Date: Sat, 06 Oct 2018 15:47: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":"c558d2be-30ea-49c8-a808-0f6fe79b7dda","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"7200c5d31d604333a83a5adc3e132151","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:47:51Z","is_default":false,"provider:segmentation_id":35,"name":"rally_sanity-net_734a4d48-d1ac-4ee4-9c30-c91bed1efc86","admin_state_up":true,"tenant_id":"7200c5d31d604333a83a5adc3e132151","created_at":"2018-10-06T15:47:51Z","mtu":1450}} 2018-10-06 15:47:51,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4906a20e-cc11-4ead-97ac-292d6b319b3a 2018-10-06 15:47:51,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.604597091675s 2018-10-06 15:47:51,404 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4906a20e-cc11-4ead-97ac-292d6b319b3a 2018-10-06 15:47:51,405 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-10-06T15:47:51Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c558d2be-30ea-49c8-a808-0f6fe79b7dda', u'provider:segmentation_id': 35, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', u'admin_state_up': True, u'tenant_id': u'7200c5d31d604333a83a5adc3e132151', u'created_at': u'2018-10-06T15:47:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'7200c5d31d604333a83a5adc3e132151'}) 2018-10-06 15:47:51,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 15:47:51,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccabd178-bf36-457d-9cb1-97c567763688 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 15:47:51,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ccabd178-bf36-457d-9cb1-97c567763688 2018-10-06 15:47:51,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 15:47:51,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "a8a751d547064242a8e69021bf43cc4c", "name": "Member"}], "expires_at": "2018-10-06T16:47:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7200c5d31d604333a83a5adc3e132151", "name": "rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/7200c5d31d604333a83a5adc3e132151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/7200c5d31d604333a83a5adc3e132151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/7200c5d31d604333a83a5adc3e132151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7200c5d31d604333a83a5adc3e132151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/7200c5d31d604333a83a5adc3e132151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/7200c5d31d604333a83a5adc3e132151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7200c5d31d604333a83a5adc3e132151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/7200c5d31d604333a83a5adc3e132151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/7200c5d31d604333a83a5adc3e132151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/7200c5d31d604333a83a5adc3e132151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/7200c5d31d604333a83a5adc3e132151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/7200c5d31d604333a83a5adc3e132151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "id": "41e671d98a52406cb6f5d24a48ba6817"}, "audit_ids": ["2lUWzQJhTki727geFJxjvA"], "issued_at": "2018-10-06T15:47:51.000000Z"}} 2018-10-06 15:47:51,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 15:47:51,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 15:47:52,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-9284de94-d433-45ff-a743-2f3acd8ecf73 Date: Sat, 06 Oct 2018 15:47:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c558d2be-30ea-49c8-a808-0f6fe79b7dda","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"7200c5d31d604333a83a5adc3e132151","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T15:47:51Z","provider:segmentation_id":35,"name":"rally_sanity-net_734a4d48-d1ac-4ee4-9c30-c91bed1efc86","admin_state_up":true,"tenant_id":"7200c5d31d604333a83a5adc3e132151","created_at":"2018-10-06T15:47:51Z","provider:network_type":"vxlan"}]} 2018-10-06 15:47:52,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9284de94-d433-45ff-a743-2f3acd8ecf73 2018-10-06 15:47:52,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.224424123764s 2018-10-06 15:47:52,019 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9284de94-d433-45ff-a743-2f3acd8ecf73 2018-10-06 15:47:52,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 15:47:52,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" -d '{"subnet": {"name": "rally_sanity-subnet_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "enable_dhcp": true, "network_id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 15:47:52,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b8c3f8e7-8714-44d1-8803-99b4f7863a6c Date: Sat, 06 Oct 2018 15:47:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c558d2be-30ea-49c8-a808-0f6fe79b7dda","tenant_id":"7200c5d31d604333a83a5adc3e132151","created_at":"2018-10-06T15:47:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:47:52Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7200c5d31d604333a83a5adc3e132151","id":"829d1307-0fb3-4d33-8a01-1d3968cfb925","subnetpool_id":null,"name":"rally_sanity-subnet_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}} 2018-10-06 15:47:52,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b8c3f8e7-8714-44d1-8803-99b4f7863a6c 2018-10-06 15:47:52,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.569018125534s 2018-10-06 15:47:52,590 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b8c3f8e7-8714-44d1-8803-99b4f7863a6c 2018-10-06 15:47:52,590 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T15:47:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'829d1307-0fb3-4d33-8a01-1d3968cfb925', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', u'enable_dhcp': True, u'network_id': u'c558d2be-30ea-49c8-a808-0f6fe79b7dda', u'tenant_id': u'7200c5d31d604333a83a5adc3e132151', u'created_at': u'2018-10-06T15:47:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7200c5d31d604333a83a5adc3e132151'}) 2018-10-06 15:47:52,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 15:47:52,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}, "name": "rally_sanity-router_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "admin_state_up": true}}' 2018-10-06 15:47:53,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ed12937d-e250-43ee-964e-dc2472933184 Date: Sat, 06 Oct 2018 15:47:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "7200c5d31d604333a83a5adc3e132151", "created_at": "2018-10-06T15:47:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:47:53Z", "revision_number": 2, "routes": [], "project_id": "7200c5d31d604333a83a5adc3e132151", "id": "fb83098e-0644-4034-b427-c33a1f585de1", "name": "rally_sanity-router_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}} 2018-10-06 15:47:53,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-ed12937d-e250-43ee-964e-dc2472933184 2018-10-06 15:47:53,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30697178841s 2018-10-06 15:47:53,898 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-ed12937d-e250-43ee-964e-dc2472933184 2018-10-06 15:47:53,899 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'31ff5876-2a57-4cd5-9d70-d68f7e3cad0c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7200c5d31d604333a83a5adc3e132151', u'created_at': u'2018-10-06T15:47:52Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-10-06T15:47:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'7200c5d31d604333a83a5adc3e132151', u'id': u'fb83098e-0644-4034-b427-c33a1f585de1', u'name': u'rally_sanity-router_734a4d48-d1ac-4ee4-9c30-c91bed1efc86'}) 2018-10-06 15:47:53,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 15:47:53,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1/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}41f48676389daa883ac31a1bf6c1d4339072bb42" -d '{"subnet_id": "829d1307-0fb3-4d33-8a01-1d3968cfb925"}' 2018-10-06 15:47:55,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-61b85c6c-9dff-46ba-b2ba-ccb7d7cd12a4 Date: Sat, 06 Oct 2018 15:47:55 GMT RESP BODY: {"network_id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "subnet_id": "829d1307-0fb3-4d33-8a01-1d3968cfb925", "subnet_ids": ["829d1307-0fb3-4d33-8a01-1d3968cfb925"], "port_id": "f046f317-e064-4b60-b83f-ec89974b2214", "id": "fb83098e-0644-4034-b427-c33a1f585de1"} 2018-10-06 15:47:55,389 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1/add_router_interface.json used request id req-61b85c6c-9dff-46ba-b2ba-ccb7d7cd12a4 2018-10-06 15:47:55,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.48981595039s 2018-10-06 15:47:55,390 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1/add_router_interface.json used request id req-61b85c6c-9dff-46ba-b2ba-ccb7d7cd12a4 returning object fb83098e-0644-4034-b427-c33a1f585de1 2018-10-06 15:47:55,390 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 15:47:55,517 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 15:47:55,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 15:47:55,523 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 15:47:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 15:47:55,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:47:55,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 15:47:55,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2e497330-2c9c-4262-9ca9-a24912819699 Date: Sat, 06 Oct 2018 15:47:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:47:55,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2e497330-2c9c-4262-9ca9-a24912819699 2018-10-06 15:47:55,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.325244188309s 2018-10-06 15:47:55,851 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2e497330-2c9c-4262-9ca9-a24912819699 2018-10-06 15:47:55,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 15:47:55,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}' 2018-10-06 15:47:56,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44 X-Openstack-Request-Id: req-dd51908d-5240-4d3d-8900-203db66c8020 Date: Sat, 06 Oct 2018 15:47:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44/file", "owner": "7200c5d31d604333a83a5adc3e132151", "id": "2d546acf-550e-40eb-a340-32d2c906ce44", "size": null, "self": "/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:47:56Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "checksum": null, "created_at": "2018-10-06T15:47:56Z", "protected": false} 2018-10-06 15:47:56,177 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-dd51908d-5240-4d3d-8900-203db66c8020 2018-10-06 15:47:56,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.3253428936s 2018-10-06 15:47:56,178 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-dd51908d-5240-4d3d-8900-203db66c8020 returning object 2d546acf-550e-40eb-a340-32d2c906ce44 2018-10-06 15:47:56,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 15:47:56,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44/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}41f48676389daa883ac31a1bf6c1d4339072bb42" -d '' 2018-10-06 15:47:57,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee65c783-974e-402f-9bc1-88b76b1c9494 Date: Sat, 06 Oct 2018 15:47:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 15:47:57,533 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44/file used request id req-ee65c783-974e-402f-9bc1-88b76b1c9494 2018-10-06 15:47:57,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.3537170887s 2018-10-06 15:47:57,533 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44/file used request id req-ee65c783-974e-402f-9bc1-88b76b1c9494 2018-10-06 15:47:57,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 15:47:57,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 15:47:57,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-0f153ba8-8416-4edf-843a-c7989af6e311 Date: Sat, 06 Oct 2018 15:47:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2d546acf-550e-40eb-a340-32d2c906ce44/snap", "metadata": {}}], "file": "/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44/file", "owner": "7200c5d31d604333a83a5adc3e132151", "id": "2d546acf-550e-40eb-a340-32d2c906ce44", "size": 12716032, "self": "/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2d546acf-550e-40eb-a340-32d2c906ce44/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:47:57Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:47:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 15:47:57,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0f153ba8-8416-4edf-843a-c7989af6e311 2018-10-06 15:47:57,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164558172226s 2018-10-06 15:47:57,699 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0f153ba8-8416-4edf-843a-c7989af6e311 2018-10-06 15:47:57,700 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2d546acf-550e-40eb-a340-32d2c906ce44/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44/file', 'owner': u'7200c5d31d604333a83a5adc3e132151', 'id': u'2d546acf-550e-40eb-a340-32d2c906ce44', 'size': 12716032, u'self': u'/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7200c5d31d604333a83a5adc3e132151', 'name': 'rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2d546acf-550e-40eb-a340-32d2c906ce44/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T15:47:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T15:47:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'created': u'2018-10-06T15:47:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T15:47:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 15:47:57,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 15:47:57,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 15:47:57,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47: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-2b7a90b0-29af-44da-80f4-356d3415bfcf x-compute-request-id: req-2b7a90b0-29af-44da-80f4-356d3415bfcf Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2b362e0b-35c1-46ed-a92a-ee0638becfa7", "name": "rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:47:57,909 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2b7a90b0-29af-44da-80f4-356d3415bfcf 2018-10-06 15:47:57,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.207381010056s 2018-10-06 15:47:57,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2b7a90b0-29af-44da-80f4-356d3415bfcf returning object 2b362e0b-35c1-46ed-a92a-ee0638becfa7 2018-10-06 15:47:57,910 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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'b02668b3789342938652e3506ba63a25', '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'2b362e0b-35c1-46ed-a92a-ee0638becfa7', 'swap': 0}) 2018-10-06 15:47:57,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 15:47:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7/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}64452c757ee239f39169165689610757db141cd5" -d '{"extra_specs": {}}' 2018-10-06 15:47:57,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:47: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-0700e90a-4b80-4039-acdf-69b1a955f093 x-compute-request-id: req-0700e90a-4b80-4039-acdf-69b1a955f093 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:47:57,931 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7/os-extra_specs used request id req-0700e90a-4b80-4039-acdf-69b1a955f093 2018-10-06 15:47:57,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204830169678s 2018-10-06 15:47:57,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7/os-extra_specs used request id req-0700e90a-4b80-4039-acdf-69b1a955f093 2018-10-06 15:47:57,932 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 15:48:00,386 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 15:48:00.020 152 INFO rally.deployment.engine [-] Deployment 2ebb05ff-d225-401d-8d75-1d52fbccdb85 | Starting: Destroy cloud and free allocated resources. 2018-10-06 15:48:00.112 152 INFO rally.deployment.engine [-] Deployment 2ebb05ff-d225-401d-8d75-1d52fbccdb85 | Completed: Destroy cloud and free allocated resources. 2018-10-06 15:48:00.154 152 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3) for deployment 'opnfv-rally'. 2018-10-06 15:48:00.171 152 INFO rally.api [-] Deleting verification (UUID=0fdc77fb-fec4-48e5-9071-31d2dd41fbe9). 2018-10-06 15:48:00.217 152 INFO rally.api [-] Verification has been successfully deleted! 2018-10-06 15:48:00.217 152 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3). 2018-10-06 15:48:00.222 152 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 15:48:02,888 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 15:48:02.551 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=64072381-adef-4e6e-976f-ff56aaced3a9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 64072381-adef-4e6e-976f-ff56aaced3a9 | 2018-10-06T15:48:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 64072381-adef-4e6e-976f-ff56aaced3a9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-06 15:48:06,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-06 15:48:06,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-06 15:48:06,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 15:48:06,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 15:48:06,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b612488f-c141-4664-908b-a2e4f2fe93af x-compute-request-id: req-b612488f-c141-4664-908b-a2e4f2fe93af 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 15:48:06,541 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-b612488f-c141-4664-908b-a2e4f2fe93af 2018-10-06 15:48:06,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.193360090256s 2018-10-06 15:48:06,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-b612488f-c141-4664-908b-a2e4f2fe93af 2018-10-06 15:48:06,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 15:48:06,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 15:48:06,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-607a2e11-e617-4584-a566-4e4b52042689 x-compute-request-id: req-607a2e11-e617-4584-a566-4e4b52042689 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ad3b3d24-f197-46b7-ae26-edb89092462c", "name": "rally_sanity-flavor_alt_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 15:48:06,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-607a2e11-e617-4584-a566-4e4b52042689 2018-10-06 15:48:06,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.047492980957s 2018-10-06 15:48:06,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-607a2e11-e617-4584-a566-4e4b52042689 returning object ad3b3d24-f197-46b7-ae26-edb89092462c 2018-10-06 15:48:06,591 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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'b02668b3789342938652e3506ba63a25', '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'ad3b3d24-f197-46b7-ae26-edb89092462c', 'swap': 0}) 2018-10-06 15:48:06,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 15:48:06,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c/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}64452c757ee239f39169165689610757db141cd5" -d '{"extra_specs": {}}' 2018-10-06 15:48:06,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 15:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-788cba00-d5b8-4212-a58b-9392adbdbb16 x-compute-request-id: req-788cba00-d5b8-4212-a58b-9392adbdbb16 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 15:48:06,615 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c/os-extra_specs used request id req-788cba00-d5b8-4212-a58b-9392adbdbb16 2018-10-06 15:48:06,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225751399994s 2018-10-06 15:48:06,615 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c/os-extra_specs used request id req-788cba00-d5b8-4212-a58b-9392adbdbb16 2018-10-06 15:48:06,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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'b02668b3789342938652e3506ba63a25', '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'ad3b3d24-f197-46b7-ae26-edb89092462c', 'swap': 0}) 2018-10-06 15:48:06,616 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-06 15:48:06,616 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-10-06 15:48:06,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 15:48:06,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 15:48:06,635 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 15:49:09,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 188909b3-0fb6-41c9-90c4-4a348c8f18e8 2018-10-06 15:49:09,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-06 15:49:09,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '188909b3-0fb6-41c9-90c4-4a348c8f18e8'] 2018-10-06 15:49:10,381 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 188909b3-0fb6-41c9-90c4-4a348c8f18e8 -------------------------------------------------------------------------------- Task 188909b3-0fb6-41c9-90c4-4a348c8f18e8: 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 188909b3-0fb6-41c9-90c4-4a348c8f18e8 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | total | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> duration | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.470086 Full duration: 7.821844 -------------------------------------------------------------------------------- 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 188909b3-0fb6-41c9-90c4-4a348c8f18e8 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.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794733 Full duration: 7.748839 -------------------------------------------------------------------------------- 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 188909b3-0fb6-41c9-90c4-4a348c8f18e8 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | total | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | -> duration | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.009789 Full duration: 8.14043 -------------------------------------------------------------------------------- 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 188909b3-0fb6-41c9-90c4-4a348c8f18e8 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77783 Full duration: 7.879574 -------------------------------------------------------------------------------- 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 188909b3-0fb6-41c9-90c4-4a348c8f18e8 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.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | total | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> duration | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949087 Full duration: 7.961888 -------------------------------------------------------------------------------- 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 188909b3-0fb6-41c9-90c4-4a348c8f18e8 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.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> duration | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.65737 Full duration: 7.470752 HINTS: * To plot HTML graphics with this data, run: rally task report 188909b3-0fb6-41c9-90c4-4a348c8f18e8 --out output.html * To generate a JUnit report, run: rally task export 188909b3-0fb6-41c9-90c4-4a348c8f18e8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 188909b3-0fb6-41c9-90c4-4a348c8f18e8 --json --out output.json 2018-10-06 15:49:10,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '188909b3-0fb6-41c9-90c4-4a348c8f18e8', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-06 15:49:12,672 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 188909b3-0fb6-41c9-90c4-4a348c8f18e8 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-06 15:49:12.540 763 INFO rally.api [-] Building 'json' report for the following task(s): '188909b3-0fb6-41c9-90c4-4a348c8f18e8'. 2018-10-06 15:49:12.545 763 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:49:12,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '188909b3-0fb6-41c9-90c4-4a348c8f18e8', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-06 15:49:14,978 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 188909b3-0fb6-41c9-90c4-4a348c8f18e8 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-06 15:49:14.805 766 INFO rally.api [-] Building 'html' report for the following task(s): '188909b3-0fb6-41c9-90c4-4a348c8f18e8'. 2018-10-06 15:49:14.829 766 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:49:14,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-06 15:49:14,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-06 15:49:14,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-10-06 15:49:14,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 15:49:15,003 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 15:49:15,004 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 15:50:49,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 2018-10-06 15:50:49,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9'] 2018-10-06 15:50:50,218 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 -------------------------------------------------------------------------------- Task c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9: 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 c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 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.175 | 4.175 | 4.175 | 4.175 | 4.175 | 4.175 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | -> glance_v2.upload_data | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 100.0% | 1 | | glance_v2.delete_image | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | total | 5.234 | 5.234 | 5.234 | 5.234 | 5.234 | 5.234 | 100.0% | 1 | | -> duration | 5.234 | 5.234 | 5.234 | 5.234 | 5.234 | 5.234 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.233659 Full duration: 14.045005 -------------------------------------------------------------------------------- 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 c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 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.83 | 4.83 | 4.83 | 4.83 | 4.83 | 4.83 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.373 | 0.373 | 0.373 | 0.373 | 0.373 | 0.373 | 100.0% | 1 | | -> glance_v2.upload_data | 2.052 | 2.052 | 2.052 | 2.052 | 2.052 | 2.052 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 100.0% | 1 | | -> duration | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.007813 Full duration: 17.438876 -------------------------------------------------------------------------------- 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 c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> duration | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.33599 Full duration: 8.13291 -------------------------------------------------------------------------------- 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "number_instances": 2, "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] }, "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 c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 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.948 | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> glance_v2.upload_data | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 100.0% | 1 | | nova.boot_servers | 12.206 | 12.206 | 12.206 | 12.206 | 12.206 | 12.206 | 100.0% | 1 | | total | 17.156 | 17.156 | 17.156 | 17.156 | 17.156 | 17.156 | 100.0% | 1 | | -> duration | 16.156 | 16.156 | 16.156 | 16.156 | 16.156 | 16.156 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.155518 Full duration: 37.924611 HINTS: * To plot HTML graphics with this data, run: rally task report c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 --out output.html * To generate a JUnit report, run: rally task export c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 --json --out output.json 2018-10-06 15:50:50,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-06 15:50:52,467 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-06 15:50:52.359 1319 INFO rally.api [-] Building 'json' report for the following task(s): 'c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9'. 2018-10-06 15:50:52.364 1319 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:50:52,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-06 15:50:54,610 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-06 15:50:54.486 1322 INFO rally.api [-] Building 'html' report for the following task(s): 'c5723ccb-d7b9-4b8c-9104-d9dc2eeda9c9'. 2018-10-06 15:50:54.507 1322 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:50:54,616 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-06 15:50:54,616 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-06 15:50:54,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-10-06 15:50:54,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 15:50:54,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 15:50:54,633 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 15:54:14,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4aa02dd8-2d72-4932-a281-cc407702e0c3 2018-10-06 15:54:14,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4aa02dd8-2d72-4932-a281-cc407702e0c3'] 2018-10-06 15:54:15,136 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4aa02dd8-2d72-4932-a281-cc407702e0c3 -------------------------------------------------------------------------------- Task 4aa02dd8-2d72-4932-a281-cc407702e0c3: 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.663 | 3.663 | 3.663 | 3.663 | 3.663 | 3.663 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | total | 6.115 | 6.115 | 6.115 | 6.115 | 6.115 | 6.115 | 100.0% | 1 | | -> duration | 6.115 | 6.115 | 6.115 | 6.115 | 6.115 | 6.115 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.114956 Full duration: 23.684678 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.332 | 3.332 | 3.332 | 3.332 | 3.332 | 3.332 | 100.0% | 1 | | cinder_v2.delete_volume | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 100.0% | 1 | | total | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 100.0% | 1 | | -> duration | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.805517 Full duration: 16.425185 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.67 | 8.67 | 8.67 | 8.67 | 8.67 | 8.67 | 100.0% | 1 | | cinder_v2.delete_volume | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | total | 11.134 | 11.134 | 11.134 | 11.134 | 11.134 | 11.134 | 100.0% | 1 | | -> duration | 11.134 | 11.134 | 11.134 | 11.134 | 11.134 | 11.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.134319 Full duration: 22.074957 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.144 | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 100.0% | 1 | | cinder_v2.delete_volume | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 100.0% | 1 | | total | 5.623 | 5.623 | 5.623 | 5.623 | 5.623 | 5.623 | 100.0% | 1 | | -> duration | 5.623 | 5.623 | 5.623 | 5.623 | 5.623 | 5.623 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.622526 Full duration: 15.722586 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.714 | 3.714 | 3.714 | 3.714 | 3.714 | 3.714 | 100.0% | 1 | | cinder_v2.extend_volume | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 100.0% | 1 | | cinder_v2.delete_volume | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | total | 9.042 | 9.042 | 9.042 | 9.042 | 9.042 | 9.042 | 100.0% | 1 | | -> duration | 9.042 | 9.042 | 9.042 | 9.042 | 9.042 | 9.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.041863 Full duration: 19.440444 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.314 | 3.314 | 3.314 | 3.314 | 3.314 | 3.314 | 100.0% | 1 | | cinder_v2.delete_volume | 3.115 | 3.115 | 3.115 | 3.115 | 3.115 | 3.115 | 100.0% | 1 | | total | 6.429 | 6.429 | 6.429 | 6.429 | 6.429 | 6.429 | 100.0% | 1 | | -> duration | 6.429 | 6.429 | 6.429 | 6.429 | 6.429 | 6.429 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.429386 Full duration: 23.550043 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.list_qos | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789712 Full duration: 12.359645 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811056 Full duration: 12.612673 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | cinder_v2.list_types | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861345 Full duration: 12.445156 -------------------------------------------------------------------------------- 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 4aa02dd8-2d72-4932-a281-cc407702e0c3 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 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.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> duration | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.834953 Full duration: 12.844265 HINTS: * To plot HTML graphics with this data, run: rally task report 4aa02dd8-2d72-4932-a281-cc407702e0c3 --out output.html * To generate a JUnit report, run: rally task export 4aa02dd8-2d72-4932-a281-cc407702e0c3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4aa02dd8-2d72-4932-a281-cc407702e0c3 --json --out output.json 2018-10-06 15:54:15,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4aa02dd8-2d72-4932-a281-cc407702e0c3', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-06 15:54:17,388 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4aa02dd8-2d72-4932-a281-cc407702e0c3 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-06 15:54:17.276 3111 INFO rally.api [-] Building 'json' report for the following task(s): '4aa02dd8-2d72-4932-a281-cc407702e0c3'. 2018-10-06 15:54:17.284 3111 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:54:17,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4aa02dd8-2d72-4932-a281-cc407702e0c3', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-06 15:54:19,605 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4aa02dd8-2d72-4932-a281-cc407702e0c3 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-06 15:54:19.473 3114 INFO rally.api [-] Building 'html' report for the following task(s): '4aa02dd8-2d72-4932-a281-cc407702e0c3'. 2018-10-06 15:54:19.501 3114 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:54:19,617 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-06 15:54:19,617 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-06 15:54:19,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-10-06 15:54:19,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 15:54:19,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 15:54:19,635 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 15:55:41,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 05edd72a-1680-44d8-af00-64fd79b4e728 2018-10-06 15:55:41,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '05edd72a-1680-44d8-af00-64fd79b4e728'] 2018-10-06 15:55:42,437 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 05edd72a-1680-44d8-af00-64fd79b4e728 -------------------------------------------------------------------------------- Task 05edd72a-1680-44d8-af00-64fd79b4e728: 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 05edd72a-1680-44d8-af00-64fd79b4e728 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 100.0% | 1 | | heat.update_stack | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 100.0% | 1 | | heat.delete_stack | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 100.0% | 1 | | total | 10.564 | 10.564 | 10.564 | 10.564 | 10.564 | 10.564 | 100.0% | 1 | | -> duration | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.564129 Full duration: 19.080695 -------------------------------------------------------------------------------- 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 05edd72a-1680-44d8-af00-64fd79b4e728 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.766 | 4.766 | 4.766 | 4.766 | 4.766 | 4.766 | 100.0% | 1 | | heat.check_stack | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | heat.delete_stack | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 100.0% | 1 | | total | 7.458 | 7.458 | 7.458 | 7.458 | 7.458 | 7.458 | 100.0% | 1 | | -> duration | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.457785 Full duration: 15.682962 -------------------------------------------------------------------------------- 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 05edd72a-1680-44d8-af00-64fd79b4e728 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.59 | 4.59 | 4.59 | 4.59 | 4.59 | 4.59 | 100.0% | 1 | | heat.suspend_stack | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | heat.resume_stack | 1.525 | 1.525 | 1.525 | 1.525 | 1.525 | 1.525 | 100.0% | 1 | | heat.delete_stack | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | total | 8.377 | 8.377 | 8.377 | 8.377 | 8.377 | 8.377 | 100.0% | 1 | | -> duration | 6.377 | 6.377 | 6.377 | 6.377 | 6.377 | 6.377 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.376588 Full duration: 18.2834 -------------------------------------------------------------------------------- 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 05edd72a-1680-44d8-af00-64fd79b4e728 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.580926 Full duration: 8.434196 HINTS: * To plot HTML graphics with this data, run: rally task report 05edd72a-1680-44d8-af00-64fd79b4e728 --out output.html * To generate a JUnit report, run: rally task export 05edd72a-1680-44d8-af00-64fd79b4e728 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 05edd72a-1680-44d8-af00-64fd79b4e728 --json --out output.json 2018-10-06 15:55:42,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '05edd72a-1680-44d8-af00-64fd79b4e728', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-06 15:55:44,674 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 05edd72a-1680-44d8-af00-64fd79b4e728 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-06 15:55:44.567 3847 INFO rally.api [-] Building 'json' report for the following task(s): '05edd72a-1680-44d8-af00-64fd79b4e728'. 2018-10-06 15:55:44.571 3847 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:55:44,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '05edd72a-1680-44d8-af00-64fd79b4e728', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-06 15:55:47,042 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 05edd72a-1680-44d8-af00-64fd79b4e728 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-06 15:55:46.874 3850 INFO rally.api [-] Building 'html' report for the following task(s): '05edd72a-1680-44d8-af00-64fd79b4e728'. 2018-10-06 15:55:46.896 3850 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:55:47,047 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-06 15:55:47,047 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-06 15:55:47,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-10-06 15:55:47,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 15:55:47,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 15:55:47,062 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 15:59:05,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0eef9462-1e22-47e4-94e5-09a5b37607ac 2018-10-06 15:59:05,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0eef9462-1e22-47e4-94e5-09a5b37607ac'] 2018-10-06 15:59:06,891 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0eef9462-1e22-47e4-94e5-09a5b37607ac -------------------------------------------------------------------------------- Task 0eef9462-1e22-47e4-94e5-09a5b37607ac: 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 0eef9462-1e22-47e4-94e5-09a5b37607ac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776671 Full duration: 14.690075 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.list_roles | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> duration | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77039 Full duration: 14.803977 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.list_projects | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775103 Full duration: 14.928868 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> duration | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633772 Full duration: 12.2848 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | keystone_v3.delete_service | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> duration | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.596815 Full duration: 12.211673 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | keystone_v3.create_user | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_user | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 100.0% | 1 | | -> duration | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.911705 Full duration: 20.150569 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | -> duration | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.043995 Full duration: 12.949236 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811243 Full duration: 14.769177 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688731 Full duration: 14.407701 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.892418 Full duration: 15.260472 -------------------------------------------------------------------------------- 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 0eef9462-1e22-47e4-94e5-09a5b37607ac has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_users | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | total | 6.788 | 6.788 | 6.788 | 6.788 | 6.788 | 6.788 | 100.0% | 1 | | -> duration | 6.788 | 6.788 | 6.788 | 6.788 | 6.788 | 6.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.788388 Full duration: 22.844461 HINTS: * To plot HTML graphics with this data, run: rally task report 0eef9462-1e22-47e4-94e5-09a5b37607ac --out output.html * To generate a JUnit report, run: rally task export 0eef9462-1e22-47e4-94e5-09a5b37607ac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0eef9462-1e22-47e4-94e5-09a5b37607ac --json --out output.json 2018-10-06 15:59:06,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0eef9462-1e22-47e4-94e5-09a5b37607ac', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-06 15:59:09,043 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0eef9462-1e22-47e4-94e5-09a5b37607ac --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-06 15:59:08.928 5765 INFO rally.api [-] Building 'json' report for the following task(s): '0eef9462-1e22-47e4-94e5-09a5b37607ac'. 2018-10-06 15:59:08.938 5765 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:59:09,044 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0eef9462-1e22-47e4-94e5-09a5b37607ac', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-06 15:59:11,311 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0eef9462-1e22-47e4-94e5-09a5b37607ac --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-06 15:59:11.176 5768 INFO rally.api [-] Building 'html' report for the following task(s): '0eef9462-1e22-47e4-94e5-09a5b37607ac'. 2018-10-06 15:59:11.207 5768 INFO rally.api [-] The report has been successfully built. 2018-10-06 15:59:11,321 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-06 15:59:11,321 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-06 15:59:11,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-10-06 15:59:11,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 15:59:11,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 15:59:11,336 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 16:04:32,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d1769ef5-b89a-4b62-878f-37476daf1b0e 2018-10-06 16:04:32,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd1769ef5-b89a-4b62-878f-37476daf1b0e'] 2018-10-06 16:04:33,968 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d1769ef5-b89a-4b62-878f-37476daf1b0e -------------------------------------------------------------------------------- Task d1769ef5-b89a-4b62-878f-37476daf1b0e: 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.delete_network | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | total | 1.89 | 1.89 | 1.89 | 1.89 | 1.89 | 1.89 | 100.0% | 1 | | -> duration | 1.89 | 1.89 | 1.89 | 1.89 | 1.89 | 1.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.890406 Full duration: 14.984369 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.356 | 1.356 | 1.356 | 1.356 | 1.356 | 1.356 | 100.0% | 1 | | neutron.delete_port | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | total | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 100.0% | 1 | | -> duration | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.972898 Full duration: 30.520403 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | neutron.create_subnet | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | neutron.create_router | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | neutron.add_interface_router | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 100.0% | 1 | | neutron.remove_interface_router | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 100.0% | 1 | | neutron.delete_router | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | total | 5.06 | 5.06 | 5.06 | 5.06 | 5.06 | 5.06 | 100.0% | 1 | | -> duration | 5.06 | 5.06 | 5.06 | 5.06 | 5.06 | 5.06 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.060347 Full duration: 36.734702 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.178 | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 100.0% | 1 | | neutron.delete_subnet | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | total | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | -> duration | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.956616 Full duration: 27.630452 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.147 | 1.147 | 1.147 | 1.147 | 1.147 | 1.147 | 100.0% | 1 | | neutron.list_networks | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> duration | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.430235 Full duration: 17.181843 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.248 | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 100.0% | 1 | | neutron.list_ports | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> duration | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.496695 Full duration: 32.071762 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.create_subnet | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | neutron.create_router | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 100.0% | 1 | | neutron.add_interface_router | 1.553 | 1.553 | 1.553 | 1.553 | 1.553 | 1.553 | 100.0% | 1 | | neutron.list_routers | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 3.791 | 3.791 | 3.791 | 3.791 | 3.791 | 3.791 | 100.0% | 1 | | -> duration | 3.791 | 3.791 | 3.791 | 3.791 | 3.791 | 3.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.791072 Full duration: 44.528579 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | neutron.create_subnet | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | neutron.list_subnets | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | total | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> duration | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.907784 Full duration: 32.92884 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 100.0% | 1 | | -> duration | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.32441 Full duration: 14.602642 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | neutron.create_security_group_rule | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 100.0% | 1 | | -> duration | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.961011 Full duration: 14.919301 -------------------------------------------------------------------------------- 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 d1769ef5-b89a-4b62-878f-37476daf1b0e 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.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | neutron.create_router | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 100.0% | 1 | | neutron.add_gateway_router | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | neutron.remove_gateway_router | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | total | 3.655 | 3.655 | 3.655 | 3.655 | 3.655 | 3.655 | 100.0% | 1 | | -> duration | 3.655 | 3.655 | 3.655 | 3.655 | 3.655 | 3.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.65465 Full duration: 24.175425 HINTS: * To plot HTML graphics with this data, run: rally task report d1769ef5-b89a-4b62-878f-37476daf1b0e --out output.html * To generate a JUnit report, run: rally task export d1769ef5-b89a-4b62-878f-37476daf1b0e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d1769ef5-b89a-4b62-878f-37476daf1b0e --json --out output.json 2018-10-06 16:04:33,968 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd1769ef5-b89a-4b62-878f-37476daf1b0e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-06 16:04:36,191 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d1769ef5-b89a-4b62-878f-37476daf1b0e --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-06 16:04:36.078 9063 INFO rally.api [-] Building 'json' report for the following task(s): 'd1769ef5-b89a-4b62-878f-37476daf1b0e'. 2018-10-06 16:04:36.088 9063 INFO rally.api [-] The report has been successfully built. 2018-10-06 16:04:36,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd1769ef5-b89a-4b62-878f-37476daf1b0e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-06 16:04:38,628 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d1769ef5-b89a-4b62-878f-37476daf1b0e --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-06 16:04:38.456 9066 INFO rally.api [-] Building 'html' report for the following task(s): 'd1769ef5-b89a-4b62-878f-37476daf1b0e'. 2018-10-06 16:04:38.489 9066 INFO rally.api [-] The report has been successfully built. 2018-10-06 16:04:38,634 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-06 16:04:38,634 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-06 16:04:38,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-10-06 16:04:38,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 16:04:38,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 16:04:38,642 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 16:09:30,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c2f4a891-4313-48b9-a744-f72959605ec1 2018-10-06 16:09:30,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c2f4a891-4313-48b9-a744-f72959605ec1'] 2018-10-06 16:09:31,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c2f4a891-4313-48b9-a744-f72959605ec1 -------------------------------------------------------------------------------- Task c2f4a891-4313-48b9-a744-f72959605ec1: 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "block_migration": false, "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c2f4a891-4313-48b9-a744-f72959605ec1 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.504 | 9.504 | 9.504 | 9.504 | 9.504 | 9.504 | 100.0% | 1 | | nova.find_host_to_migrate | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 100.0% | 1 | | nova.live_migrate | 10.9 | 10.9 | 10.9 | 10.9 | 10.9 | 10.9 | 100.0% | 1 | | nova.delete_server | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 100.0% | 1 | | total | 24.494 | 24.494 | 24.494 | 24.494 | 24.494 | 24.494 | 100.0% | 1 | | -> duration | 23.494 | 23.494 | 23.494 | 23.494 | 23.494 | 23.494 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.493913 Full duration: 33.998181 -------------------------------------------------------------------------------- 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c2f4a891-4313-48b9-a744-f72959605ec1 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.521 | 9.521 | 9.521 | 9.521 | 9.521 | 9.521 | 100.0% | 1 | | cinder_v2.create_volume | 2.833 | 2.833 | 2.833 | 2.833 | 2.833 | 2.833 | 100.0% | 1 | | nova.attach_volume | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 100.0% | 1 | | nova.find_host_to_migrate | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | nova.live_migrate | 11.372 | 11.372 | 11.372 | 11.372 | 11.372 | 11.372 | 100.0% | 1 | | nova.detach_volume | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | nova.delete_server | 2.826 | 2.826 | 2.826 | 2.826 | 2.826 | 2.826 | 100.0% | 1 | | total | 35.969 | 35.969 | 35.969 | 35.969 | 35.969 | 35.969 | 100.0% | 1 | | -> duration | 34.969 | 34.969 | 34.969 | 34.969 | 34.969 | 34.969 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.969475 Full duration: 47.760482 -------------------------------------------------------------------------------- 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c2f4a891-4313-48b9-a744-f72959605ec1 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.914 | 8.914 | 8.914 | 8.914 | 8.914 | 8.914 | 100.0% | 1 | | nova.boot_server | 9.692 | 9.692 | 9.692 | 9.692 | 9.692 | 9.692 | 100.0% | 1 | | nova.find_host_to_migrate | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 100.0% | 1 | | nova.live_migrate | 16.654 | 16.654 | 16.654 | 16.654 | 16.654 | 16.654 | 100.0% | 1 | | nova.delete_server | 7.921 | 7.921 | 7.921 | 7.921 | 7.921 | 7.921 | 100.0% | 1 | | total | 44.43 | 44.43 | 44.43 | 44.43 | 44.43 | 44.43 | 100.0% | 1 | | -> duration | 43.43 | 43.43 | 43.43 | 43.43 | 43.43 | 43.43 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.430283 Full duration: 56.117825 -------------------------------------------------------------------------------- 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "server_kwargs": { "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] } }, "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 c2f4a891-4313-48b9-a744-f72959605ec1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 13.445738 -------------------------------------------------------------------------------- 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "volume_size": 5, "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] }, "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 c2f4a891-4313-48b9-a744-f72959605ec1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 11.210681 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "force_delete": false, "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] }, "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 c2f4a891-4313-48b9-a744-f72959605ec1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.693531 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "nics": [ { "net-id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c2f4a891-4313-48b9-a744-f72959605ec1 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.291 | 9.291 | 9.291 | 9.291 | 9.291 | 9.291 | 100.0% | 1 | | nova.migrate | 42.634 | 42.634 | 42.634 | 42.634 | 42.634 | 42.634 | 100.0% | 1 | | nova.resize_confirm | 3.345 | 3.345 | 3.345 | 3.345 | 3.345 | 3.345 | 100.0% | 1 | | nova.delete_server | 2.623 | 2.623 | 2.623 | 2.623 | 2.623 | 2.623 | 100.0% | 1 | | total | 57.893 | 57.893 | 57.893 | 57.893 | 57.893 | 57.893 | 100.0% | 1 | | -> duration | 56.893 | 56.893 | 56.893 | 56.893 | 56.893 | 56.893 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 56.89324 Full duration: 67.506637 -------------------------------------------------------------------------------- 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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "image": { "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task c2f4a891-4313-48b9-a744-f72959605ec1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 9.34046 -------------------------------------------------------------------------------- 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 c2f4a891-4313-48b9-a744-f72959605ec1 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | nova.delete_server_group | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725995 Full duration: 9.187218 HINTS: * To plot HTML graphics with this data, run: rally task report c2f4a891-4313-48b9-a744-f72959605ec1 --out output.html * To generate a JUnit report, run: rally task export c2f4a891-4313-48b9-a744-f72959605ec1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c2f4a891-4313-48b9-a744-f72959605ec1 --json --out output.json 2018-10-06 16:09:31,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c2f4a891-4313-48b9-a744-f72959605ec1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-06 16:09:34,030 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c2f4a891-4313-48b9-a744-f72959605ec1 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-06 16:09:33.876 10373 INFO rally.api [-] Building 'json' report for the following task(s): 'c2f4a891-4313-48b9-a744-f72959605ec1'. 2018-10-06 16:09:33.884 10373 INFO rally.api [-] The report has been successfully built. 2018-10-06 16:09:34,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c2f4a891-4313-48b9-a744-f72959605ec1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-06 16:09:36,451 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c2f4a891-4313-48b9-a744-f72959605ec1 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-06 16:09:36.275 10376 INFO rally.api [-] Building 'html' report for the following task(s): 'c2f4a891-4313-48b9-a744-f72959605ec1'. 2018-10-06 16:09:36.302 10376 INFO rally.api [-] The report has been successfully built. 2018-10-06 16:09:36,456 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-10-06 16:09:36,456 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-06 16:09:36,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-10-06 16:09:36,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 16:09:36,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 16:09:36,464 - 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': 'c558d2be-30ea-49c8-a808-0f6fe79b7dda', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'flavor_name': 'rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', '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_734a4d48-d1ac-4ee4-9c30-c91bed1efc86', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-06 16:10:29,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e9f0696-3109-426a-9fcc-6d6db5256e0d 2018-10-06 16:10:29,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7e9f0696-3109-426a-9fcc-6d6db5256e0d'] 2018-10-06 16:10:30,835 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7e9f0696-3109-426a-9fcc-6d6db5256e0d -------------------------------------------------------------------------------- Task 7e9f0696-3109-426a-9fcc-6d6db5256e0d: 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 7e9f0696-3109-426a-9fcc-6d6db5256e0d 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.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | quotas.delete_quotas | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891752 Full duration: 9.049069 -------------------------------------------------------------------------------- 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 7e9f0696-3109-426a-9fcc-6d6db5256e0d 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726291 Full duration: 8.752217 -------------------------------------------------------------------------------- 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 7e9f0696-3109-426a-9fcc-6d6db5256e0d 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741975 Full duration: 8.973955 -------------------------------------------------------------------------------- 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 7e9f0696-3109-426a-9fcc-6d6db5256e0d 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.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | total | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | -> duration | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.173806 Full duration: 9.164756 HINTS: * To plot HTML graphics with this data, run: rally task report 7e9f0696-3109-426a-9fcc-6d6db5256e0d --out output.html * To generate a JUnit report, run: rally task export 7e9f0696-3109-426a-9fcc-6d6db5256e0d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7e9f0696-3109-426a-9fcc-6d6db5256e0d --json --out output.json 2018-10-06 16:10:30,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7e9f0696-3109-426a-9fcc-6d6db5256e0d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-06 16:10:32,991 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7e9f0696-3109-426a-9fcc-6d6db5256e0d --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-06 16:10:32.886 10889 INFO rally.api [-] Building 'json' report for the following task(s): '7e9f0696-3109-426a-9fcc-6d6db5256e0d'. 2018-10-06 16:10:32.889 10889 INFO rally.api [-] The report has been successfully built. 2018-10-06 16:10:32,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7e9f0696-3109-426a-9fcc-6d6db5256e0d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-06 16:10:35,249 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7e9f0696-3109-426a-9fcc-6d6db5256e0d --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-06 16:10:35.126 10892 INFO rally.api [-] Building 'html' report for the following task(s): '7e9f0696-3109-426a-9fcc-6d6db5256e0d'. 2018-10-06 16:10:35.147 10892 INFO rally.api [-] The report has been successfully built. 2018-10-06 16:10:35,253 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-06 16:10:35,256 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:17 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:50 | 11 | 100.00% | | nova | 04:19 | 5 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:31 | 55 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-06 16:10:35,257 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 7/8 modules 2018-10-06 16:10:35,379 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 16:10:35,380 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 22:45 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-10-06 16:10:35,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 16:10:35,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:35,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a6c5e1d-d2a8-4895-be31-160349db0c43 x-compute-request-id: req-2a6c5e1d-d2a8-4895-be31-160349db0c43 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2b362e0b-35c1-46ed-a92a-ee0638becfa7", "name": "rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ad3b3d24-f197-46b7-ae26-edb89092462c", "name": "rally_sanity-flavor_alt_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 16:10:35,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-2a6c5e1d-d2a8-4895-be31-160349db0c43 2018-10-06 16:10:35,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.171578168869s 2018-10-06 16:10:35,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-2a6c5e1d-d2a8-4895-be31-160349db0c43 2018-10-06 16:10:35,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 16:10:35,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:35,603 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 16:10:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1db3de98-7f4b-45df-8900-a3577007c898 x-compute-request-id: req-1db3de98-7f4b-45df-8900-a3577007c898 Content-Length: 0 Content-Type: application/json 2018-10-06 16:10:35,603 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c used request id req-1db3de98-7f4b-45df-8900-a3577007c898 2018-10-06 16:10:35,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0419509410858s 2018-10-06 16:10:35,604 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/ad3b3d24-f197-46b7-ae26-edb89092462c used request id req-1db3de98-7f4b-45df-8900-a3577007c898 2018-10-06 16:10:35,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 16:10:35,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1/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}41f48676389daa883ac31a1bf6c1d4339072bb42" -d '{"subnet_id": "829d1307-0fb3-4d33-8a01-1d3968cfb925"}' 2018-10-06 16:10:36,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d411c31-289e-431a-b444-1795a3aa4e8c Date: Sat, 06 Oct 2018 16:10:36 GMT RESP BODY: {"network_id": "c558d2be-30ea-49c8-a808-0f6fe79b7dda", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "subnet_id": "829d1307-0fb3-4d33-8a01-1d3968cfb925", "subnet_ids": ["829d1307-0fb3-4d33-8a01-1d3968cfb925"], "port_id": "f046f317-e064-4b60-b83f-ec89974b2214", "id": "fb83098e-0644-4034-b427-c33a1f585de1"} 2018-10-06 16:10:36,833 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1/remove_router_interface.json used request id req-8d411c31-289e-431a-b444-1795a3aa4e8c 2018-10-06 16:10:36,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.22910380363s 2018-10-06 16:10:36,834 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1/remove_router_interface.json used request id req-8d411c31-289e-431a-b444-1795a3aa4e8c returning object fb83098e-0644-4034-b427-c33a1f585de1 2018-10-06 16:10:36,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 16:10:36,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:37,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12390 X-Openstack-Request-Id: req-f4edc7bf-006c-45f0-9e2d-e09ba9658df8 Date: Sat, 06 Oct 2018 16:10:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "3bf54003f0914bae88903ce128ab9bc6", "created_at": "2018-10-06T16:07:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:07:28Z", "revision_number": 2, "routes": [], "project_id": "3bf54003f0914bae88903ce128ab9bc6", "id": "0b5e037c-684a-41c5-8d8b-7ac9775bc111", "name": "c_rally_963dd803_Ba3Dnwzp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "b21481d9c1824e92999b35bb296053f9", "created_at": "2018-10-06T16:01:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:01:45Z", "revision_number": 2, "routes": [], "project_id": "b21481d9c1824e92999b35bb296053f9", "id": "1a3ce793-449b-40d1-8f7f-f78194ec3b50", "name": "c_rally_33b3a50b_J3bYvG3i"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:23Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "2d299163-a520-4628-a54f-4d091d4e2311", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76b6b4d040bc48e39752a3898531c01f", "created_at": "2018-10-06T15:33:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:33:49Z", "revision_number": 2, "routes": [], "project_id": "76b6b4d040bc48e39752a3898531c01f", "id": "3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa", "name": "tempest-ServerActionsTestJSON-1269877767-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:17Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "43683cd4-5cce-4358-aa04-dc2e33f1e7c8", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:18Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "46113384-649e-4fc4-b93f-ed307a447303", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:16:03Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "5aae1d6d-f539-4d71-8bee-1257836d3ecd", "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:15:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:15:57Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6288bf7e-a264-4b9a-9f1c-f685b49ac097", "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "3bf54003f0914bae88903ce128ab9bc6", "created_at": "2018-10-06T16:07:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:07:30Z", "revision_number": 2, "routes": [], "project_id": "3bf54003f0914bae88903ce128ab9bc6", "id": "63aca7fa-44d5-472c-9c13-0c705fe75599", "name": "c_rally_963dd803_Ba3Dnwzp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:22Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "652d6143-6d48-44a3-97e7-b616f15777b2", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:46:53Z", "revision_number": 2, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "7035346f-e6cb-47fb-8e88-5ccf4a261a87", "name": "tempest-TestServerMultinode-1241683181-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:19Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "8547e6fd-d9d6-4e27-8114-0740dc898980", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:18Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "a119a412-cf4b-4bce-aa6b-dc63421c96d1", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:46:52Z", "revision_number": 2, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "bd91ff17-a154-4c89-83da-a9a80bdfb601", "name": "tempest-TestServerMultinode-1241683181-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:46:51Z", "revision_number": 2, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2", "name": "tempest-TestServerMultinode-1241683181-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:20Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "c8a57ef7-cf58-4bfb-9096-2cc8705627e4", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "92ee7283373449838cd023137f9736bf", "created_at": "2018-10-06T15:59:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:59:48Z", "revision_number": 2, "routes": [], "project_id": "92ee7283373449838cd023137f9736bf", "id": "dd7e8bfd-1eb0-4799-9811-b5da9f676b69", "name": "c_rally_95d4733e_PX47OjFb"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "4136c778fce04e6e9440dbea8209f9b9", "created_at": "2018-10-06T16:03:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:03:04Z", "revision_number": 2, "routes": [], "project_id": "4136c778fce04e6e9440dbea8209f9b9", "id": "f0f6c344-a429-4823-90a9-fcd52bd742d6", "name": "c_rally_0d7a83bd_XPt5kNQF"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "be321ee7c95f405e85d6eddfabf00794", "created_at": "2018-10-06T16:00:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:00:20Z", "revision_number": 2, "routes": [], "project_id": "be321ee7c95f405e85d6eddfabf00794", "id": "f9559e67-79dc-4003-85e0-da84364205eb", "name": "c_rally_c46905ee_xSoizk0F"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "7200c5d31d604333a83a5adc3e132151", "created_at": "2018-10-06T15:47:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:10:36Z", "revision_number": 4, "routes": [], "project_id": "7200c5d31d604333a83a5adc3e132151", "id": "fb83098e-0644-4034-b427-c33a1f585de1", "name": "rally_sanity-router_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}]} 2018-10-06 16:10:37,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f4edc7bf-006c-45f0-9e2d-e09ba9658df8 2018-10-06 16:10:37,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.613547801971s 2018-10-06 16:10:37,449 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f4edc7bf-006c-45f0-9e2d-e09ba9658df8 2018-10-06 16:10:37,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 16:10:37,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:38,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-96cbd1a9-b4a2-45ea-8c7d-ca835f64fc94 Content-Length: 0 Date: Sat, 06 Oct 2018 16:10:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 16:10:38,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1.json used request id req-96cbd1a9-b4a2-45ea-8c7d-ca835f64fc94 2018-10-06 16:10:38,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40679311752s 2018-10-06 16:10:38,860 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/fb83098e-0644-4034-b427-c33a1f585de1.json used request id req-96cbd1a9-b4a2-45ea-8c7d-ca835f64fc94 2018-10-06 16:10:38,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 16:10:38,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:39,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-7f68a5b9-824f-4c17-b997-36279cf724cb Date: Sat, 06 Oct 2018 16:10:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c558d2be-30ea-49c8-a808-0f6fe79b7dda","tenant_id":"7200c5d31d604333a83a5adc3e132151","created_at":"2018-10-06T15:47:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T15:47:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7200c5d31d604333a83a5adc3e132151","id":"829d1307-0fb3-4d33-8a01-1d3968cfb925","subnetpool_id":null,"name":"rally_sanity-subnet_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 16:10:39,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7f68a5b9-824f-4c17-b997-36279cf724cb 2018-10-06 16:10:39,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.228392839432s 2018-10-06 16:10:39,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7f68a5b9-824f-4c17-b997-36279cf724cb 2018-10-06 16:10:39,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 16:10:39,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/829d1307-0fb3-4d33-8a01-1d3968cfb925.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:41,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63c2cdb8-2092-48c2-829f-8238dc0e744a Date: Sat, 06 Oct 2018 16:10:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 16:10:41,397 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/829d1307-0fb3-4d33-8a01-1d3968cfb925.json used request id req-63c2cdb8-2092-48c2-829f-8238dc0e744a 2018-10-06 16:10:41,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30568599701s 2018-10-06 16:10:41,397 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/829d1307-0fb3-4d33-8a01-1d3968cfb925.json used request id req-63c2cdb8-2092-48c2-829f-8238dc0e744a 2018-10-06 16:10:41,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 16:10:41,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:41,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-6662617b-d0b1-4d39-b0a7-d7e9f330e44a Date: Sat, 06 Oct 2018 16:10:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c558d2be-30ea-49c8-a808-0f6fe79b7dda","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"7200c5d31d604333a83a5adc3e132151","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:10:41Z","provider:segmentation_id":35,"name":"rally_sanity-net_734a4d48-d1ac-4ee4-9c30-c91bed1efc86","admin_state_up":true,"tenant_id":"7200c5d31d604333a83a5adc3e132151","created_at":"2018-10-06T15:47:51Z","provider:network_type":"vxlan"}]} 2018-10-06 16:10:41,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6662617b-d0b1-4d39-b0a7-d7e9f330e44a 2018-10-06 16:10:41,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247110843658s 2018-10-06 16:10:41,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6662617b-d0b1-4d39-b0a7-d7e9f330e44a 2018-10-06 16:10:41,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 16:10:41,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/c558d2be-30ea-49c8-a808-0f6fe79b7dda.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:42,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1cff0b6-9f52-48b6-9516-6a78ed17a0fd Date: Sat, 06 Oct 2018 16:10:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 16:10:42,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c558d2be-30ea-49c8-a808-0f6fe79b7dda.json used request id req-a1cff0b6-9f52-48b6-9516-6a78ed17a0fd 2018-10-06 16:10:42,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21174693108s 2018-10-06 16:10:42,859 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c558d2be-30ea-49c8-a808-0f6fe79b7dda.json used request id req-a1cff0b6-9f52-48b6-9516-6a78ed17a0fd 2018-10-06 16:10:42,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:10:42,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:43,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-65028f67-cce3-4a01-b97d-0cad3eadb410 Date: Sat, 06 Oct 2018 16:10:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2d546acf-550e-40eb-a340-32d2c906ce44/snap", "metadata": {}}], "file": "/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44/file", "owner": "7200c5d31d604333a83a5adc3e132151", "id": "2d546acf-550e-40eb-a340-32d2c906ce44", "size": 12716032, "self": "/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2d546acf-550e-40eb-a340-32d2c906ce44/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T15:47:57Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T15:47:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:10:43,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-65028f67-cce3-4a01-b97d-0cad3eadb410 2018-10-06 16:10:43,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169127941132s 2018-10-06 16:10:43,029 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-65028f67-cce3-4a01-b97d-0cad3eadb410 2018-10-06 16:10:43,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 16:10:43,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41f48676389daa883ac31a1bf6c1d4339072bb42" 2018-10-06 16:10:44,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7f3a59f-8fd8-4820-8d57-968ffcd9f26b Date: Sat, 06 Oct 2018 16:10:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:10:44,739 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44 used request id req-f7f3a59f-8fd8-4820-8d57-968ffcd9f26b 2018-10-06 16:10:44,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.70776820183s 2018-10-06 16:10:44,739 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2d546acf-550e-40eb-a340-32d2c906ce44 used request id req-f7f3a59f-8fd8-4820-8d57-968ffcd9f26b 2018-10-06 16:10:44,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 16:10:44,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:44,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f251815-471b-47ff-b70e-71c631694369 x-compute-request-id: req-3f251815-471b-47ff-b70e-71c631694369 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2b362e0b-35c1-46ed-a92a-ee0638becfa7", "name": "rally_sanity-flavor_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 16:10:44,772 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3f251815-471b-47ff-b70e-71c631694369 2018-10-06 16:10:44,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032881975174s 2018-10-06 16:10:44,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3f251815-471b-47ff-b70e-71c631694369 2018-10-06 16:10:44,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 16:10:44,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:44,812 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 16:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a204b89b-86c5-4fe0-85e6-9d5f2f619aec x-compute-request-id: req-a204b89b-86c5-4fe0-85e6-9d5f2f619aec Content-Length: 0 Content-Type: application/json 2018-10-06 16:10:44,812 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7 used request id req-a204b89b-86c5-4fe0-85e6-9d5f2f619aec 2018-10-06 16:10:44,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0371949672699s 2018-10-06 16:10:44,813 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2b362e0b-35c1-46ed-a92a-ee0638becfa7 used request id req-a204b89b-86c5-4fe0-85e6-9d5f2f619aec 2018-10-06 16:10:44,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:10:44,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:44,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde6f7d6-0791-4f19-88a9-e4ea984ec6dd Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86", "links": {"self": "http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817"}, "domain_id": "default", "enabled": true, "id": "41e671d98a52406cb6f5d24a48ba6817", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:10:44,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bde6f7d6-0791-4f19-88a9-e4ea984ec6dd 2018-10-06 16:10:44,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0961539745331s 2018-10-06 16:10:44,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bde6f7d6-0791-4f19-88a9-e4ea984ec6dd 2018-10-06 16:10:44,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:10:44,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:45,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cad00b5-3a0d-4ca1-9958-d9a519a43628 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817"}, "enabled": true, "id": "41e671d98a52406cb6f5d24a48ba6817", "options": {}, "domain_id": "default", "name": "rally_sanity-user_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}} 2018-10-06 16:10:45,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 used request id req-6cad00b5-3a0d-4ca1-9958-d9a519a43628 2018-10-06 16:10:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0925390720367s 2018-10-06 16:10:45,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 used request id req-6cad00b5-3a0d-4ca1-9958-d9a519a43628 2018-10-06 16:10:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 16:10:45,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:45,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33eb967e-07c5-4c16-a082-486dcbf5e1c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:10:45,180 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 used request id req-33eb967e-07c5-4c16-a082-486dcbf5e1c8 2018-10-06 16:10:45,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.170851945877s 2018-10-06 16:10:45,181 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/41e671d98a52406cb6f5d24a48ba6817 used request id req-33eb967e-07c5-4c16-a082-486dcbf5e1c8 2018-10-06 16:10:45,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 16:10:45,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:45,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc7576e-e784-4af7-b12a-94d73eeaa860 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151"}, "enabled": true, "id": "7200c5d31d604333a83a5adc3e132151", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_734a4d48-d1ac-4ee4-9c30-c91bed1efc86"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 16:10:45,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1cc7576e-e784-4af7-b12a-94d73eeaa860 2018-10-06 16:10:45,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0754060745239s 2018-10-06 16:10:45,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1cc7576e-e784-4af7-b12a-94d73eeaa860 2018-10-06 16:10:45,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 16:10:45,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:45,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4d0ff97-c2f1-47ec-82c7-4a211f9ed581 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:10:45,507 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151 used request id req-c4d0ff97-c2f1-47ec-82c7-4a211f9ed581 2018-10-06 16:10:45,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.248017787933s 2018-10-06 16:10:45,508 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7200c5d31d604333a83a5adc3e132151 used request id req-c4d0ff97-c2f1-47ec-82c7-4a211f9ed581 2018-10-06 16:10:45,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:10:45,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:45,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef3c1c43-f52b-4f8e-a1cd-6e0a0db74266 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a8a751d547064242a8e69021bf43cc4c", "links": {"self": "http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:10:45,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ef3c1c43-f52b-4f8e-a1cd-6e0a0db74266 2018-10-06 16:10:45,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0844900608063s 2018-10-06 16:10:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 16:10:45,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:45,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f383fb24-a062-4a24-9dac-416314dcc76e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:10:45,696 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/a8a751d547064242a8e69021bf43cc4c used request id req-f383fb24-a062-4a24-9dac-416314dcc76e 2018-10-06 16:10:45,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102010965347s 2018-10-06 16:10:45,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 16:10:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=7200c5d31d604333a83a5adc3e132151&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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:45,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-45a1d06d-72b7-463e-b902-a5dabb482bd5 Date: Sat, 06 Oct 2018 16:10:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7200c5d31d604333a83a5adc3e132151", "created_at": "2018-10-06T15:47:51Z", "updated_at": "2018-10-06T15:47:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "44d59ab1-d509-4c54-8edd-1daed0f282e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv6", "project_id": "7200c5d31d604333a83a5adc3e132151"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "4e392976-f129-4c3d-ae28-715b6b1104fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv4", "project_id": "7200c5d31d604333a83a5adc3e132151"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "73207db6-fc41-4709-87e9-058ab9922acd", "remote_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv6", "project_id": "7200c5d31d604333a83a5adc3e132151"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "dc00724b-431b-4e85-8ec0-0e29fa352972", "remote_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv4", "project_id": "7200c5d31d604333a83a5adc3e132151"}], "revision_number": 4, "project_id": "7200c5d31d604333a83a5adc3e132151", "id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "name": "default"}]} 2018-10-06 16:10:45,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=7200c5d31d604333a83a5adc3e132151&name=default used request id req-45a1d06d-72b7-463e-b902-a5dabb482bd5 2018-10-06 16:10:45,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.217157840729s 2018-10-06 16:10:45,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=7200c5d31d604333a83a5adc3e132151&name=default used request id req-45a1d06d-72b7-463e-b902-a5dabb482bd5 2018-10-06 16:10:45,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 16:10:45,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:46,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bcc1b01c-9bff-4a3f-97f9-152ae257ca9b Date: Sat, 06 Oct 2018 16:10:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7200c5d31d604333a83a5adc3e132151", "created_at": "2018-10-06T15:47:51Z", "updated_at": "2018-10-06T15:47:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "dc00724b-431b-4e85-8ec0-0e29fa352972", "remote_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv4", "project_id": "7200c5d31d604333a83a5adc3e132151"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "73207db6-fc41-4709-87e9-058ab9922acd", "remote_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv6", "project_id": "7200c5d31d604333a83a5adc3e132151"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "4e392976-f129-4c3d-ae28-715b6b1104fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv4", "project_id": "7200c5d31d604333a83a5adc3e132151"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:47:51Z", "revision_number": 0, "id": "44d59ab1-d509-4c54-8edd-1daed0f282e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:47:51Z", "security_group_id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "tenant_id": "7200c5d31d604333a83a5adc3e132151", "port_range_min": null, "ethertype": "IPv6", "project_id": "7200c5d31d604333a83a5adc3e132151"}], "revision_number": 4, "project_id": "7200c5d31d604333a83a5adc3e132151", "id": "af8c322b-a90c-4bd8-9f60-a6da0fdc06d8", "name": "default"}]} 2018-10-06 16:10:46,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-bcc1b01c-9bff-4a3f-97f9-152ae257ca9b 2018-10-06 16:10:46,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192625045776s 2018-10-06 16:10:46,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-bcc1b01c-9bff-4a3f-97f9-152ae257ca9b 2018-10-06 16:10:46,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 16:10:46,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/af8c322b-a90c-4bd8-9f60-a6da0fdc06d8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64452c757ee239f39169165689610757db141cd5" 2018-10-06 16:10:46,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5cb746ba-769d-4e08-9b2a-822e3b280c03 Content-Length: 0 Date: Sat, 06 Oct 2018 16:10:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 16:10:46,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/af8c322b-a90c-4bd8-9f60-a6da0fdc06d8.json used request id req-5cb746ba-769d-4e08-9b2a-822e3b280c03 2018-10-06 16:10:46,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.384014844894s 2018-10-06 16:10:46,502 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/af8c322b-a90c-4bd8-9f60-a6da0fdc06d8.json used request id req-5cb746ba-769d-4e08-9b2a-822e3b280c03 2018-10-06 16:10:46,502 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-10-06 16:10:46,555 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 16:10:46,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 16:10:46,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 16:10:46,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 16:10:46,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 16:10:46,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 16:10:46,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 16:10:46,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5799ebe8-96f9-4bbd-b932-0a4ed56d8864 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 16:10:46,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5799ebe8-96f9-4bbd-b932-0a4ed56d8864 2018-10-06 16:10:46,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 16:10:47,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T17:10:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["dCb5KJ8eRjC1peyLHn4q5g"], "issued_at": "2018-10-06T16:10:47.000000Z"}} 2018-10-06 16:10:47,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 16:10:47,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:47,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-936be90e-8caa-40a7-99b0-70d0800ee8c1 Date: Sat, 06 Oct 2018 16:10:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 16:10:47,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-936be90e-8caa-40a7-99b0-70d0800ee8c1 2018-10-06 16:10:47,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231072902679s 2018-10-06 16:10:47,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-936be90e-8caa-40a7-99b0-70d0800ee8c1 2018-10-06 16:10:47,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 16:10:47,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:47,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 16:10: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 16:10:47,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:47,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c03840-444a-4556-975a-43e4d7406204 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 16:10:47,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-91c03840-444a-4556-975a-43e4d7406204 2018-10-06 16:10:47,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0851378440857s 2018-10-06 16:10:47,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 16:10:47,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}}' 2018-10-06 16:10:47,440 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 16:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d22cd7ee-672a-498a-b330-56064b3b47dd 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.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3"}, "enabled": true, "id": "878afaebbfaf4af48f599b6632b0a4b3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}} 2018-10-06 16:10:47,440 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-d22cd7ee-672a-498a-b330-56064b3b47dd 2018-10-06 16:10:47,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.114986181259s 2018-10-06 16:10:47,441 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-d22cd7ee-672a-498a-b330-56064b3b47dd 2018-10-06 16:10:47,441 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'id': u'878afaebbfaf4af48f599b6632b0a4b3', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 16:10:47,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 16:10:47,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.373650074005s 2018-10-06 16:10:47,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:47,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9009a02-245b-4f6e-9bc4-aaf3a7682e87 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389"}, "enabled": true, "id": "7c7806b9469049d6ae94071e0ba2b389", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}} 2018-10-06 16:10:47,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 used request id req-e9009a02-245b-4f6e-9bc4-aaf3a7682e87 2018-10-06 16:10:47,904 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7c7806b9469049d6ae94071e0ba2b389', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f'}) 2018-10-06 16:10:47,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:10:47,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:47,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa573add-6b8d-4969-9040-662d945a13d1 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:10:47,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-aa573add-6b8d-4969-9040-662d945a13d1 2018-10-06 16:10:47,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0898449420929s 2018-10-06 16:10:47,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:10:47,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c24adb67-bafc-4305-96c5-a7a06b23debc Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:10:48,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c24adb67-bafc-4305-96c5-a7a06b23debc 2018-10-06 16:10:48,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0798041820526s 2018-10-06 16:10:48,076 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 16:10:48,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 16:10:48,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" -d '{"role": {"name": "Member"}}' 2018-10-06 16:10:48,176 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc94b563-f297-4eef-af55-70c266027d28 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09874f6631fd4a24baed740b42d2dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "name": "Member"}} 2018-10-06 16:10:48,176 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-bc94b563-f297-4eef-af55-70c266027d28 2018-10-06 16:10:48,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0992991924286s 2018-10-06 16:10:48,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d89b6b5-696a-4678-a3ed-c05077f3ca8a Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "domain_id": null, "name": "Member", "id": "09874f6631fd4a24baed740b42d2dc14"}} 2018-10-06 16:10:48,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14 used request id req-4d89b6b5-696a-4678-a3ed-c05077f3ca8a 2018-10-06 16:10:48,255 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14'}, 'domain_id': None, 'human_id': None, 'id': u'09874f6631fd4a24baed740b42d2dc14', 'HUMAN_ID': False}) 2018-10-06 16:10:48,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:10:48,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aead887e-30aa-4f22-a45d-3b4c6dbc9208 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09874f6631fd4a24baed740b42d2dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:10:48,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-aead887e-30aa-4f22-a45d-3b4c6dbc9208 2018-10-06 16:10:48,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823950767517s 2018-10-06 16:10:48,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 16:10:48,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99af545d-174e-433b-a41c-88b5444984c9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 16:10:48,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-99af545d-174e-433b-a41c-88b5444984c9 2018-10-06 16:10:48,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804879665375s 2018-10-06 16:10:48,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:10:48,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42b0c439-da4c-4bb1-abbc-548c794b7a29 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "links": {"self": "http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389"}, "domain_id": "default", "enabled": true, "id": "7c7806b9469049d6ae94071e0ba2b389", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:10:48,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-42b0c439-da4c-4bb1-abbc-548c794b7a29 2018-10-06 16:10:48,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0923209190369s 2018-10-06 16:10:48,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-42b0c439-da4c-4bb1-abbc-548c794b7a29 2018-10-06 16:10:48,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 16:10:48,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e22f04-1bf0-434c-b4b0-6e542c195db3 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3"}, "enabled": true, "id": "878afaebbfaf4af48f599b6632b0a4b3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 16:10:48,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-39e22f04-1bf0-434c-b4b0-6e542c195db3 2018-10-06 16:10:48,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806579589844s 2018-10-06 16:10:48,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-39e22f04-1bf0-434c-b4b0-6e542c195db3 2018-10-06 16:10:48,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 16:10:48,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&scope.project.id=878afaebbfaf4af48f599b6632b0a4b3&role.id=09874f6631fd4a24baed740b42d2dc14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-755990c4-3dc7-4a3d-bb3e-4fdd113255b5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&scope.project.id=878afaebbfaf4af48f599b6632b0a4b3&role.id=09874f6631fd4a24baed740b42d2dc14", "previous": null, "next": null}} 2018-10-06 16:10:48,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&scope.project.id=878afaebbfaf4af48f599b6632b0a4b3&role.id=09874f6631fd4a24baed740b42d2dc14 used request id req-755990c4-3dc7-4a3d-bb3e-4fdd113255b5 2018-10-06 16:10:48,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.074177980423s 2018-10-06 16:10:48,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 16:10:48,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3/users/7c7806b9469049d6ae94071e0ba2b389/roles/09874f6631fd4a24baed740b42d2dc14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aaa4c3a-331b-49c9-872b-a36f97f6b1c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:10:48,832 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3/users/7c7806b9469049d6ae94071e0ba2b389/roles/09874f6631fd4a24baed740b42d2dc14 used request id req-3aaa4c3a-331b-49c9-872b-a36f97f6b1c8 2018-10-06 16:10:48,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.153925180435s 2018-10-06 16:10:48,833 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 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': '44efa807-f299-4cfb-9617-94e2ba4d6f86', 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_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'project_id': u'878afaebbfaf4af48f599b6632b0a4b3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 16:10:48,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 16:10:48,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 16:10:48,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 16:10:48,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 16:10:48,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 16:10:48,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 16:10:48,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 16:10:48,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 16:10:48,838 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'password': '44efa807-f299-4cfb-9617-94e2ba4d6f86', 'project_name': 'refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '878afaebbfaf4af48f599b6632b0a4b3', 'project_domain_name': 'Default'} 2018-10-06 16:10:48,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:10:48,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6210de3f-198a-4a4e-b7d5-be2cc3e64aff Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09874f6631fd4a24baed740b42d2dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:10:48,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6210de3f-198a-4a4e-b7d5-be2cc3e64aff 2018-10-06 16:10:48,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777399539948s 2018-10-06 16:10:48,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:10:48,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:48,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbecc2bf-e283-497f-8ab2-fe74e5ef1199 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09874f6631fd4a24baed740b42d2dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:10:48,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-dbecc2bf-e283-497f-8ab2-fe74e5ef1199 2018-10-06 16:10:48,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745279788971s 2018-10-06 16:10:48,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 16:10:48,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45beaaa9-031b-4774-bd91-78c6c5a973f6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 16:10:49,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-45beaaa9-031b-4774-bd91-78c6c5a973f6 2018-10-06 16:10:49,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0784862041473s 2018-10-06 16:10:49,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:10:49,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b4236c1-cf01-4001-8474-c1a7df87226a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "links": {"self": "http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389"}, "domain_id": "default", "enabled": true, "id": "7c7806b9469049d6ae94071e0ba2b389", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:10:49,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7b4236c1-cf01-4001-8474-c1a7df87226a 2018-10-06 16:10:49,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939259529114s 2018-10-06 16:10:49,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7b4236c1-cf01-4001-8474-c1a7df87226a 2018-10-06 16:10:49,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 16:10:49,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dadf2ec8-2049-4491-b32e-c95fda9a7540 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3"}, "enabled": true, "id": "878afaebbfaf4af48f599b6632b0a4b3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 16:10:49,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-dadf2ec8-2049-4491-b32e-c95fda9a7540 2018-10-06 16:10:49,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760040283203s 2018-10-06 16:10:49,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-dadf2ec8-2049-4491-b32e-c95fda9a7540 2018-10-06 16:10:49,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 16:10:49,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&scope.project.id=878afaebbfaf4af48f599b6632b0a4b3&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f4949ba-abd4-4690-aa98-7b4d433f23ab Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&scope.project.id=878afaebbfaf4af48f599b6632b0a4b3&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 16:10:49,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&scope.project.id=878afaebbfaf4af48f599b6632b0a4b3&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-8f4949ba-abd4-4690-aa98-7b4d433f23ab 2018-10-06 16:10:49,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.080512046814s 2018-10-06 16:10:49,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 16:10:49,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3/users/7c7806b9469049d6ae94071e0ba2b389/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,461 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe31f0a9-9553-4ea4-a708-0f11525db35c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:10:49,461 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3/users/7c7806b9469049d6ae94071e0ba2b389/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-fe31f0a9-9553-4ea4-a708-0f11525db35c 2018-10-06 16:10:49,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.129085063934s 2018-10-06 16:10:49,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:10:49,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ba06d6-3846-475a-aad9-40bcf00451eb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09874f6631fd4a24baed740b42d2dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:10:49,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-02ba06d6-3846-475a-aad9-40bcf00451eb 2018-10-06 16:10:49,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779449939728s 2018-10-06 16:10:49,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 16:10:49,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c2cf5df-1ea0-4146-8651-4698467f8ede Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 16:10:49,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-7c2cf5df-1ea0-4146-8651-4698467f8ede 2018-10-06 16:10:49,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0814568996429s 2018-10-06 16:10:49,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:10:49,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b68a709-13e9-473f-af4e-c53590b6505c Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "links": {"self": "http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389"}, "domain_id": "default", "enabled": true, "id": "7c7806b9469049d6ae94071e0ba2b389", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:10:49,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6b68a709-13e9-473f-af4e-c53590b6505c 2018-10-06 16:10:49,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0956878662109s 2018-10-06 16:10:49,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6b68a709-13e9-473f-af4e-c53590b6505c 2018-10-06 16:10:49,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 16:10:49,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c243ef11-12c5-4463-b848-e80d60aa6ccf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 16:10:49,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=7c7806b9469049d6ae94071e0ba2b389&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default used request id req-c243ef11-12c5-4463-b848-e80d60aa6ccf 2018-10-06 16:10:49,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0751860141754s 2018-10-06 16:10:49,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 16:10:49,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/7c7806b9469049d6ae94071e0ba2b389/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:10:49,993 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a81015d1-b204-467d-86d7-3d674ddcd9f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:10:49,993 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/7c7806b9469049d6ae94071e0ba2b389/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-a81015d1-b204-467d-86d7-3d674ddcd9f7 2018-10-06 16:10:49,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.192308187485s 2018-10-06 16:10:49,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 16:10:52,873 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 16:10:52.558 10895 INFO rally.deployment.engine [-] Deployment 64072381-adef-4e6e-976f-ff56aaced3a9 | Starting: Destroy cloud and free allocated resources. 2018-10-06 16:10:52.654 10895 INFO rally.deployment.engine [-] Deployment 64072381-adef-4e6e-976f-ff56aaced3a9 | Completed: Destroy cloud and free allocated resources. 2018-10-06 16:10:52.675 10895 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3). 2018-10-06 16:10:52.679 10895 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 16:10:55,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 16:10:54.972 10898 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7a639e70-ac39-41ff-a43b-6f79b6219abe) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7a639e70-ac39-41ff-a43b-6f79b6219abe | 2018-10-06T16:10:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7a639e70-ac39-41ff-a43b-6f79b6219abe ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-06 16:10:58,502 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-06 16:10:58,502 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 16:11:00,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-06 16:11:00.516 10904 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d7d0599a-0c8d-477f-9847-e3ee715323c3). 2018-10-06 16:11:00.647 10904 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-06 16:11:04,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 16:11:02.874 10907 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 16:11:03.043 10907 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 16:11:04.222 10907 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d) as the default verifier for the future CLI operations. 2018-10-06 16:11:07,509 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-06 16:11:07,509 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 16:11:07,627 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 16:11:07,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 16:11:07,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5d70da-e91d-4ad6-a9d6-d7b27f72dbce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 16:11:07,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0f5d70da-e91d-4ad6-a9d6-d7b27f72dbce 2018-10-06 16:11:07,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 16:11:08,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "09874f6631fd4a24baed740b42d2dc14", "name": "Member"}], "expires_at": "2018-10-06T17:11:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "878afaebbfaf4af48f599b6632b0a4b3", "name": "refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/878afaebbfaf4af48f599b6632b0a4b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/878afaebbfaf4af48f599b6632b0a4b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/878afaebbfaf4af48f599b6632b0a4b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/878afaebbfaf4af48f599b6632b0a4b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/878afaebbfaf4af48f599b6632b0a4b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/878afaebbfaf4af48f599b6632b0a4b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/878afaebbfaf4af48f599b6632b0a4b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/878afaebbfaf4af48f599b6632b0a4b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/878afaebbfaf4af48f599b6632b0a4b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/878afaebbfaf4af48f599b6632b0a4b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/878afaebbfaf4af48f599b6632b0a4b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/878afaebbfaf4af48f599b6632b0a4b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "id": "7c7806b9469049d6ae94071e0ba2b389"}, "audit_ids": ["lKs48UWJS-ezIeUJrx3zFA"], "issued_at": "2018-10-06T16:11:08.000000Z"}} 2018-10-06 16:11:08,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:08,040 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 16:11:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 16:11:08,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:11:08,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:08,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b61debac-6acb-4085-9630-c339f4624b79 Date: Sat, 06 Oct 2018 16:11:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:11:08,224 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b61debac-6acb-4085-9630-c339f4624b79 2018-10-06 16:11:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18092918396s 2018-10-06 16:11:08,225 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b61debac-6acb-4085-9630-c339f4624b79 2018-10-06 16:11:08,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 16:11:08,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}' 2018-10-06 16:11:08,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85 X-Openstack-Request-Id: req-fae3cbf1-6b67-47b6-8ddb-5630cc768418 Date: Sat, 06 Oct 2018 16:11:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file", "owner": "878afaebbfaf4af48f599b6632b0a4b3", "id": "9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "size": null, "self": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:11:08Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "checksum": null, "created_at": "2018-10-06T16:11:08Z", "protected": false} 2018-10-06 16:11:08,422 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-fae3cbf1-6b67-47b6-8ddb-5630cc768418 2018-10-06 16:11:08,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.195594787598s 2018-10-06 16:11:08,423 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-fae3cbf1-6b67-47b6-8ddb-5630cc768418 returning object 9bdde7a3-8b70-445e-bab7-c96fa1c84b85 2018-10-06 16:11:08,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 16:11:08,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" -d '' 2018-10-06 16:11:10,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-769db894-daa4-49c5-aadb-a3f4d4c07f4e Date: Sat, 06 Oct 2018 16:11:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:11:10,111 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file used request id req-769db894-daa4-49c5-aadb-a3f4d4c07f4e 2018-10-06 16:11:10,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.68773198128s 2018-10-06 16:11:10,112 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file used request id req-769db894-daa4-49c5-aadb-a3f4d4c07f4e 2018-10-06 16:11:10,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:11:10,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:10,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-40b6b81a-55b1-43cd-bf08-5501a2391d75 Date: Sat, 06 Oct 2018 16:11:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "metadata": {}}], "file": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file", "owner": "878afaebbfaf4af48f599b6632b0a4b3", "id": "9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "size": 12716032, "self": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:11:10Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:11:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:11:10,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-40b6b81a-55b1-43cd-bf08-5501a2391d75 2018-10-06 16:11:10,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163527011871s 2018-10-06 16:11:10,276 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-40b6b81a-55b1-43cd-bf08-5501a2391d75 2018-10-06 16:11:10,278 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file', 'owner': u'878afaebbfaf4af48f599b6632b0a4b3', 'id': u'9bdde7a3-8b70-445e-bab7-c96fa1c84b85', 'size': 12716032, u'self': u'/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'878afaebbfaf4af48f599b6632b0a4b3', 'name': 'refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T16:11:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T16:11:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'created': u'2018-10-06T16:11:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T16:11:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 16:11:10,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 16:11:10,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 16:11:10,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:11:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c1b0c58-be8b-4784-ab27-6f6f07de938f x-compute-request-id: req-3c1b0c58-be8b-4784-ab27-6f6f07de938f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "98aa9935-aefe-43fe-9931-59e50ef87ea6", "name": "refstack_defcore-flavor_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 16:11:10,456 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3c1b0c58-be8b-4784-ab27-6f6f07de938f 2018-10-06 16:11:10,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.177088022232s 2018-10-06 16:11:10,457 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3c1b0c58-be8b-4784-ab27-6f6f07de938f returning object 98aa9935-aefe-43fe-9931-59e50ef87ea6 2018-10-06 16:11:10,458 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', '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'b02668b3789342938652e3506ba63a25', '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'98aa9935-aefe-43fe-9931-59e50ef87ea6', 'swap': 0}) 2018-10-06 16:11:10,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 16:11:10,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6/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}ae1198d3f9813fefa05173923ae86ffe73586cb9" -d '{"extra_specs": {}}' 2018-10-06 16:11:10,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:11:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-debc51e1-1d2a-4fd8-9329-43620a0172db x-compute-request-id: req-debc51e1-1d2a-4fd8-9329-43620a0172db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 16:11:10,481 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6/os-extra_specs used request id req-debc51e1-1d2a-4fd8-9329-43620a0172db 2018-10-06 16:11:10,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226140022278s 2018-10-06 16:11:10,481 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6/os-extra_specs used request id req-debc51e1-1d2a-4fd8-9329-43620a0172db 2018-10-06 16:11:10,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:11:10,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:10,491 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 16:11: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 16:11:10,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:10,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0de6d5-5320-43c4-ab3b-bb2bd8087af7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09874f6631fd4a24baed740b42d2dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:11:10,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1e0de6d5-5320-43c4-ab3b-bb2bd8087af7 2018-10-06 16:11:10,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0948441028595s 2018-10-06 16:11:10,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 16:11:10,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:10,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:11:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69ec26f9-a36a-4201-905f-3be5e9fa5605 x-compute-request-id: req-69ec26f9-a36a-4201-905f-3be5e9fa5605 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 16:11:10,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-69ec26f9-a36a-4201-905f-3be5e9fa5605 2018-10-06 16:11:10,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.250248908997s 2018-10-06 16:11:10,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-69ec26f9-a36a-4201-905f-3be5e9fa5605 2018-10-06 16:11:10,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:11:10,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:11,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-98a05f5f-6702-48cb-abbf-517626792859 Date: Sat, 06 Oct 2018 16:11:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "metadata": {}}], "file": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file", "owner": "878afaebbfaf4af48f599b6632b0a4b3", "id": "9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "size": 12716032, "self": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:11:10Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:11:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:11:11,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-98a05f5f-6702-48cb-abbf-517626792859 2018-10-06 16:11:11,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183698892593s 2018-10-06 16:11:11,017 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-98a05f5f-6702-48cb-abbf-517626792859 2018-10-06 16:11:11,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 16:11:11,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}' 2018-10-06 16:11:11,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f X-Openstack-Request-Id: req-72e00fd7-8e70-4f90-9c9c-24f2bb163232 Date: Sat, 06 Oct 2018 16:11:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/file", "owner": "878afaebbfaf4af48f599b6632b0a4b3", "id": "2cab2c02-f470-498d-bb75-0d8f5df5022f", "size": null, "self": "/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:11:11Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "checksum": null, "created_at": "2018-10-06T16:11:11Z", "protected": false} 2018-10-06 16:11:11,305 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-72e00fd7-8e70-4f90-9c9c-24f2bb163232 2018-10-06 16:11:11,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.286273002625s 2018-10-06 16:11:11,306 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-72e00fd7-8e70-4f90-9c9c-24f2bb163232 returning object 2cab2c02-f470-498d-bb75-0d8f5df5022f 2018-10-06 16:11:11,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 16:11:11,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" -d '' 2018-10-06 16:11:12,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7c53bdd-9629-4d1d-a023-5ab70abef03d Date: Sat, 06 Oct 2018 16:11:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:11:12,291 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/file used request id req-f7c53bdd-9629-4d1d-a023-5ab70abef03d 2018-10-06 16:11:12,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.984554052353s 2018-10-06 16:11:12,291 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/file used request id req-f7c53bdd-9629-4d1d-a023-5ab70abef03d 2018-10-06 16:11:12,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:11:12,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:11:12,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-aa9a1cb5-b89e-4522-b254-b48344201cc0 Date: Sat, 06 Oct 2018 16:11:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/snap", "metadata": {}}], "file": "/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/file", "owner": "878afaebbfaf4af48f599b6632b0a4b3", "id": "2cab2c02-f470-498d-bb75-0d8f5df5022f", "size": 12716032, "self": "/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:11:12Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:11:11Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "metadata": {}}], "file": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file", "owner": "878afaebbfaf4af48f599b6632b0a4b3", "id": "9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "size": 12716032, "self": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:11:10Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:11:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:11:12,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-aa9a1cb5-b89e-4522-b254-b48344201cc0 2018-10-06 16:11:12,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16856098175s 2018-10-06 16:11:12,461 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-aa9a1cb5-b89e-4522-b254-b48344201cc0 2018-10-06 16:11:12,464 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/file', 'owner': u'878afaebbfaf4af48f599b6632b0a4b3', 'id': u'2cab2c02-f470-498d-bb75-0d8f5df5022f', 'size': 12716032, u'self': u'/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'878afaebbfaf4af48f599b6632b0a4b3', 'name': 'refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/2cab2c02-f470-498d-bb75-0d8f5df5022f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T16:11:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T16:11:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', 'created': u'2018-10-06T16:11:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T16:11:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 16:11:12,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 16:11:12,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 16:11:12,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:11:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24207834-9425-4932-9964-a3a8855a44c5 x-compute-request-id: req-24207834-9425-4932-9964-a3a8855a44c5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "23dfcd45-7712-43ec-bef6-85bc10d72766", "name": "refstack_defcore-flavor_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 16:11:12,518 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-24207834-9425-4932-9964-a3a8855a44c5 2018-10-06 16:11:12,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0529961585999s 2018-10-06 16:11:12,518 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-24207834-9425-4932-9964-a3a8855a44c5 returning object 23dfcd45-7712-43ec-bef6-85bc10d72766 2018-10-06 16:11:12,519 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', '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'b02668b3789342938652e3506ba63a25', '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'23dfcd45-7712-43ec-bef6-85bc10d72766', 'swap': 0}) 2018-10-06 16:11:12,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 16:11:12,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766/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}ae1198d3f9813fefa05173923ae86ffe73586cb9" -d '{"extra_specs": {}}' 2018-10-06 16:11:12,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:11:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-70dc0900-246a-4511-a6d4-9489b8da2504 x-compute-request-id: req-70dc0900-246a-4511-a6d4-9489b8da2504 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 16:11:12,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766/os-extra_specs used request id req-70dc0900-246a-4511-a6d4-9489b8da2504 2018-10-06 16:11:12,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219419002533s 2018-10-06 16:11:12,542 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766/os-extra_specs used request id req-70dc0900-246a-4511-a6d4-9489b8da2504 2018-10-06 16:11:12,542 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f', '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'b02668b3789342938652e3506ba63a25', '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'23dfcd45-7712-43ec-bef6-85bc10d72766', 'swap': 0}) 2018-10-06 16:11:16,060 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 16:11:14.665 10926 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d) for deployment 'opnfv-rally' (UUID=7a639e70-ac39-41ff-a43b-6f79b6219abe). 2018-10-06 16:11:15.892 10926 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 16:11:15.894 10926 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d) has been successfully configured for deployment 'opnfv-rally' (UUID=7a639e70-ac39-41ff-a43b-6f79b6219abe)! 2018-10-06 16:11:16,060 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 16:11:16,061 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 16:11:16,063 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 16:11:18,359 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-10-06 16:11:18,359 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-10-06 16:11:18,360 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-10-06 16:11:18,361 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-10-06 16:11:18,362 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-06 16:11:18,363 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-10-06 16:11:18,364 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-10-06 16:11:18,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-06 16:11:18,366 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-10-06 16:11:18,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-10-06 16:11:18,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-06 16:11:18,367 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-06 16:11:18,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-10-06 16:11:18,367 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-10-06 16:11:18,367 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-06 16:11:18,369 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 16:11:18,388 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 16:11:18,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-10-06 16:11:20,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:20.582 10938 INFO rally.api [-] Starting verification (UUID=368b1865-07f9-49a0-9678-eb8c779a119d) for deployment 'opnfv-rally' (UUID=7a639e70-ac39-41ff-a43b-6f79b6219abe) by verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d). 2018-10-06 16:11:20,584 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 368b1865-07f9-49a0-9678-eb8c779a119d 2018-10-06 16:11:27,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:27.315 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.209s] 2018-10-06 16:11:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:27.376 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.062s] 2018-10-06 16:11:29,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:29.844 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.856s] 2018-10-06 16:11:31,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:31.606 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.348s] 2018-10-06 16:11:40,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:40.928 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.812s] 2018-10-06 16:11:45,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:45.512 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.662s] 2018-10-06 16:11:49,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.536 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.060s] 2018-10-06 16:11:49,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.547 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-06 16:11:49,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.672 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.125s] 2018-10-06 16:11:49,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.684 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-10-06 16:11:49,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.695 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-06 16:11:49,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.725 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-10-06 16:11:49,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.792 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-10-06 16:11:49,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:49.856 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-10-06 16:11:50,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:50.282 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.426s] 2018-10-06 16:11:50,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:50.296 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-06 16:11:50,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:50.363 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-10-06 16:11:52,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:52.151 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-10-06 16:11:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:54.222 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.070s] 2018-10-06 16:11:57,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:11:57.701 10938 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-10-06 16:12:01,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:01.252 10938 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-10-06 16:12:01,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:01.324 10938 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-10-06 16:12:01,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:01.394 10938 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-10-06 16:12:05,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:05.706 10938 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.222s] 2018-10-06 16:12:05,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:05.857 10938 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.150s] 2018-10-06 16:12:06,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:06.820 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.058s] 2018-10-06 16:12:06,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:06.829 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [21.313s] 2018-10-06 16:12:06,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:06.940 10938 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.083s] 2018-10-06 16:12:06,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:06.947 10938 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-10-06 16:12:07,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:07.127 10938 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.179s] 2018-10-06 16:12:08,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:08.411 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.599s] 2018-10-06 16:12:18,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:18.339 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.513s] 2018-10-06 16:12:20,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:20.917 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.738s] 2018-10-06 16:12:22,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:22.124 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.626s] 2018-10-06 16:12:23,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:23.047 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.921s] 2018-10-06 16:12:23,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:23.731 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.684s] 2018-10-06 16:12:24,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:24.057 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.325s] 2018-10-06 16:12:24,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:24.708 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.651s] 2018-10-06 16:12:24,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:24.775 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.067s] 2018-10-06 16:12:24,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:24.849 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-10-06 16:12:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:24.915 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-10-06 16:12:24,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:24.978 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.062s] 2018-10-06 16:12:25,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:25.051 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-10-06 16:12:25,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:25.193 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.142s] 2018-10-06 16:12:25,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:25.379 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.461s] 2018-10-06 16:12:31,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:31.440 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.060s] 2018-10-06 16:12:35,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:35.771 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.330s] 2018-10-06 16:12:40,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:40.571 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.800s] 2018-10-06 16:12:43,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:43.995 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-10-06 16:12:45,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:45.179 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.607s] 2018-10-06 16:12:49,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:49.197 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.018s] 2018-10-06 16:12:56,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:12:56.611 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.414s] 2018-10-06 16:13:00,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:00.368 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-10-06 16:13:01,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.001 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.388s] 2018-10-06 16:13:01,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.161 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.159s] 2018-10-06 16:13:01,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.430 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.269s] 2018-10-06 16:13:01,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.484 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.053s] 2018-10-06 16:13:01,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.568 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.084s] 2018-10-06 16:13:01,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.695 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.126s] 2018-10-06 16:13:01,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.798 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.102s] 2018-10-06 16:13:01,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.848 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-10-06 16:13:01,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:01.910 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-10-06 16:13:02,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:02.115 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.266s] 2018-10-06 16:13:09,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:09.393 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.277s] 2018-10-06 16:13:11,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:11.111 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.380s] 2018-10-06 16:13:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:11.367 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.256s] 2018-10-06 16:13:11,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:11.607 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.240s] 2018-10-06 16:13:12,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:12.015 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.406s] 2018-10-06 16:13:12,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:12.433 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.082s] 2018-10-06 16:13:12,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:12.489 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.474s] 2018-10-06 16:13:12,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:12.891 10938 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.401s] 2018-10-06 16:13:13,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:13.320 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.886s] 2018-10-06 16:13:14,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:14.200 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.880s] 2018-10-06 16:13:15,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:15.225 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.023s] 2018-10-06 16:13:16,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:16.096 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.871s] 2018-10-06 16:13:16,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:16.793 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.158s] 2018-10-06 16:13:17,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:17.128 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.031s] 2018-10-06 16:13:17,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:17.486 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.357s] 2018-10-06 16:13:18,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:18.161 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.674s] 2018-10-06 16:13:18,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:18.520 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.725s] 2018-10-06 16:13:18,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:18.525 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.362s] 2018-10-06 16:13:19,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:19.393 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.873s] 2018-10-06 16:13:19,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:19.541 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.015s] 2018-10-06 16:13:19,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:19.771 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.230s] 2018-10-06 16:13:19,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:19.821 10938 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.742s] 2018-10-06 16:13:20,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:20.311 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.539s] 2018-10-06 16:13:20,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:20.635 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.242s] 2018-10-06 16:13:20,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:20.695 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.384s] 2018-10-06 16:13:21,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:21.587 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.890s] 2018-10-06 16:13:21,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:21.745 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.108s] 2018-10-06 16:13:21,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:21.749 10938 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.927s] 2018-10-06 16:13:21,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:21.982 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.394s] 2018-10-06 16:13:22,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:22.664 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.682s] 2018-10-06 16:13:23,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:23.033 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.368s] 2018-10-06 16:13:23,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:23.205 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.460s] 2018-10-06 16:13:23,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:23.406 10938 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.373s] 2018-10-06 16:13:24,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:24.198 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.992s] 2018-10-06 16:13:24,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:24.317 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.119s] 2018-10-06 16:13:24,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:24.339 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-10-06 16:13:24,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:24.504 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.163s] 2018-10-06 16:13:24,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:24.681 10938 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.178s] 2018-10-06 16:13:24,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:24.975 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [66.621s] 2018-10-06 16:13:29,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:29.073 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.651s] 2018-10-06 16:13:29,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:29.356 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.323s] 2018-10-06 16:13:29,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:29.675 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.319s] 2018-10-06 16:13:31,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:31.128 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.055s] 2018-10-06 16:13:31,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:31.205 10938 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.519s] 2018-10-06 16:13:31,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:31.360 10938 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.760s] 2018-10-06 16:13:31,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:31.960 10938 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.754s] 2018-10-06 16:13:35,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:35.208 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.076s] 2018-10-06 16:13:36,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:36.528 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.322s] 2018-10-06 16:13:38,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:38.680 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.151s] 2018-10-06 16:13:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:39.863 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.182s] 2018-10-06 16:13:41,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:41.654 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [2.886s] 2018-10-06 16:13:41,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:41.692 10938 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.723s] 2018-10-06 16:13:41,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:41.857 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.991s] 2018-10-06 16:13:42,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:42.043 10938 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.189s] 2018-10-06 16:13:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:43.941 10938 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... fail [2.284s] 2018-10-06 16:13:44,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:44.926 10938 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.138s] 2018-10-06 16:13:45,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:45.339 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.158s] 2018-10-06 16:13:47,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:47.455 10938 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.762s] 2018-10-06 16:13:49,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:49.814 10938 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.357s] 2018-10-06 16:13:49,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:49.874 10938 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-10-06 16:13:50,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:50.072 10938 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.197s] 2018-10-06 16:13:50,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:50.288 10938 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.216s] 2018-10-06 16:13:50,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:50.481 10938 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.193s] 2018-10-06 16:13:50,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:50.880 10938 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.953s] 2018-10-06 16:13:51,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:51.680 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.849s] 2018-10-06 16:13:52,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:52.234 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.553s] 2018-10-06 16:13:53,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:53.050 10938 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.310s] 2018-10-06 16:13:56,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:13:56.500 10938 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.156s] 2018-10-06 16:14:08,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:08.104 10938 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.900s] 2018-10-06 16:14:11,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:11.550 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-10-06 16:14:11,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:11.724 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.173s] 2018-10-06 16:14:11,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:11.905 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.180s] 2018-10-06 16:14:12,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:12.081 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.177s] 2018-10-06 16:14:12,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:12.115 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.033s] 2018-10-06 16:14:12,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:12.476 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.359s] 2018-10-06 16:14:12,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:12.825 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.349s] 2018-10-06 16:14:12,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:12.868 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-10-06 16:14:13,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:13.052 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.183s] 2018-10-06 16:14:13,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:13.097 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.045s] 2018-10-06 16:14:19,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:19.806 10938 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.698s] 2018-10-06 16:14:30,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:30.468 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.980s] 2018-10-06 16:14:30,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:30.651 10938 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.183s] 2018-10-06 16:14:34,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:34.405 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [42.163s] 2018-10-06 16:14:34,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:34.519 10938 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.712s] 2018-10-06 16:14:35,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:35.901 10938 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.431s] 2018-10-06 16:14:45,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:45.641 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.395s] 2018-10-06 16:14:46,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:46.640 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.999s] 2018-10-06 16:14:46,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:46.934 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.230s] 2018-10-06 16:14:47,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:47.423 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.488s] 2018-10-06 16:14:57,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:57.771 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.189s] 2018-10-06 16:14:57,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:57.960 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.188s] 2018-10-06 16:14:58,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:58.009 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-10-06 16:14:58,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:58.688 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.677s] 2018-10-06 16:14:58,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:58.786 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.097s] 2018-10-06 16:14:59,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.145 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.359s] 2018-10-06 16:14:59,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.195 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.050s] 2018-10-06 16:14:59,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.246 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-10-06 16:14:59,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.435 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.188s] 2018-10-06 16:14:59,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.485 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-10-06 16:14:59,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.670 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.184s] 2018-10-06 16:14:59,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.749 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.078s] 2018-10-06 16:14:59,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.899 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.178s] 2018-10-06 16:14:59,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:14:59.973 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.222s] 2018-10-06 16:15:00,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:00.023 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-10-06 16:15:00,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:00.079 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.055s] 2018-10-06 16:15:00,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:00.101 10938 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.202s] 2018-10-06 16:15:07,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:07.488 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.173s] 2018-10-06 16:15:07,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:07.663 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.174s] 2018-10-06 16:15:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:07.845 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.181s] 2018-10-06 16:15:07,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:07.997 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.152s] 2018-10-06 16:15:08,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.158 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.160s] 2018-10-06 16:15:08,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.327 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.169s] 2018-10-06 16:15:08,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.371 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.043s] 2018-10-06 16:15:08,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.541 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.170s] 2018-10-06 16:15:08,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.699 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-10-06 16:15:08,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.733 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-10-06 16:15:08,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.742 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-10-06 16:15:08,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.786 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-10-06 16:15:08,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:08.832 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-10-06 16:15:09,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:09.014 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.181s] 2018-10-06 16:15:09,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:09.199 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.185s] 2018-10-06 16:15:09,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:09.209 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-06 16:15:09,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:09.399 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.189s] 2018-10-06 16:15:09,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:09.589 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.189s] 2018-10-06 16:15:09,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:09.622 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-10-06 16:15:09,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:09.653 10938 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.031s] 2018-10-06 16:15:14,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 368b1865-07f9-49a0-9678-eb8c779a119d 2018-10-06 16:15:14,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '368b1865-07f9-49a0-9678-eb8c779a119d']'. 2018-10-06 16:15:15,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 16:15:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 16:15:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 16:15:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 368b1865-07f9-49a0-9678-eb8c779a119d | 2018-10-06 16:15:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-06 16:15:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 16:11:20 | 2018-10-06 16:15:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 16:15:14 | 2018-10-06 16:15:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:54 | 2018-10-06 16:15:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-06 16:15:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 16:15:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 16:15:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bc09daf4-15f7-4d9d-bf8d-024a56df078d) | 2018-10-06 16:15:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 16:15:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7a639e70-ac39-41ff-a43b-6f79b6219abe) | 2018-10-06 16:15:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-06 16:15:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 224.51 | 2018-10-06 16:15:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 184 | 2018-10-06 16:15:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-06 16:15:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 16:15:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 16:15:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 16 | 2018-10-06 16:15:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 16:15:15,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 16:15:15,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 16:15:15,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 92.0% 2018-10-06 16:15:16,044 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 16:15:16,044 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:08 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-06 16:15:16,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 16:15:16,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:15:17,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e410c590-169d-4890-a654-47b060277f7e Date: Sat, 06 Oct 2018 16:15:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:15:17,356 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f used request id req-e410c590-169d-4890-a654-47b060277f7e 2018-10-06 16:15:17,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.30678391457s 2018-10-06 16:15:17,357 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2cab2c02-f470-498d-bb75-0d8f5df5022f used request id req-e410c590-169d-4890-a654-47b060277f7e 2018-10-06 16:15:17,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 16:15:17,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:17,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cae2543-f8bd-44e8-95b2-c89df8f19d00 x-compute-request-id: req-0cae2543-f8bd-44e8-95b2-c89df8f19d00 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "23dfcd45-7712-43ec-bef6-85bc10d72766", "name": "refstack_defcore-flavor_alt_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "98aa9935-aefe-43fe-9931-59e50ef87ea6", "name": "refstack_defcore-flavor_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 16:15:17,392 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0cae2543-f8bd-44e8-95b2-c89df8f19d00 2018-10-06 16:15:17,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0350091457367s 2018-10-06 16:15:17,393 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0cae2543-f8bd-44e8-95b2-c89df8f19d00 2018-10-06 16:15:17,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 16:15:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:17,435 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 16:15:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7da19202-2104-40fd-a1e8-9401423cdc22 x-compute-request-id: req-7da19202-2104-40fd-a1e8-9401423cdc22 Content-Length: 0 Content-Type: application/json 2018-10-06 16:15:17,436 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766 used request id req-7da19202-2104-40fd-a1e8-9401423cdc22 2018-10-06 16:15:17,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0407598018646s 2018-10-06 16:15:17,436 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/23dfcd45-7712-43ec-bef6-85bc10d72766 used request id req-7da19202-2104-40fd-a1e8-9401423cdc22 2018-10-06 16:15:17,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:15:17,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:15:17,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-74770eb3-0737-4050-bb84-f00100fd1edb Date: Sat, 06 Oct 2018 16:15:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "metadata": {}}], "file": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/file", "owner": "878afaebbfaf4af48f599b6632b0a4b3", "id": "9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "size": 12716032, "self": "/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:11:10Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:11:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:15:17,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-74770eb3-0737-4050-bb84-f00100fd1edb 2018-10-06 16:15:17,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178050041199s 2018-10-06 16:15:17,615 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-74770eb3-0737-4050-bb84-f00100fd1edb 2018-10-06 16:15:17,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 16:15:17,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8bea49c3bb550b40cd79998f6d5c8c4e18f2b5b" 2018-10-06 16:15:18,456 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2154e1a0-1e17-4d4d-8c1d-5f69482ef59b Date: Sat, 06 Oct 2018 16:15:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:15:18,456 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85 used request id req-2154e1a0-1e17-4d4d-8c1d-5f69482ef59b 2018-10-06 16:15:18,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.840327978134s 2018-10-06 16:15:18,457 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9bdde7a3-8b70-445e-bab7-c96fa1c84b85 used request id req-2154e1a0-1e17-4d4d-8c1d-5f69482ef59b 2018-10-06 16:15:18,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 16:15:18,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:18,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89818754-90f0-43e6-a947-fbc430d73699 x-compute-request-id: req-89818754-90f0-43e6-a947-fbc430d73699 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "98aa9935-aefe-43fe-9931-59e50ef87ea6", "name": "refstack_defcore-flavor_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 16:15:18,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-89818754-90f0-43e6-a947-fbc430d73699 2018-10-06 16:15:18,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323829650879s 2018-10-06 16:15:18,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-89818754-90f0-43e6-a947-fbc430d73699 2018-10-06 16:15:18,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 16:15:18,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:18,525 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 16:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-674fb1d1-6f0e-495f-aefa-1cbabd8af238 x-compute-request-id: req-674fb1d1-6f0e-495f-aefa-1cbabd8af238 Content-Length: 0 Content-Type: application/json 2018-10-06 16:15:18,525 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6 used request id req-674fb1d1-6f0e-495f-aefa-1cbabd8af238 2018-10-06 16:15:18,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0332038402557s 2018-10-06 16:15:18,525 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/98aa9935-aefe-43fe-9931-59e50ef87ea6 used request id req-674fb1d1-6f0e-495f-aefa-1cbabd8af238 2018-10-06 16:15:18,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:15:18,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:18,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afae7d97-9941-436b-ac19-87422f1e641b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f", "links": {"self": "http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389"}, "domain_id": "default", "enabled": true, "id": "7c7806b9469049d6ae94071e0ba2b389", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:15:18,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-afae7d97-9941-436b-ac19-87422f1e641b 2018-10-06 16:15:18,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0932841300964s 2018-10-06 16:15:18,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-afae7d97-9941-436b-ac19-87422f1e641b 2018-10-06 16:15:18,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:15:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:18,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31552e49-586b-44ae-8e1d-294d5c0a981d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389"}, "enabled": true, "id": "7c7806b9469049d6ae94071e0ba2b389", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}} 2018-10-06 16:15:18,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 used request id req-31552e49-586b-44ae-8e1d-294d5c0a981d 2018-10-06 16:15:18,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096086025238s 2018-10-06 16:15:18,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 used request id req-31552e49-586b-44ae-8e1d-294d5c0a981d 2018-10-06 16:15:18,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 16:15:18,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:18,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e95a9d44-eeaa-4e81-b034-ea89cd13f9cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:15:18,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 used request id req-e95a9d44-eeaa-4e81-b034-ea89cd13f9cd 2018-10-06 16:15:18,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.159501075745s 2018-10-06 16:15:18,882 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/7c7806b9469049d6ae94071e0ba2b389 used request id req-e95a9d44-eeaa-4e81-b034-ea89cd13f9cd 2018-10-06 16:15:18,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 16:15:18,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:18,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d8bcd6-d881-4346-9546-c2a0f3d23157 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3"}, "enabled": true, "id": "878afaebbfaf4af48f599b6632b0a4b3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a07b6bf2-df60-418f-82ac-8a15f1abdf7f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 16:15:18,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f7d8bcd6-d881-4346-9546-c2a0f3d23157 2018-10-06 16:15:18,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0818471908569s 2018-10-06 16:15:18,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f7d8bcd6-d881-4346-9546-c2a0f3d23157 2018-10-06 16:15:18,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 16:15:18,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:19,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cecf4f9d-5c32-4aac-9342-ec7a6b5d30d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:15:19,115 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3 used request id req-cecf4f9d-5c32-4aac-9342-ec7a6b5d30d0 2018-10-06 16:15:19,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.148037910461s 2018-10-06 16:15:19,115 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/878afaebbfaf4af48f599b6632b0a4b3 used request id req-cecf4f9d-5c32-4aac-9342-ec7a6b5d30d0 2018-10-06 16:15:19,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:19,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:19,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17358fa4-9ffa-43c0-a5ed-c071a6bfc5b5 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09874f6631fd4a24baed740b42d2dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14"}, "name": "Member"}, {"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:19,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-17358fa4-9ffa-43c0-a5ed-c071a6bfc5b5 2018-10-06 16:15:19,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0906629562378s 2018-10-06 16:15:19,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 16:15:19,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:19,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a3c8688-9caa-4c48-b053-2336c10e316d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:15:19,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/09874f6631fd4a24baed740b42d2dc14 used request id req-2a3c8688-9caa-4c48-b053-2336c10e316d 2018-10-06 16:15:19,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.147855997086s 2018-10-06 16:15:19,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 16:15:19,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=878afaebbfaf4af48f599b6632b0a4b3&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}ae1198d3f9813fefa05173923ae86ffe73586cb9" 2018-10-06 16:15:19,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d472290b-5a46-4b7a-90d4-9c87dba0de9a Date: Sat, 06 Oct 2018 16:15:19 GMT RESP BODY: {"security_groups": []} 2018-10-06 16:15:19,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=878afaebbfaf4af48f599b6632b0a4b3&name=default used request id req-d472290b-5a46-4b7a-90d4-9c87dba0de9a 2018-10-06 16:15:19,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186232805252s 2018-10-06 16:15:19,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=878afaebbfaf4af48f599b6632b0a4b3&name=default used request id req-d472290b-5a46-4b7a-90d4-9c87dba0de9a 2018-10-06 16:15:19,546 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-06 16:15:19,596 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 16:15:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 16:15:19,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 16:15:19,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 16:15:19,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7464cb79-2ac9-43a6-b2b3-290bc7dfaf42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 16:15:19,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7464cb79-2ac9-43a6-b2b3-290bc7dfaf42 2018-10-06 16:15:19,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 16:15:20,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T17:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["facdnm63RjCxxFKHxC9dgw"], "issued_at": "2018-10-06T16:15:20.000000Z"}} 2018-10-06 16:15:20,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 16:15:20,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:20,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dbee2858-cbcb-4ee4-a9eb-2be6e25d497e Date: Sat, 06 Oct 2018 16:15:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 16:15:20,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dbee2858-cbcb-4ee4-a9eb-2be6e25d497e 2018-10-06 16:15:20,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.381672859192s 2018-10-06 16:15:20,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dbee2858-cbcb-4ee4-a9eb-2be6e25d497e 2018-10-06 16:15:20,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 16:15:20,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:20,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 16:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 16:15:20,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:20,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf8cb5c-81e2-4459-985d-dede2efcd16c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 16:15:20,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-7cf8cb5c-81e2-4459-985d-dede2efcd16c 2018-10-06 16:15:20,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0867788791656s 2018-10-06 16:15:20,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 16:15:20,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}}' 2018-10-06 16:15:20,601 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 16:15:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4eb0489c-ba9c-4b5b-9278-fbf64cde3b7d 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.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08"}, "enabled": true, "id": "6f1217d7ade347c0963bac5c0dd1ea08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}} 2018-10-06 16:15:20,602 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4eb0489c-ba9c-4b5b-9278-fbf64cde3b7d 2018-10-06 16:15:20,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.094929933548s 2018-10-06 16:15:20,602 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4eb0489c-ba9c-4b5b-9278-fbf64cde3b7d 2018-10-06 16:15:20,603 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'id': u'6f1217d7ade347c0963bac5c0dd1ea08', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 16:15:20,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 16:15:20,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350820064545s 2018-10-06 16:15:20,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe0a1e44-cb65-4f0b-892f-dec850210864 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db"}, "enabled": true, "id": "883f1338205b4f17b7e06bdaded714db", "options": {}, "domain_id": "default", "name": "patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}} 2018-10-06 16:15:21,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db used request id req-fe0a1e44-cb65-4f0b-892f-dec850210864 2018-10-06 16:15:21,045 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'883f1338205b4f17b7e06bdaded714db', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6'}) 2018-10-06 16:15:21,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:21,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22215462-b9c9-4541-bcdf-810361429bc3 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:21,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-22215462-b9c9-4541-bcdf-810361429bc3 2018-10-06 16:15:21,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761818885803s 2018-10-06 16:15:21,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:21,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-081b3aed-86c3-4c59-a06d-61274c0b3c39 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:21,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-081b3aed-86c3-4c59-a06d-61274c0b3c39 2018-10-06 16:15:21,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075140953064s 2018-10-06 16:15:21,198 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 16:15:21,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 16:15:21,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" -d '{"role": {"name": "Member"}}' 2018-10-06 16:15:21,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e65cd3e2-7d42-4cdf-b52d-ac9643cf17a2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ac3f366b4a144e4480ad0c32da2a63b5", "links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "name": "Member"}} 2018-10-06 16:15:21,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-e65cd3e2-7d42-4cdf-b52d-ac9643cf17a2 2018-10-06 16:15:21,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104223012924s 2018-10-06 16:15:21,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04443138-48f2-437a-976e-3a2d5f58b861 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "domain_id": null, "name": "Member", "id": "ac3f366b4a144e4480ad0c32da2a63b5"}} 2018-10-06 16:15:21,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5 used request id req-04443138-48f2-437a-976e-3a2d5f58b861 2018-10-06 16:15:21,380 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5'}, 'domain_id': None, 'human_id': None, 'id': u'ac3f366b4a144e4480ad0c32da2a63b5', 'HUMAN_ID': False}) 2018-10-06 16:15:21,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:21,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eb106a2-e663-4423-b3ba-baf53e1e67ed Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac3f366b4a144e4480ad0c32da2a63b5", "links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:21,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0eb106a2-e663-4423-b3ba-baf53e1e67ed 2018-10-06 16:15:21,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791070461273s 2018-10-06 16:15:21,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 16:15:21,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa024210-02b5-40c9-ade4-429699d7c8b9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 16:15:21,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-fa024210-02b5-40c9-ade4-429699d7c8b9 2018-10-06 16:15:21,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0732808113098s 2018-10-06 16:15:21,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:15:21,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e1b0c1a-cffd-45b0-b143-a3f6bbabf450 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "links": {"self": "http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db"}, "domain_id": "default", "enabled": true, "id": "883f1338205b4f17b7e06bdaded714db", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:15:21,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3e1b0c1a-cffd-45b0-b143-a3f6bbabf450 2018-10-06 16:15:21,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0326819419861s 2018-10-06 16:15:21,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3e1b0c1a-cffd-45b0-b143-a3f6bbabf450 2018-10-06 16:15:21,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 16:15:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b1eaa0-1d45-471c-b97e-e99836cd970a Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08"}, "enabled": true, "id": "6f1217d7ade347c0963bac5c0dd1ea08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 16:15:21,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-71b1eaa0-1d45-471c-b97e-e99836cd970a 2018-10-06 16:15:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0906879901886s 2018-10-06 16:15:21,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-71b1eaa0-1d45-471c-b97e-e99836cd970a 2018-10-06 16:15:21,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 16:15:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&scope.project.id=6f1217d7ade347c0963bac5c0dd1ea08&role.id=ac3f366b4a144e4480ad0c32da2a63b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-214693b6-ad8a-446f-952a-6477a9d88b8f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&scope.project.id=6f1217d7ade347c0963bac5c0dd1ea08&role.id=ac3f366b4a144e4480ad0c32da2a63b5", "previous": null, "next": null}} 2018-10-06 16:15:21,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&scope.project.id=6f1217d7ade347c0963bac5c0dd1ea08&role.id=ac3f366b4a144e4480ad0c32da2a63b5 used request id req-214693b6-ad8a-446f-952a-6477a9d88b8f 2018-10-06 16:15:21,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0752429962158s 2018-10-06 16:15:21,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 16:15:21,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08/users/883f1338205b4f17b7e06bdaded714db/roles/ac3f366b4a144e4480ad0c32da2a63b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:21,945 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-640ae920-63f8-45ed-ac85-dfae1708b967 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:15:21,945 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08/users/883f1338205b4f17b7e06bdaded714db/roles/ac3f366b4a144e4480ad0c32da2a63b5 used request id req-640ae920-63f8-45ed-ac85-dfae1708b967 2018-10-06 16:15:21,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.203375816345s 2018-10-06 16:15:21,946 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 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': 'facc4126-dfdc-403f-91b9-c279a65a53c9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'project_id': u'6f1217d7ade347c0963bac5c0dd1ea08', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 16:15:21,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 16:15:21,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 16:15:21,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 16:15:21,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 16:15:21,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 16:15:21,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 16:15:21,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 16:15:21,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 16:15:21,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 16:15:21,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 16:15:21,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 16:15:21,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 16:15:21,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 16:15:21,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 16:15:21,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 16:15:21,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 16:15:21,952 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'password': 'facc4126-dfdc-403f-91b9-c279a65a53c9', 'project_name': 'patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '6f1217d7ade347c0963bac5c0dd1ea08', 'project_domain_name': 'Default'} 2018-10-06 16:15:21,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:21,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d14fee-ce26-4788-a12a-bfbd1d79c439 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac3f366b4a144e4480ad0c32da2a63b5", "links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:22,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-31d14fee-ce26-4788-a12a-bfbd1d79c439 2018-10-06 16:15:22,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799629688263s 2018-10-06 16:15:22,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:22,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89b87b4-8a06-4527-915c-158a1c0876b4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac3f366b4a144e4480ad0c32da2a63b5", "links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:22,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a89b87b4-8a06-4527-915c-158a1c0876b4 2018-10-06 16:15:22,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777149200439s 2018-10-06 16:15:22,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 16:15:22,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca3d885-05b8-419d-b40d-ccf5b4763472 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 16:15:22,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-0ca3d885-05b8-419d-b40d-ccf5b4763472 2018-10-06 16:15:22,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0743839740753s 2018-10-06 16:15:22,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:15:22,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06ae0ef-a77f-44b2-9eb3-0f40ca01eca8 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "links": {"self": "http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db"}, "domain_id": "default", "enabled": true, "id": "883f1338205b4f17b7e06bdaded714db", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:15:22,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d06ae0ef-a77f-44b2-9eb3-0f40ca01eca8 2018-10-06 16:15:22,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094584941864s 2018-10-06 16:15:22,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d06ae0ef-a77f-44b2-9eb3-0f40ca01eca8 2018-10-06 16:15:22,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 16:15:22,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319c17d0-6c15-44d1-b26f-840ef3b94c17 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08"}, "enabled": true, "id": "6f1217d7ade347c0963bac5c0dd1ea08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 16:15:22,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-319c17d0-6c15-44d1-b26f-840ef3b94c17 2018-10-06 16:15:22,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0738439559937s 2018-10-06 16:15:22,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-319c17d0-6c15-44d1-b26f-840ef3b94c17 2018-10-06 16:15:22,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 16:15:22,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&scope.project.id=6f1217d7ade347c0963bac5c0dd1ea08&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30968498-9e27-437a-87ee-890cb443bb17 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&scope.project.id=6f1217d7ade347c0963bac5c0dd1ea08&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 16:15:22,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&scope.project.id=6f1217d7ade347c0963bac5c0dd1ea08&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-30968498-9e27-437a-87ee-890cb443bb17 2018-10-06 16:15:22,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741889476776s 2018-10-06 16:15:22,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 16:15:22,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08/users/883f1338205b4f17b7e06bdaded714db/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5224100c-2e4d-41ed-9a82-dbb7cececcf7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:15:22,561 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08/users/883f1338205b4f17b7e06bdaded714db/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-5224100c-2e4d-41ed-9a82-dbb7cececcf7 2018-10-06 16:15:22,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122060060501s 2018-10-06 16:15:22,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:22,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad4a162-ee2b-4896-9d59-f28e6c8d77a1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac3f366b4a144e4480ad0c32da2a63b5", "links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:22,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-bad4a162-ee2b-4896-9d59-f28e6c8d77a1 2018-10-06 16:15:22,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0729858875275s 2018-10-06 16:15:22,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 16:15:22,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2981fa7-6859-47ac-b7cf-a54fb1260e49 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 16:15:22,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-d2981fa7-6859-47ac-b7cf-a54fb1260e49 2018-10-06 16:15:22,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0808138847351s 2018-10-06 16:15:22,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:15:22,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d0cf40-3305-4bef-8ae9-d1844a208548 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "links": {"self": "http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db"}, "domain_id": "default", "enabled": true, "id": "883f1338205b4f17b7e06bdaded714db", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:15:22,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-77d0cf40-3305-4bef-8ae9-d1844a208548 2018-10-06 16:15:22,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0974659919739s 2018-10-06 16:15:22,816 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-77d0cf40-3305-4bef-8ae9-d1844a208548 2018-10-06 16:15:22,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 16:15:22,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:22,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca7b1e83-4068-47f8-8eda-7b4478df2d25 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 16:15:22,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=883f1338205b4f17b7e06bdaded714db&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default used request id req-ca7b1e83-4068-47f8-8eda-7b4478df2d25 2018-10-06 16:15:22,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0767300128937s 2018-10-06 16:15:22,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 16:15:22,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/883f1338205b4f17b7e06bdaded714db/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:15:23,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:15:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcec7ea8-1d19-4c70-98af-7bd791701bfe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:15:23,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/883f1338205b4f17b7e06bdaded714db/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-fcec7ea8-1d19-4c70-98af-7bd791701bfe 2018-10-06 16:15:23,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117366075516s 2018-10-06 16:15:23,016 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 16:15:25,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 16:15:25.077 10968 INFO rally.deployment.engine [-] Deployment 7a639e70-ac39-41ff-a43b-6f79b6219abe | Starting: Destroy cloud and free allocated resources. 2018-10-06 16:15:25.170 10968 INFO rally.deployment.engine [-] Deployment 7a639e70-ac39-41ff-a43b-6f79b6219abe | Completed: Destroy cloud and free allocated resources. 2018-10-06 16:15:25.221 10968 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d) for deployment 'opnfv-rally'. 2018-10-06 16:15:25.243 10968 INFO rally.api [-] Deleting verification (UUID=368b1865-07f9-49a0-9678-eb8c779a119d). 2018-10-06 16:15:25.287 10968 INFO rally.api [-] Verification has been successfully deleted! 2018-10-06 16:15:25.287 10968 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d). 2018-10-06 16:15:25.294 10968 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 16:15:27,871 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 16:15:27.606 10971 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=69bdadd9-d449-42bb-be76-fd4ffba2de91) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 69bdadd9-d449-42bb-be76-fd4ffba2de91 | 2018-10-06T16:15:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 69bdadd9-d449-42bb-be76-fd4ffba2de91 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-06 16:15:31,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-06 16:15:31,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 16:15:33,693 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-06 16:15:33.386 10977 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=bc09daf4-15f7-4d9d-bf8d-024a56df078d). 2018-10-06 16:15:33.552 10977 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-06 16:15:37,176 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 16:15:35.771 10980 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 16:15:35.918 10980 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 16:15:37.014 10980 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f) as the default verifier for the future CLI operations. 2018-10-06 16:15:40,118 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-06 16:15:40,119 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 16:15:40,241 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 16:15:40,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 16:15:40,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af5e9015-4e39-4dfa-b985-29f19c4ece15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 16:15:40,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-af5e9015-4e39-4dfa-b985-29f19c4ece15 2018-10-06 16:15:40,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 16:15:40,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac3f366b4a144e4480ad0c32da2a63b5", "name": "Member"}, {"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T17:15:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f1217d7ade347c0963bac5c0dd1ea08", "name": "patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/6f1217d7ade347c0963bac5c0dd1ea08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "id": "883f1338205b4f17b7e06bdaded714db"}, "audit_ids": ["yQ_nc-aGQ-Gbq-icS77NCA"], "issued_at": "2018-10-06T16:15:40.000000Z"}} 2018-10-06 16:15:40,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:40,654 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 16:15:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 16:15:40,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:15:40,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:41,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fa395b42-2954-4b83-8a29-1095ad00ebb3 Date: Sat, 06 Oct 2018 16:15:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:15:41,229 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fa395b42-2954-4b83-8a29-1095ad00ebb3 2018-10-06 16:15:41,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.572265863419s 2018-10-06 16:15:41,229 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fa395b42-2954-4b83-8a29-1095ad00ebb3 2018-10-06 16:15:41,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 16:15:41,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}' 2018-10-06 16:15:41,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc X-Openstack-Request-Id: req-d5ecfdc4-d066-4e68-92f5-84b139736f45 Date: Sat, 06 Oct 2018 16:15:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file", "owner": "6f1217d7ade347c0963bac5c0dd1ea08", "id": "ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "size": null, "self": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:15:41Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "checksum": null, "created_at": "2018-10-06T16:15:41Z", "protected": false} 2018-10-06 16:15:41,443 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d5ecfdc4-d066-4e68-92f5-84b139736f45 2018-10-06 16:15:41,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.212194919586s 2018-10-06 16:15:41,444 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d5ecfdc4-d066-4e68-92f5-84b139736f45 returning object ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc 2018-10-06 16:15:41,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 16:15:41,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/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}f0b2217ea81b7821a7809e90520f6bee9b025253" -d '' 2018-10-06 16:15:43,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3807b2d2-a1d1-4893-aabd-a4f2a6d45655 Date: Sat, 06 Oct 2018 16:15:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:15:43,352 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file used request id req-3807b2d2-a1d1-4893-aabd-a4f2a6d45655 2018-10-06 16:15:43,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.90717101097s 2018-10-06 16:15:43,352 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file used request id req-3807b2d2-a1d1-4893-aabd-a4f2a6d45655 2018-10-06 16:15:43,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:15:43,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:43,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-42251137-c20f-4d38-aa78-ee2d480090da Date: Sat, 06 Oct 2018 16:15:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "metadata": {}}], "file": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file", "owner": "6f1217d7ade347c0963bac5c0dd1ea08", "id": "ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "size": 12716032, "self": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:15:43Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:15:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:15:43,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-42251137-c20f-4d38-aa78-ee2d480090da 2018-10-06 16:15:43,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.113322019577s 2018-10-06 16:15:43,467 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-42251137-c20f-4d38-aa78-ee2d480090da 2018-10-06 16:15:43,469 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file', 'owner': u'6f1217d7ade347c0963bac5c0dd1ea08', 'id': u'ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc', 'size': 12716032, u'self': u'/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6f1217d7ade347c0963bac5c0dd1ea08', 'name': 'patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T16:15:43Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T16:15:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'created': u'2018-10-06T16:15:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T16:15:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 16:15:43,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 16:15:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 16:15:43,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43e009d2-aa99-4d23-8be9-dd1f1079b812 x-compute-request-id: req-43e009d2-aa99-4d23-8be9-dd1f1079b812 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/12e06571-7798-4507-86ac-d817de5858b2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "12e06571-7798-4507-86ac-d817de5858b2", "name": "patrole-flavor_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 16:15:43,666 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-43e009d2-aa99-4d23-8be9-dd1f1079b812 2018-10-06 16:15:43,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.19700717926s 2018-10-06 16:15:43,667 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-43e009d2-aa99-4d23-8be9-dd1f1079b812 returning object 12e06571-7798-4507-86ac-d817de5858b2 2018-10-06 16:15:43,668 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', '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'b02668b3789342938652e3506ba63a25', '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'12e06571-7798-4507-86ac-d817de5858b2', 'swap': 0}) 2018-10-06 16:15:43,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 16:15:43,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2/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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" -d '{"extra_specs": {}}' 2018-10-06 16:15:43,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23374d52-1aad-4acf-bcfe-b5a192df6d64 x-compute-request-id: req-23374d52-1aad-4acf-bcfe-b5a192df6d64 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 16:15:43,690 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2/os-extra_specs used request id req-23374d52-1aad-4acf-bcfe-b5a192df6d64 2018-10-06 16:15:43,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212879180908s 2018-10-06 16:15:43,690 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2/os-extra_specs used request id req-23374d52-1aad-4acf-bcfe-b5a192df6d64 2018-10-06 16:15:43,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:15:43,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:43,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 16:15: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 16:15:43,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:43,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32fd8775-8283-4ba1-a552-0e1017d98a25 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac3f366b4a144e4480ad0c32da2a63b5", "links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:15:43,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-32fd8775-8283-4ba1-a552-0e1017d98a25 2018-10-06 16:15:43,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0879340171814s 2018-10-06 16:15:43,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 16:15:43,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:44,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8b7bc30-f7a5-4c11-aa36-05ea4dae6af7 x-compute-request-id: req-c8b7bc30-f7a5-4c11-aa36-05ea4dae6af7 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 16:15:44,335 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-c8b7bc30-f7a5-4c11-aa36-05ea4dae6af7 2018-10-06 16:15:44,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.553269863129s 2018-10-06 16:15:44,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-c8b7bc30-f7a5-4c11-aa36-05ea4dae6af7 2018-10-06 16:15:44,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:15:44,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:44,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-cddf59e0-3418-4733-9c70-92354559a8df Date: Sat, 06 Oct 2018 16:15:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "metadata": {}}], "file": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file", "owner": "6f1217d7ade347c0963bac5c0dd1ea08", "id": "ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "size": 12716032, "self": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:15:43Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:15:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:15:44,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-cddf59e0-3418-4733-9c70-92354559a8df 2018-10-06 16:15:44,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184284925461s 2018-10-06 16:15:44,522 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-cddf59e0-3418-4733-9c70-92354559a8df 2018-10-06 16:15:44,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 16:15:44,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}' 2018-10-06 16:15:45,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/57998f5a-3d87-434f-be1b-5420d275857d X-Openstack-Request-Id: req-17cdba19-f963-42ee-b6b5-a7f494ef68a0 Date: Sat, 06 Oct 2018 16:15:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/57998f5a-3d87-434f-be1b-5420d275857d/file", "owner": "6f1217d7ade347c0963bac5c0dd1ea08", "id": "57998f5a-3d87-434f-be1b-5420d275857d", "size": null, "self": "/v2/images/57998f5a-3d87-434f-be1b-5420d275857d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:15:45Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "checksum": null, "created_at": "2018-10-06T16:15:45Z", "protected": false} 2018-10-06 16:15:45,114 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-17cdba19-f963-42ee-b6b5-a7f494ef68a0 2018-10-06 16:15:45,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.58940410614s 2018-10-06 16:15:45,114 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-17cdba19-f963-42ee-b6b5-a7f494ef68a0 returning object 57998f5a-3d87-434f-be1b-5420d275857d 2018-10-06 16:15:45,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 16:15:45,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/57998f5a-3d87-434f-be1b-5420d275857d/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}f0b2217ea81b7821a7809e90520f6bee9b025253" -d '' 2018-10-06 16:15:46,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7585740f-a1ca-464d-ab45-e6deb3bbe91b Date: Sat, 06 Oct 2018 16:15:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:15:46,716 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/57998f5a-3d87-434f-be1b-5420d275857d/file used request id req-7585740f-a1ca-464d-ab45-e6deb3bbe91b 2018-10-06 16:15:46,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.60115695s 2018-10-06 16:15:46,717 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/57998f5a-3d87-434f-be1b-5420d275857d/file used request id req-7585740f-a1ca-464d-ab45-e6deb3bbe91b 2018-10-06 16:15:46,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:15:46,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:15:46,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-5564b6dd-ae3a-4365-9798-865ec0203600 Date: Sat, 06 Oct 2018 16:15:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/57998f5a-3d87-434f-be1b-5420d275857d/snap", "metadata": {}}], "file": "/v2/images/57998f5a-3d87-434f-be1b-5420d275857d/file", "owner": "6f1217d7ade347c0963bac5c0dd1ea08", "id": "57998f5a-3d87-434f-be1b-5420d275857d", "size": 12716032, "self": "/v2/images/57998f5a-3d87-434f-be1b-5420d275857d", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/57998f5a-3d87-434f-be1b-5420d275857d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:15:46Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:15:45Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "metadata": {}}], "file": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file", "owner": "6f1217d7ade347c0963bac5c0dd1ea08", "id": "ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "size": 12716032, "self": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:15:43Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:15:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:15:46,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-5564b6dd-ae3a-4365-9798-865ec0203600 2018-10-06 16:15:46,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171152114868s 2018-10-06 16:15:46,889 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-5564b6dd-ae3a-4365-9798-865ec0203600 2018-10-06 16:15:46,892 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/57998f5a-3d87-434f-be1b-5420d275857d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/57998f5a-3d87-434f-be1b-5420d275857d/file', 'owner': u'6f1217d7ade347c0963bac5c0dd1ea08', 'id': u'57998f5a-3d87-434f-be1b-5420d275857d', 'size': 12716032, u'self': u'/v2/images/57998f5a-3d87-434f-be1b-5420d275857d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6f1217d7ade347c0963bac5c0dd1ea08', 'name': 'patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/57998f5a-3d87-434f-be1b-5420d275857d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T16:15:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T16:15:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/57998f5a-3d87-434f-be1b-5420d275857d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', 'created': u'2018-10-06T16:15:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T16:15:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/57998f5a-3d87-434f-be1b-5420d275857d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 16:15:46,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 16:15:46,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 16:15:46,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03bd74fb-c24a-4c4a-a96c-c31be876135f x-compute-request-id: req-03bd74fb-c24a-4c4a-a96c-c31be876135f Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/209277ef-7777-49ef-a247-3243cc5129a6", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "209277ef-7777-49ef-a247-3243cc5129a6", "name": "patrole-flavor_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 16:15:46,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-03bd74fb-c24a-4c4a-a96c-c31be876135f 2018-10-06 16:15:46,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0446040630341s 2018-10-06 16:15:46,937 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-03bd74fb-c24a-4c4a-a96c-c31be876135f returning object 209277ef-7777-49ef-a247-3243cc5129a6 2018-10-06 16:15:46,938 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', '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'b02668b3789342938652e3506ba63a25', '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'209277ef-7777-49ef-a247-3243cc5129a6', 'swap': 0}) 2018-10-06 16:15:46,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 16:15:46,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6/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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" -d '{"extra_specs": {}}' 2018-10-06 16:15:46,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e882f4b3-fc52-4a57-9be3-6188d2b984d2 x-compute-request-id: req-e882f4b3-fc52-4a57-9be3-6188d2b984d2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 16:15:46,961 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6/os-extra_specs used request id req-e882f4b3-fc52-4a57-9be3-6188d2b984d2 2018-10-06 16:15:46,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021703004837s 2018-10-06 16:15:46,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6/os-extra_specs used request id req-e882f4b3-fc52-4a57-9be3-6188d2b984d2 2018-10-06 16:15:46,961 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6', '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'b02668b3789342938652e3506ba63a25', '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'209277ef-7777-49ef-a247-3243cc5129a6', 'swap': 0}) 2018-10-06 16:15:50,103 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 16:15:49.071 10999 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f) for deployment 'opnfv-rally' (UUID=69bdadd9-d449-42bb-be76-fd4ffba2de91). 2018-10-06 16:15:49.934 10999 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 16:15:49.936 10999 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f) has been successfully configured for deployment 'opnfv-rally' (UUID=69bdadd9-d449-42bb-be76-fd4ffba2de91)! 2018-10-06 16:15:50,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 16:15:50,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 16:15:50,107 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 16:15:50,127 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 16:15:53,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5a58dbfd-cf08-4bca-a27b-4996e7dc605f/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-10-06 16:15:53,540 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 16:15:53,559 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 16:15:53,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-10-06 16:15:55,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:15:55.718 11008 INFO rally.api [-] Starting verification (UUID=d0a97dfb-c5ed-4803-848d-6d2268f2ec9e) for deployment 'opnfv-rally' (UUID=69bdadd9-d449-42bb-be76-fd4ffba2de91) by verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f). 2018-10-06 16:15:55,719 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d0a97dfb-c5ed-4803-848d-6d2268f2ec9e 2018-10-06 16:18:32,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d0a97dfb-c5ed-4803-848d-6d2268f2ec9e 2018-10-06 16:18:32,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd0a97dfb-c5ed-4803-848d-6d2268f2ec9e']'. 2018-10-06 16:18:34,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 16:18:34,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 16:18:34,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 16:18:34,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d0a97dfb-c5ed-4803-848d-6d2268f2ec9e | 2018-10-06 16:18:34,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-06 16:18:34,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 16:15:55 | 2018-10-06 16:18:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 16:18:32 | 2018-10-06 16:18:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:37 | 2018-10-06 16:18:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 16:18:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 16:18:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5a58dbfd-cf08-4bca-a27b-4996e7dc605f) | 2018-10-06 16:18:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 16:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 69bdadd9-d449-42bb-be76-fd4ffba2de91) | 2018-10-06 16:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-06 16:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.662 | 2018-10-06 16:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-10-06 16:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-06 16:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 16:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 16:18:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-06 16:18:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 16:18:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 16:18:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 16:18:34,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-06 16:18:34,430 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 16:18:34,431 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-06 16:18:34,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 16:18:34,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/57998f5a-3d87-434f-be1b-5420d275857d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:18:35,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-401947b3-4a1e-45de-b3a4-de90cabdfd35 Date: Sat, 06 Oct 2018 16:18:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:18:35,806 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/57998f5a-3d87-434f-be1b-5420d275857d used request id req-401947b3-4a1e-45de-b3a4-de90cabdfd35 2018-10-06 16:18:35,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.36935114861s 2018-10-06 16:18:35,806 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/57998f5a-3d87-434f-be1b-5420d275857d used request id req-401947b3-4a1e-45de-b3a4-de90cabdfd35 2018-10-06 16:18:35,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 16:18:35,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:35,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa7af0b7-7b9a-4206-89b0-f524624c8a6a x-compute-request-id: req-fa7af0b7-7b9a-4206-89b0-f524624c8a6a Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/12e06571-7798-4507-86ac-d817de5858b2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "12e06571-7798-4507-86ac-d817de5858b2", "name": "patrole-flavor_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/209277ef-7777-49ef-a247-3243cc5129a6", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "209277ef-7777-49ef-a247-3243cc5129a6", "name": "patrole-flavor_alt_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 16:18:35,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fa7af0b7-7b9a-4206-89b0-f524624c8a6a 2018-10-06 16:18:35,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0299301147461s 2018-10-06 16:18:35,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fa7af0b7-7b9a-4206-89b0-f524624c8a6a 2018-10-06 16:18:35,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 16:18:35,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:35,884 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 16:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86da4384-317d-44c8-b6ba-a551ee861c4b x-compute-request-id: req-86da4384-317d-44c8-b6ba-a551ee861c4b Content-Length: 0 Content-Type: application/json 2018-10-06 16:18:35,884 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6 used request id req-86da4384-317d-44c8-b6ba-a551ee861c4b 2018-10-06 16:18:35,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0454280376434s 2018-10-06 16:18:35,885 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/209277ef-7777-49ef-a247-3243cc5129a6 used request id req-86da4384-317d-44c8-b6ba-a551ee861c4b 2018-10-06 16:18:35,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 16:18:35,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:18:36,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-ef0ee3d2-2ef0-4d4c-b7ef-dc20368ddca3 Date: Sat, 06 Oct 2018 16:18:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "metadata": {}}], "file": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/file", "owner": "6f1217d7ade347c0963bac5c0dd1ea08", "id": "ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "size": 12716032, "self": "/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T16:15:43Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T16:15:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 16:18:36,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ef0ee3d2-2ef0-4d4c-b7ef-dc20368ddca3 2018-10-06 16:18:36,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172031879425s 2018-10-06 16:18:36,058 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ef0ee3d2-2ef0-4d4c-b7ef-dc20368ddca3 2018-10-06 16:18:36,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 16:18:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0b2217ea81b7821a7809e90520f6bee9b025253" 2018-10-06 16:18:37,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e2c73c5-870a-4ebe-8149-a6c72007068a Date: Sat, 06 Oct 2018 16:18:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 16:18:37,884 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc used request id req-5e2c73c5-870a-4ebe-8149-a6c72007068a 2018-10-06 16:18:37,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.82531690598s 2018-10-06 16:18:37,884 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ddfc8fef-550e-4e70-bd5f-ca354f3c6cfc used request id req-5e2c73c5-870a-4ebe-8149-a6c72007068a 2018-10-06 16:18:37,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 16:18:37,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:37,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3952fed6-3aea-45f1-b105-989bcecac22e x-compute-request-id: req-3952fed6-3aea-45f1-b105-989bcecac22e Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/12e06571-7798-4507-86ac-d817de5858b2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "12e06571-7798-4507-86ac-d817de5858b2", "name": "patrole-flavor_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 16:18:37,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3952fed6-3aea-45f1-b105-989bcecac22e 2018-10-06 16:18:37,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.03604388237s 2018-10-06 16:18:37,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3952fed6-3aea-45f1-b105-989bcecac22e 2018-10-06 16:18:37,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 16:18:37,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:37,975 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 16:18:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-871ad279-8b58-4f86-8a66-c228539e9bd0 x-compute-request-id: req-871ad279-8b58-4f86-8a66-c228539e9bd0 Content-Length: 0 Content-Type: application/json 2018-10-06 16:18:37,975 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2 used request id req-871ad279-8b58-4f86-8a66-c228539e9bd0 2018-10-06 16:18:37,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0515029430389s 2018-10-06 16:18:37,975 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/12e06571-7798-4507-86ac-d817de5858b2 used request id req-871ad279-8b58-4f86-8a66-c228539e9bd0 2018-10-06 16:18:37,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:18:37,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f25400b-6ec3-4c45-8d45-7039874b2314 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6", "links": {"self": "http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db"}, "domain_id": "default", "enabled": true, "id": "883f1338205b4f17b7e06bdaded714db", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 16:18:38,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-4f25400b-6ec3-4c45-8d45-7039874b2314 2018-10-06 16:18:38,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0962691307068s 2018-10-06 16:18:38,072 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-4f25400b-6ec3-4c45-8d45-7039874b2314 2018-10-06 16:18:38,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 16:18:38,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7640da7-0ebc-4598-b00e-3bbe17502b2a Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db"}, "enabled": true, "id": "883f1338205b4f17b7e06bdaded714db", "options": {}, "domain_id": "default", "name": "patrole-user_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}} 2018-10-06 16:18:38,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db used request id req-b7640da7-0ebc-4598-b00e-3bbe17502b2a 2018-10-06 16:18:38,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914070606232s 2018-10-06 16:18:38,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db used request id req-b7640da7-0ebc-4598-b00e-3bbe17502b2a 2018-10-06 16:18:38,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 16:18:38,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea9a6fb0-13a3-4350-8357-0de34b49a829 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:18:38,343 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db used request id req-ea9a6fb0-13a3-4350-8357-0de34b49a829 2018-10-06 16:18:38,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.172787904739s 2018-10-06 16:18:38,344 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/883f1338205b4f17b7e06bdaded714db used request id req-ea9a6fb0-13a3-4350-8357-0de34b49a829 2018-10-06 16:18:38,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 16:18:38,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6529ede4-2acc-4e2e-9fa6-5401b8e75572 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08"}, "enabled": true, "id": "6f1217d7ade347c0963bac5c0dd1ea08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_00055087-4413-4ae3-b8ba-fb5fb2a6a1f6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 16:18:38,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-6529ede4-2acc-4e2e-9fa6-5401b8e75572 2018-10-06 16:18:38,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0860080718994s 2018-10-06 16:18:38,431 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-6529ede4-2acc-4e2e-9fa6-5401b8e75572 2018-10-06 16:18:38,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 16:18:38,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-530528cc-37f5-42e3-9225-b942897ccd48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:18:38,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08 used request id req-530528cc-37f5-42e3-9225-b942897ccd48 2018-10-06 16:18:38,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.148711919785s 2018-10-06 16:18:38,582 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6f1217d7ade347c0963bac5c0dd1ea08 used request id req-530528cc-37f5-42e3-9225-b942897ccd48 2018-10-06 16:18:38,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 16:18:38,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e9bf5d5-50c5-43e3-ad1b-c8d5a731bf17 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac3f366b4a144e4480ad0c32da2a63b5", "links": {"self": "http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 16:18:38,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6e9bf5d5-50c5-43e3-ad1b-c8d5a731bf17 2018-10-06 16:18:38,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826539993286s 2018-10-06 16:18:38,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 16:18:38,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 16:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f9f2810-5388-4cf2-8353-f6544def58ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 16:18:38,776 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ac3f366b4a144e4480ad0c32da2a63b5 used request id req-0f9f2810-5388-4cf2-8353-f6544def58ef 2018-10-06 16:18:38,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108978033066s 2018-10-06 16:18:38,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 16:18:38,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=6f1217d7ade347c0963bac5c0dd1ea08&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}1c9d829aa58bd9b8a4e318cf84a059edd669623d" 2018-10-06 16:18:38,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4fd6f86b-bebb-445d-aeb9-6a8de4dd4945 Date: Sat, 06 Oct 2018 16:18:38 GMT RESP BODY: {"security_groups": []} 2018-10-06 16:18:38,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=6f1217d7ade347c0963bac5c0dd1ea08&name=default used request id req-4fd6f86b-bebb-445d-aeb9-6a8de4dd4945 2018-10-06 16:18:38,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.177459001541s 2018-10-06 16:18:38,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=6f1217d7ade347c0963bac5c0dd1ea08&name=default used request id req-4fd6f86b-bebb-445d-aeb9-6a8de4dd4945 2018-10-06 16:18:39,005 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-06 16:18:39,104 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-06 16:18:39,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 16:18:39,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 16:18:39,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 16:18:39,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 16:18:39,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 16:18:39,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 16:18:39,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 16:18:39,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-06 16:18:39,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 16:18:39,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f3ee29-4345-45bf-842c-c5c8237432e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 16:18:39,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e7f3ee29-4345-45bf-842c-c5c8237432e3 2018-10-06 16:18:39,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 16:18:39,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T17:18:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["-6bwvq9YTriI746xBRGZdg"], "issued_at": "2018-10-06T16:18:39.000000Z"}} 2018-10-06 16:18:39,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}6214c508492599493fffefb69758318effadb213" 2018-10-06 16:18:39,501 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 16:18:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 16:18:39,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6214c508492599493fffefb69758318effadb213" 2018-10-06 16:18:39,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c66c295-bc1f-4d53-bc94-ff6ae6af7546 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/12c72fb3e55e47bf9f9e2059626d2272"}, "enabled": true, "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.26:5000/v3/services/354b71bf50084b1fabef46ecc8c03208"}, "enabled": true, "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.26:5000/v3/services/3fd2d77f19644ef4a5f11767ca13d647"}, "enabled": true, "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.26:5000/v3/services/668714d12be34e709559340f4b4d2085"}, "enabled": true, "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.26:5000/v3/services/6b500a3832144128955243e92d4c3531"}, "enabled": true, "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.26:5000/v3/services/763a5b5438f04fd6b1ea0a7d622bd9e8"}, "enabled": true, "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.26:5000/v3/services/9cbd4a2f581543aebf848d5b573efd5a"}, "enabled": true, "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.26:5000/v3/services/a45ad8ffadbf4727be40af8f8dea9fe5"}, "enabled": true, "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.26:5000/v3/services/a545cfd913ea4895ae300ea0f256ba7c"}, "enabled": true, "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.26:5000/v3/services/a59f37d1f2e54181afbb4ba453c35ee2"}, "enabled": true, "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.26:5000/v3/services/ba0daccd64c449eda0dacff37a4fa7ee"}, "enabled": true, "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.26:5000/v3/services/be75fbd43bce424aa41cddc633c691c7"}, "enabled": true, "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.26:5000/v3/services/cb18024777da423e864ac5d13d887c29"}, "enabled": true, "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.26:5000/v3/services/e4826c1398074caf9dff86a6a0cbb1a9"}, "enabled": true, "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.26:5000/v3/services/e4d051058464442ab8a321632152a525"}, "enabled": true, "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "links": {"self": "http://172.30.9.26:5000/v3/services", "previous": null, "next": null}} 2018-10-06 16:18:39,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/services used request id req-1c66c295-bc1f-4d53-bc94-ff6ae6af7546 2018-10-06 16:18:39,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.483481884003s 2018-10-06 16:18:39,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-06 16:18:39,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6214c508492599493fffefb69758318effadb213" 2018-10-06 16:18:39,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 16:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64cbd6ac-eb86-412e-9fce-aa703a8efdc5 Content-Encoding: gzip Content-Length: 1954 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0244807b641449caa6661e1a2988dc91"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e4d051058464442ab8a321632152a525", "id": "0244807b641449caa6661e1a2988dc91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0c757cb430584c24a23a68e41554ae04"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "354b71bf50084b1fabef46ecc8c03208", "id": "0c757cb430584c24a23a68e41554ae04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/205a99a5668e4edc982ad072eef7fa15"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e4826c1398074caf9dff86a6a0cbb1a9", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/278a36f949d948058a8a369e4cfa189d"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ba0daccd64c449eda0dacff37a4fa7ee", "id": "278a36f949d948058a8a369e4cfa189d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2794c716735a445aa2dd740d98c5768c"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9cbd4a2f581543aebf848d5b573efd5a", "id": "2794c716735a445aa2dd740d98c5768c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2bf569caca0840c3a4264f7398f00338"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a45ad8ffadbf4727be40af8f8dea9fe5", "id": "2bf569caca0840c3a4264f7398f00338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2c09404dd7ed446eb8c4ca15c836e185"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a45ad8ffadbf4727be40af8f8dea9fe5", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2c8fccd1068d478caed47d4bc7ef40cf"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb18024777da423e864ac5d13d887c29", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2f5c755cfa7c48c79504dc066a32896a"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12c72fb3e55e47bf9f9e2059626d2272", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3cb34559540643759f22d6ce913e2f03"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3fd2d77f19644ef4a5f11767ca13d647", "id": "3cb34559540643759f22d6ce913e2f03"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4013a79863004a728152df9051326003"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a45ad8ffadbf4727be40af8f8dea9fe5", "id": "4013a79863004a728152df9051326003"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/440b1a7c0108460eac1c0cdca6e49740"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3fd2d77f19644ef4a5f11767ca13d647", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/47c600f9dcaa447f959db8990e51fda6"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/47cae663f2f949d681ac500255f619c8"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be75fbd43bce424aa41cddc633c691c7", "id": "47cae663f2f949d681ac500255f619c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/64fcab4834034f509a02149bcd3c8cea"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ba0daccd64c449eda0dacff37a4fa7ee", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/665b0b9a458440fab3689ea8947b3172"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9cbd4a2f581543aebf848d5b573efd5a", "id": "665b0b9a458440fab3689ea8947b3172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6ae012e76017473492cbf4247b189d06"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a59f37d1f2e54181afbb4ba453c35ee2", "id": "6ae012e76017473492cbf4247b189d06"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6fc44742d0a14449b70a20802bfedc71"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12c72fb3e55e47bf9f9e2059626d2272", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/73eab76bb0264783be534096c0cedadc"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e4826c1398074caf9dff86a6a0cbb1a9", "id": "73eab76bb0264783be534096c0cedadc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/750c8fa7e4c047aa8f637cf8dea66d64"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7589a9eac9de4a6287c39a22473e7c0d"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a545cfd913ea4895ae300ea0f256ba7c", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/764861b3731c40eebb6c065f9a1c308e"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb18024777da423e864ac5d13d887c29", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/78fc3ec6f0cb497cad978e2b9b2081e8"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e4d051058464442ab8a321632152a525", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7e4e07bea01648559af3c5ad07b8913f"}, "url": "http://172.30.9.26:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a545cfd913ea4895ae300ea0f256ba7c", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/80c60d3fbdda4b0cb31ae17ed9e0b227"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e4826c1398074caf9dff86a6a0cbb1a9", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/825c83e4bba94332b88de900f3f36f4c"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a59f37d1f2e54181afbb4ba453c35ee2", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/855663926d4f4933a28420ac0a82d0b0"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ba0daccd64c449eda0dacff37a4fa7ee", "id": "855663926d4f4933a28420ac0a82d0b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8d84851ab6b6490e80e7759209f871e7"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e4d051058464442ab8a321632152a525", "id": "8d84851ab6b6490e80e7759209f871e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/990f5a4e4eab45ef9fbcda6a87003c12"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be75fbd43bce424aa41cddc633c691c7", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/9b9319addf1c45b6b67455d3583ef0f9"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "354b71bf50084b1fabef46ecc8c03208", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ac762e06c0dd450e89d4eccf5ec10a62"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3fd2d77f19644ef4a5f11767ca13d647", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b638183918da4a85a01ba1050bdfaf6e"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "354b71bf50084b1fabef46ecc8c03208", "id": "b638183918da4a85a01ba1050bdfaf6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b85fc5c114534cf5ab49aa00bbf9954d"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6b500a3832144128955243e92d4c3531", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c2f3c210dedc4fde9e22dbabe14a0e04"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12c72fb3e55e47bf9f9e2059626d2272", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c4cdca4a87144bc09236a38ce447bf39"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "id": "c4cdca4a87144bc09236a38ce447bf39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c9a31b612ec04072861f7198d134088c"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a545cfd913ea4895ae300ea0f256ba7c", "id": "c9a31b612ec04072861f7198d134088c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d2e827e9f3354174805b4364f7e4c1f3"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6b500a3832144128955243e92d4c3531", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dbb77c09ac964befba30e25a04f2b0a3"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb18024777da423e864ac5d13d887c29", "id": "dbb77c09ac964befba30e25a04f2b0a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e8ffe74566a0426e87554a536b6e6133"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be75fbd43bce424aa41cddc633c691c7", "id": "e8ffe74566a0426e87554a536b6e6133"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f309d7afa5e84be8b93ed271c20d893a"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9cbd4a2f581543aebf848d5b573efd5a", "id": "f309d7afa5e84be8b93ed271c20d893a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/fa6ac2b8331b48a1b1250185a76419e3"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6b500a3832144128955243e92d4c3531", "id": "fa6ac2b8331b48a1b1250185a76419e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ff70b02592cd4a099776137a872615ed"}, "url": "http://172.30.9.26:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a59f37d1f2e54181afbb4ba453c35ee2", "id": "ff70b02592cd4a099776137a872615ed"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-06 16:18:39,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-64cbd6ac-eb86-412e-9fce-aa703a8efdc5 2018-10-06 16:18:39,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0860879421234s 2018-10-06 16:18:59,658 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-10-06 16:18:59,689 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-06 16:18:59,813 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-06 16:18:59,918 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 16:18:59,919 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-06 16:18:59,972 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-06 16:19:01,420 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 16:19:03,544 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 16:19:03,545 - openstack_tests - INFO - OS Credentials = > 2018-10-06 16:19:04,395 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 16:19:04,395 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-06 16:19:05,710 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ea80184e-d4c3-42d-proj 2018-10-06 16:19:06,883 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ea80184e-d4c3-42d-user 2018-10-06 16:19:07,081 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ea80184e-d4c3-42d-proj-role 2018-10-06 16:19:07,099 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ea80184e-d4c3-42d-proj-role to project CreateSecurityGroupTests-ea80184e-d4c3-42d-proj 2018-10-06 16:19:08,012 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-1120a70c-d570-4504-9550-6b0670a13ac0name... 2018-10-06 16:19:08,012 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-1120a70c-d570-4504-9550-6b0670a13ac0name 2018-10-06 16:19:08,400 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:08,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:08,600 - neutron_utils - INFO - Retrieving security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:08,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:08,969 - neutron_utils - INFO - Retrieving security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:09,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:09,196 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1120a70c-d570-4504-9550-6b0670a13ac0name 2018-10-06 16:19:09,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:10,094 - neutron_utils - INFO - Retrieving security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:10,145 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:10,762 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:10,930 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:11,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:11,694 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:11,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:11,755 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1120a70c-d570-4504-9550-6b0670a13ac0name 2018-10-06 16:19:12,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:12,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ff04fef-9c6d-4ac8-ae4d-a3d64139f8d7 2018-10-06 16:19:12,810 - neutron_utils - INFO - Deleting security group rule with ID - 65e94641-842e-491a-adb7-41e2482fc5a7 2018-10-06 16:19:12,919 - neutron_utils - INFO - Deleting security group rule with ID - 4f37fd9e-d7bf-4af4-ad3b-27bf85efd35e 2018-10-06 16:19:13,205 - neutron_utils - INFO - Deleting security group rule with ID - b52bef72-31a6-4e9a-9710-8edc60e587b3 2018-10-06 16:19:13,311 - neutron_utils - INFO - Deleting security group rule with ID - a3254f53-18f6-473e-8972-e82dd8b123c0 2018-10-06 16:19:13,426 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-1120a70c-d570-4504-9550-6b0670a13ac0name 2018-10-06 16:19:14,145 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 273bf501-19b0-49df-a2e5-1e11b51bd79e 2018-10-06 16:19:14,328 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:19:14,635 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ea80184e-d4c3-42d-proj 2018-10-06 16:19:15,187 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ea80184e-d4c3-42d-proj-role 2018-10-06 16:19:15,379 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ea80184e-d4c3-42d-user 2018-10-06 16:19:16,859 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ded0516a-998e-45c-proj 2018-10-06 16:19:17,913 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ded0516a-998e-45c-user 2018-10-06 16:19:18,130 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ded0516a-998e-45c-proj-role 2018-10-06 16:19:18,317 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ded0516a-998e-45c-proj-role to project CreateSecurityGroupTests-ded0516a-998e-45c-proj 2018-10-06 16:19:19,213 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c3fe18c2-9b23-4d6a-a773-9525ad63a4dcname... 2018-10-06 16:19:19,213 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c3fe18c2-9b23-4d6a-a773-9525ad63a4dcname 2018-10-06 16:19:19,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:19,863 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:19,893 - neutron_utils - INFO - Retrieving security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:20,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:20,278 - neutron_utils - INFO - Retrieving security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:20,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:20,655 - neutron_utils - INFO - Retrieving security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:20,853 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 93f7d90d-be82-4148-bfc6-80bfaff8bb2e 2018-10-06 16:19:21,029 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c3fe18c2-9b23-4d6a-a773-9525ad63a4dcname 2018-10-06 16:19:21,929 - neutron_utils - INFO - Deleting security group rule with ID - 2d91e291-02ba-408c-bd4c-de3da29b4139 2018-10-06 16:19:21,954 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 2d91e291-02ba-408c-bd4c-de3da29b4139 does not exist Neutron server returns request_ids: ['req-40ae9407-576b-4583-a7e4-8c3d470d055c'] 2018-10-06 16:19:21,954 - neutron_utils - INFO - Deleting security group rule with ID - 5f4caba3-3775-4286-b75d-5b827c3ed429 2018-10-06 16:19:22,134 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 5f4caba3-3775-4286-b75d-5b827c3ed429 does not exist Neutron server returns request_ids: ['req-0e4cae96-026a-4169-9ce8-f5aa87550c74'] 2018-10-06 16:19:22,134 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c3fe18c2-9b23-4d6a-a773-9525ad63a4dcname 2018-10-06 16:19:22,303 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 93f7d90d-be82-4148-bfc6-80bfaff8bb2e does not exist Neutron server returns request_ids: ['req-dc0fa3eb-a410-43ea-895f-a30c65300257'] 2018-10-06 16:19:22,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2756bf3c-b2c6-413c-81c2-6c3fcf89dd78 2018-10-06 16:19:22,783 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:19:23,099 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ded0516a-998e-45c-proj 2018-10-06 16:19:23,348 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ded0516a-998e-45c-proj-role 2018-10-06 16:19:23,546 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ded0516a-998e-45c-user 2018-10-06 16:19:24,943 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-30aeedad-fbca-4f0-proj 2018-10-06 16:19:26,087 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-30aeedad-fbca-4f0-user 2018-10-06 16:19:26,267 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-30aeedad-fbca-4f0-proj-role 2018-10-06 16:19:26,353 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-30aeedad-fbca-4f0-proj-role to project CreateSecurityGroupTests-30aeedad-fbca-4f0-proj 2018-10-06 16:19:27,069 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-d0e291d6-5f7d-4525-8022-989f23f36f9fname... 2018-10-06 16:19:27,069 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-d0e291d6-5f7d-4525-8022-989f23f36f9fname 2018-10-06 16:19:27,645 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:27,852 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:28,048 - neutron_utils - INFO - Retrieving security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:28,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:28,118 - neutron_utils - INFO - Retrieving security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:28,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:28,498 - neutron_utils - INFO - Retrieving security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:28,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:29,227 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:29,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:30,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:30,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:30,607 - neutron_utils - INFO - Retrieving security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:30,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc9d0ab4-8028-43ee-9c1d-7d87e80e309e 2018-10-06 16:19:31,011 - neutron_utils - INFO - Deleting security group rule with ID - 5cc5524a-015c-49c6-8c5d-ce189fd34028 2018-10-06 16:19:31,111 - neutron_utils - INFO - Deleting security group rule with ID - 56b43d28-7c39-44e9-8939-2d59194a083d 2018-10-06 16:19:31,211 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-d0e291d6-5f7d-4525-8022-989f23f36f9fname 2018-10-06 16:19:32,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f6640085-d42d-45c1-872a-0b5c4d7f59cf 2018-10-06 16:19:32,380 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:19:32,741 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-30aeedad-fbca-4f0-proj 2018-10-06 16:19:32,958 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-30aeedad-fbca-4f0-proj-role 2018-10-06 16:19:33,173 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-30aeedad-fbca-4f0-user 2018-10-06 16:19:34,573 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-558872f0-178f-441-proj 2018-10-06 16:19:35,692 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-558872f0-178f-441-user 2018-10-06 16:19:35,877 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-558872f0-178f-441-proj-role 2018-10-06 16:19:35,961 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-558872f0-178f-441-proj-role to project CreateSecurityGroupTests-558872f0-178f-441-proj 2018-10-06 16:19:36,670 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-31c4807f-3d25-464c-9b95-817f0c550409name... 2018-10-06 16:19:36,670 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-31c4807f-3d25-464c-9b95-817f0c550409name 2018-10-06 16:19:37,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:37,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:37,490 - neutron_utils - INFO - Retrieving security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:37,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:37,569 - neutron_utils - INFO - Retrieving security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:37,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:37,947 - neutron_utils - INFO - Retrieving security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:38,165 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:39,039 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:39,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 474dc3df-3d86-4796-8c46-d2a5e725c591 2018-10-06 16:19:39,376 - neutron_utils - INFO - Deleting security group rule with ID - c1acec04-32f8-4b30-875f-1cb8c5b57470 2018-10-06 16:19:39,475 - neutron_utils - INFO - Deleting security group rule with ID - b2936708-8e5d-42e6-9f45-91a6135e7dbe 2018-10-06 16:19:39,733 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-31c4807f-3d25-464c-9b95-817f0c550409name 2018-10-06 16:19:40,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10884d0c-0976-4319-acc8-7367de896a82 2018-10-06 16:19:40,518 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:19:40,897 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-558872f0-178f-441-proj 2018-10-06 16:19:41,138 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-558872f0-178f-441-proj-role 2018-10-06 16:19:41,351 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-558872f0-178f-441-user 2018-10-06 16:19:42,788 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-6983efcb-467a-4ea-proj 2018-10-06 16:19:43,806 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-6983efcb-467a-4ea-user 2018-10-06 16:19:43,997 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-6983efcb-467a-4ea-proj-role 2018-10-06 16:19:44,089 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-6983efcb-467a-4ea-proj-role to project CreateSecurityGroupTests-6983efcb-467a-4ea-proj 2018-10-06 16:19:44,993 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fb10de5d-e2e9-436c-930f-a32f246495e4name... 2018-10-06 16:19:44,994 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fb10de5d-e2e9-436c-930f-a32f246495e4name 2018-10-06 16:19:45,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:45,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:45,728 - neutron_utils - INFO - Retrieving security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:45,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:46,096 - neutron_utils - INFO - Retrieving security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:46,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:46,172 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fb10de5d-e2e9-436c-930f-a32f246495e4name 2018-10-06 16:19:46,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:46,670 - neutron_utils - INFO - Retrieving security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:46,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:47,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:47,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:48,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:48,647 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9391df4-9feb-41bf-8c10-5742876883b4 2018-10-06 16:19:48,811 - neutron_utils - INFO - Deleting security group rule with ID - 6b3a20a7-7346-492f-8b37-fe7ed9bb63ae 2018-10-06 16:19:49,073 - neutron_utils - INFO - Deleting security group rule with ID - e5850412-eaff-44c2-bfe8-08635f127841 2018-10-06 16:19:49,182 - neutron_utils - INFO - Deleting security group rule with ID - 70a4c6d9-55da-4280-9327-92492867e596 2018-10-06 16:19:49,435 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fb10de5d-e2e9-436c-930f-a32f246495e4name 2018-10-06 16:19:50,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1abe6515-3532-48e5-8c3d-3fe9179c96c4 2018-10-06 16:19:50,311 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:19:50,637 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-6983efcb-467a-4ea-proj 2018-10-06 16:19:50,880 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-6983efcb-467a-4ea-proj-role 2018-10-06 16:19:51,085 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-6983efcb-467a-4ea-user 2018-10-06 16:19:52,501 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-proj 2018-10-06 16:19:53,554 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-user 2018-10-06 16:19:53,679 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-proj-role 2018-10-06 16:19:53,700 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-proj-role to project CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-proj 2018-10-06 16:19:54,619 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e0dcfb61-3fd0-4029-beca-6657732bdc9fname... 2018-10-06 16:19:54,619 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e0dcfb61-3fd0-4029-beca-6657732bdc9fname 2018-10-06 16:19:54,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:55,155 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:55,189 - neutron_utils - INFO - Retrieving security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:55,271 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:55,449 - neutron_utils - INFO - Retrieving security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:55,649 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:55,813 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e0dcfb61-3fd0-4029-beca-6657732bdc9fname 2018-10-06 16:19:56,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:56,568 - neutron_utils - INFO - Retrieving security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:56,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:57,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:57,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:57,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:58,175 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d95fc1f-b550-4d01-9a77-bc33563cdff8 2018-10-06 16:19:58,207 - neutron_utils - INFO - Deleting security group rule with ID - 7b97960b-01eb-41d2-971e-4685ae0abbed 2018-10-06 16:19:58,464 - neutron_utils - INFO - Deleting security group rule with ID - 0c20d2a7-0540-4613-9575-9eaada8356ef 2018-10-06 16:19:58,574 - neutron_utils - INFO - Deleting security group rule with ID - 5434fda4-9b57-42de-863a-dc0a1481823a 2018-10-06 16:19:58,862 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e0dcfb61-3fd0-4029-beca-6657732bdc9fname 2018-10-06 16:19:59,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee5cf8b0-6787-40b4-9857-b276bf69f92e 2018-10-06 16:19:59,920 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:20:00,231 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-proj 2018-10-06 16:20:00,462 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-proj-role 2018-10-06 16:20:00,673 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-5fa2bf9a-7f88-4ff-user 2018-10-06 16:20:02,123 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-60ba19bf-12f0-40c-proj 2018-10-06 16:20:03,171 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-60ba19bf-12f0-40c-user 2018-10-06 16:20:03,363 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-60ba19bf-12f0-40c-proj-role 2018-10-06 16:20:03,452 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-60ba19bf-12f0-40c-proj-role to project CreateSecurityGroupTests-60ba19bf-12f0-40c-proj 2018-10-06 16:20:04,344 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-a92885b1-a1d7-4cd0-b650-707edc4bd488name... 2018-10-06 16:20:04,344 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-a92885b1-a1d7-4cd0-b650-707edc4bd488name 2018-10-06 16:20:04,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:05,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:05,256 - neutron_utils - INFO - Retrieving security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:05,454 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:05,631 - neutron_utils - INFO - Retrieving security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:05,829 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:05,857 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a92885b1-a1d7-4cd0-b650-707edc4bd488name 2018-10-06 16:20:05,995 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:06,477 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a92885b1-a1d7-4cd0-b650-707edc4bd488name 2018-10-06 16:20:06,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:07,352 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a92885b1-a1d7-4cd0-b650-707edc4bd488name 2018-10-06 16:20:07,618 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:08,154 - neutron_utils - INFO - Retrieving security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:08,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:08,967 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:09,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:09,540 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:09,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:10,014 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:10,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:10,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:10,719 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:11,089 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:11,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:11,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:11,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:11,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509928eb-514e-42ed-a5d6-56b8539255a6 2018-10-06 16:20:12,064 - neutron_utils - INFO - Deleting security group rule with ID - 93430f82-63e6-409b-aec7-4239f4a364fa 2018-10-06 16:20:12,310 - neutron_utils - INFO - Deleting security group rule with ID - 5277e79b-4d57-4144-8988-96d347aef464 2018-10-06 16:20:12,573 - neutron_utils - INFO - Deleting security group rule with ID - 776e1766-9eaa-4524-abeb-7179f8ad0b8e 2018-10-06 16:20:12,954 - neutron_utils - INFO - Deleting security group rule with ID - 49b29bb5-4718-46d5-87d5-9e0d62401812 2018-10-06 16:20:13,239 - neutron_utils - INFO - Deleting security group rule with ID - c8d42555-dce0-43ee-940c-b8f37b8de8bf 2018-10-06 16:20:13,341 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-a92885b1-a1d7-4cd0-b650-707edc4bd488name 2018-10-06 16:20:13,828 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10ea5137-7357-4ede-8584-305a265bd9e1 2018-10-06 16:20:14,011 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:20:14,316 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-60ba19bf-12f0-40c-proj 2018-10-06 16:20:14,539 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-60ba19bf-12f0-40c-proj-role 2018-10-06 16:20:14,766 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-60ba19bf-12f0-40c-user 2018-10-06 16:20:16,165 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b28f197c-339e-4b3-proj 2018-10-06 16:20:17,293 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b28f197c-339e-4b3-user 2018-10-06 16:20:17,596 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b28f197c-339e-4b3-proj-role 2018-10-06 16:20:17,614 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b28f197c-339e-4b3-proj-role to project CreateSecurityGroupTests-b28f197c-339e-4b3-proj 2018-10-06 16:20:18,507 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3e059b21-b6f8-4d2d-b53d-5f93700b1385name... 2018-10-06 16:20:18,507 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3e059b21-b6f8-4d2d-b53d-5f93700b1385name 2018-10-06 16:20:18,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:19,080 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:19,260 - neutron_utils - INFO - Retrieving security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:19,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:19,623 - neutron_utils - INFO - Retrieving security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:19,822 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:19,997 - neutron_utils - INFO - Retrieving security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:20,196 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:21,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:21,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59be026f-4b64-408d-96a7-1aa0f12176c6 2018-10-06 16:20:21,399 - neutron_utils - INFO - Deleting security group rule with ID - 696d4d12-2849-4984-baae-2ee1117c10b6 2018-10-06 16:20:21,652 - neutron_utils - INFO - Deleting security group rule with ID - 05368b9f-a875-4096-9439-3da73cf9eec6 2018-10-06 16:20:21,772 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3e059b21-b6f8-4d2d-b53d-5f93700b1385name 2018-10-06 16:20:22,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aca6c038-bb09-4a41-8ec7-1b82025aa828 2018-10-06 16:20:22,794 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:20:23,110 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b28f197c-339e-4b3-proj 2018-10-06 16:20:23,336 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b28f197c-339e-4b3-proj-role 2018-10-06 16:20:23,536 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b28f197c-339e-4b3-user 2018-10-06 16:20:25,021 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0d4a2719-000f-4d7-proj 2018-10-06 16:20:25,992 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0d4a2719-000f-4d7-user 2018-10-06 16:20:26,201 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0d4a2719-000f-4d7-proj-role 2018-10-06 16:20:26,298 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0d4a2719-000f-4d7-proj-role to project CreateSecurityGroupTests-0d4a2719-000f-4d7-proj 2018-10-06 16:20:27,187 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8b2d8f4d-9c8b-4fd7-b252-56d8084a4229name... 2018-10-06 16:20:27,187 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8b2d8f4d-9c8b-4fd7-b252-56d8084a4229name 2018-10-06 16:20:27,567 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:27,747 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:27,910 - neutron_utils - INFO - Retrieving security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:28,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:28,283 - neutron_utils - INFO - Retrieving security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:28,474 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:28,654 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8b2d8f4d-9c8b-4fd7-b252-56d8084a4229name 2018-10-06 16:20:29,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:29,352 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8b2d8f4d-9c8b-4fd7-b252-56d8084a4229name 2018-10-06 16:20:29,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:29,837 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8b2d8f4d-9c8b-4fd7-b252-56d8084a4229name 2018-10-06 16:20:30,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:30,346 - neutron_utils - INFO - Retrieving security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:30,535 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:31,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:31,346 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:31,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:31,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:32,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:32,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:33,138 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:33,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:33,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:34,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:34,449 - neutron_utils - INFO - Deleting security group rule with ID - 0eb9d80f-67f7-406d-a1e4-238187e201bb 2018-10-06 16:20:34,726 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-06 16:20:34,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7881cb2-2592-4ddd-ad09-39e4aaeec061 2018-10-06 16:20:34,759 - neutron_utils - INFO - Deleting security group rule with ID - 7caa5e65-6bba-4894-bcc9-c18b1455a2b3 2018-10-06 16:20:35,018 - neutron_utils - INFO - Deleting security group rule with ID - df613951-ffa9-4f78-9739-e5d97322797a 2018-10-06 16:20:35,301 - neutron_utils - INFO - Deleting security group rule with ID - b1980dea-3448-41fd-acad-87f44830d38b 2018-10-06 16:20:35,547 - neutron_utils - INFO - Deleting security group rule with ID - 90c02ddf-4d41-4196-887d-fc83a5d11493 2018-10-06 16:20:35,891 - neutron_utils - INFO - Deleting security group rule with ID - 0eb9d80f-67f7-406d-a1e4-238187e201bb 2018-10-06 16:20:36,155 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 0eb9d80f-67f7-406d-a1e4-238187e201bb does not exist Neutron server returns request_ids: ['req-7b736345-f943-4b9a-990f-cbb96fa115e7'] 2018-10-06 16:20:36,155 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8b2d8f4d-9c8b-4fd7-b252-56d8084a4229name 2018-10-06 16:20:36,918 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b252313-f0ac-4c32-84e2-20286bd8716d 2018-10-06 16:20:37,104 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:20:37,417 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0d4a2719-000f-4d7-proj 2018-10-06 16:20:37,611 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0d4a2719-000f-4d7-proj-role 2018-10-06 16:20:37,819 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0d4a2719-000f-4d7-user 2018-10-06 16:20:39,159 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-87cf15e8-fe0b-481-proj 2018-10-06 16:20:40,243 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-87cf15e8-fe0b-481-user 2018-10-06 16:20:40,435 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-87cf15e8-fe0b-481-proj-role 2018-10-06 16:20:40,453 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-87cf15e8-fe0b-481-proj-role to project CreateSecurityGroupTests-87cf15e8-fe0b-481-proj 2018-10-06 16:20:41,344 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-086be9a1-ce9d-4cf2-8d05-03961bb0e70aname... 2018-10-06 16:20:41,344 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-086be9a1-ce9d-4cf2-8d05-03961bb0e70aname 2018-10-06 16:20:41,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:41,877 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:42,054 - neutron_utils - INFO - Retrieving security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:42,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:42,359 - neutron_utils - INFO - Retrieving security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:42,411 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:42,445 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-086be9a1-ce9d-4cf2-8d05-03961bb0e70aname 2018-10-06 16:20:42,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:43,106 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-086be9a1-ce9d-4cf2-8d05-03961bb0e70aname 2018-10-06 16:20:43,388 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:43,933 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-086be9a1-ce9d-4cf2-8d05-03961bb0e70aname 2018-10-06 16:20:44,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:44,561 - neutron_utils - INFO - Retrieving security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:44,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:45,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:45,426 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:45,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:46,050 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:46,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:46,517 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:46,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:47,030 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:47,265 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:47,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:47,682 - neutron_utils - INFO - Deleting security group rule with ID - 11f6f188-ca40-4bbe-abe5-9a61f6b0cc4d 2018-10-06 16:20:47,962 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-06 16:20:47,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61f29187-50c9-4b0b-b735-b178c6ae6c48 2018-10-06 16:20:47,995 - neutron_utils - INFO - Deleting security group rule with ID - 11f6f188-ca40-4bbe-abe5-9a61f6b0cc4d 2018-10-06 16:20:48,158 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 11f6f188-ca40-4bbe-abe5-9a61f6b0cc4d does not exist Neutron server returns request_ids: ['req-7ae8438b-b7a7-43eb-949e-d701612738d3'] 2018-10-06 16:20:48,158 - neutron_utils - INFO - Deleting security group rule with ID - 16b53cbd-d071-4f7b-9449-cc6c9d692de6 2018-10-06 16:20:48,430 - neutron_utils - INFO - Deleting security group rule with ID - 69b9aba5-2c61-4479-b225-42a8bd5d9152 2018-10-06 16:20:48,671 - neutron_utils - INFO - Deleting security group rule with ID - ed2c9b6a-1287-4953-bca7-e95adcba897e 2018-10-06 16:20:48,927 - neutron_utils - INFO - Deleting security group rule with ID - 7ffff531-2ee2-47c1-b150-2e1edd8fe91b 2018-10-06 16:20:49,032 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-086be9a1-ce9d-4cf2-8d05-03961bb0e70aname 2018-10-06 16:20:49,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c58cc92-d1a9-453c-acf5-2dd1380fb659 2018-10-06 16:20:49,875 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:20:50,199 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-87cf15e8-fe0b-481-proj 2018-10-06 16:20:50,492 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-87cf15e8-fe0b-481-proj-role 2018-10-06 16:20:50,699 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-87cf15e8-fe0b-481-user 2018-10-06 16:20:52,105 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-1b5af6f9-28cf-468-proj 2018-10-06 16:20:53,231 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-1b5af6f9-28cf-468-user 2018-10-06 16:20:53,429 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-1b5af6f9-28cf-468-proj-role 2018-10-06 16:20:53,519 - keystone_utils - INFO - Granting role CreateImageSuccessTests-1b5af6f9-28cf-468-proj-role to project CreateImageSuccessTests-1b5af6f9-28cf-468-proj 2018-10-06 16:20:57,787 - create_image - INFO - Created image with name - CreateImageSuccessTests-73456b11-2bec-411f-8b33-a18622f059d0 2018-10-06 16:20:58,348 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-73456b11-2bec-411f-8b33-a18622f059d0 2018-10-06 16:20:59,417 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-73456b11-2bec-411f-8b33-a18622f059d0 2018-10-06 16:21:01,958 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-73456b11-2bec-411f-8b33-a18622f059d0 2018-10-06 16:21:02,983 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-1b5af6f9-28cf-468-proj 2018-10-06 16:21:03,204 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-1b5af6f9-28cf-468-proj-role 2018-10-06 16:21:03,392 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-1b5af6f9-28cf-468-user 2018-10-06 16:21:04,824 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d37dd605-2063-420-proj 2018-10-06 16:21:05,985 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d37dd605-2063-420-user 2018-10-06 16:21:06,189 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d37dd605-2063-420-proj-role 2018-10-06 16:21:06,279 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d37dd605-2063-420-proj-role to project CreateImageSuccessTests-d37dd605-2063-420-proj 2018-10-06 16:21:09,442 - create_image - INFO - Created image with name - CreateImageSuccessTests-9cc7ce77-5752-4cb1-a9fd-785d31072a33 2018-10-06 16:21:09,614 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-9cc7ce77-5752-4cb1-a9fd-785d31072a33 2018-10-06 16:21:10,334 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-9cc7ce77-5752-4cb1-a9fd-785d31072a33 2018-10-06 16:21:11,893 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d37dd605-2063-420-proj 2018-10-06 16:21:12,120 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d37dd605-2063-420-proj-role 2018-10-06 16:21:12,327 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d37dd605-2063-420-user 2018-10-06 16:21:13,759 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d8eed5ad-dd6d-494-proj 2018-10-06 16:21:14,800 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d8eed5ad-dd6d-494-user 2018-10-06 16:21:14,991 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d8eed5ad-dd6d-494-proj-role 2018-10-06 16:21:15,077 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d8eed5ad-dd6d-494-proj-role to project CreateImageSuccessTests-d8eed5ad-dd6d-494-proj 2018-10-06 16:21:18,624 - create_image - INFO - Created image with name - CreateImageSuccessTests-74f1cbbb-4283-4f6f-9337-4658d868b0bf 2018-10-06 16:21:18,785 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-74f1cbbb-4283-4f6f-9337-4658d868b0bf 2018-10-06 16:21:19,602 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-74f1cbbb-4283-4f6f-9337-4658d868b0bf 2018-10-06 16:21:21,872 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d8eed5ad-dd6d-494-proj 2018-10-06 16:21:22,084 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d8eed5ad-dd6d-494-proj-role 2018-10-06 16:21:22,286 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d8eed5ad-dd6d-494-user 2018-10-06 16:21:23,686 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c23829de-7065-4f7-proj 2018-10-06 16:21:24,746 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c23829de-7065-4f7-user 2018-10-06 16:21:24,950 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c23829de-7065-4f7-proj-role 2018-10-06 16:21:25,039 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c23829de-7065-4f7-proj-role to project CreateImageSuccessTests-c23829de-7065-4f7-proj 2018-10-06 16:21:28,263 - create_image - INFO - Created image with name - CreateImageSuccessTests-2f926593-3c31-4a4c-96fc-ff3565429749 2018-10-06 16:21:28,282 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-2f926593-3c31-4a4c-96fc-ff3565429749 2018-10-06 16:21:28,985 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-2f926593-3c31-4a4c-96fc-ff3565429749 2018-10-06 16:21:31,073 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c23829de-7065-4f7-proj 2018-10-06 16:21:31,449 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c23829de-7065-4f7-proj-role 2018-10-06 16:21:31,647 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c23829de-7065-4f7-user 2018-10-06 16:21:32,979 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-f290e28b-001c-40b-proj 2018-10-06 16:21:34,102 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-f290e28b-001c-40b-user 2018-10-06 16:21:34,225 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-f290e28b-001c-40b-proj-role 2018-10-06 16:21:34,314 - keystone_utils - INFO - Granting role CreateImageSuccessTests-f290e28b-001c-40b-proj-role to project CreateImageSuccessTests-f290e28b-001c-40b-proj 2018-10-06 16:21:37,426 - create_image - INFO - Created image with name - CreateImageSuccessTests-f17da3cb-8930-4a32-b4e9-fe101d4d1bdd 2018-10-06 16:21:37,583 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-f17da3cb-8930-4a32-b4e9-fe101d4d1bdd 2018-10-06 16:21:39,073 - create_image - INFO - Found image with name - CreateImageSuccessTests-f17da3cb-8930-4a32-b4e9-fe101d4d1bdd 2018-10-06 16:21:39,073 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-f17da3cb-8930-4a32-b4e9-fe101d4d1bdd 2018-10-06 16:21:41,103 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-f290e28b-001c-40b-proj 2018-10-06 16:21:41,324 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-f290e28b-001c-40b-proj-role 2018-10-06 16:21:41,517 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-f290e28b-001c-40b-user 2018-10-06 16:21:43,094 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2119ab22-9d44-4ae-proj 2018-10-06 16:21:44,141 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2119ab22-9d44-4ae-user 2018-10-06 16:21:44,339 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2119ab22-9d44-4ae-proj-role 2018-10-06 16:21:44,428 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2119ab22-9d44-4ae-proj-role to project CreateImageSuccessTests-2119ab22-9d44-4ae-proj 2018-10-06 16:21:48,461 - create_image - INFO - Created image with name - CreateImageSuccessTests-551ef222-dc42-49fe-9198-f6bee8b0c4a4 2018-10-06 16:21:48,992 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-551ef222-dc42-49fe-9198-f6bee8b0c4a4 2018-10-06 16:21:51,011 - create_image - INFO - Found image with name - CreateImageSuccessTests-551ef222-dc42-49fe-9198-f6bee8b0c4a4 2018-10-06 16:21:51,011 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-551ef222-dc42-49fe-9198-f6bee8b0c4a4 2018-10-06 16:21:53,100 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2119ab22-9d44-4ae-proj 2018-10-06 16:21:53,306 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2119ab22-9d44-4ae-proj-role 2018-10-06 16:21:53,526 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2119ab22-9d44-4ae-user 2018-10-06 16:21:54,932 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-6850e49c-1789-41c-proj 2018-10-06 16:21:55,962 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-6850e49c-1789-41c-user 2018-10-06 16:21:56,165 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-6850e49c-1789-41c-proj-role 2018-10-06 16:21:56,254 - keystone_utils - INFO - Granting role CreateImageNegativeTests-6850e49c-1789-41c-proj-role to project CreateImageNegativeTests-6850e49c-1789-41c-proj 2018-10-06 16:21:57,418 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-06 16:21:57,418 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-de4a99d0-7106-45b1-bad1-d4b27b5ae1c6 2018-10-06 16:21:58,143 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-6850e49c-1789-41c-proj 2018-10-06 16:21:58,354 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-6850e49c-1789-41c-proj-role 2018-10-06 16:21:58,551 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-6850e49c-1789-41c-user 2018-10-06 16:21:59,950 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-4decfde9-faf2-424-proj 2018-10-06 16:22:01,069 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-4decfde9-faf2-424-user 2018-10-06 16:22:01,225 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-4decfde9-faf2-424-proj-role 2018-10-06 16:22:01,314 - keystone_utils - INFO - Granting role CreateImageNegativeTests-4decfde9-faf2-424-proj-role to project CreateImageNegativeTests-4decfde9-faf2-424-proj 2018-10-06 16:22:02,494 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-06 16:22:02,494 - glance_utils - INFO - Removing file ./tmp/3dde9d91-6f07-4d86-a656-f05fc7be74fa 2018-10-06 16:22:03,063 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-4decfde9-faf2-424-proj 2018-10-06 16:22:03,289 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-4decfde9-faf2-424-proj-role 2018-10-06 16:22:03,488 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-4decfde9-faf2-424-user 2018-10-06 16:22:04,944 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-84bad4ba-3b67-408-proj 2018-10-06 16:22:06,063 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-84bad4ba-3b67-408-user 2018-10-06 16:22:06,189 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-84bad4ba-3b67-408-proj-role 2018-10-06 16:22:06,276 - keystone_utils - INFO - Granting role CreateImageNegativeTests-84bad4ba-3b67-408-proj-role to project CreateImageNegativeTests-84bad4ba-3b67-408-proj 2018-10-06 16:22:07,552 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-84bad4ba-3b67-408-proj 2018-10-06 16:22:07,767 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-84bad4ba-3b67-408-proj-role 2018-10-06 16:22:07,976 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-84bad4ba-3b67-408-user 2018-10-06 16:22:09,424 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-0ec9a0b9-6625-451-proj 2018-10-06 16:22:10,543 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-0ec9a0b9-6625-451-user 2018-10-06 16:22:10,758 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-0ec9a0b9-6625-451-proj-role 2018-10-06 16:22:10,840 - keystone_utils - INFO - Granting role CreateImageNegativeTests-0ec9a0b9-6625-451-proj-role to project CreateImageNegativeTests-0ec9a0b9-6625-451-proj 2018-10-06 16:22:12,275 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-0ec9a0b9-6625-451-proj 2018-10-06 16:22:12,503 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-0ec9a0b9-6625-451-proj-role 2018-10-06 16:22:12,702 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-0ec9a0b9-6625-451-user 2018-10-06 16:22:14,231 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-ea29999c-18b6-468-proj 2018-10-06 16:22:15,297 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-ea29999c-18b6-468-user 2018-10-06 16:22:15,512 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-ea29999c-18b6-468-proj-role 2018-10-06 16:22:15,529 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-ea29999c-18b6-468-proj-role to project CreateMultiPartImageTests-ea29999c-18b6-468-proj 2018-10-06 16:22:15,660 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-06 16:22:16,151 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-ea29999c-18b6-468-proj 2018-10-06 16:22:16,365 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-ea29999c-18b6-468-proj-role 2018-10-06 16:22:16,500 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-ea29999c-18b6-468-user 2018-10-06 16:22:18,009 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-104d759f-cb81-473-proj 2018-10-06 16:22:18,986 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-104d759f-cb81-473-user 2018-10-06 16:22:19,183 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-104d759f-cb81-473-proj-role 2018-10-06 16:22:19,268 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-104d759f-cb81-473-proj-role to project CreateMultiPartImageTests-104d759f-cb81-473-proj 2018-10-06 16:22:19,420 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-06 16:22:19,929 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-104d759f-cb81-473-proj 2018-10-06 16:22:20,126 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-104d759f-cb81-473-proj-role 2018-10-06 16:22:20,339 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-104d759f-cb81-473-user 2018-10-06 16:22:21,860 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-8a3d4a08-f744-40f-proj 2018-10-06 16:22:22,789 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-8a3d4a08-f744-40f-user 2018-10-06 16:22:22,986 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-8a3d4a08-f744-40f-proj-role 2018-10-06 16:22:23,007 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-8a3d4a08-f744-40f-proj-role to project CreateMultiPartImageTests-8a3d4a08-f744-40f-proj 2018-10-06 16:22:23,138 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-06 16:22:23,604 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-8a3d4a08-f744-40f-proj 2018-10-06 16:22:23,797 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-8a3d4a08-f744-40f-proj-role 2018-10-06 16:22:23,990 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-8a3d4a08-f744-40f-user 2018-10-06 16:22:25,315 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-c8120e1a-f4a6-407-proj 2018-10-06 16:22:26,441 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-c8120e1a-f4a6-407-user 2018-10-06 16:22:26,731 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-c8120e1a-f4a6-407-proj-role 2018-10-06 16:22:26,822 - keystone_utils - INFO - Granting role CreateKeypairsTests-c8120e1a-f4a6-407-proj-role to project CreateKeypairsTests-c8120e1a-f4a6-407-proj 2018-10-06 16:22:27,996 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ca350b28-4165-4f58-ab67-cbcdc07b8e8c... 2018-10-06 16:22:27,996 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:22:28,031 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ca350b28-4165-4f58-ab67-cbcdc07b8e8c 2018-10-06 16:22:29,227 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-c8120e1a-f4a6-407-proj 2018-10-06 16:22:29,413 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-c8120e1a-f4a6-407-proj-role 2018-10-06 16:22:29,702 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-c8120e1a-f4a6-407-user 2018-10-06 16:22:31,045 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-a49f2a82-91b6-440-proj 2018-10-06 16:22:32,087 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-a49f2a82-91b6-440-user 2018-10-06 16:22:32,279 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-a49f2a82-91b6-440-proj-role 2018-10-06 16:22:32,364 - keystone_utils - INFO - Granting role CreateKeypairsTests-a49f2a82-91b6-440-proj-role to project CreateKeypairsTests-a49f2a82-91b6-440-proj 2018-10-06 16:22:32,750 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-51b51469-9f7d-499e-b8bf-b68389fe8018.pub 2018-10-06 16:22:33,759 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-51b51469-9f7d-499e-b8bf-b68389fe8018... 2018-10-06 16:22:33,759 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-06 16:22:33,759 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-51b51469-9f7d-499e-b8bf-b68389fe8018.pub 2018-10-06 16:22:33,759 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-51b51469-9f7d-499e-b8bf-b68389fe8018 2018-10-06 16:22:35,259 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-a49f2a82-91b6-440-proj 2018-10-06 16:22:35,449 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-a49f2a82-91b6-440-proj-role 2018-10-06 16:22:35,656 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-a49f2a82-91b6-440-user 2018-10-06 16:22:37,004 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-39f9b53d-07cf-41c-proj 2018-10-06 16:22:38,123 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-39f9b53d-07cf-41c-user 2018-10-06 16:22:38,309 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-39f9b53d-07cf-41c-proj-role 2018-10-06 16:22:38,329 - keystone_utils - INFO - Granting role CreateKeypairsTests-39f9b53d-07cf-41c-proj-role to project CreateKeypairsTests-39f9b53d-07cf-41c-proj 2018-10-06 16:22:39,070 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-626f7564-064f-46ce-98ce-2d5d3932dcdb... 2018-10-06 16:22:39,070 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:22:43,735 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-626f7564-064f-46ce-98ce-2d5d3932dcdb 2018-10-06 16:22:45,347 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-39f9b53d-07cf-41c-proj 2018-10-06 16:22:45,563 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-39f9b53d-07cf-41c-proj-role 2018-10-06 16:22:45,754 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-39f9b53d-07cf-41c-user 2018-10-06 16:22:47,183 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-60c824b4-d799-41e-proj 2018-10-06 16:22:48,309 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-60c824b4-d799-41e-user 2018-10-06 16:22:48,501 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-60c824b4-d799-41e-proj-role 2018-10-06 16:22:48,519 - keystone_utils - INFO - Granting role CreateKeypairsTests-60c824b4-d799-41e-proj-role to project CreateKeypairsTests-60c824b4-d799-41e-proj 2018-10-06 16:22:49,626 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-332c74e2-7e9b-430d-9b7d-620f15dcacc6... 2018-10-06 16:22:49,626 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:22:49,650 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-332c74e2-7e9b-430d-9b7d-620f15dcacc6 2018-10-06 16:22:51,144 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-60c824b4-d799-41e-proj 2018-10-06 16:22:51,343 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-60c824b4-d799-41e-proj-role 2018-10-06 16:22:51,540 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-60c824b4-d799-41e-user 2018-10-06 16:22:52,944 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-dbb338ad-0c5d-472-proj 2018-10-06 16:22:54,076 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-dbb338ad-0c5d-472-user 2018-10-06 16:22:54,201 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-dbb338ad-0c5d-472-proj-role 2018-10-06 16:22:54,293 - keystone_utils - INFO - Granting role CreateKeypairsTests-dbb338ad-0c5d-472-proj-role to project CreateKeypairsTests-dbb338ad-0c5d-472-proj 2018-10-06 16:22:55,511 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5d11ff15-d4bd-45dc-9c78-42699ca50fb9... 2018-10-06 16:22:55,511 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:22:55,538 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5d11ff15-d4bd-45dc-9c78-42699ca50fb9 2018-10-06 16:22:55,599 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-5d11ff15-d4bd-45dc-9c78-42699ca50fb9.pub 2018-10-06 16:22:55,599 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-5d11ff15-d4bd-45dc-9c78-42699ca50fb9 2018-10-06 16:22:56,543 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-5d11ff15-d4bd-45dc-9c78-42699ca50fb9.pub] 2018-10-06 16:22:56,544 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-5d11ff15-d4bd-45dc-9c78-42699ca50fb9] 2018-10-06 16:22:56,964 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-dbb338ad-0c5d-472-proj 2018-10-06 16:22:57,187 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-dbb338ad-0c5d-472-proj-role 2018-10-06 16:22:57,380 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-dbb338ad-0c5d-472-user 2018-10-06 16:22:58,777 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-fb12eef1-12b3-4bc-proj 2018-10-06 16:22:59,770 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-fb12eef1-12b3-4bc-user 2018-10-06 16:22:59,961 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-fb12eef1-12b3-4bc-proj-role 2018-10-06 16:23:00,056 - keystone_utils - INFO - Granting role CreateKeypairsTests-fb12eef1-12b3-4bc-proj-role to project CreateKeypairsTests-fb12eef1-12b3-4bc-proj 2018-10-06 16:23:00,895 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-7f05c719-5e47-4009-bb5f-0e0ce3e3028b... 2018-10-06 16:23:00,895 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:23:00,934 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-7f05c719-5e47-4009-bb5f-0e0ce3e3028b 2018-10-06 16:23:01,002 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-7f05c719-5e47-4009-bb5f-0e0ce3e3028b.pub 2018-10-06 16:23:01,609 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-7f05c719-5e47-4009-bb5f-0e0ce3e3028b.pub] 2018-10-06 16:23:02,073 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-fb12eef1-12b3-4bc-proj 2018-10-06 16:23:02,270 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-fb12eef1-12b3-4bc-proj-role 2018-10-06 16:23:02,470 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-fb12eef1-12b3-4bc-user 2018-10-06 16:23:03,920 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-a1476368-c81e-4e1-proj 2018-10-06 16:23:04,985 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-a1476368-c81e-4e1-user 2018-10-06 16:23:05,183 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-a1476368-c81e-4e1-proj-role 2018-10-06 16:23:05,276 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-a1476368-c81e-4e1-proj-role to project CreateKeypairsCleanupTests-a1476368-c81e-4e1-proj 2018-10-06 16:23:05,470 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d69682cc-1c61-4ddd-9a81-266861fab92e.pub 2018-10-06 16:23:05,470 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d69682cc-1c61-4ddd-9a81-266861fab92e 2018-10-06 16:23:06,084 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d69682cc-1c61-4ddd-9a81-266861fab92e... 2018-10-06 16:23:06,084 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-06 16:23:06,084 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-d69682cc-1c61-4ddd-9a81-266861fab92e.pub 2018-10-06 16:23:06,085 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d69682cc-1c61-4ddd-9a81-266861fab92e 2018-10-06 16:23:06,189 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-d69682cc-1c61-4ddd-9a81-266861fab92e.pub] 2018-10-06 16:23:06,190 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-d69682cc-1c61-4ddd-9a81-266861fab92e] 2018-10-06 16:23:06,664 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-a1476368-c81e-4e1-proj 2018-10-06 16:23:06,863 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-a1476368-c81e-4e1-proj-role 2018-10-06 16:23:07,049 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-a1476368-c81e-4e1-user 2018-10-06 16:23:08,459 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-proj 2018-10-06 16:23:09,435 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-user 2018-10-06 16:23:09,639 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-proj-role 2018-10-06 16:23:09,730 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-proj-role to project CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-proj 2018-10-06 16:23:09,871 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-13b6328f-f27b-4026-a678-854ce116a897.pub 2018-10-06 16:23:09,871 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-13b6328f-f27b-4026-a678-854ce116a897 2018-10-06 16:23:10,505 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-13b6328f-f27b-4026-a678-854ce116a897... 2018-10-06 16:23:10,505 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-06 16:23:10,505 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-13b6328f-f27b-4026-a678-854ce116a897.pub 2018-10-06 16:23:10,505 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-13b6328f-f27b-4026-a678-854ce116a897 2018-10-06 16:23:11,189 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-proj 2018-10-06 16:23:11,378 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-proj-role 2018-10-06 16:23:11,576 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-b6b10a17-c9c2-4a4-user 2018-10-06 16:23:12,992 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-proj 2018-10-06 16:23:14,027 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-user 2018-10-06 16:23:14,237 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-proj-role 2018-10-06 16:23:14,323 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-proj-role to project CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-proj 2018-10-06 16:23:15,063 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-470feb5c-960b-4d53-9b4d-09f5881113cb... 2018-10-06 16:23:15,063 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:23:15,098 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-470feb5c-960b-4d53-9b4d-09f5881113cb 2018-10-06 16:23:15,155 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-470feb5c-960b-4d53-9b4d-09f5881113cb.pub 2018-10-06 16:23:15,156 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-470feb5c-960b-4d53-9b4d-09f5881113cb 2018-10-06 16:23:15,195 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-470feb5c-960b-4d53-9b4d-09f5881113cb.pub] 2018-10-06 16:23:15,196 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-470feb5c-960b-4d53-9b4d-09f5881113cb] 2018-10-06 16:23:15,680 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-proj 2018-10-06 16:23:15,929 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-proj-role 2018-10-06 16:23:16,123 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-4f3a3679-bfb1-48f-user 2018-10-06 16:23:17,567 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-ce15546a-6ae6-49d-proj 2018-10-06 16:23:18,609 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-ce15546a-6ae6-49d-user 2018-10-06 16:23:18,800 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-ce15546a-6ae6-49d-proj-role 2018-10-06 16:23:18,889 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-ce15546a-6ae6-49d-proj-role to project CreateKeypairsCleanupTests-ce15546a-6ae6-49d-proj 2018-10-06 16:23:20,011 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-41669655-30d9-4660-baa9-dc627cb90952... 2018-10-06 16:23:20,011 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:23:20,107 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-41669655-30d9-4660-baa9-dc627cb90952 2018-10-06 16:23:20,175 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-41669655-30d9-4660-baa9-dc627cb90952.pub 2018-10-06 16:23:20,176 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-41669655-30d9-4660-baa9-dc627cb90952 2018-10-06 16:23:20,207 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-41669655-30d9-4660-baa9-dc627cb90952.pub] 2018-10-06 16:23:20,207 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-41669655-30d9-4660-baa9-dc627cb90952] 2018-10-06 16:23:20,701 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-ce15546a-6ae6-49d-proj 2018-10-06 16:23:20,905 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-ce15546a-6ae6-49d-proj-role 2018-10-06 16:23:21,095 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-ce15546a-6ae6-49d-user 2018-10-06 16:23:22,597 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-3b5eee32-6f29-49a-proj 2018-10-06 16:23:23,716 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-3b5eee32-6f29-49a-user 2018-10-06 16:23:23,985 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-3b5eee32-6f29-49a-proj-role 2018-10-06 16:23:24,005 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-3b5eee32-6f29-49a-proj-role to project CreateKeypairsCleanupTests-3b5eee32-6f29-49a-proj 2018-10-06 16:23:24,732 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-9bb33b92-fcac-43fd-9713-985bcc0b8b08... 2018-10-06 16:23:24,732 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 16:23:24,811 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-9bb33b92-fcac-43fd-9713-985bcc0b8b08 2018-10-06 16:23:24,894 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-9bb33b92-fcac-43fd-9713-985bcc0b8b08.pub 2018-10-06 16:23:24,895 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-9bb33b92-fcac-43fd-9713-985bcc0b8b08 2018-10-06 16:23:25,415 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-3b5eee32-6f29-49a-proj 2018-10-06 16:23:25,617 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-3b5eee32-6f29-49a-proj-role 2018-10-06 16:23:25,816 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-3b5eee32-6f29-49a-user 2018-10-06 16:23:27,315 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-deca7218-5cd8-4e3-proj 2018-10-06 16:23:28,363 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-deca7218-5cd8-4e3-user 2018-10-06 16:23:28,561 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-deca7218-5cd8-4e3-proj-role 2018-10-06 16:23:28,643 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-deca7218-5cd8-4e3-proj-role to project CreateNetworkSuccessTests-deca7218-5cd8-4e3-proj 2018-10-06 16:23:29,413 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-net 2018-10-06 16:23:30,511 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-subnet 2018-10-06 16:23:32,878 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-subnet 2018-10-06 16:23:32,878 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-subnet 2018-10-06 16:23:35,455 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-net 2018-10-06 16:23:37,109 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-subnet 2018-10-06 16:23:37,109 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-subnet 2018-10-06 16:23:37,148 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-be0c6f51-6ebd-4f35-975b-e3802a73ac2e-pub-net 2018-10-06 16:23:37,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e95ae9da-3325-4652-ba35-85b0a51b5e06 2018-10-06 16:23:37,920 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:23:38,304 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-deca7218-5cd8-4e3-proj 2018-10-06 16:23:38,552 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-deca7218-5cd8-4e3-proj-role 2018-10-06 16:23:38,749 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-deca7218-5cd8-4e3-user 2018-10-06 16:23:40,201 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-622e3a60-7ebc-467-proj 2018-10-06 16:23:41,279 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-622e3a60-7ebc-467-user 2018-10-06 16:23:41,483 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-622e3a60-7ebc-467-proj-role 2018-10-06 16:23:41,502 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-622e3a60-7ebc-467-proj-role to project CreateNetworkSuccessTests-622e3a60-7ebc-467-proj 2018-10-06 16:23:42,383 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-net 2018-10-06 16:23:44,515 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-subnet 2018-10-06 16:23:49,169 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-router 2018-10-06 16:23:51,660 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-router 2018-10-06 16:23:54,342 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-router and subnet CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-subnet 2018-10-06 16:23:54,342 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-router 2018-10-06 16:23:55,538 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-router 2018-10-06 16:23:55,538 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-router 2018-10-06 16:23:56,722 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-subnet 2018-10-06 16:23:56,722 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-subnet 2018-10-06 16:23:59,017 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-0429adeb-37dd-4727-b41b-bb6ac7f21c54-pub-net 2018-10-06 16:24:00,704 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d568bf3-81d3-456e-b801-89b50f51eb79 2018-10-06 16:24:00,881 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:24:01,221 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-622e3a60-7ebc-467-proj 2018-10-06 16:24:01,594 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-622e3a60-7ebc-467-proj-role 2018-10-06 16:24:01,823 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-622e3a60-7ebc-467-user 2018-10-06 16:24:03,339 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-b301ae3f-d3f1-498-proj 2018-10-06 16:24:04,483 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-b301ae3f-d3f1-498-user 2018-10-06 16:24:04,698 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-b301ae3f-d3f1-498-proj-role 2018-10-06 16:24:04,786 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-b301ae3f-d3f1-498-proj-role to project CreateNetworkSuccessTests-b301ae3f-d3f1-498-proj 2018-10-06 16:24:05,565 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-net 2018-10-06 16:24:07,750 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-subnet 2018-10-06 16:24:11,631 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-router 2018-10-06 16:24:13,830 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-router 2018-10-06 16:24:16,382 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-router and subnet CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-subnet 2018-10-06 16:24:16,382 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-router 2018-10-06 16:24:17,623 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-router 2018-10-06 16:24:17,623 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-router 2018-10-06 16:24:18,956 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-subnet 2018-10-06 16:24:18,956 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-subnet 2018-10-06 16:24:21,276 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-e1bfd322-88d1-4815-8084-2de45e4d6a3b-pub-net 2018-10-06 16:24:23,063 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - deff7783-bd6a-4096-a69d-0a98dc7596b8 2018-10-06 16:24:23,244 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:24:23,543 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-b301ae3f-d3f1-498-proj 2018-10-06 16:24:23,786 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-b301ae3f-d3f1-498-proj-role 2018-10-06 16:24:23,978 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-b301ae3f-d3f1-498-user 2018-10-06 16:24:25,488 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-59fafe27-d83a-4b3-proj 2018-10-06 16:24:26,543 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-59fafe27-d83a-4b3-user 2018-10-06 16:24:26,680 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-59fafe27-d83a-4b3-proj-role 2018-10-06 16:24:26,700 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-59fafe27-d83a-4b3-proj-role to project CreateNetworkSuccessTests-59fafe27-d83a-4b3-proj 2018-10-06 16:24:27,456 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-net 2018-10-06 16:24:28,567 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-subnet 2018-10-06 16:24:31,427 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-router 2018-10-06 16:24:33,572 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-subnet 2018-10-06 16:24:33,572 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-subnet 2018-10-06 16:24:36,038 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-net 2018-10-06 16:24:37,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2264c7a1-ed40-4e76-ab3c-dce39e347ee3 2018-10-06 16:24:38,134 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:24:38,454 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-59fafe27-d83a-4b3-proj 2018-10-06 16:24:38,702 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-59fafe27-d83a-4b3-proj-role 2018-10-06 16:24:38,909 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-59fafe27-d83a-4b3-user 2018-10-06 16:24:40,394 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-27429bbf-24fe-461-proj 2018-10-06 16:24:41,501 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-27429bbf-24fe-461-user 2018-10-06 16:24:41,698 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-27429bbf-24fe-461-proj-role 2018-10-06 16:24:41,789 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-27429bbf-24fe-461-proj-role to project CreateNetworkSuccessTests-27429bbf-24fe-461-proj 2018-10-06 16:24:42,646 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-d0e4edf3-5012-4392-9c29-6e2263a89c8b-pub-net 2018-10-06 16:24:43,682 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-d0e4edf3-5012-4392-9c29-6e2263a89c8b-pub-subnet 2018-10-06 16:24:46,089 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d0e4edf3-5012-4392-9c29-6e2263a89c8b-pub-subnet 2018-10-06 16:24:46,089 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d0e4edf3-5012-4392-9c29-6e2263a89c8b-pub-subnet 2018-10-06 16:24:48,372 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d0e4edf3-5012-4392-9c29-6e2263a89c8b-pub-net 2018-10-06 16:24:50,162 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3186a2a8-21c0-4896-8ff4-5ae16aab32d7 2018-10-06 16:24:50,342 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:24:50,686 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-27429bbf-24fe-461-proj 2018-10-06 16:24:50,911 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-27429bbf-24fe-461-proj-role 2018-10-06 16:24:51,110 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-27429bbf-24fe-461-user 2018-10-06 16:24:52,513 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-94f89975-2188-4a7-proj 2018-10-06 16:24:53,531 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-94f89975-2188-4a7-user 2018-10-06 16:24:53,722 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-94f89975-2188-4a7-proj-role 2018-10-06 16:24:53,815 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-94f89975-2188-4a7-proj-role to project CreateNetworkSuccessTests-94f89975-2188-4a7-proj 2018-10-06 16:24:54,568 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-df65176e-4a3d-4051-b279-602e30224aac-pub-net 2018-10-06 16:24:55,621 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-df65176e-4a3d-4051-b279-602e30224aac-pub-subnet 2018-10-06 16:24:57,796 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-df65176e-4a3d-4051-b279-602e30224aac-pub-subnet 2018-10-06 16:24:57,796 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-df65176e-4a3d-4051-b279-602e30224aac-pub-subnet 2018-10-06 16:25:00,032 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-df65176e-4a3d-4051-b279-602e30224aac-pub-net 2018-10-06 16:25:02,374 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e4fabf5-b124-4659-a744-57f7c53fc20f 2018-10-06 16:25:02,629 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:25:03,005 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-94f89975-2188-4a7-proj 2018-10-06 16:25:03,252 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-94f89975-2188-4a7-proj-role 2018-10-06 16:25:03,453 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-94f89975-2188-4a7-user 2018-10-06 16:25:04,909 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-049e3fa3-9337-425-proj 2018-10-06 16:25:05,980 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-049e3fa3-9337-425-user 2018-10-06 16:25:06,190 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-049e3fa3-9337-425-proj-role 2018-10-06 16:25:06,208 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-049e3fa3-9337-425-proj-role to project CreateRouterSuccessTests-049e3fa3-9337-425-proj 2018-10-06 16:25:07,859 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b30820b1-e0e2-416f-b90a-8569142d5995-pub-router 2018-10-06 16:25:09,292 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-049e3fa3-9337-425-proj 2018-10-06 16:25:09,510 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-049e3fa3-9337-425-proj-role 2018-10-06 16:25:09,707 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-049e3fa3-9337-425-user 2018-10-06 16:25:11,112 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e62b1ef6-2b2c-442-proj 2018-10-06 16:25:12,239 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e62b1ef6-2b2c-442-user 2018-10-06 16:25:12,435 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e62b1ef6-2b2c-442-proj-role 2018-10-06 16:25:12,457 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e62b1ef6-2b2c-442-proj-role to project CreateRouterSuccessTests-e62b1ef6-2b2c-442-proj 2018-10-06 16:25:13,598 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-60840164-a1ea-4db6-b6a3-8c7c2b2361fd-pub-router 2018-10-06 16:25:15,539 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-60840164-a1ea-4db6-b6a3-8c7c2b2361fd-pub-router 2018-10-06 16:25:15,539 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-60840164-a1ea-4db6-b6a3-8c7c2b2361fd-pub-router 2018-10-06 16:25:16,565 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e62b1ef6-2b2c-442-proj 2018-10-06 16:25:16,792 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e62b1ef6-2b2c-442-proj-role 2018-10-06 16:25:16,988 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e62b1ef6-2b2c-442-user 2018-10-06 16:25:18,460 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f6a39e5a-e947-4e2-proj 2018-10-06 16:25:19,435 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f6a39e5a-e947-4e2-user 2018-10-06 16:25:19,627 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f6a39e5a-e947-4e2-proj-role 2018-10-06 16:25:19,719 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f6a39e5a-e947-4e2-proj-role to project CreateRouterSuccessTests-f6a39e5a-e947-4e2-proj 2018-10-06 16:25:21,110 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-2231bdc2-eb63-446e-9013-b01342c9496a-pub-router 2018-10-06 16:25:22,760 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-2231bdc2-eb63-446e-9013-b01342c9496a-pub-router 2018-10-06 16:25:22,760 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-2231bdc2-eb63-446e-9013-b01342c9496a-pub-router 2018-10-06 16:25:23,715 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f6a39e5a-e947-4e2-proj 2018-10-06 16:25:23,929 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f6a39e5a-e947-4e2-proj-role 2018-10-06 16:25:24,123 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f6a39e5a-e947-4e2-user 2018-10-06 16:25:25,525 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2ef23364-67c1-49d-proj 2018-10-06 16:25:26,567 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2ef23364-67c1-49d-user 2018-10-06 16:25:26,753 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2ef23364-67c1-49d-proj-role 2018-10-06 16:25:26,773 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2ef23364-67c1-49d-proj-role to project CreateRouterSuccessTests-2ef23364-67c1-49d-proj 2018-10-06 16:25:28,726 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a32eca7f-b652-48ec-a250-7f15d7aa384c-pub-router 2018-10-06 16:25:30,152 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2ef23364-67c1-49d-proj 2018-10-06 16:25:30,444 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2ef23364-67c1-49d-proj-role 2018-10-06 16:25:30,646 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2ef23364-67c1-49d-user 2018-10-06 16:25:32,052 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-c283b917-4355-4a8-proj 2018-10-06 16:25:33,106 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-c283b917-4355-4a8-user 2018-10-06 16:25:33,297 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-c283b917-4355-4a8-proj-role 2018-10-06 16:25:33,316 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-c283b917-4355-4a8-proj-role to project CreateRouterSuccessTests-c283b917-4355-4a8-proj 2018-10-06 16:25:34,071 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-678dfbe6-a19e-4925-8599-a9203ab30c6f-pub-net1 2018-10-06 16:25:35,076 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-678dfbe6-a19e-4925-8599-a9203ab30c6f-pub-subnet1 2018-10-06 16:25:37,755 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-678dfbe6-a19e-4925-8599-a9203ab30c6f-pub-router 2018-10-06 16:25:38,860 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-678dfbe6-a19e-4925-8599-a9203ab30c6f-pub-subnet1 2018-10-06 16:25:38,860 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-678dfbe6-a19e-4925-8599-a9203ab30c6f-pub-subnet1 2018-10-06 16:25:41,323 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-678dfbe6-a19e-4925-8599-a9203ab30c6f-pub-net1 2018-10-06 16:25:43,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 538562c3-adf6-4fdf-b76b-c1bedb1b46af 2018-10-06 16:25:43,453 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:25:43,846 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-c283b917-4355-4a8-proj 2018-10-06 16:25:44,160 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-c283b917-4355-4a8-proj-role 2018-10-06 16:25:44,364 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-c283b917-4355-4a8-user 2018-10-06 16:25:45,874 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a8cd638b-040a-445-proj 2018-10-06 16:25:47,071 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a8cd638b-040a-445-user 2018-10-06 16:25:47,286 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a8cd638b-040a-445-proj-role 2018-10-06 16:25:47,306 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a8cd638b-040a-445-proj-role to project CreateRouterSuccessTests-a8cd638b-040a-445-proj 2018-10-06 16:25:49,113 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1854e572-628c-4fc3-bf39-25efa40f124e-pub-router 2018-10-06 16:25:50,605 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a8cd638b-040a-445-proj 2018-10-06 16:25:50,732 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a8cd638b-040a-445-proj-role 2018-10-06 16:25:50,924 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a8cd638b-040a-445-user 2018-10-06 16:25:52,376 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-34173395-769c-47b-proj 2018-10-06 16:25:53,543 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-34173395-769c-47b-user 2018-10-06 16:25:53,740 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-34173395-769c-47b-proj-role 2018-10-06 16:25:53,830 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-34173395-769c-47b-proj-role to project CreateRouterSuccessTests-34173395-769c-47b-proj 2018-10-06 16:25:54,578 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-net1 2018-10-06 16:25:55,572 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-subnet1 2018-10-06 16:25:57,177 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-net2 2018-10-06 16:25:57,923 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-subnet2 2018-10-06 16:26:00,084 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:01,209 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-port1 for router - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:02,860 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-net1 2018-10-06 16:26:03,918 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-port1 for router - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:03,919 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:05,694 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-port2 for router - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:07,253 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-net2 2018-10-06 16:26:08,164 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-port2 for router - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:08,164 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:17,307 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router and port CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-port1 2018-10-06 16:26:17,307 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:18,386 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router and port CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-port2 2018-10-06 16:26:18,386 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:19,398 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:19,398 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-router 2018-10-06 16:26:19,718 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-subnet1 2018-10-06 16:26:19,718 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-subnet1 2018-10-06 16:26:22,134 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-net1 2018-10-06 16:26:23,443 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-subnet2 2018-10-06 16:26:23,443 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-subnet2 2018-10-06 16:26:25,863 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-136984cd-8c3e-425f-b847-c13e107d8865-pub-net2 2018-10-06 16:26:27,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b8eb616b-467b-4306-9c67-3de7213f53b6 2018-10-06 16:26:27,860 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:26:28,226 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-34173395-769c-47b-proj 2018-10-06 16:26:28,487 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-34173395-769c-47b-proj-role 2018-10-06 16:26:28,820 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-34173395-769c-47b-user 2018-10-06 16:26:30,333 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-eff36ce4-8711-43c-proj 2018-10-06 16:26:31,489 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-eff36ce4-8711-43c-user 2018-10-06 16:26:31,687 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-eff36ce4-8711-43c-proj-role 2018-10-06 16:26:31,776 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-eff36ce4-8711-43c-proj-role to project CreateRouterSuccessTests-eff36ce4-8711-43c-proj 2018-10-06 16:26:33,378 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b0e3bd43-d656-4bf1-a624-739b34b22046-pub-router 2018-10-06 16:26:34,973 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-eff36ce4-8711-43c-proj 2018-10-06 16:26:35,205 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-eff36ce4-8711-43c-proj-role 2018-10-06 16:26:35,403 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-eff36ce4-8711-43c-user 2018-10-06 16:26:36,878 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-acd7c3fe-8569-4b7-proj 2018-10-06 16:26:37,994 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-acd7c3fe-8569-4b7-user 2018-10-06 16:26:38,196 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-acd7c3fe-8569-4b7-proj-role 2018-10-06 16:26:38,283 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-acd7c3fe-8569-4b7-proj-role to project CreateRouterSuccessTests-acd7c3fe-8569-4b7-proj 2018-10-06 16:26:39,645 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0e8f75e5-2be4-42cb-9bf3-36dfbb8264be-pub-router 2018-10-06 16:26:40,523 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-0e8f75e5-2be4-42cb-9bf3-36dfbb8264be-port1 for router - CreateRouterSuccessTests-0e8f75e5-2be4-42cb-9bf3-36dfbb8264be-pub-router 2018-10-06 16:26:41,456 - neutron_utils - INFO - Creating port for network with name - external 2018-10-06 16:26:41,721 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0e8f75e5-2be4-42cb-9bf3-36dfbb8264be-pub-router 2018-10-06 16:26:41,721 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0e8f75e5-2be4-42cb-9bf3-36dfbb8264be-pub-router 2018-10-06 16:26:42,566 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-acd7c3fe-8569-4b7-proj 2018-10-06 16:26:42,804 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-acd7c3fe-8569-4b7-proj-role 2018-10-06 16:26:43,023 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-acd7c3fe-8569-4b7-user 2018-10-06 16:26:44,459 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-93bba32e-9906-482-proj 2018-10-06 16:26:45,531 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-93bba32e-9906-482-user 2018-10-06 16:26:45,729 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-93bba32e-9906-482-proj-role 2018-10-06 16:26:45,826 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-93bba32e-9906-482-proj-role to project CreateRouterSuccessTests-93bba32e-9906-482-proj 2018-10-06 16:26:46,600 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-fb382818-6226-4b02-a362-cd902fc7b388-pub-net1 2018-10-06 16:26:47,591 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-fb382818-6226-4b02-a362-cd902fc7b388-pub-subnet1 2018-10-06 16:26:50,343 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-fb382818-6226-4b02-a362-cd902fc7b388-pub-router 2018-10-06 16:26:51,303 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-fb382818-6226-4b02-a362-cd902fc7b388-pub-subnet1 2018-10-06 16:26:51,303 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-fb382818-6226-4b02-a362-cd902fc7b388-pub-subnet1 2018-10-06 16:26:53,715 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-fb382818-6226-4b02-a362-cd902fc7b388-pub-net1 2018-10-06 16:26:55,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6141dd96-8263-4211-80f0-0a76a196f150 2018-10-06 16:26:55,743 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:26:56,089 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-93bba32e-9906-482-proj 2018-10-06 16:26:56,402 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-93bba32e-9906-482-proj-role 2018-10-06 16:26:56,621 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-93bba32e-9906-482-user 2018-10-06 16:26:58,053 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-626839f4-9e13-4f5-proj 2018-10-06 16:26:59,166 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-626839f4-9e13-4f5-user 2018-10-06 16:26:59,316 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-626839f4-9e13-4f5-proj-role 2018-10-06 16:26:59,411 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-626839f4-9e13-4f5-proj-role to project CreateRouterSuccessTests-626839f4-9e13-4f5-proj 2018-10-06 16:27:00,164 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-08a1a085-d289-463e-ba48-e3f048a01461-pub-net1 2018-10-06 16:27:01,192 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-08a1a085-d289-463e-ba48-e3f048a01461-pub-subnet1 2018-10-06 16:27:03,765 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-08a1a085-d289-463e-ba48-e3f048a01461-pub-router 2018-10-06 16:27:04,681 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-08a1a085-d289-463e-ba48-e3f048a01461-pub-subnet1 2018-10-06 16:27:04,681 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-08a1a085-d289-463e-ba48-e3f048a01461-pub-subnet1 2018-10-06 16:27:06,865 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-08a1a085-d289-463e-ba48-e3f048a01461-pub-net1 2018-10-06 16:27:08,690 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-626839f4-9e13-4f5-proj 2018-10-06 16:27:08,900 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-626839f4-9e13-4f5-proj-role 2018-10-06 16:27:09,091 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-626839f4-9e13-4f5-user 2018-10-06 16:27:10,543 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-2265fe35-6d32-40a-proj 2018-10-06 16:27:11,580 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-2265fe35-6d32-40a-user 2018-10-06 16:27:11,765 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-2265fe35-6d32-40a-proj-role 2018-10-06 16:27:11,856 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-2265fe35-6d32-40a-proj-role to project CreateRouterNegativeTests-2265fe35-6d32-40a-proj 2018-10-06 16:27:12,539 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-97083f30-069d-4537-bfa7-2a5013ca35b0-pub-net1 2018-10-06 16:27:13,350 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-97083f30-069d-4537-bfa7-2a5013ca35b0-pub-subnet1 2018-10-06 16:27:16,204 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-97083f30-069d-4537-bfa7-2a5013ca35b0-pub-router 2018-10-06 16:27:17,381 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-97083f30-069d-4537-bfa7-2a5013ca35b0-pub-subnet1 2018-10-06 16:27:17,381 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-97083f30-069d-4537-bfa7-2a5013ca35b0-pub-subnet1 2018-10-06 16:27:19,649 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-97083f30-069d-4537-bfa7-2a5013ca35b0-pub-net1 2018-10-06 16:27:21,305 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-2265fe35-6d32-40a-proj 2018-10-06 16:27:21,516 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-2265fe35-6d32-40a-proj-role 2018-10-06 16:27:21,704 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-2265fe35-6d32-40a-user 2018-10-06 16:27:23,112 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-316d94d1-7b7e-4ed-proj 2018-10-06 16:27:24,238 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-316d94d1-7b7e-4ed-user 2018-10-06 16:27:24,441 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-316d94d1-7b7e-4ed-proj-role 2018-10-06 16:27:24,531 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-316d94d1-7b7e-4ed-proj-role to project CreateRouterNegativeTests-316d94d1-7b7e-4ed-proj 2018-10-06 16:27:26,401 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-316d94d1-7b7e-4ed-proj 2018-10-06 16:27:26,624 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-316d94d1-7b7e-4ed-proj-role 2018-10-06 16:27:26,825 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-316d94d1-7b7e-4ed-user 2018-10-06 16:27:28,226 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-74fee275-c00d-4dd-proj 2018-10-06 16:27:29,364 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-74fee275-c00d-4dd-user 2018-10-06 16:27:29,579 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-74fee275-c00d-4dd-proj-role 2018-10-06 16:27:29,599 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-74fee275-c00d-4dd-proj-role to project CreateRouterNegativeTests-74fee275-c00d-4dd-proj 2018-10-06 16:27:30,212 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-74fee275-c00d-4dd-proj 2018-10-06 16:27:30,402 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-74fee275-c00d-4dd-proj-role 2018-10-06 16:27:30,607 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-74fee275-c00d-4dd-user 2018-10-06 16:27:32,208 - keystone_utils - INFO - Created project with name - CreateQoSTests-bd754703-4ce3-405-proj 2018-10-06 16:27:33,322 - keystone_utils - INFO - Created user with name - CreateQoSTests-bd754703-4ce3-405-user 2018-10-06 16:27:33,526 - keystone_utils - INFO - Created role with name - CreateQoSTests-bd754703-4ce3-405-proj-role 2018-10-06 16:27:33,545 - keystone_utils - INFO - Granting role CreateQoSTests-bd754703-4ce3-405-proj-role to project CreateQoSTests-bd754703-4ce3-405-proj 2018-10-06 16:27:35,288 - create_qos - INFO - Created qos with name - CreateQoSTests-e496aca6-8eaa-44d6-b947-bb82ac9492e1 2018-10-06 16:27:35,837 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e496aca6-8eaa-44d6-b947-bb82ac9492e1 2018-10-06 16:27:36,985 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e496aca6-8eaa-44d6-b947-bb82ac9492e1 2018-10-06 16:27:37,631 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-bd754703-4ce3-405-proj 2018-10-06 16:27:37,865 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-bd754703-4ce3-405-proj-role 2018-10-06 16:27:38,058 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-bd754703-4ce3-405-user 2018-10-06 16:27:39,471 - keystone_utils - INFO - Created project with name - CreateQoSTests-b97ee274-1b3f-475-proj 2018-10-06 16:27:40,604 - keystone_utils - INFO - Created user with name - CreateQoSTests-b97ee274-1b3f-475-user 2018-10-06 16:27:40,807 - keystone_utils - INFO - Created role with name - CreateQoSTests-b97ee274-1b3f-475-proj-role 2018-10-06 16:27:40,900 - keystone_utils - INFO - Granting role CreateQoSTests-b97ee274-1b3f-475-proj-role to project CreateQoSTests-b97ee274-1b3f-475-proj 2018-10-06 16:27:42,210 - create_qos - INFO - Created qos with name - CreateQoSTests-f9f63b07-ad49-4ee3-93bc-fc5eb8546e58 2018-10-06 16:27:42,388 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-f9f63b07-ad49-4ee3-93bc-fc5eb8546e58 2018-10-06 16:27:43,480 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-b97ee274-1b3f-475-proj 2018-10-06 16:27:43,690 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-b97ee274-1b3f-475-proj-role 2018-10-06 16:27:43,882 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-b97ee274-1b3f-475-user 2018-10-06 16:27:45,214 - keystone_utils - INFO - Created project with name - CreateQoSTests-39f5244a-4c22-471-proj 2018-10-06 16:27:46,280 - keystone_utils - INFO - Created user with name - CreateQoSTests-39f5244a-4c22-471-user 2018-10-06 16:27:46,459 - keystone_utils - INFO - Created role with name - CreateQoSTests-39f5244a-4c22-471-proj-role 2018-10-06 16:27:46,548 - keystone_utils - INFO - Granting role CreateQoSTests-39f5244a-4c22-471-proj-role to project CreateQoSTests-39f5244a-4c22-471-proj 2018-10-06 16:27:47,916 - create_qos - INFO - Created qos with name - CreateQoSTests-93ed0551-4ae4-41ff-b313-936c3e3d7795 2018-10-06 16:27:48,730 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-93ed0551-4ae4-41ff-b313-936c3e3d7795 2018-10-06 16:27:50,003 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-39f5244a-4c22-471-proj 2018-10-06 16:27:50,181 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-39f5244a-4c22-471-proj-role 2018-10-06 16:27:50,371 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-39f5244a-4c22-471-user 2018-10-06 16:27:51,693 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-proj 2018-10-06 16:27:52,741 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-user 2018-10-06 16:27:52,933 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-proj-role 2018-10-06 16:27:53,025 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-proj-role to project CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-proj 2018-10-06 16:27:54,387 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-22fa9254-1926-411b-931f-812ec343bc86 2018-10-06 16:27:54,906 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-22fa9254-1926-411b-931f-812ec343bc86 2018-10-06 16:27:55,523 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-22fa9254-1926-411b-931f-812ec343bc86 2018-10-06 16:27:56,496 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-proj 2018-10-06 16:27:56,660 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-proj-role 2018-10-06 16:27:56,867 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-539227db-b27f-48c-user 2018-10-06 16:27:58,250 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-proj 2018-10-06 16:27:59,232 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-user 2018-10-06 16:27:59,430 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-proj-role 2018-10-06 16:27:59,450 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-proj-role to project CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-proj 2018-10-06 16:28:00,459 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-6bcd28d0-c2f2-4756-911e-1d1d47f8ffee 2018-10-06 16:28:03,491 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-6bcd28d0-c2f2-4756-911e-1d1d47f8ffee 2018-10-06 16:28:04,619 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-proj 2018-10-06 16:28:04,815 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-proj-role 2018-10-06 16:28:05,018 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-3caf2e3e-fe70-459-user 2018-10-06 16:28:06,430 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-proj 2018-10-06 16:28:07,567 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-user 2018-10-06 16:28:07,771 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-proj-role 2018-10-06 16:28:07,788 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-proj-role to project CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-proj 2018-10-06 16:28:08,776 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-333415b8-e419-48ec-8c75-116e122f0ca7 2018-10-06 16:28:09,852 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-333415b8-e419-48ec-8c75-116e122f0ca7 2018-10-06 16:28:10,532 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-proj 2018-10-06 16:28:10,768 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-proj-role 2018-10-06 16:28:10,897 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d96c343d-7ab2-49d-user 2018-10-06 16:28:12,322 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-a720953b-2ff5-48d-proj 2018-10-06 16:28:13,377 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-a720953b-2ff5-48d-user 2018-10-06 16:28:13,598 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-a720953b-2ff5-48d-proj-role 2018-10-06 16:28:13,618 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-a720953b-2ff5-48d-proj-role to project CreateVolumeTypeComplexTests-a720953b-2ff5-48d-proj 2018-10-06 16:28:15,037 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-7a3db953-34fe-4254-adb1-b178c35ddbe9-qos-spec 2018-10-06 16:28:16,569 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-7a3db953-34fe-4254-adb1-b178c35ddbe9-vol_type 2018-10-06 16:28:17,184 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-7a3db953-34fe-4254-adb1-b178c35ddbe9-vol_type 2018-10-06 16:28:17,778 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-7a3db953-34fe-4254-adb1-b178c35ddbe9-qos-spec 2018-10-06 16:28:18,464 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-a720953b-2ff5-48d-proj 2018-10-06 16:28:18,696 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-a720953b-2ff5-48d-proj-role 2018-10-06 16:28:18,820 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-a720953b-2ff5-48d-user 2018-10-06 16:28:20,250 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-18e3872a-a35c-495-proj 2018-10-06 16:28:21,382 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-18e3872a-a35c-495-user 2018-10-06 16:28:21,592 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-18e3872a-a35c-495-proj-role 2018-10-06 16:28:21,683 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-18e3872a-a35c-495-proj-role to project CreateVolumeTypeComplexTests-18e3872a-a35c-495-proj 2018-10-06 16:28:22,581 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-6815c077-16db-4bc1-934c-92d3f8039c18-qos-spec 2018-10-06 16:28:24,191 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-6815c077-16db-4bc1-934c-92d3f8039c18-vol_type 2018-10-06 16:28:24,890 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-6815c077-16db-4bc1-934c-92d3f8039c18-vol_type 2018-10-06 16:28:25,096 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-6815c077-16db-4bc1-934c-92d3f8039c18-qos-spec 2018-10-06 16:28:26,170 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-18e3872a-a35c-495-proj 2018-10-06 16:28:26,385 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-18e3872a-a35c-495-proj-role 2018-10-06 16:28:26,585 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-18e3872a-a35c-495-user 2018-10-06 16:28:27,927 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-15783363-3938-488-proj 2018-10-06 16:28:28,987 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-15783363-3938-488-user 2018-10-06 16:28:29,184 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-15783363-3938-488-proj-role 2018-10-06 16:28:29,276 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-15783363-3938-488-proj-role to project CreateVolumeTypeComplexTests-15783363-3938-488-proj 2018-10-06 16:28:30,163 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-66792bce-71d7-4f2d-98d2-8b4c4e27aae7-qos-spec 2018-10-06 16:28:31,628 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-66792bce-71d7-4f2d-98d2-8b4c4e27aae7-vol_type 2018-10-06 16:28:32,397 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-66792bce-71d7-4f2d-98d2-8b4c4e27aae7-vol_type 2018-10-06 16:28:32,628 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-66792bce-71d7-4f2d-98d2-8b4c4e27aae7-qos-spec 2018-10-06 16:28:33,099 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-15783363-3938-488-proj 2018-10-06 16:28:33,301 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-15783363-3938-488-proj-role 2018-10-06 16:28:33,422 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-15783363-3938-488-user 2018-10-06 16:28:34,843 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-proj 2018-10-06 16:28:35,897 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-user 2018-10-06 16:28:36,094 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-proj-role 2018-10-06 16:28:36,184 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-proj-role to project CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-proj 2018-10-06 16:28:37,935 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-4b0647bf-920d-43d0-b256-7a074c4aafe9 2018-10-06 16:28:38,143 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-4b0647bf-920d-43d0-b256-7a074c4aafe9 2018-10-06 16:28:38,468 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-4b0647bf-920d-43d0-b256-7a074c4aafe9 2018-10-06 16:28:42,078 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-4b0647bf-920d-43d0-b256-7a074c4aafe9 2018-10-06 16:28:42,760 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-proj 2018-10-06 16:28:42,989 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-proj-role 2018-10-06 16:28:43,190 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-2a545833-f5ac-41e-user 2018-10-06 16:28:44,597 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-proj 2018-10-06 16:28:45,627 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-user 2018-10-06 16:28:45,825 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-proj-role 2018-10-06 16:28:45,909 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-proj-role to project CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-proj 2018-10-06 16:28:47,839 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-ad1ad821-3155-46ea-86cd-9d48f2da0a78 2018-10-06 16:28:51,236 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-ad1ad821-3155-46ea-86cd-9d48f2da0a78 2018-10-06 16:28:52,322 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-06 16:28:52,516 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-ad1ad821-3155-46ea-86cd-9d48f2da0a78 2018-10-06 16:28:55,826 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-ad1ad821-3155-46ea-86cd-9d48f2da0a78 2018-10-06 16:28:56,342 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-proj 2018-10-06 16:28:56,523 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-proj-role 2018-10-06 16:28:56,729 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-0b155823-f3cd-497-user 2018-10-06 16:28:58,244 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-proj 2018-10-06 16:28:59,370 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-user 2018-10-06 16:28:59,567 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-proj-role 2018-10-06 16:28:59,666 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-proj-role to project CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-proj 2018-10-06 16:29:01,328 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-207180c1-3e1e-4f6b-b7a3-cbc3946b8e8e 2018-10-06 16:29:01,524 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-207180c1-3e1e-4f6b-b7a3-cbc3946b8e8e 2018-10-06 16:29:01,994 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-207180c1-3e1e-4f6b-b7a3-cbc3946b8e8e 2018-10-06 16:29:05,465 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-207180c1-3e1e-4f6b-b7a3-cbc3946b8e8e 2018-10-06 16:29:05,956 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-proj 2018-10-06 16:29:06,182 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-proj-role 2018-10-06 16:29:06,377 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-ab81db33-6abe-42d-user 2018-10-06 16:29:07,771 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-proj 2018-10-06 16:29:08,909 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-user 2018-10-06 16:29:09,130 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-proj-role 2018-10-06 16:29:09,222 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-proj-role to project CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-proj 2018-10-06 16:29:10,819 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-proj 2018-10-06 16:29:11,008 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-proj-role 2018-10-06 16:29:11,218 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-3d6e38c3-6fcf-427-user 2018-10-06 16:29:12,621 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-52611275-6d29-45f-proj 2018-10-06 16:29:13,669 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-52611275-6d29-45f-user 2018-10-06 16:29:13,873 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-52611275-6d29-45f-proj-role 2018-10-06 16:29:13,956 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-52611275-6d29-45f-proj-role to project CreateSimpleVolumeFailureTests-52611275-6d29-45f-proj 2018-10-06 16:29:15,358 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-52611275-6d29-45f-proj 2018-10-06 16:29:15,571 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-52611275-6d29-45f-proj-role 2018-10-06 16:29:15,773 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-52611275-6d29-45f-user 2018-10-06 16:29:17,209 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-proj 2018-10-06 16:29:18,316 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-user 2018-10-06 16:29:18,436 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-proj-role 2018-10-06 16:29:18,526 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-proj-role to project CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-proj 2018-10-06 16:29:19,953 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-proj 2018-10-06 16:29:20,170 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-proj-role 2018-10-06 16:29:20,449 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-b18e83d3-f35c-44b-user 2018-10-06 16:29:21,807 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-proj 2018-10-06 16:29:22,855 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-user 2018-10-06 16:29:23,041 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-proj-role 2018-10-06 16:29:23,131 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-proj-role to project CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-proj 2018-10-06 16:29:24,101 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-834724fe-1293-42a5-aef8-8429212a3d69-vol-type 2018-10-06 16:29:24,911 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-834724fe-1293-42a5-aef8-8429212a3d69-vol-type 2018-10-06 16:29:25,664 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-proj 2018-10-06 16:29:25,895 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-proj-role 2018-10-06 16:29:26,082 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-fc3f88a6-1f07-47f-user 2018-10-06 16:29:27,495 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-d3a628c2-a741-45e-proj 2018-10-06 16:29:28,569 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-d3a628c2-a741-45e-user 2018-10-06 16:29:28,777 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-d3a628c2-a741-45e-proj-role 2018-10-06 16:29:28,876 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-d3a628c2-a741-45e-proj-role to project CreateVolumeWithTypeTests-d3a628c2-a741-45e-proj 2018-10-06 16:29:29,782 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-cdb64fa1-8d77-49fc-8213-c32591cdcffb-vol-type 2018-10-06 16:29:31,028 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-cdb64fa1-8d77-49fc-8213-c32591cdcffb-vol 2018-10-06 16:29:31,232 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-cdb64fa1-8d77-49fc-8213-c32591cdcffb-vol 2018-10-06 16:29:31,434 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-cdb64fa1-8d77-49fc-8213-c32591cdcffb-vol 2018-10-06 16:29:35,101 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-cdb64fa1-8d77-49fc-8213-c32591cdcffb-vol 2018-10-06 16:29:35,102 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-cdb64fa1-8d77-49fc-8213-c32591cdcffb-vol-type 2018-10-06 16:29:35,646 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-d3a628c2-a741-45e-proj 2018-10-06 16:29:35,858 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-d3a628c2-a741-45e-proj-role 2018-10-06 16:29:36,056 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-d3a628c2-a741-45e-user 2018-10-06 16:29:37,621 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-cba8616f-c574-413-proj 2018-10-06 16:29:38,610 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-cba8616f-c574-413-user 2018-10-06 16:29:38,801 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-cba8616f-c574-413-proj-role 2018-10-06 16:29:38,987 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-cba8616f-c574-413-proj-role to project CreateVolumeWithImageTests-cba8616f-c574-413-proj 2018-10-06 16:29:42,049 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-62dd24cc-59b5-4092-9a00-5f65e4e1db52-image 2018-10-06 16:29:42,217 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-62dd24cc-59b5-4092-9a00-5f65e4e1db52-image 2018-10-06 16:29:43,182 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-62dd24cc-59b5-4092-9a00-5f65e4e1db52-image 2018-10-06 16:29:44,942 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-cba8616f-c574-413-proj 2018-10-06 16:29:45,133 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-cba8616f-c574-413-proj-role 2018-10-06 16:29:45,341 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-cba8616f-c574-413-user 2018-10-06 16:29:46,765 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-a3b66489-8948-474-proj 2018-10-06 16:29:47,898 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-a3b66489-8948-474-user 2018-10-06 16:29:48,035 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-a3b66489-8948-474-proj-role 2018-10-06 16:29:48,055 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-a3b66489-8948-474-proj-role to project CreateVolumeWithImageTests-a3b66489-8948-474-proj 2018-10-06 16:29:51,919 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-8772528d-06da-4c03-8e03-58532673750e-image 2018-10-06 16:29:52,087 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-8772528d-06da-4c03-8e03-58532673750e-image 2018-10-06 16:29:54,311 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-8772528d-06da-4c03-8e03-58532673750e-vol 2018-10-06 16:30:00,908 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-8772528d-06da-4c03-8e03-58532673750e-vol 2018-10-06 16:30:01,884 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-8772528d-06da-4c03-8e03-58532673750e-vol 2018-10-06 16:30:05,588 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-8772528d-06da-4c03-8e03-58532673750e-vol 2018-10-06 16:30:05,589 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-8772528d-06da-4c03-8e03-58532673750e-image 2018-10-06 16:30:07,510 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-a3b66489-8948-474-proj 2018-10-06 16:30:07,720 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-a3b66489-8948-474-proj-role 2018-10-06 16:30:07,927 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-a3b66489-8948-474-user 2018-10-06 16:30:09,304 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-c22a09f7-572d-402-proj 2018-10-06 16:30:10,496 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-c22a09f7-572d-402-user 2018-10-06 16:30:10,700 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-c22a09f7-572d-402-proj-role 2018-10-06 16:30:10,717 - keystone_utils - INFO - Granting role SimpleHealthCheck-c22a09f7-572d-402-proj-role to project SimpleHealthCheck-c22a09f7-572d-402-proj 2018-10-06 16:30:15,072 - create_image - INFO - Created image with name - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-image 2018-10-06 16:30:15,236 - create_image - INFO - Image is now active with name - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-image 2018-10-06 16:30:15,882 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-priv-net 2018-10-06 16:30:16,977 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-priv-subnet 2018-10-06 16:30:22,305 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-priv-net 2018-10-06 16:30:23,776 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-inst 2018-10-06 16:30:26,528 - create_instance - INFO - Created instance with name - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-inst 2018-10-06 16:30:34,440 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:30:35,502 - create_instance_tests - INFO - Looking for IP 10.55.0.7 in the console log 2018-10-06 16:31:35,955 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 16:31:35,959 - create_instance - INFO - Deleting Port with ID - da3a54c8-5b0e-4e8b-b39f-24d2cd2cdeaa 2018-10-06 16:31:35,959 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7port-1 2018-10-06 16:31:36,650 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-inst 2018-10-06 16:31:36,803 - create_instance - INFO - Checking deletion status 2018-10-06 16:31:39,963 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-inst 2018-10-06 16:31:39,964 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-priv-subnet 2018-10-06 16:31:39,964 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-priv-subnet 2018-10-06 16:31:42,365 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-priv-net 2018-10-06 16:31:43,804 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-a74fba8e-eddf-43a0-a1b3-84587062ddd7-image 2018-10-06 16:31:45,574 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 75ef1ecb-b817-4f5f-b734-a6e08bee58a0 2018-10-06 16:31:45,751 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:31:46,107 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-c22a09f7-572d-402-proj 2018-10-06 16:31:46,374 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-c22a09f7-572d-402-proj-role 2018-10-06 16:31:46,574 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-c22a09f7-572d-402-user 2018-10-06 16:31:48,084 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-45320f0b-6dd6-46f-proj 2018-10-06 16:31:49,149 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-45320f0b-6dd6-46f-user 2018-10-06 16:31:49,341 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-45320f0b-6dd6-46f-proj-role 2018-10-06 16:31:49,431 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-45320f0b-6dd6-46f-proj-role to project CreateInstanceTwoNetTests-45320f0b-6dd6-46f-proj 2018-10-06 16:31:52,050 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-1b29227c-b87a-41dc-9dfb-86120d4f5ccf 2018-10-06 16:31:52,220 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-1b29227c-b87a-41dc-9dfb-86120d4f5ccf 2018-10-06 16:31:52,867 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net1 2018-10-06 16:31:54,080 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-subnet1 2018-10-06 16:31:56,046 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net2 2018-10-06 16:31:57,069 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-subnet2 2018-10-06 16:31:59,354 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:32:00,576 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-router-port1 for router - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:32:01,800 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net1 2018-10-06 16:32:02,973 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-router-port1 for router - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:32:02,973 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:32:05,050 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-router-port2 for router - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:32:06,424 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net2 2018-10-06 16:32:07,586 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-router-port2 for router - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:32:07,586 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:32:11,050 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-sec-grp... 2018-10-06 16:32:11,050 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-sec-grp 2018-10-06 16:32:11,420 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:11,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:11,770 - neutron_utils - INFO - Retrieving security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:11,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:11,877 - neutron_utils - INFO - Retrieving security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:12,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:12,257 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-sec-grp 2018-10-06 16:32:12,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:12,886 - neutron_utils - INFO - Retrieving security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:13,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 793eabe4-8512-46e9-a111-8984c44c76de 2018-10-06 16:32:16,660 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net1 2018-10-06 16:32:18,445 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst1 2018-10-06 16:32:20,747 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst1 2018-10-06 16:32:28,214 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:32:33,859 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net2 2018-10-06 16:32:35,335 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst2 2018-10-06 16:32:37,313 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst2 2018-10-06 16:32:47,918 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:32:48,917 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-06 16:32:50,466 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 16:32:50,466 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-06 16:32:52,150 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 16:32:57,480 - create_instance - INFO - Deleting Port with ID - 530cea2d-d45b-4635-ba90-43757765fced 2018-10-06 16:32:57,481 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-vm1-port 2018-10-06 16:32:58,130 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst1 2018-10-06 16:32:58,270 - create_instance - INFO - Checking deletion status 2018-10-06 16:33:12,007 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst1 2018-10-06 16:33:12,007 - create_instance - INFO - Deleting Port with ID - 052aa3a1-dda6-4f21-b4c8-b6f475905092 2018-10-06 16:33:12,008 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-vm2-port 2018-10-06 16:33:12,788 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst2 2018-10-06 16:33:12,954 - create_instance - INFO - Checking deletion status 2018-10-06 16:33:19,798 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-inst2 2018-10-06 16:33:19,846 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router and port CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-router-port1 2018-10-06 16:33:19,846 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:33:20,910 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router and port CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-router-port2 2018-10-06 16:33:20,910 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:33:22,230 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:33:22,230 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-pub-router 2018-10-06 16:33:22,674 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-subnet1 2018-10-06 16:33:22,674 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-subnet1 2018-10-06 16:33:25,123 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net1 2018-10-06 16:33:26,523 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-subnet2 2018-10-06 16:33:26,523 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-subnet2 2018-10-06 16:33:28,986 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-net2 2018-10-06 16:33:30,640 - neutron_utils - INFO - Deleting security group rule with ID - 23ea19fc-bfc4-42d5-9906-5828a64850d2 2018-10-06 16:33:30,926 - neutron_utils - INFO - Deleting security group rule with ID - 7584ae84-f106-4b24-a12a-960683cc4381 2018-10-06 16:33:31,177 - neutron_utils - INFO - Deleting security group rule with ID - 15f95d35-f4a0-41a4-912e-1267e2795789 2018-10-06 16:33:31,437 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-c4d30b42-f259-46f7-b8cb-13558c96f252-sec-grp 2018-10-06 16:33:31,779 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-1b29227c-b87a-41dc-9dfb-86120d4f5ccf 2018-10-06 16:33:34,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c22e597f-0c4b-4ee7-a86c-d458453646a3 2018-10-06 16:33:34,652 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:33:35,063 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-45320f0b-6dd6-46f-proj 2018-10-06 16:33:35,314 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-45320f0b-6dd6-46f-proj-role 2018-10-06 16:33:35,507 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-45320f0b-6dd6-46f-user 2018-10-06 16:33:37,029 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-b8953373-e4b8-439-proj 2018-10-06 16:33:38,035 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-b8953373-e4b8-439-user 2018-10-06 16:33:38,239 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-b8953373-e4b8-439-proj-role 2018-10-06 16:33:38,327 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-b8953373-e4b8-439-proj-role to project CreateInstanceSimpleTests-b8953373-e4b8-439-proj 2018-10-06 16:33:41,675 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-image 2018-10-06 16:33:41,832 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-image 2018-10-06 16:33:43,230 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-pub-net 2018-10-06 16:33:44,063 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-pub-subnet 2018-10-06 16:33:49,267 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-pub-net 2018-10-06 16:33:50,891 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-inst 2018-10-06 16:33:52,951 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-inst 2018-10-06 16:34:00,497 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:34:07,128 - create_instance - INFO - Deleting Port with ID - 343a3a3f-4079-4a3f-a742-78cc4fc58555 2018-10-06 16:34:07,128 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-port 2018-10-06 16:34:07,560 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-inst 2018-10-06 16:34:07,732 - create_instance - INFO - Checking deletion status 2018-10-06 16:34:10,888 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-inst 2018-10-06 16:34:10,972 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-pub-subnet 2018-10-06 16:34:10,972 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-pub-subnet 2018-10-06 16:34:13,445 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-pub-net 2018-10-06 16:34:14,891 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-9d5601a1-8768-4f3c-9c88-68c2dee70beb-image 2018-10-06 16:34:16,856 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-b8953373-e4b8-439-proj 2018-10-06 16:34:17,068 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-b8953373-e4b8-439-proj-role 2018-10-06 16:34:17,265 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-b8953373-e4b8-439-user 2018-10-06 16:34:18,790 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-7c0b432f-a078-457-proj 2018-10-06 16:34:19,873 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-7c0b432f-a078-457-user 2018-10-06 16:34:20,077 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-7c0b432f-a078-457-proj-role 2018-10-06 16:34:20,172 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-7c0b432f-a078-457-proj-role to project CreateInstanceSimpleTests-7c0b432f-a078-457-proj 2018-10-06 16:34:23,120 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-image 2018-10-06 16:34:23,289 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-image 2018-10-06 16:34:24,699 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-pub-net 2018-10-06 16:34:25,713 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-pub-subnet 2018-10-06 16:34:30,747 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-pub-net 2018-10-06 16:34:32,515 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-inst 2018-10-06 16:34:34,279 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-inst 2018-10-06 16:34:41,653 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:34:51,753 - create_instance - INFO - Deleting Port with ID - b6ecc289-f03d-44e7-bba4-d34d2cd58a9d 2018-10-06 16:34:51,754 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-port 2018-10-06 16:34:52,561 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-inst 2018-10-06 16:34:52,607 - create_instance - WARNING - Instance already deleted - Instance f76e08bf-4422-438b-803d-dfc9533972b9 could not be found. (HTTP 404) (Request-ID: req-637f98a3-530d-49ce-88da-3704806ad562) 2018-10-06 16:34:52,608 - create_instance - INFO - Checking deletion status 2018-10-06 16:34:52,654 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-inst 2018-10-06 16:34:52,702 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-pub-subnet 2018-10-06 16:34:52,702 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-pub-subnet 2018-10-06 16:34:55,004 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-pub-net 2018-10-06 16:34:56,336 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-45fdf14a-75a6-4b15-b5d6-488380af7fce-image 2018-10-06 16:34:58,756 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86f2a922-c536-4745-9905-c5619fb5b8cb 2018-10-06 16:34:58,944 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:34:59,307 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-7c0b432f-a078-457-proj 2018-10-06 16:34:59,542 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-7c0b432f-a078-457-proj-role 2018-10-06 16:34:59,745 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-7c0b432f-a078-457-user 2018-10-06 16:35:01,161 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-da25f7cf-3893-439-proj 2018-10-06 16:35:02,305 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-da25f7cf-3893-439-user 2018-10-06 16:35:02,521 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-da25f7cf-3893-439-proj-role 2018-10-06 16:35:02,610 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-da25f7cf-3893-439-proj-role to project CreateInstancePortManipulationTests-da25f7cf-3893-439-proj 2018-10-06 16:35:05,228 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-image 2018-10-06 16:35:05,403 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-image 2018-10-06 16:35:06,036 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-pub-net 2018-10-06 16:35:07,381 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-pub-subnet 2018-10-06 16:35:13,097 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-pub-net 2018-10-06 16:35:14,599 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-inst 2018-10-06 16:35:17,304 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-inst 2018-10-06 16:35:24,961 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:35:26,078 - create_instance - INFO - Deleting Port with ID - 17c3b801-23d0-4427-b079-d355fe533f06 2018-10-06 16:35:26,078 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90fport-1 2018-10-06 16:35:26,838 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-inst 2018-10-06 16:35:26,990 - create_instance - INFO - Checking deletion status 2018-10-06 16:35:30,313 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-inst 2018-10-06 16:35:30,367 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-pub-subnet 2018-10-06 16:35:30,368 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-pub-subnet 2018-10-06 16:35:32,851 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-pub-net 2018-10-06 16:35:35,082 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-bac2bbeb-0af1-4709-aec6-466ff371d90f-image 2018-10-06 16:35:36,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e746a539-f499-4bee-8ec4-16dbe9c8c6f7 2018-10-06 16:35:37,039 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:35:37,384 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-da25f7cf-3893-439-proj 2018-10-06 16:35:37,704 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-da25f7cf-3893-439-proj-role 2018-10-06 16:35:37,906 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-da25f7cf-3893-439-user 2018-10-06 16:35:39,419 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f53404a3-4499-49d-proj 2018-10-06 16:35:40,509 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f53404a3-4499-49d-user 2018-10-06 16:35:40,725 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f53404a3-4499-49d-proj-role 2018-10-06 16:35:40,825 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f53404a3-4499-49d-proj-role to project CreateInstancePortManipulationTests-f53404a3-4499-49d-proj 2018-10-06 16:35:44,557 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-image 2018-10-06 16:35:44,732 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-image 2018-10-06 16:35:45,347 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-pub-net 2018-10-06 16:35:46,368 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-pub-subnet 2018-10-06 16:35:51,987 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-pub-net 2018-10-06 16:35:52,205 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-pub-subnet 2018-10-06 16:35:52,206 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-pub-subnet 2018-10-06 16:35:54,413 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-pub-net 2018-10-06 16:35:55,853 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-61da151a-ff6f-41e5-8f80-c55d6b1952f1-image 2018-10-06 16:35:58,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 465d9aed-b58d-4173-bd9b-8a34aec6c0ab 2018-10-06 16:35:58,706 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:35:59,024 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f53404a3-4499-49d-proj 2018-10-06 16:35:59,255 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f53404a3-4499-49d-proj-role 2018-10-06 16:35:59,465 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f53404a3-4499-49d-user 2018-10-06 16:36:00,970 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-proj 2018-10-06 16:36:02,246 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-user 2018-10-06 16:36:02,467 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-proj-role 2018-10-06 16:36:02,487 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-proj-role to project CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-proj 2018-10-06 16:36:06,023 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-image 2018-10-06 16:36:06,187 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-image 2018-10-06 16:36:06,821 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-pub-net 2018-10-06 16:36:07,915 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-pub-subnet 2018-10-06 16:36:13,519 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-pub-net 2018-10-06 16:36:13,733 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-pub-subnet 2018-10-06 16:36:13,733 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-pub-subnet 2018-10-06 16:36:15,913 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-pub-net 2018-10-06 16:36:17,309 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-42fd4be5-3799-4601-9af6-9c6dfb1e6e37-image 2018-10-06 16:36:19,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1be641-81e2-46d7-8b71-871b4e2b52e2 2018-10-06 16:36:19,544 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:36:19,881 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-proj 2018-10-06 16:36:20,134 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-proj-role 2018-10-06 16:36:20,328 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-17bd0b7a-74ef-4dd-user 2018-10-06 16:36:21,754 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-d6734d0c-ec88-40e-proj 2018-10-06 16:36:22,826 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-d6734d0c-ec88-40e-user 2018-10-06 16:36:23,036 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-d6734d0c-ec88-40e-proj-role 2018-10-06 16:36:23,125 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-d6734d0c-ec88-40e-proj-role to project CreateInstancePortManipulationTests-d6734d0c-ec88-40e-proj 2018-10-06 16:36:25,718 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-image 2018-10-06 16:36:25,736 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-image 2018-10-06 16:36:26,371 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-pub-net 2018-10-06 16:36:27,349 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-pub-subnet 2018-10-06 16:36:32,671 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-pub-net 2018-10-06 16:36:33,122 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-pub-subnet 2018-10-06 16:36:33,122 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-pub-subnet 2018-10-06 16:36:35,587 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-pub-net 2018-10-06 16:36:37,026 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-9fd9e15e-6919-4792-884a-7a34cfe1d99a-image 2018-10-06 16:36:39,321 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78b20288-dd1e-44fa-bc5c-a35705b10b44 2018-10-06 16:36:39,501 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:36:39,845 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-d6734d0c-ec88-40e-proj 2018-10-06 16:36:40,081 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-d6734d0c-ec88-40e-proj-role 2018-10-06 16:36:40,284 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-d6734d0c-ec88-40e-user 2018-10-06 16:36:41,827 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-proj 2018-10-06 16:36:42,898 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-user 2018-10-06 16:36:43,089 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-proj-role 2018-10-06 16:36:43,177 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-proj-role to project CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-proj 2018-10-06 16:36:45,820 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-image 2018-10-06 16:36:45,976 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-image 2018-10-06 16:36:46,624 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-pub-net 2018-10-06 16:36:47,705 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-pub-subnet 2018-10-06 16:36:53,163 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-pub-net 2018-10-06 16:36:53,374 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-pub-subnet 2018-10-06 16:36:53,374 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-pub-subnet 2018-10-06 16:36:55,846 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-pub-net 2018-10-06 16:36:57,200 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-18c92736-fd32-42e3-a1bd-f94bf686a0ba-image 2018-10-06 16:36:59,018 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8bfb1431-b65a-4943-8e7b-ab7a15e6fb8b 2018-10-06 16:36:59,199 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:36:59,539 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-proj 2018-10-06 16:36:59,775 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-proj-role 2018-10-06 16:36:59,970 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c9a8c1f1-b9eb-4a1-user 2018-10-06 16:37:01,611 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-proj 2018-10-06 16:37:02,766 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-user 2018-10-06 16:37:02,898 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-proj-role 2018-10-06 16:37:02,992 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-proj-role to project CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-proj 2018-10-06 16:37:06,220 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-image 2018-10-06 16:37:06,380 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-image 2018-10-06 16:37:06,953 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-pub-net 2018-10-06 16:37:08,244 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-pub-subnet 2018-10-06 16:37:13,887 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-pub-net 2018-10-06 16:37:15,482 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-inst 2018-10-06 16:37:18,010 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-inst 2018-10-06 16:37:25,090 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:37:27,170 - create_instance - INFO - Deleting Port with ID - 1f3d71ec-ea9d-4116-9878-6238fb628cb9 2018-10-06 16:37:27,171 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73port-1 2018-10-06 16:37:27,627 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-inst 2018-10-06 16:37:27,793 - create_instance - INFO - Checking deletion status 2018-10-06 16:37:31,233 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-inst 2018-10-06 16:37:31,278 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-pub-subnet 2018-10-06 16:37:31,278 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-pub-subnet 2018-10-06 16:37:33,945 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-pub-net 2018-10-06 16:37:35,409 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-191c2988-7db4-499c-90cc-381db21e9e73-image 2018-10-06 16:37:37,043 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60d462e9-1572-4ed7-8bdf-3157332906a5 2018-10-06 16:37:37,213 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:37:37,545 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-proj 2018-10-06 16:37:37,776 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-proj-role 2018-10-06 16:37:37,970 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ca09eb59-4fe3-4d8-user 2018-10-06 16:37:39,408 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ce460544-b2d7-491-proj 2018-10-06 16:37:40,629 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ce460544-b2d7-491-user 2018-10-06 16:37:40,838 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ce460544-b2d7-491-proj-role 2018-10-06 16:37:40,929 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ce460544-b2d7-491-proj-role to project CreateInstancePortManipulationTests-ce460544-b2d7-491-proj 2018-10-06 16:37:43,439 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-image 2018-10-06 16:37:43,622 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-image 2018-10-06 16:37:44,251 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-pub-net 2018-10-06 16:37:45,297 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-pub-subnet 2018-10-06 16:37:50,834 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-pub-net 2018-10-06 16:37:52,683 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-inst 2018-10-06 16:37:55,050 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-inst 2018-10-06 16:38:02,322 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:38:04,196 - create_instance - INFO - Deleting Port with ID - 0b848dd4-d1fe-48c2-95d3-9f53cc34396c 2018-10-06 16:38:04,196 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4eport-1 2018-10-06 16:38:04,623 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-inst 2018-10-06 16:38:04,990 - create_instance - INFO - Checking deletion status 2018-10-06 16:38:08,435 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-inst 2018-10-06 16:38:08,495 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-pub-subnet 2018-10-06 16:38:08,495 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-pub-subnet 2018-10-06 16:38:11,102 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-pub-net 2018-10-06 16:38:12,477 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-72821893-c70c-483d-88a6-7de2dc2dcd4e-image 2018-10-06 16:38:14,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2239de5-533a-48ca-b01a-195c1d30006d 2018-10-06 16:38:15,187 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:38:15,528 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ce460544-b2d7-491-proj 2018-10-06 16:38:15,788 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ce460544-b2d7-491-proj-role 2018-10-06 16:38:15,978 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ce460544-b2d7-491-user 2018-10-06 16:38:17,371 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e35e27f6-51ef-495-proj 2018-10-06 16:38:18,521 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e35e27f6-51ef-495-user 2018-10-06 16:38:18,755 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e35e27f6-51ef-495-proj-role 2018-10-06 16:38:18,775 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e35e27f6-51ef-495-proj-role to project CreateInstancePortManipulationTests-e35e27f6-51ef-495-proj 2018-10-06 16:38:22,181 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-image 2018-10-06 16:38:22,343 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-image 2018-10-06 16:38:23,039 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-pub-net 2018-10-06 16:38:24,004 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-pub-subnet 2018-10-06 16:38:29,704 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-pub-net 2018-10-06 16:38:31,618 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-inst 2018-10-06 16:38:33,851 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-inst 2018-10-06 16:38:40,993 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:38:42,076 - create_instance - INFO - Deleting Port with ID - 30338b3a-9e77-45e1-a879-b79b1f9cce2e 2018-10-06 16:38:42,076 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712port-1 2018-10-06 16:38:42,511 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-inst 2018-10-06 16:38:42,690 - create_instance - INFO - Checking deletion status 2018-10-06 16:38:45,991 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-inst 2018-10-06 16:38:46,043 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-pub-subnet 2018-10-06 16:38:46,043 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-pub-subnet 2018-10-06 16:38:48,362 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-pub-net 2018-10-06 16:38:49,766 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5383c6e9-ff17-43fc-a33a-a1d85310f712-image 2018-10-06 16:38:52,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b16e8919-7602-4919-8d78-df483bb43116 2018-10-06 16:38:52,541 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:38:52,865 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e35e27f6-51ef-495-proj 2018-10-06 16:38:53,123 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e35e27f6-51ef-495-proj-role 2018-10-06 16:38:53,335 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e35e27f6-51ef-495-user 2018-10-06 16:38:54,797 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-proj 2018-10-06 16:38:55,976 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-user 2018-10-06 16:38:56,199 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-proj-role 2018-10-06 16:38:56,282 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-proj-role to project CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-proj 2018-10-06 16:38:59,519 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-image 2018-10-06 16:38:59,681 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-image 2018-10-06 16:39:00,322 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-pub-net 2018-10-06 16:39:01,408 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-pub-subnet 2018-10-06 16:39:07,331 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-pub-net 2018-10-06 16:39:08,854 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-inst 2018-10-06 16:39:10,773 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-inst 2018-10-06 16:39:18,290 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:39:19,449 - create_instance - INFO - Deleting Port with ID - d8aad08b-a77b-4ea3-b7ee-ed4a37174837 2018-10-06 16:39:19,449 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752cport-1 2018-10-06 16:39:20,022 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-inst 2018-10-06 16:39:20,176 - create_instance - INFO - Checking deletion status 2018-10-06 16:39:23,479 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-inst 2018-10-06 16:39:23,531 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-pub-subnet 2018-10-06 16:39:23,531 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-pub-subnet 2018-10-06 16:39:25,883 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-pub-net 2018-10-06 16:39:27,237 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-baeb5f05-e64f-47fc-8d37-e54fb05f752c-image 2018-10-06 16:39:29,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b637bd9-5f58-44ab-aab0-48dec47963e8 2018-10-06 16:39:29,641 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:39:29,973 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-proj 2018-10-06 16:39:30,189 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-proj-role 2018-10-06 16:39:30,392 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c6fbbac2-8860-4bb-user 2018-10-06 16:39:31,833 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3df16590-6487-401-proj 2018-10-06 16:39:32,839 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3df16590-6487-401-user 2018-10-06 16:39:33,067 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3df16590-6487-401-proj-role 2018-10-06 16:39:33,161 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3df16590-6487-401-proj-role to project CreateInstancePortManipulationTests-3df16590-6487-401-proj 2018-10-06 16:39:35,730 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-image 2018-10-06 16:39:35,892 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-image 2018-10-06 16:39:36,612 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-pub-net 2018-10-06 16:39:37,660 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-pub-subnet 2018-10-06 16:39:40,032 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706cenet2 2018-10-06 16:39:40,948 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-subnet1 2018-10-06 16:39:41,801 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-subnet2 2018-10-06 16:39:46,306 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706cenet2 2018-10-06 16:39:48,251 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-inst 2018-10-06 16:39:50,377 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-inst 2018-10-06 16:39:57,792 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:39:59,327 - create_instance - INFO - Deleting Port with ID - 2c8cf5ed-8e89-4b21-9ced-804b51b22be8 2018-10-06 16:39:59,327 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ceport-1 2018-10-06 16:40:00,106 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-inst 2018-10-06 16:40:00,296 - create_instance - INFO - Checking deletion status 2018-10-06 16:40:03,610 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-inst 2018-10-06 16:40:03,681 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-pub-subnet 2018-10-06 16:40:03,681 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-pub-subnet 2018-10-06 16:40:06,136 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-pub-net 2018-10-06 16:40:07,446 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-subnet1 2018-10-06 16:40:07,446 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-subnet1 2018-10-06 16:40:09,985 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-subnet2 2018-10-06 16:40:09,985 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-subnet2 2018-10-06 16:40:12,469 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706cenet2 2018-10-06 16:40:14,262 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-4b65cad7-ef53-4b1c-931c-675910d706ce-image 2018-10-06 16:40:16,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b6428f6a-cd51-4334-9b41-a73ba99f2d23 2018-10-06 16:40:16,573 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:40:16,939 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3df16590-6487-401-proj 2018-10-06 16:40:17,189 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3df16590-6487-401-proj-role 2018-10-06 16:40:17,382 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3df16590-6487-401-user 2018-10-06 16:40:18,869 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-proj 2018-10-06 16:40:20,037 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-user 2018-10-06 16:40:20,228 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-proj-role 2018-10-06 16:40:20,317 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-proj-role to project InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-proj 2018-10-06 16:40:23,527 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-image 2018-10-06 16:40:23,545 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-image 2018-10-06 16:40:24,180 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-pub-net 2018-10-06 16:40:25,224 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-pub-subnet 2018-10-06 16:40:29,982 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-pub-net 2018-10-06 16:40:31,849 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-inst 2018-10-06 16:40:34,727 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-inst 2018-10-06 16:40:42,500 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:40:44,359 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-name... 2018-10-06 16:40:44,359 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-name 2018-10-06 16:40:44,747 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:44,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:44,950 - neutron_utils - INFO - Retrieving security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:45,145 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:45,172 - neutron_utils - INFO - Retrieving security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:45,226 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:45,405 - neutron_utils - INFO - Retrieving security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:45,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d703c2bd-4126-4292-8451-7432755f94c6 2018-10-06 16:40:45,850 - neutron_utils - INFO - Deleting security group rule with ID - 350b7aa7-38f7-406d-a53f-7b4116e99e52 2018-10-06 16:40:46,114 - neutron_utils - INFO - Deleting security group rule with ID - 0fe8c785-e66c-4adc-9c9c-bbb84e17ba36 2018-10-06 16:40:46,260 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-name 2018-10-06 16:40:49,728 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:40:52,683 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-name] - Security group InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-name is not found for project ddf352abe108429089c7dd2ccbe1dffc (HTTP 404) (Request-ID: req-905efb7c-86a6-45a9-94da-aabc92e975ac) 2018-10-06 16:40:52,683 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-name is not found for project ddf352abe108429089c7dd2ccbe1dffc (HTTP 404) (Request-ID: req-905efb7c-86a6-45a9-94da-aabc92e975ac) 2018-10-06 16:40:54,345 - create_instance - INFO - Deleting Port with ID - 9564ae65-abee-4919-b540-133ed68b13ea 2018-10-06 16:40:54,346 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-port 2018-10-06 16:40:54,778 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-inst 2018-10-06 16:40:54,936 - create_instance - INFO - Checking deletion status 2018-10-06 16:40:58,094 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-inst 2018-10-06 16:40:58,140 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-pub-subnet 2018-10-06 16:40:58,140 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-pub-subnet 2018-10-06 16:41:00,770 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-pub-net 2018-10-06 16:41:02,151 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-871e282d-a0b0-4c30-8b93-c33cf33fef0e-image 2018-10-06 16:41:04,318 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9c15207-3304-4095-923d-1de56217dfe8 2018-10-06 16:41:04,494 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:41:04,823 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-proj 2018-10-06 16:41:05,065 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-proj-role 2018-10-06 16:41:05,362 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-ef1b11fc-4c00-4e2-user 2018-10-06 16:41:06,833 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-8e6c8958-d43e-430-proj 2018-10-06 16:41:07,905 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-8e6c8958-d43e-430-user 2018-10-06 16:41:08,109 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-8e6c8958-d43e-430-proj-role 2018-10-06 16:41:08,195 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-8e6c8958-d43e-430-proj-role to project InstanceSecurityGroupTests-8e6c8958-d43e-430-proj 2018-10-06 16:41:10,742 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-image 2018-10-06 16:41:10,762 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-image 2018-10-06 16:41:11,391 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-pub-net 2018-10-06 16:41:12,554 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-pub-subnet 2018-10-06 16:41:15,013 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-name... 2018-10-06 16:41:15,013 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-name 2018-10-06 16:41:15,397 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:15,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:15,747 - neutron_utils - INFO - Retrieving security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:15,938 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:16,119 - neutron_utils - INFO - Retrieving security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:16,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:16,508 - neutron_utils - INFO - Retrieving security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:16,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6ba2ea5-2d84-47b6-b867-f7951c249610 2018-10-06 16:41:20,323 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-pub-net 2018-10-06 16:41:22,173 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-inst 2018-10-06 16:41:24,860 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-inst 2018-10-06 16:41:32,155 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:41:33,876 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:41:39,113 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:41:42,138 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-name] already added to VM [InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-inst] 2018-10-06 16:41:43,388 - create_instance - INFO - Deleting Port with ID - 576f00b6-bf0d-4418-9d1f-d3ac781779de 2018-10-06 16:41:43,388 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-port 2018-10-06 16:41:43,831 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-inst 2018-10-06 16:41:44,021 - create_instance - INFO - Checking deletion status 2018-10-06 16:41:47,468 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-inst 2018-10-06 16:41:47,469 - neutron_utils - INFO - Deleting security group rule with ID - ea704bc4-c931-445e-ac2d-7ff6a4b7a845 2018-10-06 16:41:47,724 - neutron_utils - INFO - Deleting security group rule with ID - 37fa020d-3679-4060-aa66-7cb87e8f2a93 2018-10-06 16:41:47,980 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-name 2018-10-06 16:41:48,320 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-pub-subnet 2018-10-06 16:41:48,320 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-pub-subnet 2018-10-06 16:41:50,799 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-pub-net 2018-10-06 16:41:52,108 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-7b17cb93-2f6d-4fb1-b0d3-230e6f3ec16b-image 2018-10-06 16:41:54,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 644e72d7-f3fe-4a7c-954f-0db3879dcb01 2018-10-06 16:41:54,485 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:41:54,824 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-8e6c8958-d43e-430-proj 2018-10-06 16:41:55,076 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-8e6c8958-d43e-430-proj-role 2018-10-06 16:41:55,274 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-8e6c8958-d43e-430-user 2018-10-06 16:41:56,719 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-306a83bf-cf18-4be-proj 2018-10-06 16:41:57,875 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-306a83bf-cf18-4be-user 2018-10-06 16:41:58,091 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-306a83bf-cf18-4be-proj-role 2018-10-06 16:41:58,182 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-306a83bf-cf18-4be-proj-role to project InstanceSecurityGroupTests-306a83bf-cf18-4be-proj 2018-10-06 16:42:00,703 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-image 2018-10-06 16:42:00,722 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-image 2018-10-06 16:42:01,335 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-pub-net 2018-10-06 16:42:02,564 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-pub-subnet 2018-10-06 16:42:08,482 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-pub-net 2018-10-06 16:42:10,199 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-inst 2018-10-06 16:42:12,627 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-inst 2018-10-06 16:42:19,956 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:42:21,715 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-name... 2018-10-06 16:42:21,715 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-name 2018-10-06 16:42:22,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:22,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:22,417 - neutron_utils - INFO - Retrieving security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:22,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:22,648 - neutron_utils - INFO - Retrieving security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:22,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:23,029 - neutron_utils - INFO - Retrieving security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:23,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78c5adce-3300-4076-bcb1-601dc2b939e2 2018-10-06 16:42:26,009 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:42:30,879 - create_instance - INFO - Deleting Port with ID - bf907f1d-af7e-43dc-9390-f4063aef5af0 2018-10-06 16:42:30,879 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-port 2018-10-06 16:42:31,603 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-inst 2018-10-06 16:42:31,799 - create_instance - INFO - Checking deletion status 2018-10-06 16:42:35,108 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-inst 2018-10-06 16:42:35,109 - neutron_utils - INFO - Deleting security group rule with ID - a37bdf35-7b9b-4ec3-b562-cea1ea857374 2018-10-06 16:42:35,365 - neutron_utils - INFO - Deleting security group rule with ID - 4ebe530c-4044-4e04-8959-aa2e2c2787b5 2018-10-06 16:42:35,638 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-name 2018-10-06 16:42:36,081 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-pub-subnet 2018-10-06 16:42:36,081 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-pub-subnet 2018-10-06 16:42:38,561 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-pub-net 2018-10-06 16:42:40,370 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-903ce597-527a-4358-9855-be2763cdac90-image 2018-10-06 16:42:42,115 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 46ce760b-1355-42e1-b96b-68922da50969 2018-10-06 16:42:42,298 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:42:42,629 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-306a83bf-cf18-4be-proj 2018-10-06 16:42:42,890 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-306a83bf-cf18-4be-proj-role 2018-10-06 16:42:43,106 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-306a83bf-cf18-4be-user 2018-10-06 16:42:44,629 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-b92e3f5c-b259-4e1-proj 2018-10-06 16:42:45,696 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-b92e3f5c-b259-4e1-user 2018-10-06 16:42:45,893 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-b92e3f5c-b259-4e1-proj-role 2018-10-06 16:42:45,913 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-b92e3f5c-b259-4e1-proj-role to project InstanceSecurityGroupTests-b92e3f5c-b259-4e1-proj 2018-10-06 16:42:49,389 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-image 2018-10-06 16:42:49,566 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-image 2018-10-06 16:42:50,188 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-pub-net 2018-10-06 16:42:51,297 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-pub-subnet 2018-10-06 16:42:53,883 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-name... 2018-10-06 16:42:53,883 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-name 2018-10-06 16:42:54,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:54,430 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:54,457 - neutron_utils - INFO - Retrieving security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:54,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:54,883 - neutron_utils - INFO - Retrieving security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:55,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:55,177 - neutron_utils - INFO - Retrieving security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:55,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72daadea-66d6-4886-8491-cf07d1befc5f 2018-10-06 16:42:58,774 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-pub-net 2018-10-06 16:43:00,375 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-inst 2018-10-06 16:43:03,235 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-inst 2018-10-06 16:43:10,914 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:43:12,197 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:43:16,556 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:43:21,178 - create_instance - INFO - Deleting Port with ID - 3e83233a-f301-4519-bf8c-71d5f7e66836 2018-10-06 16:43:21,178 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-port 2018-10-06 16:43:21,652 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-inst 2018-10-06 16:43:21,818 - create_instance - INFO - Checking deletion status 2018-10-06 16:43:25,135 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-inst 2018-10-06 16:43:25,136 - neutron_utils - INFO - Deleting security group rule with ID - caaa908c-858c-4cb0-8be4-ba15224abc1e 2018-10-06 16:43:25,239 - neutron_utils - INFO - Deleting security group rule with ID - 2fd78462-a573-47f1-8c1f-ddee59bf4554 2018-10-06 16:43:25,350 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-name 2018-10-06 16:43:25,709 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-pub-subnet 2018-10-06 16:43:25,709 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-pub-subnet 2018-10-06 16:43:27,896 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-pub-net 2018-10-06 16:43:29,934 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-4a0670be-ba61-4421-a1f5-f8eea77ba5ec-image 2018-10-06 16:43:31,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f3c4e094-83c0-4794-a55f-05f02a6226d1 2018-10-06 16:43:31,916 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:43:32,262 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-b92e3f5c-b259-4e1-proj 2018-10-06 16:43:32,471 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-b92e3f5c-b259-4e1-proj-role 2018-10-06 16:43:32,683 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-b92e3f5c-b259-4e1-user 2018-10-06 16:43:34,180 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-41cd0e23-41ef-4c3-proj 2018-10-06 16:43:35,312 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-41cd0e23-41ef-4c3-user 2018-10-06 16:43:35,534 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-41cd0e23-41ef-4c3-proj-role 2018-10-06 16:43:35,627 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-41cd0e23-41ef-4c3-proj-role to project InstanceSecurityGroupTests-41cd0e23-41ef-4c3-proj 2018-10-06 16:43:39,027 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-image 2018-10-06 16:43:39,045 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-image 2018-10-06 16:43:39,673 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-pub-net 2018-10-06 16:43:40,802 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-pub-subnet 2018-10-06 16:43:43,359 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-name... 2018-10-06 16:43:43,359 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-name 2018-10-06 16:43:43,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:43,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:44,147 - neutron_utils - INFO - Retrieving security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:44,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:44,371 - neutron_utils - INFO - Retrieving security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:44,556 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:44,823 - neutron_utils - INFO - Retrieving security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:45,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53eb0c46-cbbc-436f-b7af-4b8a2c891d00 2018-10-06 16:43:48,525 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-pub-net 2018-10-06 16:43:50,586 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-inst 2018-10-06 16:43:53,036 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-inst 2018-10-06 16:44:00,397 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:44:04,426 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:44:06,770 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-name not associated with the instance 3354800a-a62b-4c32-9718-347563137238 (HTTP 404) (Request-ID: req-c5980fa6-b3af-4cb7-b6ef-ca9b52ab2e8b) 2018-10-06 16:44:08,716 - create_instance - INFO - Deleting Port with ID - e63be6de-3ac1-43b4-bea7-405028fbdf15 2018-10-06 16:44:08,716 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-port 2018-10-06 16:44:09,394 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-inst 2018-10-06 16:44:09,608 - create_instance - INFO - Checking deletion status 2018-10-06 16:44:19,289 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-inst 2018-10-06 16:44:19,290 - neutron_utils - INFO - Deleting security group rule with ID - 73c25b38-e031-4f78-9545-7f95c8d3374e 2018-10-06 16:44:19,544 - neutron_utils - INFO - Deleting security group rule with ID - 718134aa-adf9-43c6-993c-35b05d64bedf 2018-10-06 16:44:19,804 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-name 2018-10-06 16:44:19,991 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-pub-subnet 2018-10-06 16:44:19,991 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-pub-subnet 2018-10-06 16:44:22,441 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-pub-net 2018-10-06 16:44:23,975 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-56b877e0-ecdf-4c6a-b427-ebd8f153c945-image 2018-10-06 16:44:25,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 283ac244-15c9-4bf8-8f9c-7a7d222e1201 2018-10-06 16:44:25,871 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:44:26,298 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-41cd0e23-41ef-4c3-proj 2018-10-06 16:44:26,513 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-41cd0e23-41ef-4c3-proj-role 2018-10-06 16:44:26,728 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-41cd0e23-41ef-4c3-user 2018-10-06 16:44:28,247 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-2f8713d8-8271-4c3-proj 2018-10-06 16:44:29,264 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-2f8713d8-8271-4c3-user 2018-10-06 16:44:29,498 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-2f8713d8-8271-4c3-proj-role 2018-10-06 16:44:29,519 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-2f8713d8-8271-4c3-proj-role to project CreateInstanceOnComputeHost-2f8713d8-8271-4c3-proj 2018-10-06 16:44:30,316 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-priv-net 2018-10-06 16:44:31,013 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-priv-subnet 2018-10-06 16:44:35,969 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-image 2018-10-06 16:44:36,122 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-image 2018-10-06 16:44:40,219 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-priv-net 2018-10-06 16:44:41,633 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 16:44:44,093 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 16:44:51,463 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:44:57,910 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-priv-net 2018-10-06 16:44:59,666 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 16:45:02,177 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 16:45:09,555 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:45:13,266 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:45:14,641 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:45:15,996 - create_instance - INFO - Deleting Port with ID - d8cab89f-7137-4e3a-bab2-810bee118766 2018-10-06 16:45:15,996 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9adport-1 2018-10-06 16:45:16,454 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 16:45:16,613 - create_instance - INFO - Checking deletion status 2018-10-06 16:45:19,930 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 16:45:19,931 - create_instance - INFO - Deleting Port with ID - 7fa439c5-7690-4f31-b8c3-a72c34080e91 2018-10-06 16:45:19,931 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9adport-2 2018-10-06 16:45:20,405 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 16:45:20,566 - create_instance - INFO - Checking deletion status 2018-10-06 16:45:23,714 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 16:45:23,843 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-priv-subnet 2018-10-06 16:45:23,843 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-priv-subnet 2018-10-06 16:45:25,958 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-priv-net 2018-10-06 16:45:27,419 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-71011d03-e452-4262-bb50-7661f2d5a9ad-image 2018-10-06 16:45:29,311 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-2f8713d8-8271-4c3-proj 2018-10-06 16:45:29,525 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-2f8713d8-8271-4c3-proj-role 2018-10-06 16:45:29,727 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-2f8713d8-8271-4c3-user 2018-10-06 16:45:31,169 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-7989968c-37d0-4dc-proj 2018-10-06 16:45:32,283 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-7989968c-37d0-4dc-user 2018-10-06 16:45:32,492 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-7989968c-37d0-4dc-proj-role 2018-10-06 16:45:32,575 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-7989968c-37d0-4dc-proj-role to project CreateInstanceFromThreePartImage-7989968c-37d0-4dc-proj 2018-10-06 16:45:32,705 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-06 16:45:36,932 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972 2018-10-06 16:45:37,096 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972 2018-10-06 16:45:38,458 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-pub-net 2018-10-06 16:45:39,496 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-pub-subnet 2018-10-06 16:45:44,012 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-pub-net 2018-10-06 16:45:46,138 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-inst 2018-10-06 16:45:48,719 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-inst 2018-10-06 16:45:56,619 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:45:58,000 - create_instance - INFO - Deleting Port with ID - fc440b60-a23a-49f5-abfc-c9d9a52f632e 2018-10-06 16:45:58,000 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-port 2018-10-06 16:45:58,628 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-inst 2018-10-06 16:45:58,800 - create_instance - INFO - Checking deletion status 2018-10-06 16:46:02,244 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-inst 2018-10-06 16:46:02,292 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-pub-subnet 2018-10-06 16:46:02,292 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-pub-subnet 2018-10-06 16:46:04,790 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972-pub-net 2018-10-06 16:46:06,722 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-73370d8b-2350-48bc-b42a-cf88d46ac972 2018-10-06 16:46:09,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 009e33af-10c2-443a-b77b-43d4e46abb29 2018-10-06 16:46:09,216 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:46:09,554 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-7989968c-37d0-4dc-proj 2018-10-06 16:46:09,777 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-7989968c-37d0-4dc-proj-role 2018-10-06 16:46:10,002 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-7989968c-37d0-4dc-user 2018-10-06 16:46:11,450 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-151568cd-ebfb-4e6-proj 2018-10-06 16:46:12,522 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-151568cd-ebfb-4e6-user 2018-10-06 16:46:12,726 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-151568cd-ebfb-4e6-proj-role 2018-10-06 16:46:12,815 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-151568cd-ebfb-4e6-proj-role to project CreateInstanceVolumeTests-151568cd-ebfb-4e6-proj 2018-10-06 16:46:16,147 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-image 2018-10-06 16:46:16,303 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-image 2018-10-06 16:46:17,635 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-pub-net 2018-10-06 16:46:18,592 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-pub-subnet 2018-10-06 16:46:20,901 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-1 2018-10-06 16:46:21,102 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-1 2018-10-06 16:46:22,266 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-2 2018-10-06 16:46:22,462 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-2 2018-10-06 16:46:25,580 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-pub-net 2018-10-06 16:46:26,824 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-inst 2018-10-06 16:46:28,751 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-inst 2018-10-06 16:46:36,427 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:46:38,535 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:46:43,876 - create_instance - INFO - Deleting Port with ID - 9319f283-bf76-4b41-92f8-09491b6e7103 2018-10-06 16:46:43,876 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-port 2018-10-06 16:46:49,179 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-inst 2018-10-06 16:46:49,333 - create_instance - INFO - Checking deletion status 2018-10-06 16:46:52,502 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-inst 2018-10-06 16:46:52,543 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-pub-subnet 2018-10-06 16:46:52,543 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-pub-subnet 2018-10-06 16:46:55,049 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-pub-net 2018-10-06 16:46:57,100 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-2 2018-10-06 16:47:00,557 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-2 2018-10-06 16:47:00,611 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-1 2018-10-06 16:47:04,214 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-1 2018-10-06 16:47:04,215 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-6706f721-64d5-44c0-8e88-39f1534cb9be-image 2018-10-06 16:47:06,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bc042ef-edbc-4e09-8141-808b9162902a 2018-10-06 16:47:06,376 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:47:06,705 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-151568cd-ebfb-4e6-proj 2018-10-06 16:47:06,964 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-151568cd-ebfb-4e6-proj-role 2018-10-06 16:47:07,163 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-151568cd-ebfb-4e6-user 2018-10-06 16:47:08,624 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-f890f439-f308-492-proj 2018-10-06 16:47:09,774 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-f890f439-f308-492-user 2018-10-06 16:47:09,990 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-f890f439-f308-492-proj-role 2018-10-06 16:47:10,078 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-f890f439-f308-492-proj-role to project CreateInstanceVolumeTests-f890f439-f308-492-proj 2018-10-06 16:47:13,303 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-image 2018-10-06 16:47:13,474 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-image 2018-10-06 16:47:14,806 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-pub-net 2018-10-06 16:47:15,808 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-pub-subnet 2018-10-06 16:47:17,930 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-1 2018-10-06 16:47:21,328 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-1 2018-10-06 16:47:22,580 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-2 2018-10-06 16:47:22,782 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-2 2018-10-06 16:47:26,176 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-pub-net 2018-10-06 16:47:27,918 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-inst 2018-10-06 16:47:30,291 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-inst 2018-10-06 16:47:37,710 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:47:40,122 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:47:43,458 - create_instance - INFO - VM is - ACTIVE 2018-10-06 16:47:47,683 - create_instance - INFO - Deleting Port with ID - c1cd5640-2674-404f-88d4-722c9a4a1ece 2018-10-06 16:47:47,683 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-port 2018-10-06 16:47:57,191 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-inst 2018-10-06 16:47:57,339 - create_instance - INFO - Checking deletion status 2018-10-06 16:48:00,668 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-inst 2018-10-06 16:48:00,723 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-pub-subnet 2018-10-06 16:48:00,723 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-pub-subnet 2018-10-06 16:48:03,167 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-pub-net 2018-10-06 16:48:04,833 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-2 2018-10-06 16:48:08,808 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-2 2018-10-06 16:48:09,012 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-1 2018-10-06 16:48:12,353 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-1 2018-10-06 16:48:12,354 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-78ac47d8-9ea8-4328-a1a2-fbfb0661a25c-image 2018-10-06 16:48:14,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da9ea920-0fbe-4ea1-bef4-ec4f42fdd409 2018-10-06 16:48:14,845 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:48:15,183 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-f890f439-f308-492-proj 2018-10-06 16:48:15,406 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-f890f439-f308-492-proj-role 2018-10-06 16:48:15,629 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-f890f439-f308-492-user 2018-10-06 16:48:17,032 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-a21ec94a-6b65-4fc-proj 2018-10-06 16:48:18,642 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-a21ec94a-6b65-4fc-proj 2018-10-06 16:48:18,777 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-a21ec94a-6b65-4fc-user 2018-10-06 16:48:18,972 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-a21ec94a-6b65-4fc-proj-role 2018-10-06 16:48:18,990 - keystone_utils - INFO - Granting role CreateStackSuccessTests-a21ec94a-6b65-4fc-proj-role to project CreateStackSuccessTests-a21ec94a-6b65-4fc-proj 2018-10-06 16:48:21,991 - create_image - INFO - Created image with name - CreateStackSuccessTests-af7c70a4-f234-4e31-a648-dd880d380d28-image 2018-10-06 16:48:22,147 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-af7c70a4-f234-4e31-a648-dd880d380d28-image 2018-10-06 16:48:27,613 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-af7c70a4-f234-4e31-a648-dd880d380d28-stack 2018-10-06 16:48:40,689 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-af7c70a4-f234-4e31-a648-dd880d380d28-stack 2018-10-06 16:48:50,337 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-af7c70a4-f234-4e31-a648-dd880d380d28-stack 2018-10-06 16:48:50,532 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-af7c70a4-f234-4e31-a648-dd880d380d28-image 2018-10-06 16:48:52,669 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e60efe6d-091a-462c-9522-f3e45c4cea16 2018-10-06 16:48:52,849 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:48:53,197 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-a21ec94a-6b65-4fc-proj 2018-10-06 16:48:53,435 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-a21ec94a-6b65-4fc-proj-role 2018-10-06 16:48:53,647 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-a21ec94a-6b65-4fc-user 2018-10-06 16:48:55,151 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-80a795bf-5c2b-475-proj 2018-10-06 16:48:56,706 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-80a795bf-5c2b-475-proj 2018-10-06 16:48:56,831 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-80a795bf-5c2b-475-user 2018-10-06 16:48:57,038 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-80a795bf-5c2b-475-proj-role 2018-10-06 16:48:57,122 - keystone_utils - INFO - Granting role CreateStackSuccessTests-80a795bf-5c2b-475-proj-role to project CreateStackSuccessTests-80a795bf-5c2b-475-proj 2018-10-06 16:49:00,963 - create_image - INFO - Created image with name - CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-image 2018-10-06 16:49:01,156 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-image 2018-10-06 16:49:05,329 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-stack 2018-10-06 16:49:22,680 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-stack 2018-10-06 16:49:24,354 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-stack 2018-10-06 16:49:24,354 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-stack 2018-10-06 16:49:24,354 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-stack 2018-10-06 16:49:34,407 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-stack 2018-10-06 16:49:34,460 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-11d32e1b-2362-4c48-894c-1fd124e9510a-image 2018-10-06 16:49:36,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0591975-35d5-4878-bf2c-bd7b59b47c9b 2018-10-06 16:49:36,999 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:49:37,317 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-80a795bf-5c2b-475-proj 2018-10-06 16:49:37,634 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-80a795bf-5c2b-475-proj-role 2018-10-06 16:49:37,841 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-80a795bf-5c2b-475-user 2018-10-06 16:49:39,241 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-536a930e-14cf-447-proj 2018-10-06 16:49:40,856 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-536a930e-14cf-447-proj 2018-10-06 16:49:40,981 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-536a930e-14cf-447-user 2018-10-06 16:49:41,181 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-536a930e-14cf-447-proj-role 2018-10-06 16:49:41,275 - keystone_utils - INFO - Granting role CreateStackSuccessTests-536a930e-14cf-447-proj-role to project CreateStackSuccessTests-536a930e-14cf-447-proj 2018-10-06 16:49:43,817 - create_image - INFO - Created image with name - CreateStackSuccessTests-4f24f2c6-7a5c-4073-98c2-2408293d160c-image 2018-10-06 16:49:43,977 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-4f24f2c6-7a5c-4073-98c2-2408293d160c-image 2018-10-06 16:49:48,995 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4f24f2c6-7a5c-4073-98c2-2408293d160c-stack 2018-10-06 16:49:48,995 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-06 16:49:50,104 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-06 16:49:50,104 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-4f24f2c6-7a5c-4073-98c2-2408293d160c-stack 2018-10-06 16:50:03,583 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-4f24f2c6-7a5c-4073-98c2-2408293d160c-stack 2018-10-06 16:50:03,802 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-4f24f2c6-7a5c-4073-98c2-2408293d160c-image 2018-10-06 16:50:06,439 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 57983748-966f-43bd-b0eb-75b983ef42df 2018-10-06 16:50:06,612 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:50:06,936 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-536a930e-14cf-447-proj 2018-10-06 16:50:07,160 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-536a930e-14cf-447-proj-role 2018-10-06 16:50:07,406 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-536a930e-14cf-447-user 2018-10-06 16:50:08,869 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2f1c74d1-b3c6-44a-proj 2018-10-06 16:50:10,490 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-2f1c74d1-b3c6-44a-proj 2018-10-06 16:50:10,621 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2f1c74d1-b3c6-44a-user 2018-10-06 16:50:10,829 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2f1c74d1-b3c6-44a-proj-role 2018-10-06 16:50:10,917 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2f1c74d1-b3c6-44a-proj-role to project CreateStackSuccessTests-2f1c74d1-b3c6-44a-proj 2018-10-06 16:50:14,476 - create_image - INFO - Created image with name - CreateStackSuccessTests-a350dfe6-3948-436c-873a-7c5bcdd219cc-image 2018-10-06 16:50:14,647 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a350dfe6-3948-436c-873a-7c5bcdd219cc-image 2018-10-06 16:50:18,683 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a350dfe6-3948-436c-873a-7c5bcdd219cc-stack 2018-10-06 16:50:32,480 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a350dfe6-3948-436c-873a-7c5bcdd219cc-stack 2018-10-06 16:50:33,444 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a350dfe6-3948-436c-873a-7c5bcdd219cc-stack 2018-10-06 16:50:44,040 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a350dfe6-3948-436c-873a-7c5bcdd219cc-stack 2018-10-06 16:50:44,263 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a350dfe6-3948-436c-873a-7c5bcdd219cc-image 2018-10-06 16:50:46,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 935b879d-310d-4508-962e-b51948ef4cc0 2018-10-06 16:50:46,250 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:50:46,822 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2f1c74d1-b3c6-44a-proj 2018-10-06 16:50:47,107 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2f1c74d1-b3c6-44a-proj-role 2018-10-06 16:50:47,418 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2f1c74d1-b3c6-44a-user 2018-10-06 16:50:48,954 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-7e314262-dcf1-407-proj 2018-10-06 16:50:50,444 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-7e314262-dcf1-407-proj 2018-10-06 16:50:50,526 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-7e314262-dcf1-407-user 2018-10-06 16:50:50,721 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-7e314262-dcf1-407-proj-role 2018-10-06 16:50:50,815 - keystone_utils - INFO - Granting role CreateStackSuccessTests-7e314262-dcf1-407-proj-role to project CreateStackSuccessTests-7e314262-dcf1-407-proj 2018-10-06 16:50:54,192 - create_image - INFO - Created image with name - CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-image 2018-10-06 16:50:54,446 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-image 2018-10-06 16:50:58,398 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-stack 2018-10-06 16:51:15,801 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-stack 2018-10-06 16:51:17,581 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-stack 2018-10-06 16:51:17,945 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-stack 2018-10-06 16:51:28,133 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-stack 2018-10-06 16:51:28,189 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-b8dd4263-7ed1-4c50-8eba-68a946d0beb4-image 2018-10-06 16:51:31,517 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1d10346-ba65-4b85-8f28-b75cc0b62332 2018-10-06 16:51:31,710 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:51:32,080 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-7e314262-dcf1-407-proj 2018-10-06 16:51:32,346 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-7e314262-dcf1-407-proj-role 2018-10-06 16:51:32,540 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-7e314262-dcf1-407-user 2018-10-06 16:51:34,098 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-9df1c42f-13eb-47d-proj 2018-10-06 16:51:35,733 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-9df1c42f-13eb-47d-proj 2018-10-06 16:51:36,138 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-9df1c42f-13eb-47d-user 2018-10-06 16:51:36,351 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-9df1c42f-13eb-47d-proj-role 2018-10-06 16:51:36,443 - keystone_utils - INFO - Granting role CreateStackSuccessTests-9df1c42f-13eb-47d-proj-role to project CreateStackSuccessTests-9df1c42f-13eb-47d-proj 2018-10-06 16:51:39,345 - create_image - INFO - Created image with name - CreateStackSuccessTests-00b13f77-34c3-4711-989f-9bbc4d35edff-image 2018-10-06 16:51:39,502 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-00b13f77-34c3-4711-989f-9bbc4d35edff-image 2018-10-06 16:51:43,431 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-00b13f77-34c3-4711-989f-9bbc4d35edff-stack 2018-10-06 16:52:00,341 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-00b13f77-34c3-4711-989f-9bbc4d35edff-stack 2018-10-06 16:52:04,399 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-00b13f77-34c3-4711-989f-9bbc4d35edff-stack 2018-10-06 16:52:13,878 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-00b13f77-34c3-4711-989f-9bbc4d35edff-stack 2018-10-06 16:52:14,083 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-00b13f77-34c3-4711-989f-9bbc4d35edff-image 2018-10-06 16:52:16,093 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8816c14c-9b26-4b37-adc1-e6497a8957bc 2018-10-06 16:52:16,271 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:52:16,649 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-9df1c42f-13eb-47d-proj 2018-10-06 16:52:17,011 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-9df1c42f-13eb-47d-proj-role 2018-10-06 16:52:17,272 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-9df1c42f-13eb-47d-user 2018-10-06 16:52:18,763 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-9c067309-ba1a-415-proj 2018-10-06 16:52:20,338 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-9c067309-ba1a-415-proj 2018-10-06 16:52:20,472 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-9c067309-ba1a-415-user 2018-10-06 16:52:20,667 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-9c067309-ba1a-415-proj-role 2018-10-06 16:52:20,759 - keystone_utils - INFO - Granting role CreateStackSuccessTests-9c067309-ba1a-415-proj-role to project CreateStackSuccessTests-9c067309-ba1a-415-proj 2018-10-06 16:52:24,200 - create_image - INFO - Created image with name - CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-image 2018-10-06 16:52:24,220 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-image 2018-10-06 16:52:28,106 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-stack 2018-10-06 16:52:44,656 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-stack 2018-10-06 16:52:50,751 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-inst 2018-10-06 16:52:58,807 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-stack 2018-10-06 16:53:08,672 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-stack 2018-10-06 16:53:08,725 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2a11641b-7a23-41ea-9fad-ca56c3ddf5f0-image 2018-10-06 16:53:10,662 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f8910b1-4ea5-4ef2-95cf-6535218dcab5 2018-10-06 16:53:10,849 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:53:11,208 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-9c067309-ba1a-415-proj 2018-10-06 16:53:11,484 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-9c067309-ba1a-415-proj-role 2018-10-06 16:53:11,684 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-9c067309-ba1a-415-user 2018-10-06 16:53:13,146 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-859dd12a-8216-415-proj 2018-10-06 16:53:14,689 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-859dd12a-8216-415-proj 2018-10-06 16:53:15,222 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-859dd12a-8216-415-proj 2018-10-06 16:53:15,346 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-859dd12a-8216-415-user 2018-10-06 16:53:15,553 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-859dd12a-8216-415-proj-role 2018-10-06 16:53:15,634 - keystone_utils - INFO - Granting role CreateStackVolumeTests-859dd12a-8216-415-proj-role to project CreateStackVolumeTests-859dd12a-8216-415-proj 2018-10-06 16:53:19,174 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-40ea6d49-2f3c-4828-be4d-16d7461cd35b-stack 2018-10-06 16:53:22,757 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-40ea6d49-2f3c-4828-be4d-16d7461cd35b-stack 2018-10-06 16:53:23,950 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-40ea6d49-2f3c-4828-be4d-16d7461cd35b-stack 2018-10-06 16:53:28,523 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-40ea6d49-2f3c-4828-be4d-16d7461cd35b-stack 2018-10-06 16:53:29,143 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-859dd12a-8216-415-proj 2018-10-06 16:53:29,403 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-859dd12a-8216-415-proj-role 2018-10-06 16:53:29,602 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-859dd12a-8216-415-user 2018-10-06 16:53:31,086 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-f32b5c41-571e-44b-proj 2018-10-06 16:53:32,548 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-f32b5c41-571e-44b-proj 2018-10-06 16:53:33,043 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-f32b5c41-571e-44b-proj 2018-10-06 16:53:33,174 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-f32b5c41-571e-44b-user 2018-10-06 16:53:33,361 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-f32b5c41-571e-44b-proj-role 2018-10-06 16:53:33,446 - keystone_utils - INFO - Granting role CreateStackVolumeTests-f32b5c41-571e-44b-proj-role to project CreateStackVolumeTests-f32b5c41-571e-44b-proj 2018-10-06 16:53:36,181 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-3e550851-4d62-41bf-928d-a7e38f2c5cb7-stack 2018-10-06 16:53:39,785 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-3e550851-4d62-41bf-928d-a7e38f2c5cb7-stack 2018-10-06 16:53:41,686 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-3e550851-4d62-41bf-928d-a7e38f2c5cb7-stack 2018-10-06 16:53:45,317 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-3e550851-4d62-41bf-928d-a7e38f2c5cb7-stack 2018-10-06 16:53:46,388 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-f32b5c41-571e-44b-proj 2018-10-06 16:53:46,617 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-f32b5c41-571e-44b-proj-role 2018-10-06 16:53:46,813 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-f32b5c41-571e-44b-user 2018-10-06 16:53:48,309 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-5565f57d-444d-45e-proj 2018-10-06 16:53:49,887 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-5565f57d-444d-45e-proj 2018-10-06 16:53:50,408 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-5565f57d-444d-45e-proj 2018-10-06 16:53:50,526 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-5565f57d-444d-45e-user 2018-10-06 16:53:50,721 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-5565f57d-444d-45e-proj-role 2018-10-06 16:53:50,807 - keystone_utils - INFO - Granting role CreateStackFlavorTests-5565f57d-444d-45e-proj-role to project CreateStackFlavorTests-5565f57d-444d-45e-proj 2018-10-06 16:53:53,531 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-f0735361-0305-4098-9d75-6114f2bdd626-stack 2018-10-06 16:53:53,760 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-f0735361-0305-4098-9d75-6114f2bdd626-stack 2018-10-06 16:53:54,782 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-f0735361-0305-4098-9d75-6114f2bdd626-stack-flavor-vngollx5n4af 2018-10-06 16:53:54,782 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-f0735361-0305-4098-9d75-6114f2bdd626-stack 2018-10-06 16:53:58,441 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-f0735361-0305-4098-9d75-6114f2bdd626-stack 2018-10-06 16:53:58,962 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-5565f57d-444d-45e-proj 2018-10-06 16:53:59,221 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-5565f57d-444d-45e-proj-role 2018-10-06 16:53:59,431 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-5565f57d-444d-45e-user 2018-10-06 16:54:00,936 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-acb8db10-1460-451-proj 2018-10-06 16:54:02,369 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-acb8db10-1460-451-proj 2018-10-06 16:54:02,490 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-acb8db10-1460-451-user 2018-10-06 16:54:02,781 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-acb8db10-1460-451-proj-role 2018-10-06 16:54:02,863 - keystone_utils - INFO - Granting role CreateStackKeypairTests-acb8db10-1460-451-proj-role to project CreateStackKeypairTests-acb8db10-1460-451-proj 2018-10-06 16:54:05,362 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-658917fb-b5ba-49f6-b27c-9427dd5676ce-stack 2018-10-06 16:54:05,858 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-658917fb-b5ba-49f6-b27c-9427dd5676ce-stack 2018-10-06 16:54:07,513 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-658917fb-b5ba-49f6-b27c-9427dd5676ce-stack 2018-10-06 16:54:11,154 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-658917fb-b5ba-49f6-b27c-9427dd5676ce-stack 2018-10-06 16:54:11,694 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-acb8db10-1460-451-proj 2018-10-06 16:54:11,910 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-acb8db10-1460-451-proj-role 2018-10-06 16:54:12,120 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-acb8db10-1460-451-user 2018-10-06 16:54:13,553 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-89e0ab77-bc6d-474-proj 2018-10-06 16:54:15,083 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-89e0ab77-bc6d-474-proj 2018-10-06 16:54:15,215 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-89e0ab77-bc6d-474-user 2018-10-06 16:54:15,404 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-89e0ab77-bc6d-474-proj-role 2018-10-06 16:54:15,494 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-89e0ab77-bc6d-474-proj-role to project CreateStackSecurityGroupTests-89e0ab77-bc6d-474-proj 2018-10-06 16:54:17,969 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-35407601-5601-41f3-b5a7-5ba3dda17897-stack 2018-10-06 16:54:21,938 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-35407601-5601-41f3-b5a7-5ba3dda17897-stack 2018-10-06 16:54:22,160 - neutron_utils - INFO - Retrieving security group with ID - cfe86889-c991-449f-9106-236a55d4668a 2018-10-06 16:54:22,246 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe86889-c991-449f-9106-236a55d4668a 2018-10-06 16:54:22,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe86889-c991-449f-9106-236a55d4668a 2018-10-06 16:54:23,225 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe86889-c991-449f-9106-236a55d4668a 2018-10-06 16:54:23,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe86889-c991-449f-9106-236a55d4668a 2018-10-06 16:54:23,599 - neutron_utils - INFO - Retrieving security group with ID - cfe86889-c991-449f-9106-236a55d4668a 2018-10-06 16:54:23,649 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe86889-c991-449f-9106-236a55d4668a 2018-10-06 16:54:23,817 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-35407601-5601-41f3-b5a7-5ba3dda17897-stack 2018-10-06 16:54:27,305 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-35407601-5601-41f3-b5a7-5ba3dda17897-stack 2018-10-06 16:54:27,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01ec095c-166c-4488-bf23-9f5c75b6afc2 2018-10-06 16:54:27,981 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:54:28,296 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-89e0ab77-bc6d-474-proj 2018-10-06 16:54:28,556 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-89e0ab77-bc6d-474-proj-role 2018-10-06 16:54:28,756 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-89e0ab77-bc6d-474-user 2018-10-06 16:54:30,176 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-00f834cf-50a7-4fd-proj 2018-10-06 16:54:31,708 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-00f834cf-50a7-4fd-proj 2018-10-06 16:54:31,766 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-00f834cf-50a7-4fd-user 2018-10-06 16:54:31,948 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-00f834cf-50a7-4fd-proj-role 2018-10-06 16:54:32,034 - keystone_utils - INFO - Granting role CreateStackNegativeTests-00f834cf-50a7-4fd-proj-role to project CreateStackNegativeTests-00f834cf-50a7-4fd-proj 2018-10-06 16:54:33,280 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-00f834cf-50a7-4fd-proj 2018-10-06 16:54:33,502 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-00f834cf-50a7-4fd-proj-role 2018-10-06 16:54:33,694 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-00f834cf-50a7-4fd-user 2018-10-06 16:54:35,093 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-1ae07397-3933-492-proj 2018-10-06 16:54:36,628 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-1ae07397-3933-492-proj 2018-10-06 16:54:36,760 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-1ae07397-3933-492-user 2018-10-06 16:54:36,972 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-1ae07397-3933-492-proj-role 2018-10-06 16:54:37,061 - keystone_utils - INFO - Granting role CreateStackNegativeTests-1ae07397-3933-492-proj-role to project CreateStackNegativeTests-1ae07397-3933-492-proj 2018-10-06 16:54:38,660 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-1ae07397-3933-492-proj 2018-10-06 16:54:38,867 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-1ae07397-3933-492-proj-role 2018-10-06 16:54:39,077 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-1ae07397-3933-492-user 2018-10-06 16:54:40,482 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-proj 2018-10-06 16:54:41,542 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-user 2018-10-06 16:54:41,746 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-proj-role 2018-10-06 16:54:41,830 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-proj-role to project CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-proj 2018-10-06 16:54:44,598 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-image 2018-10-06 16:54:44,618 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-image 2018-10-06 16:54:45,244 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-pub-net 2018-10-06 16:54:46,346 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-pub-subnet 2018-10-06 16:54:49,095 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-pub-router 2018-10-06 16:54:50,014 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-pub-subnet 2018-10-06 16:54:50,014 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-pub-subnet 2018-10-06 16:54:52,412 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-pub-net 2018-10-06 16:54:54,220 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-f43c84e2-e205-4b08-8f66-84e80455e10d-image 2018-10-06 16:54:56,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dce4e305-dddd-4026-8e02-3d48c68c8542 2018-10-06 16:54:56,497 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:54:56,988 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-proj 2018-10-06 16:54:57,202 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-proj-role 2018-10-06 16:54:57,402 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b746d2b4-7b23-494-user 2018-10-06 16:54:58,907 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-746aa691-6810-44d-proj 2018-10-06 16:55:00,087 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-746aa691-6810-44d-user 2018-10-06 16:55:00,290 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-746aa691-6810-44d-proj-role 2018-10-06 16:55:00,308 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-746aa691-6810-44d-proj-role to project CreateInstanceSingleNetworkTests-746aa691-6810-44d-proj 2018-10-06 16:55:03,393 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-image 2018-10-06 16:55:03,558 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-image 2018-10-06 16:55:04,264 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-pub-net 2018-10-06 16:55:05,547 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-pub-subnet 2018-10-06 16:55:08,112 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-pub-router 2018-10-06 16:55:09,207 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-pub-subnet 2018-10-06 16:55:09,207 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-pub-subnet 2018-10-06 16:55:11,546 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-pub-net 2018-10-06 16:55:12,862 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a0adfd96-d9bc-4d48-a84b-d1acb055ce23-image 2018-10-06 16:55:14,389 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc716c1f-2b4f-48d3-aa96-d7a9230c52b9 2018-10-06 16:55:14,570 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:55:14,869 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-746aa691-6810-44d-proj 2018-10-06 16:55:15,198 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-746aa691-6810-44d-proj-role 2018-10-06 16:55:15,392 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-746aa691-6810-44d-user 2018-10-06 16:55:16,823 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-proj 2018-10-06 16:55:17,955 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-user 2018-10-06 16:55:18,164 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-proj-role 2018-10-06 16:55:18,255 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-proj-role to project CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-proj 2018-10-06 16:55:21,477 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-image 2018-10-06 16:55:21,495 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-image 2018-10-06 16:55:22,110 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-pub-net 2018-10-06 16:55:23,100 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-pub-subnet 2018-10-06 16:55:25,616 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-pub-router 2018-10-06 16:55:26,637 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-pub-subnet 2018-10-06 16:55:26,637 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-pub-subnet 2018-10-06 16:55:29,012 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-pub-net 2018-10-06 16:55:30,338 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ee0fa9cc-549f-4fef-b3b2-d219ec98e967-image 2018-10-06 16:55:31,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 57b18da4-e001-4f78-bd87-973f1b53cfc7 2018-10-06 16:55:32,143 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:55:32,429 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-proj 2018-10-06 16:55:32,701 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-proj-role 2018-10-06 16:55:32,894 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ce45866f-bf8c-437-user 2018-10-06 16:55:34,380 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-12dee717-b6b6-472-proj 2018-10-06 16:55:35,373 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-12dee717-b6b6-472-user 2018-10-06 16:55:35,559 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-12dee717-b6b6-472-proj-role 2018-10-06 16:55:35,647 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-12dee717-b6b6-472-proj-role to project CreateInstanceSingleNetworkTests-12dee717-b6b6-472-proj 2018-10-06 16:55:39,084 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-image 2018-10-06 16:55:39,252 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-image 2018-10-06 16:55:39,879 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-pub-net 2018-10-06 16:55:40,846 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-pub-subnet 2018-10-06 16:55:43,723 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-pub-router 2018-10-06 16:55:44,702 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-pub-subnet 2018-10-06 16:55:44,702 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-pub-subnet 2018-10-06 16:55:47,404 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-pub-net 2018-10-06 16:55:48,999 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a74b9439-8d8d-4b39-bf5a-98a0915480b4-image 2018-10-06 16:55:51,519 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84249524-348d-48da-8e7e-f9159ba96ed4 2018-10-06 16:55:51,788 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:55:52,111 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-12dee717-b6b6-472-proj 2018-10-06 16:55:52,390 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-12dee717-b6b6-472-proj-role 2018-10-06 16:55:52,612 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-12dee717-b6b6-472-user 2018-10-06 16:55:54,050 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-proj 2018-10-06 16:55:55,062 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-user 2018-10-06 16:55:55,392 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-proj-role 2018-10-06 16:55:55,412 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-proj-role to project CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-proj 2018-10-06 16:55:58,666 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-image 2018-10-06 16:55:58,835 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-image 2018-10-06 16:55:59,465 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-pub-net 2018-10-06 16:56:00,505 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-pub-subnet 2018-10-06 16:56:03,141 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-pub-router 2018-10-06 16:56:04,247 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-pub-subnet 2018-10-06 16:56:04,247 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-pub-subnet 2018-10-06 16:56:06,509 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-pub-net 2018-10-06 16:56:08,348 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-3399a8b3-d435-4302-bd0a-1806ac4727ba-image 2018-10-06 16:56:10,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78127798-4d1e-46eb-9d2d-9d23deca3a23 2018-10-06 16:56:10,330 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:56:10,652 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-proj 2018-10-06 16:56:10,880 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-proj-role 2018-10-06 16:56:11,094 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-33ee5b94-75b7-4aa-user 2018-10-06 16:56:12,535 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-proj 2018-10-06 16:56:13,661 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-user 2018-10-06 16:56:13,865 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-proj-role 2018-10-06 16:56:13,885 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-proj-role to project CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-proj 2018-10-06 16:56:16,426 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-image 2018-10-06 16:56:16,597 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-image 2018-10-06 16:56:17,228 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-pub-net 2018-10-06 16:56:18,379 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-pub-subnet 2018-10-06 16:56:21,113 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-pub-router 2018-10-06 16:56:21,888 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-pub-subnet 2018-10-06 16:56:21,888 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-pub-subnet 2018-10-06 16:56:24,318 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-pub-net 2018-10-06 16:56:25,605 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-131aa6cc-e75e-4516-b730-28763df99b46-image 2018-10-06 16:56:27,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcc2062c-1c88-4f78-a027-f8604307f3e8 2018-10-06 16:56:27,752 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:56:28,070 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-proj 2018-10-06 16:56:28,341 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-proj-role 2018-10-06 16:56:28,546 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ab55e026-9a3d-46e-user 2018-10-06 16:56:29,997 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-proj 2018-10-06 16:56:31,051 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-user 2018-10-06 16:56:31,249 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-proj-role 2018-10-06 16:56:31,268 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-proj-role to project CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-proj 2018-10-06 16:56:34,905 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-image 2018-10-06 16:56:34,924 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-image 2018-10-06 16:56:35,544 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-pub-net 2018-10-06 16:56:36,385 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-pub-subnet 2018-10-06 16:56:39,392 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-pub-router 2018-10-06 16:56:40,331 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-pub-subnet 2018-10-06 16:56:40,331 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-pub-subnet 2018-10-06 16:56:42,801 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-pub-net 2018-10-06 16:56:44,572 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-13163c6e-0dc0-40d2-b6e3-017a6205403f-image 2018-10-06 16:56:46,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc8eb242-0e7f-4e62-ada0-230c43623ac9 2018-10-06 16:56:46,662 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:56:46,971 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-proj 2018-10-06 16:56:47,239 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-proj-role 2018-10-06 16:56:47,451 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-08eb0b6e-b410-4c1-user 2018-10-06 16:56:48,853 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj 2018-10-06 16:56:50,363 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj 2018-10-06 16:56:50,855 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj 2018-10-06 16:56:51,006 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-5aca289a-5e6f-44c-user 2018-10-06 16:56:51,195 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj-role 2018-10-06 16:56:51,285 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj-role to project CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj 2018-10-06 16:56:54,833 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-d94f8d1b-a36a-4728-a3d4-431b7064fb55-image 2018-10-06 16:56:55,000 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-d94f8d1b-a36a-4728-a3d4-431b7064fb55-image 2018-10-06 16:56:59,563 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d94f8d1b-a36a-4728-a3d4-431b7064fb55-stack 2018-10-06 16:57:06,705 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-d94f8d1b-a36a-4728-a3d4-431b7064fb55-stack failed 2018-10-06 16:57:06,705 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,705 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,705 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,705 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,705 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,705 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 31ff5876-2a57-4cd5-9d70-d68f7e3cad0c. Neutron server returns request_ids: ['req-5623ac5e-160d-4a74-a51a-286ab9ea31a8']] 2018-10-06 16:57:06,706 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,706 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,706 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:06,707 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d94f8d1b-a36a-4728-a3d4-431b7064fb55-stack 2018-10-06 16:57:20,020 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d94f8d1b-a36a-4728-a3d4-431b7064fb55-stack 2018-10-06 16:57:20,228 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-d94f8d1b-a36a-4728-a3d4-431b7064fb55-image 2018-10-06 16:57:21,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5dce8647-dced-4de8-9e13-9ffef35c33e4 2018-10-06 16:57:21,703 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:57:22,020 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj 2018-10-06 16:57:22,299 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-5aca289a-5e6f-44c-proj-role 2018-10-06 16:57:22,503 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-5aca289a-5e6f-44c-user 2018-10-06 16:57:23,895 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj 2018-10-06 16:57:25,390 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj 2018-10-06 16:57:25,887 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj 2018-10-06 16:57:26,011 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-829267e7-0ea8-4a1-user 2018-10-06 16:57:26,200 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj-role 2018-10-06 16:57:26,293 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj-role to project CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj 2018-10-06 16:57:28,646 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-32ea7438-ffb1-4f90-8d65-2edf873a0d6c-image 2018-10-06 16:57:28,823 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-32ea7438-ffb1-4f90-8d65-2edf873a0d6c-image 2018-10-06 16:57:32,876 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-32ea7438-ffb1-4f90-8d65-2edf873a0d6c-stack 2018-10-06 16:57:40,384 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-32ea7438-ffb1-4f90-8d65-2edf873a0d6c-stack failed 2018-10-06 16:57:40,384 - create_stack - ERROR - Resource: [network] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 31ff5876-2a57-4cd5-9d70-d68f7e3cad0c. Neutron server returns request_ids: ['req-d255e0bf-68bb-41a1-bf53-6005516da09a']] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,385 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-10-06 16:57:40,386 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-32ea7438-ffb1-4f90-8d65-2edf873a0d6c-stack 2018-10-06 16:57:53,523 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-32ea7438-ffb1-4f90-8d65-2edf873a0d6c-stack 2018-10-06 16:57:53,896 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-32ea7438-ffb1-4f90-8d65-2edf873a0d6c-image 2018-10-06 16:57:56,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5e7a4f2-fc33-418a-a2cd-918a7ae9ad9f 2018-10-06 16:57:56,688 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:57:57,005 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj 2018-10-06 16:57:57,300 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-829267e7-0ea8-4a1-proj-role 2018-10-06 16:57:57,522 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-829267e7-0ea8-4a1-user 2018-10-06 16:57:58,979 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-1325cbac-fce3-483-proj 2018-10-06 16:58:00,183 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-1325cbac-fce3-483-user 2018-10-06 16:58:00,393 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-1325cbac-fce3-483-proj-role 2018-10-06 16:58:00,411 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-1325cbac-fce3-483-proj-role to project AnsibleProvisioningTests-1325cbac-fce3-483-proj 2018-10-06 16:58:09,233 - create_image - INFO - Created image with name - AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8--image 2018-10-06 16:58:09,401 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8--image 2018-10-06 16:58:10,042 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8-pub-net 2018-10-06 16:58:11,214 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8-pub-subnet 2018-10-06 16:58:13,713 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8-pub-router 2018-10-06 16:58:14,705 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8-pub-subnet 2018-10-06 16:58:14,705 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8-pub-subnet 2018-10-06 16:58:17,090 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8-pub-net 2018-10-06 16:58:18,700 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-fa158168-52d4-4971-b5a7-7974636793e8--image 2018-10-06 16:58:21,163 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7797150-e89b-4bc9-a009-ee32f9a3ed04 2018-10-06 16:58:21,344 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:58:21,676 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-1325cbac-fce3-483-proj 2018-10-06 16:58:21,936 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-1325cbac-fce3-483-proj-role 2018-10-06 16:58:22,134 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-1325cbac-fce3-483-user 2018-10-06 16:58:23,631 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-36a92456-965a-433-proj 2018-10-06 16:58:24,692 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-36a92456-965a-433-user 2018-10-06 16:58:24,895 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-36a92456-965a-433-proj-role 2018-10-06 16:58:24,915 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-36a92456-965a-433-proj-role to project AnsibleProvisioningTests-36a92456-965a-433-proj 2018-10-06 16:58:34,060 - create_image - INFO - Created image with name - AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268--image 2018-10-06 16:58:34,224 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268--image 2018-10-06 16:58:34,842 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268-pub-net 2018-10-06 16:58:35,832 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268-pub-subnet 2018-10-06 16:58:38,449 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268-pub-router 2018-10-06 16:58:39,391 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268-pub-subnet 2018-10-06 16:58:39,391 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268-pub-subnet 2018-10-06 16:58:41,938 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268-pub-net 2018-10-06 16:58:43,244 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-25c5288d-e2ff-484c-910a-4b0b8f7ea268--image 2018-10-06 16:58:45,055 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8a387f2-9b24-4ddf-a20b-b61b0cc81a31 2018-10-06 16:58:45,233 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 16:58:45,550 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-36a92456-965a-433-proj 2018-10-06 16:58:45,820 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-36a92456-965a-433-proj-role 2018-10-06 16:58:46,020 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-36a92456-965a-433-user 2018-10-06 16:58:46,372 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 16:58:46,373 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:42 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-06 16:58:48,103 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-06 16:58:48,154 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-06 16:58:49,623 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 16:58:51,401 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 16:58:53,901 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 16:58:53.457 11098 INFO rally.deployment.engine [-] Deployment 69bdadd9-d449-42bb-be76-fd4ffba2de91 | Starting: Destroy cloud and free allocated resources. 2018-10-06 16:58:53.547 11098 INFO rally.deployment.engine [-] Deployment 69bdadd9-d449-42bb-be76-fd4ffba2de91 | Completed: Destroy cloud and free allocated resources. 2018-10-06 16:58:53.605 11098 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f) for deployment 'opnfv-rally'. 2018-10-06 16:58:53.637 11098 INFO rally.api [-] Deleting verification (UUID=d0a97dfb-c5ed-4803-848d-6d2268f2ec9e). 2018-10-06 16:58:53.676 11098 INFO rally.api [-] Verification has been successfully deleted! 2018-10-06 16:58:53.677 11098 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f). 2018-10-06 16:58:53.686 11098 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 16:58:56,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 16:58:56.087 11101 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6b648ab6-a1c7-4de3-9be5-ec87e221af1a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6b648ab6-a1c7-4de3-9be5-ec87e221af1a | 2018-10-06T16:58:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6b648ab6-a1c7-4de3-9be5-ec87e221af1a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-06 16:58:59,819 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-06 16:58:59,819 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 16:59:02,148 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-06 16:59:01.821 11107 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5a58dbfd-cf08-4bca-a27b-4996e7dc605f). 2018-10-06 16:59:01.990 11107 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-06 16:59:05,713 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 16:59:04.241 11110 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 16:59:04.398 11110 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 16:59:05.517 11110 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=10328c18-6982-4bd2-b01c-d5780a7dc866) has been successfully created! Using verifier 'opnfv-tempest' (UUID=10328c18-6982-4bd2-b01c-d5780a7dc866) as the default verifier for the future CLI operations. 2018-10-06 16:59:08,778 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-06 16:59:16,770 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 16:59:15.735 11129 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=10328c18-6982-4bd2-b01c-d5780a7dc866) for deployment 'opnfv-rally' (UUID=6b648ab6-a1c7-4de3-9be5-ec87e221af1a). 2018-10-06 16:59:16.607 11129 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 16:59:16.609 11129 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=10328c18-6982-4bd2-b01c-d5780a7dc866) has been successfully configured for deployment 'opnfv-rally' (UUID=6b648ab6-a1c7-4de3-9be5-ec87e221af1a)! 2018-10-06 16:59:19,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-10328c18-6982-4bd2-b01c-d5780a7dc866/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-06 16:59:19,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-10-06 16:59:22,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 16:59:22.126 11138 INFO rally.api [-] Starting verification (UUID=22544ea4-14d2-4e71-9e23-f69c1f251179) for deployment 'opnfv-rally' (UUID=6b648ab6-a1c7-4de3-9be5-ec87e221af1a) by verifier 'opnfv-tempest' (UUID=10328c18-6982-4bd2-b01c-d5780a7dc866). 2018-10-06 17:01:14,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 22544ea4-14d2-4e71-9e23-f69c1f251179 2018-10-06 17:01:14,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '22544ea4-14d2-4e71-9e23-f69c1f251179']'. 2018-10-06 17:01:15,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 17:01:15,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 17:01:15,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 17:01:15,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 22544ea4-14d2-4e71-9e23-f69c1f251179 | 2018-10-06 17:01:15,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-06 17:01:15,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 16:59:22 | 2018-10-06 17:01:15,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 17:01:13 | 2018-10-06 17:01:15,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:51 | 2018-10-06 17:01:15,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 17:01:15,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 17:01:15,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 10328c18-6982-4bd2-b01c-d5780a7dc866) | 2018-10-06 17:01:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 17:01:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6b648ab6-a1c7-4de3-9be5-ec87e221af1a) | 2018-10-06 17:01:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-06 17:01:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.291 | 2018-10-06 17:01:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-06 17:01:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-10-06 17:01:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 17:01:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 17:01:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-06 17:01:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 17:01:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 17:01:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 17:01:15,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-10-06 17:01:15,384 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 17:01:15,385 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-06 17:01:20,715 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-06 17:01:20,716 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:37 | FAIL | | vping_userdata | functest | smoke | 01:19 | PASS | | tempest_smoke_serial | functest | smoke | 16:43 | FAIL | | rally_sanity | functest | smoke | 22:45 | FAIL | | refstack_defcore | functest | smoke | 04:08 | FAIL | | patrole | functest | smoke | 02:54 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 39:42 | FAIL | | neutron_trunk | functest | smoke | 02:06 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-06 17:01:20,726 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-06 17:01:55,383 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-293 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 17:01:55,388 - 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=JPc8dPtNa68vxFqmyZqsPTJPe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.10 export OS_REGION_NAME=regionOne 2018-10-06 17:01:55,388 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 17:01:55,389 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-10-06 17:01:55,410 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-06 17:01:55,428 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-06 17:06:14,708 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-06 17:06:14,838 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 17:06:14,839 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:19 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-06 17:06:14,874 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-06 17:06:15,349 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-06 17:06:15,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:06:15,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:06:15,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:06:15,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:06:15,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:06:15,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:06:15,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:06:15,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:06:15,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:06:15,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:06:15,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:06:15,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:06:15,998 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-06 17:06:15,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:06:16,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1f95144-0fee-4206-adf3-90ff195623ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:06:16,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c1f95144-0fee-4206-adf3-90ff195623ae 2018-10-06 17:06:16,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:06:16,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["iaxnUhSxTJ-GbphBOO51AQ"], "issued_at": "2018-10-06T17:06:16.000000Z"}} 2018-10-06 17:06:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e82a96ddd5ba5016f0b2a3faa9a20c62b771676" 2018-10-06 17:06:16,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eced3c2-1b8c-4025-bff9-b841f794ffdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:06:16,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4eced3c2-1b8c-4025-bff9-b841f794ffdd 2018-10-06 17:06:16,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:06:16,494 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 17:06:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 598 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "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.10: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.10:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 17:06:16,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e82a96ddd5ba5016f0b2a3faa9a20c62b771676" 2018-10-06 17:06:16,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab117b57-c683-4280-85b9-5e678ef25c64 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.10:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.10:35357/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.10:35357/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 17:06:16,574 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/projects used request id req-ab117b57-c683-4280-85b9-5e678ef25c64 2018-10-06 17:06:16,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:06:16,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9cfcba-e44f-4269-97ec-a426b6d8f4e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:06:16,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cd9cfcba-e44f-4269-97ec-a426b6d8f4e2 2018-10-06 17:06:16,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:06:16,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["rOAnmkESRFmKTa_-_aOqeg"], "issued_at": "2018-10-06T17:06:16.000000Z"}} 2018-10-06 17:06:16,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/quotas/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:17,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-b3018525-83ab-4e20-947a-effd655948b5 Date: Sat, 06 Oct 2018 17:06:17 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-10-06 17:06:17,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/b02668b3789342938652e3506ba63a25 used request id req-b3018525-83ab-4e20-947a-effd655948b5 2018-10-06 17:06:17,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:06:17,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-466bb581-9e39-4c44-a8d3-e6d167001df3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:06:17,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-466bb581-9e39-4c44-a8d3-e6d167001df3 2018-10-06 17:06:17,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:06:17,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:06:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["KfhZrlWET9mU1Fo2jjL7gQ"], "issued_at": "2018-10-06T17:06:17.000000Z"}} 2018-10-06 17:06:17,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc349a1bbcfa901814069e3273275497cbfeecf1" 2018-10-06 17:06:17,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0700f694-cfb8-4323-9f9d-88c700d4fceb x-compute-request-id: req-0700f694-cfb8-4323-9f9d-88c700d4fceb Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "default", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 17:06:17,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-class-sets/default used request id req-0700f694-cfb8-4323-9f9d-88c700d4fceb 2018-10-06 17:06:17,679 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-06 17:06:17,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/quotas/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-10-06 17:06:17,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-b8241afa-2a85-43c7-9f21-0582fd169dfe Date: Sat, 06 Oct 2018 17:06:17 GMT RESP BODY: {"quota": {"subnet": -1, "network": -1, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": -1, "rbac_policy": 10, "port": -1, "bgpvpn": -1}} 2018-10-06 17:06:17,964 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/b02668b3789342938652e3506ba63a25 used request id req-b8241afa-2a85-43c7-9f21-0582fd169dfe 2018-10-06 17:06:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:06:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:06:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:06:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:06:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:06:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:06:17,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:06:17,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:06:17,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:06:17,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:06:17,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-616de8c1-45a1-4fe8-be57-5f9fb8ea1af6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:06:17,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-616de8c1-45a1-4fe8-be57-5f9fb8ea1af6 2018-10-06 17:06:17,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:06:18,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:06:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Bb7iPgz-SHan1AXWCx5Gxw"], "issued_at": "2018-10-06T17:06:18.000000Z"}} 2018-10-06 17:06:18,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3deda8d4810b14cfd63c73ccf9a461da5ff1ef43" 2018-10-06 17:06:18,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8bc12ba-ea14-4992-aade-033432db5ba8 x-compute-request-id: req-a8bc12ba-ea14-4992-aade-033432db5ba8 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 17:06:18,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-a8bc12ba-ea14-4992-aade-033432db5ba8 2018-10-06 17:06:18,524 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-06 17:06:18,525 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-06 17:06:18,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26: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}dc349a1bbcfa901814069e3273275497cbfeecf1" -d '{"quota_class_set": {"instances": -1}}' 2018-10-06 17:06:18,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa4d73c2-45ec-444d-a09b-b62a6862491f x-compute-request-id: req-aa4d73c2-45ec-444d-a09b-b62a6862491f Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": -1, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 17:06:18,571 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-class-sets/default used request id req-aa4d73c2-45ec-444d-a09b-b62a6862491f 2018-10-06 17:06:18,572 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-06 17:06:18,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:18,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 477 X-Openstack-Request-Id: req-03cd9a8b-c51e-40d9-b696-b7690f6dc082 Date: Sat, 06 Oct 2018 17:06:18 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-06T15:28:46Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": null, "floating_ip_address": "172.30.9.213", "revision_number": 1, "port_id": null, "id": "960b3f24-a069-46a9-b474-bcc4e910f20b", "tenant_id": "2b8f0a7d9fd043d49dabab4f714641d0", "created_at": "2018-10-06T15:27:33Z", "project_id": "2b8f0a7d9fd043d49dabab4f714641d0"}]} 2018-10-06 17:06:18,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-03cd9a8b-c51e-40d9-b696-b7690f6dc082 2018-10-06 17:06:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/960b3f24-a069-46a9-b474-bcc4e910f20b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:19,535 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd0a641d-380c-4f4c-9d8b-4bd02d1b8ff4 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:19,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/960b3f24-a069-46a9-b474-bcc4e910f20b used request id req-dd0a641d-380c-4f4c-9d8b-4bd02d1b8ff4 2018-10-06 17:06:19,535 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-06 17:06:19,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:19,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14811 X-Openstack-Request-Id: req-0e4fe4e8-b75a-4cf1-93de-906aad4ff0a0 Date: Sat, 06 Oct 2018 17:06:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:46:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.200"}],"id":"01138dca-5c1c-473f-a41d-8e401140a5db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:23:b8:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:46:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:46:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.201"}],"id":"1e04fdc4-2db1-4b2b-8991-7aecb5372374","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3e:f9:56","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7035346f-e6cb-47fb-8e88-5ccf4a261a87","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:46:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.207"}],"id":"2249d074-d2cb-4cc3-94cb-6902a5c156f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:b7:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"43683cd4-5cce-4358-aa04-dc2e33f1e7c8","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:59:47Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.214"}],"id":"2e0ed9f1-3fba-4e2b-98df-b821f8a7ff30","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:7b:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dd7e8bfd-1eb0-4799-9811-b5da9f676b69","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:59:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:15:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.210"}],"id":"303caaa0-7f1e-4f50-ba37-bb30541b809e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d9:d4:12","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6288bf7e-a264-4b9a-9f1c-f685b49ac097","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:15:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:02:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.215"}],"id":"30a99564-5fa3-422f-bf50-9a6a1872733a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2a:4e:91","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8547e6fd-d9d6-4e27-8114-0740dc898980","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:02:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:02:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.212"}],"id":"33ad6c7e-711d-45c6-b458-8d1688c2bdc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:89:2c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c8a57ef7-cf58-4bfb-9096-2cc8705627e4","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:02:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:00:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.206"}],"id":"39408877-548d-42ba-bf1e-6543f7c05958","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:38:38:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f9559e67-79dc-4003-85e0-da84364205eb","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:00:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:03:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.220"}],"id":"42cf7b6f-8758-43d0-b84a-5e540d165497","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:5e:b3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f0f6c344-a429-4823-90a9-fcd52bd742d6","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:03:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:02:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.205"}],"id":"4388709a-722b-4240-bd0d-4dfec6207417","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:c2:a8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"652d6143-6d48-44a3-97e7-b616f15777b2","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:02:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:02:23Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.219"}],"id":"45a33cdc-099b-481d-bbff-b2381c7a3a84","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1c:af:93","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2d299163-a520-4628-a54f-4d091d4e2311","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:02:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:16:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.202"}],"id":"4800c613-bbff-441a-b462-3037f86731b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:52:eb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5aae1d6d-f539-4d71-8bee-1257836d3ecd","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:16:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:07:30Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.208"}],"id":"4fabe74a-53d1-4ba7-b90c-df62823e03b7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:b1:de","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"63aca7fa-44d5-472c-9c13-0c705fe75599","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:07:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:14:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.209"}],"id":"64ff8dac-553b-414d-9302-a6bddf68391e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:60:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a119a412-cf4b-4bce-aa6b-dc63421c96d1","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:14:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:01:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.204"}],"id":"7fcbcefc-733f-4410-9816-4d9a3f767628","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:6f:a9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1a3ce793-449b-40d1-8f7f-f78194ec3b50","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:01:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:07:28Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.211"}],"id":"95a87af9-1965-410d-b909-03904103c34e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dd:61:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"0b5e037c-684a-41c5-8d8b-7ac9775bc111","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:07:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:24:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.218"}],"id":"97b58f48-b708-4892-af20-0d02fb3e7814","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:75:a9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e9da031-59fd-45dc-98e6-95cdbae122c1","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:24:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:33:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.203"}],"id":"b927853a-f15e-4473-981f-04d90234d2e5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:41:78:19","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:33:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T15:46:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.216"}],"id":"c918e679-bac3-4f49-a43b-8861495cef8f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4e:6c:c2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bd91ff17-a154-4c89-83da-a9a80bdfb601","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T15:46:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T16:02:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.217"}],"id":"fcf8ca5c-7044-4fb4-a4d0-54379cbd1d7f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fd:1c:3f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"46113384-649e-4fc4-b93f-ed307a447303","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T16:02:18Z","binding:vnic_type":"normal"}]} 2018-10-06 17:06:19,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-0e4fe4e8-b75a-4cf1-93de-906aad4ff0a0 2018-10-06 17:06:19,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:19,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12407 X-Openstack-Request-Id: req-f9d166d7-acdb-4084-b3d2-7fcd984312f8 Date: Sat, 06 Oct 2018 17:06:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "3bf54003f0914bae88903ce128ab9bc6", "created_at": "2018-10-06T16:07:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:07:28Z", "revision_number": 2, "routes": [], "project_id": "3bf54003f0914bae88903ce128ab9bc6", "id": "0b5e037c-684a-41c5-8d8b-7ac9775bc111", "name": "c_rally_963dd803_Ba3Dnwzp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "b21481d9c1824e92999b35bb296053f9", "created_at": "2018-10-06T16:01:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:01:45Z", "revision_number": 2, "routes": [], "project_id": "b21481d9c1824e92999b35bb296053f9", "id": "1a3ce793-449b-40d1-8f7f-f78194ec3b50", "name": "c_rally_33b3a50b_J3bYvG3i"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:23Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "2d299163-a520-4628-a54f-4d091d4e2311", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76b6b4d040bc48e39752a3898531c01f", "created_at": "2018-10-06T15:33:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:33:49Z", "revision_number": 2, "routes": [], "project_id": "76b6b4d040bc48e39752a3898531c01f", "id": "3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa", "name": "tempest-ServerActionsTestJSON-1269877767-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "dc0db7c53c8e4a2cb6a62c496570a149", "created_at": "2018-10-06T16:24:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:24:32Z", "revision_number": 2, "routes": [], "project_id": "dc0db7c53c8e4a2cb6a62c496570a149", "id": "3e9da031-59fd-45dc-98e6-95cdbae122c1", "name": "CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:17Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "43683cd4-5cce-4358-aa04-dc2e33f1e7c8", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:18Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "46113384-649e-4fc4-b93f-ed307a447303", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:16:03Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "5aae1d6d-f539-4d71-8bee-1257836d3ecd", "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:15:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:15:57Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6288bf7e-a264-4b9a-9f1c-f685b49ac097", "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "3bf54003f0914bae88903ce128ab9bc6", "created_at": "2018-10-06T16:07:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:07:30Z", "revision_number": 2, "routes": [], "project_id": "3bf54003f0914bae88903ce128ab9bc6", "id": "63aca7fa-44d5-472c-9c13-0c705fe75599", "name": "c_rally_963dd803_Ba3Dnwzp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:22Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "652d6143-6d48-44a3-97e7-b616f15777b2", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:46:53Z", "revision_number": 2, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "7035346f-e6cb-47fb-8e88-5ccf4a261a87", "name": "tempest-TestServerMultinode-1241683181-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:19Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "8547e6fd-d9d6-4e27-8114-0740dc898980", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:14:18Z", "revision_number": 2, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "a119a412-cf4b-4bce-aa6b-dc63421c96d1", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:46:52Z", "revision_number": 2, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "bd91ff17-a154-4c89-83da-a9a80bdfb601", "name": "tempest-TestServerMultinode-1241683181-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:46:51Z", "revision_number": 2, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2", "name": "tempest-TestServerMultinode-1241683181-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:02:20Z", "revision_number": 2, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "c8a57ef7-cf58-4bfb-9096-2cc8705627e4", "name": "c_rally_35b14801_v4rxDTm8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "92ee7283373449838cd023137f9736bf", "created_at": "2018-10-06T15:59:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T15:59:48Z", "revision_number": 2, "routes": [], "project_id": "92ee7283373449838cd023137f9736bf", "id": "dd7e8bfd-1eb0-4799-9811-b5da9f676b69", "name": "c_rally_95d4733e_PX47OjFb"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "4136c778fce04e6e9440dbea8209f9b9", "created_at": "2018-10-06T16:03:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:03:04Z", "revision_number": 2, "routes": [], "project_id": "4136c778fce04e6e9440dbea8209f9b9", "id": "f0f6c344-a429-4823-90a9-fcd52bd742d6", "name": "c_rally_0d7a83bd_XPt5kNQF"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "be321ee7c95f405e85d6eddfabf00794", "created_at": "2018-10-06T16:00:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T16:00:20Z", "revision_number": 2, "routes": [], "project_id": "be321ee7c95f405e85d6eddfabf00794", "id": "f9559e67-79dc-4003-85e0-da84364205eb", "name": "c_rally_c46905ee_xSoizk0F"}]} 2018-10-06 17:06:19,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-f9d166d7-acdb-4084-b3d2-7fcd984312f8 2018-10-06 17:06:20,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/0b5e037c-684a-41c5-8d8b-7ac9775bc111 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:21,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-8e4d0454-68f5-4f66-b38f-6fdf6b7c77c6 Date: Sat, 06 Oct 2018 17:06:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bf54003f0914bae88903ce128ab9bc6", "created_at": "2018-10-06T16:07:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:20Z", "revision_number": 5, "routes": [], "project_id": "3bf54003f0914bae88903ce128ab9bc6", "id": "0b5e037c-684a-41c5-8d8b-7ac9775bc111", "name": "c_rally_963dd803_Ba3Dnwzp"}} 2018-10-06 17:06:21,100 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0b5e037c-684a-41c5-8d8b-7ac9775bc111 used request id req-8e4d0454-68f5-4f66-b38f-6fdf6b7c77c6 2018-10-06 17:06:21,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/0b5e037c-684a-41c5-8d8b-7ac9775bc111 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:21,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc97a2c3-4532-46d9-9971-de54a21915b0 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:21,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/0b5e037c-684a-41c5-8d8b-7ac9775bc111 used request id req-cc97a2c3-4532-46d9-9971-de54a21915b0 2018-10-06 17:06:21,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1a3ce793-449b-40d1-8f7f-f78194ec3b50 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:22,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-a822bced-a97b-487f-b263-acd50e512770 Date: Sat, 06 Oct 2018 17:06:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b21481d9c1824e92999b35bb296053f9", "created_at": "2018-10-06T16:01:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:22Z", "revision_number": 5, "routes": [], "project_id": "b21481d9c1824e92999b35bb296053f9", "id": "1a3ce793-449b-40d1-8f7f-f78194ec3b50", "name": "c_rally_33b3a50b_J3bYvG3i"}} 2018-10-06 17:06:22,426 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a3ce793-449b-40d1-8f7f-f78194ec3b50 used request id req-a822bced-a97b-487f-b263-acd50e512770 2018-10-06 17:06:22,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/1a3ce793-449b-40d1-8f7f-f78194ec3b50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:22,716 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39dfa2dd-c06b-485d-a3d1-c84803cc7bce Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:22,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/1a3ce793-449b-40d1-8f7f-f78194ec3b50 used request id req-39dfa2dd-c06b-485d-a3d1-c84803cc7bce 2018-10-06 17:06:22,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/2d299163-a520-4628-a54f-4d091d4e2311 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:23,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-bd38c739-83d3-4dce-a91b-5effa92d485e Date: Sat, 06 Oct 2018 17:06:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:23Z", "revision_number": 5, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "2d299163-a520-4628-a54f-4d091d4e2311", "name": "c_rally_35b14801_v4rxDTm8"}} 2018-10-06 17:06:23,834 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2d299163-a520-4628-a54f-4d091d4e2311 used request id req-bd38c739-83d3-4dce-a91b-5effa92d485e 2018-10-06 17:06:23,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/2d299163-a520-4628-a54f-4d091d4e2311 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:24,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0172f8a4-de27-4998-b214-a61ad61db1af Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:24,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2d299163-a520-4628-a54f-4d091d4e2311 used request id req-0172f8a4-de27-4998-b214-a61ad61db1af 2018-10-06 17:06:24,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:25,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-7a4cd805-275a-4ad7-9068-bdd3d5b6e063 Date: Sat, 06 Oct 2018 17:06:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76b6b4d040bc48e39752a3898531c01f", "created_at": "2018-10-06T15:33:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:24Z", "revision_number": 5, "routes": [], "project_id": "76b6b4d040bc48e39752a3898531c01f", "id": "3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa", "name": "tempest-ServerActionsTestJSON-1269877767-router"}} 2018-10-06 17:06:25,260 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa used request id req-7a4cd805-275a-4ad7-9068-bdd3d5b6e063 2018-10-06 17:06:25,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:25,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dde8a5ec-1b41-404f-ab9c-04bb2f0a5774 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:25,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3d8a4e11-6694-46b6-8bc7-53b1ba78f5fa used request id req-dde8a5ec-1b41-404f-ab9c-04bb2f0a5774 2018-10-06 17:06:25,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/3e9da031-59fd-45dc-98e6-95cdbae122c1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:26,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-f18eaeab-330b-4cf1-bbf6-bf11edc101fa Date: Sat, 06 Oct 2018 17:06:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dc0db7c53c8e4a2cb6a62c496570a149", "created_at": "2018-10-06T16:24:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:26Z", "revision_number": 5, "routes": [], "project_id": "dc0db7c53c8e4a2cb6a62c496570a149", "id": "3e9da031-59fd-45dc-98e6-95cdbae122c1", "name": "CreateNetworkSuccessTests-1cd7f24d-4697-4e2f-abf7-4b675dadeab4-pub-router"}} 2018-10-06 17:06:26,530 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3e9da031-59fd-45dc-98e6-95cdbae122c1 used request id req-f18eaeab-330b-4cf1-bbf6-bf11edc101fa 2018-10-06 17:06:26,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/3e9da031-59fd-45dc-98e6-95cdbae122c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:27,136 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5400da08-0956-419f-8f39-fce52721792b Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:27,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3e9da031-59fd-45dc-98e6-95cdbae122c1 used request id req-5400da08-0956-419f-8f39-fce52721792b 2018-10-06 17:06:27,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/43683cd4-5cce-4358-aa04-dc2e33f1e7c8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:28,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-50e04eda-2f8b-474c-92cc-27d55d813070 Date: Sat, 06 Oct 2018 17:06:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:27Z", "revision_number": 5, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "43683cd4-5cce-4358-aa04-dc2e33f1e7c8", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}} 2018-10-06 17:06:28,151 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/43683cd4-5cce-4358-aa04-dc2e33f1e7c8 used request id req-50e04eda-2f8b-474c-92cc-27d55d813070 2018-10-06 17:06:28,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/43683cd4-5cce-4358-aa04-dc2e33f1e7c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:28,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aad72ece-4244-4a86-9ac2-8c9397017d3e Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:28,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/43683cd4-5cce-4358-aa04-dc2e33f1e7c8 used request id req-aad72ece-4244-4a86-9ac2-8c9397017d3e 2018-10-06 17:06:28,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/46113384-649e-4fc4-b93f-ed307a447303 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:29,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-eb45d6c9-4bb6-4922-be94-aa60b7bbd09c Date: Sat, 06 Oct 2018 17:06:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:29Z", "revision_number": 5, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "46113384-649e-4fc4-b93f-ed307a447303", "name": "c_rally_35b14801_v4rxDTm8"}} 2018-10-06 17:06:29,514 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/46113384-649e-4fc4-b93f-ed307a447303 used request id req-eb45d6c9-4bb6-4922-be94-aa60b7bbd09c 2018-10-06 17:06:29,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/46113384-649e-4fc4-b93f-ed307a447303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:29,932 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f0bae68-248c-448a-a496-41ff1b8b65e7 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:29,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/46113384-649e-4fc4-b93f-ed307a447303 used request id req-5f0bae68-248c-448a-a496-41ff1b8b65e7 2018-10-06 17:06:29,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/5aae1d6d-f539-4d71-8bee-1257836d3ecd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:30,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-8083d936-a45e-443e-9355-6be87886e9c8 Date: Sat, 06 Oct 2018 17:06:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:16:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:30Z", "revision_number": 5, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "5aae1d6d-f539-4d71-8bee-1257836d3ecd", "name": "NeutronUtilsRouterTests-398eca08-669d-4045-95d9-11d20d0c1d4e-pub-router"}} 2018-10-06 17:06:30,908 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/5aae1d6d-f539-4d71-8bee-1257836d3ecd used request id req-8083d936-a45e-443e-9355-6be87886e9c8 2018-10-06 17:06:30,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/5aae1d6d-f539-4d71-8bee-1257836d3ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:31,352 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91f32f80-0d42-4b7d-bf22-4aff5cf58cfa Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:31,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/5aae1d6d-f539-4d71-8bee-1257836d3ecd used request id req-91f32f80-0d42-4b7d-bf22-4aff5cf58cfa 2018-10-06 17:06:31,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/6288bf7e-a264-4b9a-9f1c-f685b49ac097 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:32,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-6c9b0717-906d-4d64-aa85-2aec30e171c1 Date: Sat, 06 Oct 2018 17:06:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:15:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:32Z", "revision_number": 5, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "6288bf7e-a264-4b9a-9f1c-f685b49ac097", "name": "NeutronUtilsRouterTests-bf6949b5-87bb-47ca-b561-458137109bda-pub-router"}} 2018-10-06 17:06:32,368 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/6288bf7e-a264-4b9a-9f1c-f685b49ac097 used request id req-6c9b0717-906d-4d64-aa85-2aec30e171c1 2018-10-06 17:06:32,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/6288bf7e-a264-4b9a-9f1c-f685b49ac097 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:32,770 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-30cfbf85-e933-4814-ace1-c8c51415d8c9 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:32,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/6288bf7e-a264-4b9a-9f1c-f685b49ac097 used request id req-30cfbf85-e933-4814-ace1-c8c51415d8c9 2018-10-06 17:06:32,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/63aca7fa-44d5-472c-9c13-0c705fe75599 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:33,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-e4f4376a-3524-4cc4-a589-1296fc4023df Date: Sat, 06 Oct 2018 17:06:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bf54003f0914bae88903ce128ab9bc6", "created_at": "2018-10-06T16:07:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:33Z", "revision_number": 5, "routes": [], "project_id": "3bf54003f0914bae88903ce128ab9bc6", "id": "63aca7fa-44d5-472c-9c13-0c705fe75599", "name": "c_rally_963dd803_Ba3Dnwzp"}} 2018-10-06 17:06:33,652 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/63aca7fa-44d5-472c-9c13-0c705fe75599 used request id req-e4f4376a-3524-4cc4-a589-1296fc4023df 2018-10-06 17:06:33,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/63aca7fa-44d5-472c-9c13-0c705fe75599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:34,070 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7cc8f552-2c2f-4450-a768-9c28698f480c Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:34,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/63aca7fa-44d5-472c-9c13-0c705fe75599 used request id req-7cc8f552-2c2f-4450-a768-9c28698f480c 2018-10-06 17:06:34,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/652d6143-6d48-44a3-97e7-b616f15777b2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:34,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-48e9fc1e-67ff-40b1-9c17-8c9c7ad021cd Date: Sat, 06 Oct 2018 17:06:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:34Z", "revision_number": 5, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "652d6143-6d48-44a3-97e7-b616f15777b2", "name": "c_rally_35b14801_v4rxDTm8"}} 2018-10-06 17:06:34,937 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/652d6143-6d48-44a3-97e7-b616f15777b2 used request id req-48e9fc1e-67ff-40b1-9c17-8c9c7ad021cd 2018-10-06 17:06:34,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/652d6143-6d48-44a3-97e7-b616f15777b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:35,206 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-599350c2-5d99-4452-bc37-86d851f6a0b4 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:35,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/652d6143-6d48-44a3-97e7-b616f15777b2 used request id req-599350c2-5d99-4452-bc37-86d851f6a0b4 2018-10-06 17:06:35,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/7035346f-e6cb-47fb-8e88-5ccf4a261a87 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:36,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-20a53c8a-3e83-4321-b65d-2dd550cf7deb Date: Sat, 06 Oct 2018 17:06:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:35Z", "revision_number": 5, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "7035346f-e6cb-47fb-8e88-5ccf4a261a87", "name": "tempest-TestServerMultinode-1241683181-router"}} 2018-10-06 17:06:36,092 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/7035346f-e6cb-47fb-8e88-5ccf4a261a87 used request id req-20a53c8a-3e83-4321-b65d-2dd550cf7deb 2018-10-06 17:06:36,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/7035346f-e6cb-47fb-8e88-5ccf4a261a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:36,533 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a500b8d8-f53d-4ca6-9349-d4f7f5f2cfee Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:36,533 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/7035346f-e6cb-47fb-8e88-5ccf4a261a87 used request id req-a500b8d8-f53d-4ca6-9349-d4f7f5f2cfee 2018-10-06 17:06:36,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8547e6fd-d9d6-4e27-8114-0740dc898980 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:37,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-5b507a3f-9dbd-4061-bbeb-c4b9b0b531d5 Date: Sat, 06 Oct 2018 17:06:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:36Z", "revision_number": 5, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "8547e6fd-d9d6-4e27-8114-0740dc898980", "name": "c_rally_35b14801_v4rxDTm8"}} 2018-10-06 17:06:37,200 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8547e6fd-d9d6-4e27-8114-0740dc898980 used request id req-5b507a3f-9dbd-4061-bbeb-c4b9b0b531d5 2018-10-06 17:06:37,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/8547e6fd-d9d6-4e27-8114-0740dc898980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:37,861 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49d3267d-2533-4d7e-84f4-67c042cc3e5d Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:37,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/8547e6fd-d9d6-4e27-8114-0740dc898980 used request id req-49d3267d-2533-4d7e-84f4-67c042cc3e5d 2018-10-06 17:06:37,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a119a412-cf4b-4bce-aa6b-dc63421c96d1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:38,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-dce17f00-c821-438d-9b06-03269690095a Date: Sat, 06 Oct 2018 17:06:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e37ce67de3843498eafb3187da04061", "created_at": "2018-10-06T15:14:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:38Z", "revision_number": 5, "routes": [], "project_id": "3e37ce67de3843498eafb3187da04061", "id": "a119a412-cf4b-4bce-aa6b-dc63421c96d1", "name": "NeutronUtilsRouterTests-f6d485d7-69d0-4346-8051-56487709cf76-pub-router"}} 2018-10-06 17:06:38,650 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a119a412-cf4b-4bce-aa6b-dc63421c96d1 used request id req-dce17f00-c821-438d-9b06-03269690095a 2018-10-06 17:06:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/a119a412-cf4b-4bce-aa6b-dc63421c96d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:38,919 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9738eadf-bf2a-4db1-8885-ec7a4e0dd72e Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:38,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a119a412-cf4b-4bce-aa6b-dc63421c96d1 used request id req-9738eadf-bf2a-4db1-8885-ec7a4e0dd72e 2018-10-06 17:06:38,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/bd91ff17-a154-4c89-83da-a9a80bdfb601 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:39,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-1bad4251-1995-40f7-8635-6c84afd98d28 Date: Sat, 06 Oct 2018 17:06:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:39Z", "revision_number": 5, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "bd91ff17-a154-4c89-83da-a9a80bdfb601", "name": "tempest-TestServerMultinode-1241683181-router"}} 2018-10-06 17:06:39,656 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/bd91ff17-a154-4c89-83da-a9a80bdfb601 used request id req-1bad4251-1995-40f7-8635-6c84afd98d28 2018-10-06 17:06:39,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/bd91ff17-a154-4c89-83da-a9a80bdfb601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:40,106 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-274f76dd-eb1e-4c8d-98e9-d97c721805e1 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:40,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/bd91ff17-a154-4c89-83da-a9a80bdfb601 used request id req-274f76dd-eb1e-4c8d-98e9-d97c721805e1 2018-10-06 17:06:40,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:40,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-9f73a1fd-7f6b-428b-aedd-0e4059fef303 Date: Sat, 06 Oct 2018 17:06:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fb722caffe0f46e5b6a273f8cb5416b9", "created_at": "2018-10-06T15:46:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:40Z", "revision_number": 5, "routes": [], "project_id": "fb722caffe0f46e5b6a273f8cb5416b9", "id": "c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2", "name": "tempest-TestServerMultinode-1241683181-router"}} 2018-10-06 17:06:40,961 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2 used request id req-9f73a1fd-7f6b-428b-aedd-0e4059fef303 2018-10-06 17:06:40,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:41,399 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ef36c25-dba3-4ead-9da7-6f1d2cc7e90b Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:41,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/c4c8be0a-59c6-4bd6-80e5-583b19fe6ac2 used request id req-1ef36c25-dba3-4ead-9da7-6f1d2cc7e90b 2018-10-06 17:06:41,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/c8a57ef7-cf58-4bfb-9096-2cc8705627e4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:42,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-58be7ec7-7ac8-474b-831c-8a9f46b14e01 Date: Sat, 06 Oct 2018 17:06:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd0fd618d7a943cf8b55adaadd5a864d", "created_at": "2018-10-06T16:02:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:41Z", "revision_number": 5, "routes": [], "project_id": "cd0fd618d7a943cf8b55adaadd5a864d", "id": "c8a57ef7-cf58-4bfb-9096-2cc8705627e4", "name": "c_rally_35b14801_v4rxDTm8"}} 2018-10-06 17:06:42,226 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/c8a57ef7-cf58-4bfb-9096-2cc8705627e4 used request id req-58be7ec7-7ac8-474b-831c-8a9f46b14e01 2018-10-06 17:06:42,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/c8a57ef7-cf58-4bfb-9096-2cc8705627e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:42,656 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3bb3b6e-9c85-470e-928b-db9d2f2961ac Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:42,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/c8a57ef7-cf58-4bfb-9096-2cc8705627e4 used request id req-d3bb3b6e-9c85-470e-928b-db9d2f2961ac 2018-10-06 17:06:42,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/dd7e8bfd-1eb0-4799-9811-b5da9f676b69 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:43,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-177bb110-bc7f-4786-8276-67f20afd314e Date: Sat, 06 Oct 2018 17:06:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "92ee7283373449838cd023137f9736bf", "created_at": "2018-10-06T15:59:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:43Z", "revision_number": 5, "routes": [], "project_id": "92ee7283373449838cd023137f9736bf", "id": "dd7e8bfd-1eb0-4799-9811-b5da9f676b69", "name": "c_rally_95d4733e_PX47OjFb"}} 2018-10-06 17:06:43,467 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/dd7e8bfd-1eb0-4799-9811-b5da9f676b69 used request id req-177bb110-bc7f-4786-8276-67f20afd314e 2018-10-06 17:06:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/dd7e8bfd-1eb0-4799-9811-b5da9f676b69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:43,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-403915ef-2cf8-4a59-95c7-8ba4cc4c7380 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:43,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/dd7e8bfd-1eb0-4799-9811-b5da9f676b69 used request id req-403915ef-2cf8-4a59-95c7-8ba4cc4c7380 2018-10-06 17:06:43,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/f0f6c344-a429-4823-90a9-fcd52bd742d6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:44,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-11a9f66e-1312-48e5-b66e-4af3f8152208 Date: Sat, 06 Oct 2018 17:06:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4136c778fce04e6e9440dbea8209f9b9", "created_at": "2018-10-06T16:03:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:44Z", "revision_number": 5, "routes": [], "project_id": "4136c778fce04e6e9440dbea8209f9b9", "id": "f0f6c344-a429-4823-90a9-fcd52bd742d6", "name": "c_rally_0d7a83bd_XPt5kNQF"}} 2018-10-06 17:06:44,734 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f0f6c344-a429-4823-90a9-fcd52bd742d6 used request id req-11a9f66e-1312-48e5-b66e-4af3f8152208 2018-10-06 17:06:44,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/f0f6c344-a429-4823-90a9-fcd52bd742d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:45,148 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-876b9e7c-b9c5-4caa-9666-55fe169509d4 Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:45,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/f0f6c344-a429-4823-90a9-fcd52bd742d6 used request id req-876b9e7c-b9c5-4caa-9666-55fe169509d4 2018-10-06 17:06:45,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/f9559e67-79dc-4003-85e0-da84364205eb -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:06:46,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-f3d2ab5f-c66d-4be3-8640-35a3baa34484 Date: Sat, 06 Oct 2018 17:06:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "be321ee7c95f405e85d6eddfabf00794", "created_at": "2018-10-06T16:00:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:06:45Z", "revision_number": 5, "routes": [], "project_id": "be321ee7c95f405e85d6eddfabf00794", "id": "f9559e67-79dc-4003-85e0-da84364205eb", "name": "c_rally_c46905ee_xSoizk0F"}} 2018-10-06 17:06:46,155 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f9559e67-79dc-4003-85e0-da84364205eb used request id req-f3d2ab5f-c66d-4be3-8640-35a3baa34484 2018-10-06 17:06:46,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/f9559e67-79dc-4003-85e0-da84364205eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" 2018-10-06 17:06:46,450 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c6454d7-7f3e-4144-9dc6-f78387e749bc Content-Length: 0 Date: Sat, 06 Oct 2018 17:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:06:46,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/f9559e67-79dc-4003-85e0-da84364205eb used request id req-8c6454d7-7f3e-4144-9dc6-f78387e749bc 2018-10-06 17:06:46,524 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-10-06 17:06:46,525 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-06 17:06:46,525 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-06 17:06:46,578 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-06 17:06:46,579 - paramiko.transport - DEBUG - starting thread (client mode): 0xe3526b50L 2018-10-06 17:06:46,580 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:46,611 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:46,612 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:46,616 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:46,617 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:46,617 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:46,617 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:46,617 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:46,617 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:46,626 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:46,627 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:46,644 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.158: c4dc2b25c8a8efad9953efd8358c778d 2018-10-06 17:06:46,645 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:46,667 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:46,704 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:46,709 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:46,944 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:46,944 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:46,983 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:46,984 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:47,022 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:51,828 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:51,830 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:51,833 - paramiko.transport - DEBUG - starting thread (client mode): 0xe028dc10L 2018-10-06 17:06:51,833 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:51,839 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:51,839 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:51,842 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:51,842 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:51,842 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:51,842 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:51,843 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:51,843 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:51,847 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:51,848 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:51,865 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:06:51,865 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:51,888 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:51,899 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:51,930 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:51,993 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:51,994 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:52,033 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:52,034 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:52,042 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:52,079 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:52,080 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:52,081 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:52,082 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:52,082 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:52,123 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:52,177 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:52,179 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:52,179 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:52,180 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:52,180 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:52,221 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:52,253 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:52,255 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:52,256 - paramiko.transport - DEBUG - starting thread (client mode): 0xe031ec10L 2018-10-06 17:06:52,257 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:52,263 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:52,263 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:52,266 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:52,266 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:52,266 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:52,266 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:52,267 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:52,267 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:52,271 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:52,272 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:52,272 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:06:52,273 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:52,311 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:52,324 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:52,338 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:52,413 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:52,413 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:52,452 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:52,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:52,457 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:52,493 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:52,494 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:52,494 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:52,495 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:52,495 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:52,536 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:52,587 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:52,589 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:52,589 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:52,590 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:52,590 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:52,631 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:52,662 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:52,663 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:52,665 - paramiko.transport - DEBUG - starting thread (client mode): 0xe02d8590L 2018-10-06 17:06:52,666 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:52,671 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:52,671 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:52,674 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:52,674 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:52,675 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:52,675 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:52,675 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:52,675 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:52,680 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:52,681 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:52,697 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:06:52,698 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:52,720 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:52,732 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:52,762 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:52,838 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:52,838 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:52,877 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:52,878 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:52,883 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:52,920 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:52,921 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:52,922 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:52,922 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:52,922 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:52,963 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:53,011 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:53,013 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:53,013 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:53,014 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:53,014 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:53,055 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:53,089 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:53,091 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:53,093 - paramiko.transport - DEBUG - starting thread (client mode): 0xe01f6710L 2018-10-06 17:06:53,093 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:53,098 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:53,098 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:53,100 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:53,101 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:53,101 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:53,101 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:53,101 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:53,101 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:53,105 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:53,106 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:53,109 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:06:53,109 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:53,146 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:53,156 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:53,174 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:53,238 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:53,238 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:53,278 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:53,278 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:53,285 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:53,333 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:53,334 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:53,335 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:53,335 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:53,335 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:53,376 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:53,416 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:53,418 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:53,418 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:53,419 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:53,420 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:53,460 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:53,488 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:53,489 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:53,491 - paramiko.transport - DEBUG - starting thread (client mode): 0xe01f68d0L 2018-10-06 17:06:53,491 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:53,498 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:53,499 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:53,502 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:53,502 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:53,503 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:53,503 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:53,503 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:53,503 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:53,508 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:53,508 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:53,523 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:06:53,524 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:53,548 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:53,560 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:53,588 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:53,666 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:53,666 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:53,705 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:53,705 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:53,722 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:53,751 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:53,752 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:53,753 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:53,754 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:53,754 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:53,795 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:53,881 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:53,882 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:53,883 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:53,884 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:53,884 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:53,924 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:53,950 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:53,951 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:53,952 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:53,952 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:53,953 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:53,959 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:58,594 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:58,595 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:58,597 - paramiko.transport - DEBUG - starting thread (client mode): 0xe028d8d0L 2018-10-06 17:06:58,598 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:58,604 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:58,605 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:58,607 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:58,607 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:58,608 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:58,608 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:58,608 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:58,608 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:58,613 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:58,613 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:58,629 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:06:58,630 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:58,653 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:58,665 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:58,695 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:58,767 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:58,768 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:58,807 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:58,808 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:58,814 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:58,852 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:58,853 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:58,853 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:58,854 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:58,854 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:58,895 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:58,934 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:58,935 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:58,936 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:58,937 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:58,937 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:58,978 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:59,012 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:59,014 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:59,015 - paramiko.transport - DEBUG - starting thread (client mode): 0xe02116d0L 2018-10-06 17:06:59,016 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:59,022 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:59,023 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:59,026 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:59,026 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:59,026 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:59,026 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:59,026 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:59,026 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:59,031 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:59,031 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:59,047 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:06:59,048 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:59,071 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:59,084 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:59,113 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:59,188 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:59,188 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:59,227 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:59,228 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:59,232 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:59,269 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:59,270 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:59,271 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:59,272 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:59,272 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:59,314 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:59,354 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:59,356 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:59,356 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:59,357 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:59,358 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:59,398 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:59,436 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:59,437 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:59,438 - paramiko.transport - DEBUG - starting thread (client mode): 0xe01f7510L 2018-10-06 17:06:59,439 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:59,446 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:59,446 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:59,449 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:06:59,449 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:59,449 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:59,449 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:59,450 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:59,450 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:59,454 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:59,455 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:59,471 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:06:59,471 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:59,494 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:59,507 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:59,536 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:59,611 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:59,611 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:06:59,650 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:06:59,651 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:06:59,657 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:06:59,693 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:06:59,694 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:06:59,694 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:06:59,695 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:06:59,695 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:06:59,737 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:06:59,774 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:06:59,776 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:06:59,776 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:06:59,777 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:06:59,777 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:06:59,819 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:06:59,852 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:06:59,853 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:06:59,855 - paramiko.transport - DEBUG - starting thread (client mode): 0xe021f150L 2018-10-06 17:06:59,856 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:06:59,860 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:06:59,860 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:06:59,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 2018-10-06 17:06:59,862 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:06:59,862 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:06:59,862 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:06:59,863 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:06:59,863 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:06:59,867 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:06:59,868 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:06:59,871 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:06:59,872 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:06:59,907 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:06:59,917 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:06:59,936 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:06:59,988 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:06:59,989 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:00,028 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:00,029 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:00,039 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:00,068 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:00,069 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:00,070 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:00,070 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:00,071 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:00,111 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:00,143 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:00,144 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:00,144 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:00,146 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:00,146 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:00,186 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:00,214 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:00,215 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:00,217 - paramiko.transport - DEBUG - starting thread (client mode): 0xe0226750L 2018-10-06 17:07:00,217 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:00,223 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:00,223 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:00,225 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:00,225 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:00,225 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:00,225 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:00,226 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:00,226 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:00,230 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:00,231 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:00,233 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:07:00,234 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:00,270 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:00,281 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:00,298 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:00,360 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:00,360 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:00,399 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:00,400 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:00,403 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:00,432 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:00,433 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:00,434 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:00,435 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:00,435 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:00,476 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:00,506 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:00,508 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:00,509 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:00,510 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:00,510 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:00,550 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:00,577 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:00,578 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:00,579 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:00,580 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:00,580 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:00,584 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:00,636 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:00,637 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:00,639 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:00,639 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:00,639 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:00,643 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:00,692 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:00,693 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:00,693 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:00,694 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:00,695 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:00,698 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:00,746 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:00,747 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:00,748 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:00,748 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:00,749 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:00,751 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:00,850 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:00,851 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:00,851 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:00,852 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:00,853 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:00,856 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:00,937 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:00,937 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-10-06 17:07:00,938 - __name__ - INFO - Controller (ODL) list is ready 2018-10-06 17:07:00,938 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:00,940 - paramiko.transport - DEBUG - starting thread (client mode): 0xe031e610L 2018-10-06 17:07:00,941 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:00,968 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:00,968 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:00,973 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:00,973 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:00,973 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:00,974 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:00,974 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:00,974 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:00,982 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:00,983 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:01,004 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.158: c4dc2b25c8a8efad9953efd8358c778d 2018-10-06 17:07:01,005 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:01,022 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:01,059 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:01,070 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:01,280 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:01,280 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:01,320 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:01,320 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:01,345 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:06,225 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:06,226 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:06,228 - paramiko.transport - DEBUG - starting thread (client mode): 0xe022b950L 2018-10-06 17:07:06,229 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:06,233 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:06,233 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:06,235 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:06,236 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:06,236 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:06,236 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:06,236 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:06,236 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:06,241 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:06,241 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:06,244 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:07:06,244 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:06,281 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:06,292 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:06,309 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:06,374 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:06,374 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:06,414 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:06,415 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:06,419 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:06,452 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:06,453 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:06,454 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:06,454 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:06,455 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:06,496 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:06,532 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:06,534 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:06,534 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:06,535 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:06,535 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:06,576 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:06,610 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:06,612 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:06,614 - paramiko.transport - DEBUG - starting thread (client mode): 0xe02390d0L 2018-10-06 17:07:06,614 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:06,621 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:06,621 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:06,624 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:06,625 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:06,625 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:06,625 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:06,625 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:06,625 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:06,630 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:06,631 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:06,646 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:07:06,646 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:06,670 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:06,683 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:06,710 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:06,784 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:06,784 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:06,823 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:06,824 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:06,832 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:06,866 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:06,867 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:06,868 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:06,869 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:06,869 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:06,910 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:06,945 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:06,947 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:06,948 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:06,948 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:06,949 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:06,989 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:07,020 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:07,021 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:07,024 - paramiko.transport - DEBUG - starting thread (client mode): 0xe0258190L 2018-10-06 17:07:07,024 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:07,030 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:07,030 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:07,033 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:07,034 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:07,034 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:07,034 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:07,034 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:07,034 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:07,039 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:07,039 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:07,056 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:07:07,056 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:07,078 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:07,090 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:07,121 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:07,188 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:07,188 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:07,227 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:07,228 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:07,232 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:07,270 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:07,271 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:07,271 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:07,272 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:07,272 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:07,314 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:07,351 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:07,353 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:07,353 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:07,354 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:07,354 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:07,395 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:07,429 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:07,430 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:07,432 - paramiko.transport - DEBUG - starting thread (client mode): 0xe0256210L 2018-10-06 17:07:07,432 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:07,437 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:07,437 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:07,438 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:07,438 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:07,439 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:07,439 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:07,439 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:07,439 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:07,444 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:07,445 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:07,448 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:07:07,448 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:07,484 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:07,494 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:07,513 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:07,563 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:07,564 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:07,603 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:07,604 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:07,617 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:07,646 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:07,647 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:07,648 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:07,649 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:07,649 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:07,690 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:07,722 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:07,724 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:07,725 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:07,725 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:07,726 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:07,766 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:07,793 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:07,794 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:07,796 - paramiko.transport - DEBUG - starting thread (client mode): 0xe025e410L 2018-10-06 17:07:07,796 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:07,802 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:07,802 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:07,804 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:07,805 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:07,805 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:07,805 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:07,805 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:07,805 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:07,810 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:07,811 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:07,811 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:07:07,812 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:07,850 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:07,860 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:07,876 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:07,949 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:07,950 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:07,989 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:07,990 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:07,995 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:08,027 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:08,028 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:08,029 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:08,030 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:08,030 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:08,070 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:08,103 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:08,105 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:08,105 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:08,106 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:08,106 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:08,147 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:08,174 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:08,175 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:08,175 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:08,176 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:08,176 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:08,182 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:13,357 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:13,359 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:13,361 - paramiko.transport - DEBUG - starting thread (client mode): 0xe022b250L 2018-10-06 17:07:13,361 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:13,367 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:13,367 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:13,370 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:13,370 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:13,371 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:13,371 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:13,371 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:13,371 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:13,376 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:13,377 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:13,393 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:07:13,394 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:13,416 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:13,428 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:13,458 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:13,536 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:13,536 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:13,575 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:13,575 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:13,595 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:13,637 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:13,638 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:13,639 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:13,640 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:13,640 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:13,681 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:13,718 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:13,720 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:13,720 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:13,721 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:13,721 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:13,762 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:13,794 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:13,795 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:13,797 - paramiko.transport - DEBUG - starting thread (client mode): 0xdf175d90L 2018-10-06 17:07:13,797 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:13,802 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:13,802 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:13,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 2018-10-06 17:07:13,805 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:13,805 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:13,806 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:13,806 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:13,806 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:13,810 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:13,811 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:13,812 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:07:13,813 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:13,851 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:13,861 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:13,877 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:13,946 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:13,946 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:13,985 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:13,986 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:13,998 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:14,035 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:14,036 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:14,037 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:14,038 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:14,038 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:14,079 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:14,118 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:14,119 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:14,120 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:14,121 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:14,121 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:14,162 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:14,191 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:14,193 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:14,194 - paramiko.transport - DEBUG - starting thread (client mode): 0xdf180b10L 2018-10-06 17:07:14,194 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:14,199 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:14,199 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:14,202 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:14,202 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:14,202 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:14,202 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:14,202 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:14,202 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:14,207 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:14,207 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:14,210 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:07:14,211 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:14,246 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:14,256 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:14,275 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:14,331 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:14,331 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:14,370 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:14,371 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:14,379 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:14,411 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:14,412 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:14,413 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:14,414 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:14,414 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:14,454 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:14,490 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:14,492 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:14,492 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:14,493 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:14,493 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:14,534 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:14,565 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:14,567 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:14,568 - paramiko.transport - DEBUG - starting thread (client mode): 0xdf188810L 2018-10-06 17:07:14,569 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:14,575 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:14,576 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:14,578 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:14,578 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:14,578 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:14,579 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:14,579 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:14,579 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:14,583 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:14,584 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:14,585 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:07:14,586 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:14,623 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:14,636 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:14,650 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:14,731 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:14,731 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:14,770 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:14,771 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:14,785 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:14,814 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:14,816 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:14,816 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:14,818 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:14,818 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:14,858 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:14,892 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:14,893 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:14,894 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:14,894 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:14,895 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:14,935 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:14,965 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:14,966 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:14,968 - paramiko.transport - DEBUG - starting thread (client mode): 0xdf18d6d0L 2018-10-06 17:07:14,968 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:07:14,973 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:07:14,973 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:07:14,975 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:07:14,975 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:07:14,975 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:07:14,975 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:07:14,975 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:07:14,975 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:07:14,979 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:07:14,979 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:07:14,984 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:07:14,985 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:07:15,019 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:07:15,028 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:07:15,049 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:07:15,106 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:07:15,106 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:07:15,145 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:07:15,145 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:07:15,152 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:07:15,181 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:07:15,182 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:07:15,183 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:07:15,184 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:07:15,184 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:07:15,224 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:07:15,255 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:07:15,256 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:07:15,256 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:07:15,257 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:07:15,258 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:07:15,298 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:07:15,325 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:07:15,326 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:15,326 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:07:15,327 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:15,328 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:15,330 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:15,382 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:15,383 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:07:15,383 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:15,384 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:07:15,384 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:07:15,425 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:07:15,468 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:07:15,469 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:15,470 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:07:15,471 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:15,471 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:15,476 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:15,526 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:15,527 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:07:15,528 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:15,529 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:07:15,529 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:07:15,570 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:07:15,612 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:07:15,613 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:15,614 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:15,614 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:07:15,615 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:15,619 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:15,672 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:15,673 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:07:15,673 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:15,674 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:07:15,675 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:07:15,715 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:07:15,760 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:07:15,761 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:15,762 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:07:15,763 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:15,763 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:15,765 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:15,811 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:15,812 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:07:15,813 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:15,814 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:07:15,814 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:07:15,855 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:07:15,892 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:07:15,893 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:07:15,894 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:07:15,894 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:07:15,895 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:07:15,899 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:07:15,945 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:07:15,946 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:07:15,947 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:07:15,948 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:07:15,948 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:07:15,989 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:07:16,028 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:07:16,029 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that all OpenStack nodes OVS br-int have fail_mode set to secure | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | Node overcloud-novacompute-1 br-int is fail_mode secure | | PASS | Node overcloud-novacompute-0 br-int is fail_mode secure | | PASS | Node overcloud-controller-2 br-int is fail_mode secure | | PASS | Node overcloud-controller-1 br-int is fail_mode secure | | PASS | Node overcloud-controller-0 br-int is fail_mode secure | +========================================================================================+ 2018-10-06 17:07:16,029 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-06 17:07:16,029 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-06 17:07:16,030 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:07:16,030 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-10-06 17:07:16,030 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-06 17:07:16,030 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-06 17:07:16,031 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-06 17:07:16,115 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-06 17:07:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:07:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:07:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:07:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:07:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:07:16,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:07:16,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:07:16,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:07:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:07:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:07:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:07:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:07:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:07:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:07:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:07:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:07:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:07:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:07:16,123 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:07:16,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:07:16,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03fa21f4-8124-477c-abf2-7b49499f3bc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:07:16,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-03fa21f4-8124-477c-abf2-7b49499f3bc0 2018-10-06 17:07:16,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:07:16,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:07:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["hrJJw9AHRfe2_7Hh2Iacyw"], "issued_at": "2018-10-06T17:07:16.000000Z"}} 2018-10-06 17:07:16,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f5f04e5c3c37f6af497e03acaaaddf60aace880" 2018-10-06 17:07:16,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-4b007fb7-53dc-4298-a1c6-b476355ac300 Date: Sat, 06 Oct 2018 17:07:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:07:16,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-4b007fb7-53dc-4298-a1c6-b476355ac300 2018-10-06 17:07:16,759 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:07:16,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f5f04e5c3c37f6af497e03acaaaddf60aace880" 2018-10-06 17:07:16,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d1a92125-f630-42fb-90c0-9301e886a1c3 Date: Sat, 06 Oct 2018 17:07:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:07:16,922 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d1a92125-f630-42fb-90c0-9301e886a1c3 2018-10-06 17:07:16,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f5f04e5c3c37f6af497e03acaaaddf60aace880" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:07:17,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d X-Openstack-Request-Id: req-5b4cca70-0de8-4a9b-9e4c-faec139d9898 Date: Sat, 06 Oct 2018 17:07:17 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:07:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:07:17Z", "visibility": "public", "locations": [], "self": "/v2/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "min_disk": 0, "protected": false, "id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "file": "/v2/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:07:17,139 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-5b4cca70-0de8-4a9b-9e4c-faec139d9898 2018-10-06 17:07:17,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f5f04e5c3c37f6af497e03acaaaddf60aace880" -d '' 2018-10-06 17:07:18,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47b06a38-7b29-46df-960f-3b7e0b3b26b4 Date: Sat, 06 Oct 2018 17:07:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:07:18,750 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d/file used request id req-47b06a38-7b29-46df-960f-3b7e0b3b26b4 2018-10-06 17:07:18,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:07:18,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb25068-eaeb-414e-ae19-31be9fdcad8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:07:18,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fcb25068-eaeb-414e-ae19-31be9fdcad8c 2018-10-06 17:07:18,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:07:19,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:07:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["dm2NxNXBSR-GRHIcScNrBA"], "issued_at": "2018-10-06T17:07:19.000000Z"}} 2018-10-06 17:07:19,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:19,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-c5a1de95-19f8-4823-865d-b6c129fb04fd Date: Sat, 06 Oct 2018 17:07:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:07:19,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c5a1de95-19f8-4823-865d-b6c129fb04fd 2018-10-06 17:07:19,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:19,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4bb95ac7-40c1-4b58-bd93-ce3ab29a386b Date: Sat, 06 Oct 2018 17:07:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 17:07:19,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-4bb95ac7-40c1-4b58-bd93-ce3ab29a386b 2018-10-06 17:07:19,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:19,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d3002d3c-5824-4361-a48d-2aa1a34c2e2c Date: Sat, 06 Oct 2018 17:07:19 GMT RESP BODY: {"routers": []} 2018-10-06 17:07:19,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-d3002d3c-5824-4361-a48d-2aa1a34c2e2c 2018-10-06 17:07:19,778 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-06 17:07:19,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-10-06 17:07:20,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f527d9cf-68ba-4af9-9530-b1aff3548216 Date: Sat, 06 Oct 2018 17:07:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a26727f4-e34e-4dbb-815d-6c09687c54e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:07:20Z","is_default":false,"provider:segmentation_id":72,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:19Z","mtu":1450}} 2018-10-06 17:07:20,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f527d9cf-68ba-4af9-9530-b1aff3548216 2018-10-06 17:07:20,177 - sdnvpn.lib.openstack_utils - DEBUG - Network 'a26727f4-e34e-4dbb-815d-6c09687c54e0' created successfully 2018-10-06 17:07:20,177 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-06 17:07:20,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"subnets": [{"ip_version": 4, "network_id": "a26727f4-e34e-4dbb-815d-6c09687c54e0", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-10-06 17:07:20,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4fa012a0-25fb-4b75-ba9f-84a12c2ced60 Date: Sat, 06 Oct 2018 17:07:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a26727f4-e34e-4dbb-815d-6c09687c54e0","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:20Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:07:20Z","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":"b02668b3789342938652e3506ba63a25","id":"7bed4f74-aa6a-41dc-a86e-40f2317002aa","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-10-06 17:07:20,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-4fa012a0-25fb-4b75-ba9f-84a12c2ced60 2018-10-06 17:07:20,603 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '7bed4f74-aa6a-41dc-a86e-40f2317002aa' created successfully 2018-10-06 17:07:20,603 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-06 17:07:20,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-10-06 17:07:20,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-ad0325f4-63b5-4f24-a003-b99c1cbca8fe Date: Sat, 06 Oct 2018 17:07:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:07:20Z", "revision_number": 0, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d", "name": "sdnvpn-8-1-router"}} 2018-10-06 17:07:20,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-ad0325f4-63b5-4f24-a003-b99c1cbca8fe 2018-10-06 17:07:20,881 - sdnvpn.lib.openstack_utils - DEBUG - Router '8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d' created successfully 2018-10-06 17:07:20,881 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-06 17:07:20,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"subnet_id": "7bed4f74-aa6a-41dc-a86e-40f2317002aa"}' 2018-10-06 17:07:22,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8a8233b8-01cd-4f44-8fa9-e080df038035 Date: Sat, 06 Oct 2018 17:07:22 GMT RESP BODY: {"network_id": "a26727f4-e34e-4dbb-815d-6c09687c54e0", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "7bed4f74-aa6a-41dc-a86e-40f2317002aa", "subnet_ids": ["7bed4f74-aa6a-41dc-a86e-40f2317002aa"], "port_id": "08ff6dd3-0a2d-49a7-af8d-737273c2af04", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d"} 2018-10-06 17:07:22,282 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/add_router_interface used request id req-8a8233b8-01cd-4f44-8fa9-e080df038035 2018-10-06 17:07:22,282 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-06 17:07:22,282 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-06 17:07:22,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:22,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3859 X-Openstack-Request-Id: req-cebcfd33-247a-4714-8d3d-87570913947c Date: Sat, 06 Oct 2018 17:07:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a26727f4-e34e-4dbb-815d-6c09687c54e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["7bed4f74-aa6a-41dc-a86e-40f2317002aa"],"description":"","tags":[],"updated_at":"2018-10-06T17:07:20Z","provider:segmentation_id":72,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:07:22,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-cebcfd33-247a-4714-8d3d-87570913947c 2018-10-06 17:07:22,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}}' 2018-10-06 17:07:23,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-8091fdc1-f3a9-489c-a84d-440d3f822911 Date: Sat, 06 Oct 2018 17:07:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:07:23Z", "revision_number": 3, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d", "name": "sdnvpn-8-1-router"}} 2018-10-06 17:07:23,848 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d used request id req-8091fdc1-f3a9-489c-a84d-440d3f822911 2018-10-06 17:07:23,848 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-06 17:07:23,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:23,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3859 X-Openstack-Request-Id: req-696d1317-2b74-46f1-9ac0-fcbd555a0174 Date: Sat, 06 Oct 2018 17:07:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a26727f4-e34e-4dbb-815d-6c09687c54e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["7bed4f74-aa6a-41dc-a86e-40f2317002aa"],"description":"","tags":[],"updated_at":"2018-10-06T17:07:20Z","provider:segmentation_id":72,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:07:23,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-696d1317-2b74-46f1-9ac0-fcbd555a0174 2018-10-06 17:07:23,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:24,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-99d84eae-5d2e-4fd8-b7e2-78e09e182c62 Date: Sat, 06 Oct 2018 17:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a26727f4-e34e-4dbb-815d-6c09687c54e0","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:20Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:07:20Z","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":"b02668b3789342938652e3506ba63a25","id":"7bed4f74-aa6a-41dc-a86e-40f2317002aa","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 17:07:24,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-99d84eae-5d2e-4fd8-b7e2-78e09e182c62 2018-10-06 17:07:24,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:24,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-861cd991-3e99-4c54-9c7a-c86d99bf5ed1 Date: Sat, 06 Oct 2018 17:07:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:07:23Z", "revision_number": 3, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d", "name": "sdnvpn-8-1-router"}]} 2018-10-06 17:07:24,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-861cd991-3e99-4c54-9c7a-c86d99bf5ed1 2018-10-06 17:07:24,395 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-06 17:07:24,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-10-06 17:07:24,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1ed0dcce-7486-4d75-b35a-2bce4ebad229 Date: Sat, 06 Oct 2018 17:07:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"356225a0-dd91-4971-9426-88ed5576b323","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:07:24Z","is_default":false,"provider:segmentation_id":28,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:24Z","mtu":1450}} 2018-10-06 17:07:24,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-1ed0dcce-7486-4d75-b35a-2bce4ebad229 2018-10-06 17:07:24,638 - sdnvpn.lib.openstack_utils - DEBUG - Network '356225a0-dd91-4971-9426-88ed5576b323' created successfully 2018-10-06 17:07:24,638 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-06 17:07:24,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"subnets": [{"ip_version": 4, "network_id": "356225a0-dd91-4971-9426-88ed5576b323", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-10-06 17:07:25,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-27632c6d-bf28-4008-9af2-6ed400c7428d Date: Sat, 06 Oct 2018 17:07:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"356225a0-dd91-4971-9426-88ed5576b323","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:24Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:07:24Z","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":"b02668b3789342938652e3506ba63a25","id":"db8339b8-49a6-4d5c-b231-1a6cd6a66862","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-10-06 17:07:25,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-27632c6d-bf28-4008-9af2-6ed400c7428d 2018-10-06 17:07:25,177 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'db8339b8-49a6-4d5c-b231-1a6cd6a66862' created successfully 2018-10-06 17:07:25,177 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-06 17:07:25,177 - sdnvpn.lib.openstack_utils - DEBUG - Router '8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d' created successfully 2018-10-06 17:07:25,177 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-06 17:07:25,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"subnet_id": "db8339b8-49a6-4d5c-b231-1a6cd6a66862"}' 2018-10-06 17:07:26,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-08ce58c4-7edd-41ab-82ee-44c47ac78d61 Date: Sat, 06 Oct 2018 17:07:26 GMT RESP BODY: {"network_id": "356225a0-dd91-4971-9426-88ed5576b323", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "db8339b8-49a6-4d5c-b231-1a6cd6a66862", "subnet_ids": ["db8339b8-49a6-4d5c-b231-1a6cd6a66862"], "port_id": "1126768e-4dcf-4a46-b05d-96ffa8432c89", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d"} 2018-10-06 17:07:26,761 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/add_router_interface used request id req-08ce58c4-7edd-41ab-82ee-44c47ac78d61 2018-10-06 17:07:26,762 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-06 17:07:26,762 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-06 17:07:26,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:27,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4515 X-Openstack-Request-Id: req-1f2ee010-626e-4fc8-a4d7-15e84a826be1 Date: Sat, 06 Oct 2018 17:07:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"356225a0-dd91-4971-9426-88ed5576b323","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db8339b8-49a6-4d5c-b231-1a6cd6a66862"],"description":"","tags":[],"updated_at":"2018-10-06T17:07:24Z","provider:segmentation_id":28,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a26727f4-e34e-4dbb-815d-6c09687c54e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["7bed4f74-aa6a-41dc-a86e-40f2317002aa"],"description":"","tags":[],"updated_at":"2018-10-06T17:07:20Z","provider:segmentation_id":72,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:07:27,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-1f2ee010-626e-4fc8-a4d7-15e84a826be1 2018-10-06 17:07:27,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}}' 2018-10-06 17:07:27,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-36322eb5-8216-44a7-90c0-3d83c88957dc Date: Sat, 06 Oct 2018 17:07:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 5, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d", "name": "sdnvpn-8-1-router"}} 2018-10-06 17:07:27,562 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d used request id req-36322eb5-8216-44a7-90c0-3d83c88957dc 2018-10-06 17:07:27,562 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-06 17:07:27,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:27,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7578a873-bfb6-441c-b8d2-83b00cfe52d1 Date: Sat, 06 Oct 2018 17:07:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:07:27,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-7578a873-bfb6-441c-b8d2-83b00cfe52d1 2018-10-06 17:07:27,625 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-06 17:07:27,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-10-06 17:07:27,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-f0262aa2-da4d-49ae-889b-59b750092898 Date: Sat, 06 Oct 2018 17:07:27 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:07:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 2, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}} 2018-10-06 17:07:27,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-f0262aa2-da4d-49ae-889b-59b750092898 2018-10-06 17:07:27,857 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=75ba77f1-4f0d-4057-97a5-d144b70889cc created successfully. 2018-10-06 17:07:27,857 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-06 17:07:27,857 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-06 17:07:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:07:28,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d07b5a3c-0eb8-4403-acf0-ae8b29758131 Date: Sat, 06 Oct 2018 17:07: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": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba"}} 2018-10-06 17:07:28,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-d07b5a3c-0eb8-4403-acf0-ae8b29758131 2018-10-06 17:07:28,204 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-06 17:07:28,204 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-06 17:07:28,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:07:28,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-821ea3b6-fab2-4f38-a484-05ac5f8b746f Date: Sat, 06 Oct 2018 17:07: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": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "d710de98-5c07-4dc6-8022-df3f490aca05"}} 2018-10-06 17:07:28,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-821ea3b6-fab2-4f38-a484-05ac5f8b746f 2018-10-06 17:07:28,396 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-06 17:07:28,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:07:28,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-25f9e08f-30a8-4073-ab28-d6e88bd41a13 Date: Sat, 06 Oct 2018 17:07:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "6f9c854c-16ad-41dd-9deb-aec017795165"}} 2018-10-06 17:07:28,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-25f9e08f-30a8-4073-ab28-d6e88bd41a13 2018-10-06 17:07:28,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:28,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-734cebd9-34ea-46f7-8892-469c74183c01 Date: Sat, 06 Oct 2018 17:07:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "046ddba6-638c-4833-97e2-1a317064f359"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "04b68718-4512-441b-b483-4595bf3eb3a4"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "45b1e634-611b-4602-99cc-cc2babde9f5d"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "6f9c854c-16ad-41dd-9deb-aec017795165"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "7720a143-678b-4182-9973-59ee5ea86d32"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "d710de98-5c07-4dc6-8022-df3f490aca05"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "df1162f7-503c-48df-a30d-dab86fe3795b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c"}]} 2018-10-06 17:07:28,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-734cebd9-34ea-46f7-8892-469c74183c01 2018-10-06 17:07:28,900 - sdnvpn_test_utils - INFO - This rule exists for security group: 75ba77f1-4f0d-4057-97a5-d144b70889cc 2018-10-06 17:07:28,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:07:29,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-8991aad5-a76d-42f6-8671-4bfdd30c8ef4 Date: Sat, 06 Oct 2018 17:07:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "046ddba6-638c-4833-97e2-1a317064f359"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "04b68718-4512-441b-b483-4595bf3eb3a4"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "45b1e634-611b-4602-99cc-cc2babde9f5d"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "6f9c854c-16ad-41dd-9deb-aec017795165"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "7720a143-678b-4182-9973-59ee5ea86d32"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "d710de98-5c07-4dc6-8022-df3f490aca05"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "df1162f7-503c-48df-a30d-dab86fe3795b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c"}]} 2018-10-06 17:07:29,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-8991aad5-a76d-42f6-8671-4bfdd30c8ef4 2018-10-06 17:07:29,086 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-06 17:07:29,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:07:29,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-13d0c210-861b-4945-a24f-ac1dcd12e9ad Date: Sat, 06 Oct 2018 17:07: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": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 80, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:29Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead"}} 2018-10-06 17:07:29,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-13d0c210-861b-4945-a24f-ac1dcd12e9ad 2018-10-06 17:07:29,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:07:29,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b4d39b-159c-4a79-a16b-58b5e28488eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:07:29,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-91b4d39b-159c-4a79-a16b-58b5e28488eb 2018-10-06 17:07:29,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:07:29,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:07:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["DDIHY87kRRqMplkXQ_3VGw"], "issued_at": "2018-10-06T17:07:29.000000Z"}} 2018-10-06 17:07:29,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eafaaa9773284aa6af7b1eaf6fdd90f12a739c8" 2018-10-06 17:07:30,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-212395ff-46f2-41c5-ab04-a2a8e218578a x-compute-request-id: req-212395ff-46f2-41c5-ab04-a2a8e218578a 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:07:30,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-212395ff-46f2-41c5-ab04-a2a8e218578a 2018-10-06 17:07:30,045 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-06 17:07:30,045 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-10-06 17:07:30,045 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=43bb040f-4e65-4ad0-9e53-0d93f9cc605d network=356225a0-dd91-4971-9426-88ed5576b323 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:07:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:07:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:07:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:07:30,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:07:30,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:07:30,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:07:30,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:07:30,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:07:30,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:07:30,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:07:30,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:07:30,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:07:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:07:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:07:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:07:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:07:30,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:07:30,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ecc3fb-2a83-40da-ada7-e2897b8ffcc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:07:30,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-48ecc3fb-2a83-40da-ada7-e2897b8ffcc9 2018-10-06 17:07:30,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:07:30,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:07:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["icWGREbuRsOJkqfn-Y_fXw"], "issued_at": "2018-10-06T17:07:30.000000Z"}} 2018-10-06 17:07:30,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" 2018-10-06 17:07:30,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f80ef701-b072-409f-bcb0-cb06a5e51948 x-compute-request-id: req-f80ef701-b072-409f-bcb0-cb06a5e51948 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:07:30,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f80ef701-b072-409f-bcb0-cb06a5e51948 2018-10-06 17:07:30,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" 2018-10-06 17:07:30,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14b975c0-351b-40ed-82e7-214f0f0df04b x-compute-request-id: req-14b975c0-351b-40ed-82e7-214f0f0df04b Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:07:30,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-14b975c0-351b-40ed-82e7-214f0f0df04b 2018-10-06 17:07:30,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "356225a0-dd91-4971-9426-88ed5576b323"}]}}' 2018-10-06 17:07:32,138 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3aa4b911-53c7-48b0-bd43-9263b28106d4 x-compute-request-id: req-3aa4b911-53c7-48b0-bd43-9263b28106d4 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "bookmark"}], "adminPass": "kLtfonZBeu8o"}} 2018-10-06 17:07:32,139 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-3aa4b911-53c7-48b0-bd43-9263b28106d4 2018-10-06 17:07:32,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:07:32,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ac9183-703b-4dba-8e4b-8e4a3ade6785 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:07:32,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a7ac9183-703b-4dba-8e4b-8e4a3ade6785 2018-10-06 17:07:32,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:07:32,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:07:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["1zTD3wowTw6zKysiK7y4uA"], "issued_at": "2018-10-06T17:07:32.000000Z"}} 2018-10-06 17:07:32,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7424ea10f112787fbc766582bb473ec6c5b58a69" 2018-10-06 17:07:33,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-994882d3-c331-472c-a1d0-f56b24a103ea x-compute-request-id: req-994882d3-c331-472c-a1d0-f56b24a103ea 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.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:07:32Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2018-10-06T17:07:32Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:33,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c used request id req-994882d3-c331-472c-a1d0-f56b24a103ea 2018-10-06 17:07:36,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7424ea10f112787fbc766582bb473ec6c5b58a69" 2018-10-06 17:07:36,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c81a3bed-f8e5-425b-80d6-809bbde16cef x-compute-request-id: req-c81a3bed-f8e5-425b-80d6-809bbde16cef 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.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:07:33Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-10-06T17:07:32Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:36,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c used request id req-c81a3bed-f8e5-425b-80d6-809bbde16cef 2018-10-06 17:07:39,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7424ea10f112787fbc766582bb473ec6c5b58a69" 2018-10-06 17:07:40,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93950ed0-2e75-46f7-9cf6-eea02d4d222f x-compute-request-id: req-93950ed0-2e75-46f7-9cf6-eea02d4d222f 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:35:70:cf", "version": 4, "addr": "10.10.20.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-10-06T17:07:31.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:07:36Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-10-06T17:07:32Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:40,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c used request id req-93950ed0-2e75-46f7-9cf6-eea02d4d222f 2018-10-06 17:07:40,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" 2018-10-06 17:07:41,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6adc047a-d7db-4733-8fab-2064e6f4e09f x-compute-request-id: req-6adc047a-d7db-4733-8fab-2064e6f4e09f 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:35:70:cf", "version": 4, "addr": "10.10.20.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-10-06T17:07:31.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "9ea498ea-f7bd-49bd-83d7-1cd7120b943c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:07:36Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-10-06T17:07:32Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:41,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c used request id req-6adc047a-d7db-4733-8fab-2064e6f4e09f 2018-10-06 17:07:41,452 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.5'. 2018-10-06 17:07:41,452 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-10-06 17:07:41,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eafaaa9773284aa6af7b1eaf6fdd90f12a739c8" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:07:42,919 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:07:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ad4c265-9bc3-4d99-8be3-8987bb4917d8 x-compute-request-id: req-5ad4c265-9bc3-4d99-8be3-8987bb4917d8 Content-Length: 0 Content-Type: application/json 2018-10-06 17:07:42,920 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-5ad4c265-9bc3-4d99-8be3-8987bb4917d8 2018-10-06 17:07:42,920 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-10-06 17:07:42,920 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=43bb040f-4e65-4ad0-9e53-0d93f9cc605d network=a26727f4-e34e-4dbb-815d-6c09687c54e0 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.5 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:07:42,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:07:42,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:07:42,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:07:42,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:07:42,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:07:42,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:07:42,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:07:42,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:07:42,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:07:42,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:07:42,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:07:42,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:07:42,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:07:42,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:07:42,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:07:42,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:07:42,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:07:42,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:07:42,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:07:42,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:07:42,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:07:42,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:07:42,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:07:42,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:07:42,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:07:42,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:07:42,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:07:42,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd8ca0e-73c1-4668-8025-2aecf139f478 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:07:42,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ffd8ca0e-73c1-4668-8025-2aecf139f478 2018-10-06 17:07:42,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:07:43,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:07:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["d0fof6CwTW-QZ0TUPeOz6w"], "issued_at": "2018-10-06T17:07:43.000000Z"}} 2018-10-06 17:07:43,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" 2018-10-06 17:07:43,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-276081a7-0709-4a6e-a10a-f90ba0212ab1 x-compute-request-id: req-276081a7-0709-4a6e-a10a-f90ba0212ab1 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:07:43,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-276081a7-0709-4a6e-a10a-f90ba0212ab1 2018-10-06 17:07:43,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" 2018-10-06 17:07:43,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dea1c28-5ab6-410f-b716-36502becc169 x-compute-request-id: req-8dea1c28-5ab6-410f-b716-36502becc169 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:07:43,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-8dea1c28-5ab6-410f-b716-36502becc169 2018-10-06 17:07:43,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a26727f4-e34e-4dbb-815d-6c09687c54e0"}], "config_drive": true}}' 2018-10-06 17:07:44,952 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:07:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63caf980-e36d-4775-875a-1bbba4ddb881 x-compute-request-id: req-63caf980-e36d-4775-875a-1bbba4ddb881 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "bookmark"}], "adminPass": "XhxKnC5ydNGR"}} 2018-10-06 17:07:44,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-63caf980-e36d-4775-875a-1bbba4ddb881 2018-10-06 17:07:44,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:07:44,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10aa2755-ff3a-4484-a2a1-1a787746331d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:07:44,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-10aa2755-ff3a-4484-a2a1-1a787746331d 2018-10-06 17:07:44,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:07:45,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:07:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["a8fQpQdcSTuNRZ0QqxHC3g"], "issued_at": "2018-10-06T17:07:45.000000Z"}} 2018-10-06 17:07:45,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832bde3c6c3c285fb50076dec2ec295f4bdaf567" 2018-10-06 17:07:45,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3608e9de-588f-4280-9eee-95cd493ed8f3 x-compute-request-id: req-3608e9de-588f-4280-9eee-95cd493ed8f3 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.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:07:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-10-06T17:07:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:45,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 used request id req-3608e9de-588f-4280-9eee-95cd493ed8f3 2018-10-06 17:07:48,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832bde3c6c3c285fb50076dec2ec295f4bdaf567" 2018-10-06 17:07:49,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4db3122a-99e8-4ce9-9518-bf65d2315de2 x-compute-request-id: req-4db3122a-99e8-4ce9-9518-bf65d2315de2 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:9b:66", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:07:45Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-10-06T17:07:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:49,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 used request id req-4db3122a-99e8-4ce9-9518-bf65d2315de2 2018-10-06 17:07:52,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832bde3c6c3c285fb50076dec2ec295f4bdaf567" 2018-10-06 17:07:53,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e72f9b0-5827-4cc2-8bbd-af83dfd34cd4 x-compute-request-id: req-8e72f9b0-5827-4cc2-8bbd-af83dfd34cd4 Content-Encoding: gzip Content-Length: 775 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:08:9b:66", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-10-06T17:07:44.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:07:49Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-10-06T17:07:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:53,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 used request id req-8e72f9b0-5827-4cc2-8bbd-af83dfd34cd4 2018-10-06 17:07:53,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" 2018-10-06 17:07:53,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c56ae28-e034-4407-92ce-d9a75be33ecb x-compute-request-id: req-2c56ae28-e034-4407-92ce-d9a75be33ecb Content-Encoding: gzip Content-Length: 775 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:08:9b:66", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "rel": "bookmark"}], "image": {"id": "43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "links": [{"href": "http://172.30.9.26:8774/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-10-06T17:07:44.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "78ac8eec-3bb5-4e6c-925c-c27a1b1c3419", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:07:49Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-10-06T17:07:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:07:53,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 used request id req-2c56ae28-e034-4407-92ce-d9a75be33ecb 2018-10-06 17:07:53,885 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.11'. 2018-10-06 17:07:53,886 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-10-06 17:07:53,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eafaaa9773284aa6af7b1eaf6fdd90f12a739c8" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:07:55,091 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b942fb6f-f07b-4dfd-8a75-a2d4345ab6b4 x-compute-request-id: req-b942fb6f-f07b-4dfd-8a75-a2d4345ab6b4 Content-Length: 0 Content-Type: application/json 2018-10-06 17:07:55,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-b942fb6f-f07b-4dfd-8a75-a2d4345ab6b4 2018-10-06 17:07:55,092 - sdnvpn_test_utils - INFO - Waiting for instance 9ea498ea-f7bd-49bd-83d7-1cd7120b943c to boot up 2018-10-06 17:07:55,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:07:56,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07: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-0390b592-3f7a-4d1e-a968-33377116df13 x-compute-request-id: req-0390b592-3f7a-4d1e-a968-33377116df13 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:07:56,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-0390b592-3f7a-4d1e-a968-33377116df13 2018-10-06 17:07:58,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:07:59,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:07: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-1daef0fc-0e84-466b-8d7e-793c40a9d518 x-compute-request-id: req-1daef0fc-0e84-466b-8d7e-793c40a9d518 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:07:59,453 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-1daef0fc-0e84-466b-8d7e-793c40a9d518 2018-10-06 17:08:01,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:02,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-e01f13cc-8ddf-47e6-b47f-1c6cacf7730e x-compute-request-id: req-e01f13cc-8ddf-47e6-b47f-1c6cacf7730e Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:02,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-e01f13cc-8ddf-47e6-b47f-1c6cacf7730e 2018-10-06 17:08:04,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:05,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-8e5d1693-81a7-4cd9-a23a-ac5e90f11332 x-compute-request-id: req-8e5d1693-81a7-4cd9-a23a-ac5e90f11332 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:05,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-8e5d1693-81a7-4cd9-a23a-ac5e90f11332 2018-10-06 17:08:07,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:08,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-65f9d904-d43f-48f2-aa1e-998858cec7af x-compute-request-id: req-65f9d904-d43f-48f2-aa1e-998858cec7af Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:08,754 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-65f9d904-d43f-48f2-aa1e-998858cec7af 2018-10-06 17:08:10,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:11,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-2ee7b081-b1ee-48b0-8a8b-8a7b674325d2 x-compute-request-id: req-2ee7b081-b1ee-48b0-8a8b-8a7b674325d2 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:11,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-2ee7b081-b1ee-48b0-8a8b-8a7b674325d2 2018-10-06 17:08:13,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:14,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-cf227460-dad9-4a80-95db-386e21e2ee0f x-compute-request-id: req-cf227460-dad9-4a80-95db-386e21e2ee0f Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:14,970 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-cf227460-dad9-4a80-95db-386e21e2ee0f 2018-10-06 17:08:16,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:18,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-88bcdc23-035f-49b6-85f7-47a909ed0f45 x-compute-request-id: req-88bcdc23-035f-49b6-85f7-47a909ed0f45 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:18,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-88bcdc23-035f-49b6-85f7-47a909ed0f45 2018-10-06 17:08:20,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:21,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-6ac9f8a7-607e-4a55-bec8-7c4769be5b32 x-compute-request-id: req-6ac9f8a7-607e-4a55-bec8-7c4769be5b32 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:21,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-6ac9f8a7-607e-4a55-bec8-7c4769be5b32 2018-10-06 17:08:23,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:24,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8bdcb3c-ab61-40ff-b1fa-0f2647a87f98 x-compute-request-id: req-f8bdcb3c-ab61-40ff-b1fa-0f2647a87f98 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:24,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-f8bdcb3c-ab61-40ff-b1fa-0f2647a87f98 2018-10-06 17:08:26,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:27,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-838dfa67-93e8-43ec-86e0-f483670fdd9e x-compute-request-id: req-838dfa67-93e8-43ec-86e0-f483670fdd9e Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:27,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-838dfa67-93e8-43ec-86e0-f483670fdd9e 2018-10-06 17:08:29,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:30,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-ffb30445-6ce3-4ee8-b2d7-fd142e1aa4a8 x-compute-request-id: req-ffb30445-6ce3-4ee8-b2d7-fd142e1aa4a8 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:30,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-ffb30445-6ce3-4ee8-b2d7-fd142e1aa4a8 2018-10-06 17:08:32,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:33,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08: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-ccdff513-6178-4f4f-8247-d088b21365f3 x-compute-request-id: req-ccdff513-6178-4f4f-8247-d088b21365f3 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:33,531 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-ccdff513-6178-4f4f-8247-d088b21365f3 2018-10-06 17:08:35,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:36,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a10fbdd5-a860-4212-af31-06c0275a7328 x-compute-request-id: req-a10fbdd5-a860-4212-af31-06c0275a7328 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:36,615 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-a10fbdd5-a860-4212-af31-06c0275a7328 2018-10-06 17:08:38,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:39,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2095520-a9ef-4c28-bb34-9ed0b8ad1c21 x-compute-request-id: req-c2095520-a9ef-4c28-bb34-9ed0b8ad1c21 Content-Encoding: gzip Content-Length: 7840 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.5...\nLease of 10.10.20.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-10-06 17:08:39,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-c2095520-a9ef-4c28-bb34-9ed0b8ad1c21 2018-10-06 17:08:41,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c3aab8a6ebbed8943e2e412c5a12edd02d12a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:42,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40bf43b7-82f2-4b69-a8b3-98338f00d4de x-compute-request-id: req-40bf43b7-82f2-4b69-a8b3-98338f00d4de Content-Encoding: gzip Content-Length: 9537 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 625479120 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133338] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135056] pid_max: default: 32768 minimum: 301\n[ 0.135973] ACPI: Core revision 20150930\n[ 0.137381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138721] Security Framework initialized\n[ 0.139553] Yama: becoming mindful.\n[ 0.140298] AppArmor: AppArmor initialized\n[ 0.141204] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142574] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146558] Initializing cgroup subsys io\n[ 0.147378] Initializing cgroup subsys memory\n[ 0.148286] Initializing cgroup subsys devices\n[ 0.149208] Initializing cgroup subsys freezer\n[ 0.150116] Initializing cgroup subsys net_cls\n[ 0.151019] Initializing cgroup subsys perf_event\n[ 0.151967] Initializing cgroup subsys net_prio\n[ 0.152899] Initializing cgroup subsys hugetlb\n[ 0.153791] Initializing cgroup subsys pids\n[ 0.154677] CPU: Physical Processor ID: 0\n[ 0.156196] mce: CPU supports 10 MCE banks\n[ 0.157098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176076] ftrace: allocating 31920 entries in 125 pages\n[ 0.201721] smpboot: Max logical packages: 1\n[ 0.202623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204009] x2apic enabled\n[ 0.204866] Switched APIC routing to physical x2apic.\n[ 0.206642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207820] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211763] KVM setup paravirtual spinlock\n[ 0.213059] x86: Booted up 1 node, 1 CPUs\n[ 0.213926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215395] devtmpfs: initialized\n[ 0.217130] evm: security.selinux\n[ 0.217884] evm: security.SMACK64\n[ 0.218590] evm: security.SMACK64EXEC\n[ 0.219350] evm: security.SMACK64TRANSMUTE\n[ 0.220207] evm: security.SMACK64MMAP\n[ 0.221013] evm: security.ima\n[ 0.221695] evm: security.capability\n[ 0.222514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224408] pinctrl core: initialized pinctrl subsystem\n[ 0.225530] RTC time: 17:07:31, date: 10/06/18\n[ 0.226499] NET: Registered protocol family 16\n[ 0.227488] cpuidle: using governor ladder\n[ 0.228319] cpuidle: using governor menu\n[ 0.229119] PCCT header not found.\n[ 0.229890] ACPI: bus type PCI registered\n[ 0.230709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231973] PCI: Using configuration type 1 for base access\n[ 0.233735] ACPI: Added _OSI(Module Device)\n[ 0.234573] ACPI: Added _OSI(Processor Device)\n[ 0.235424] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238374] ACPI: Interpreter enabled\n[ 0.239138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246412] ACPI: (supports S0 S5)\n[ 0.247107] ACPI: Using IOAPIC for interrupt routing\n[ 0.248048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254700] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256928] acpiphp: Slot [3] registered\n[ 0.257731] acpiphp: Slot [4] registered\n[ 0.258525] acpiphp: Slot [5] registered\n[ 0.259314] acpiphp: Slot [6] registered\n[ 0.260126] acpiphp: Slot [7] registered\n[ 0.260957] acpiphp: Slot [8] registered\n[ 0.261781] acpiphp: Slot [9] registered\n[ 0.262597] acpiphp: Slot [10] registered\n[ 0.263483] acpiphp: Slot [11] registered\n[ 0.264367] acpiphp: Slot [12] registered\n[ 0.265251] acpiphp: Slot [13] registered\n[ 0.266118] acpiphp: Slot [14] registered\n[ 0.266985] acpiphp: Slot [15] registered\n[ 0.277599] acpiphp: Slot [16] registered\n[ 0.278436] acpiphp: Slot [17] registered\n[ 0.279268] acpiphp: Slot [18] registered\n[ 0.280106] acpiphp: Slot [19] registered\n[ 0.280941] acpiphp: Slot [20] registered\n[ 0.281780] acpiphp: Slot [21] registered\n[ 0.282617] acpiphp: Slot [22] registered\n[ 0.283452] acpiphp: Slot [23] registered\n[ 0.284286] acpiphp: Slot [24] registered\n[ 0.285121] acpiphp: Slot [25] registered\n[ 0.285960] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287632] acpiphp: Slot [28] registered\n[ 0.288471] acpiphp: Slot [29] registered\n[ 0.289301] acpiphp: Slot [30] registered\n[ 0.290140] acpiphp: Slot [31] registered\n[ 0.290975] PCI host bridge to bus 0000:00\n[ 0.291809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293064] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297309] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304847] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315186] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362931] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367100] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371057] vgaarb: loaded\n[ 0.371678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372856] SCSI subsystem initialized\n[ 0.373698] ACPI: bus type USB registered\n[ 0.374540] usbcore: registered new interface driver usbfs\n[ 0.375601] usbcore: registered new interface driver hub\n[ 0.376640] usbcore: registered new device driver usb\n[ 0.377733] PCI: Using ACPI for IRQ routing\n[ 0.378776] NetLabel: Initializing\n[ 0.379510] NetLabel: domain hash size = 128\n[ 0.380384] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381376] NetLabel: unlabeled traffic allowed by default\n[ 0.382521] clocksource: Switched to clocksource kvm-clock\n[ 0.388013] AppArmor: AppArmor Filesystem Enabled\n[ 0.389079] pnp: PnP ACPI init\n[ 0.390030] pnp: PnP ACPI: found 5 devices\n[ 0.396442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398248] NET: Registered protocol family 2\n[ 0.399255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400609] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401796] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405228] NET: Registered protocol family 1\n[ 0.406095] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436451] Trying to unpack rootfs image as initramfs...\n[ 0.487135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500967] Scanning for low memory corruption every 60 seconds\n[ 0.502312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503474] audit: initializing netlink subsys (disabled)\n[ 0.504501] audit: type=2000 audit(1538845652.448:1): initialized\n[ 0.505812] Initialise system trusted keyring\n[ 0.506748] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509904] zbud: loaded\n[ 0.510617] VFS: Disk quotas dquot_6.6.0\n[ 0.511440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512960] fuse init (API version 7.23)\n[ 0.513848] Key type big_key registered\n[ 0.514662] Allocating IMA MOK and blacklist keyrings.\n[ 0.516135] Key type asymmetric registered\n[ 0.516959] Asymmetric key parser 'x509' registered\n[ 0.517919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519390] io scheduler noop registered\n[ 0.520189] io scheduler deadline registered (default)\n[ 0.521177] io scheduler cfq registered\n[ 0.522014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525788] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599364] Linux agpgart interface v0.103\n[ 0.601455] brd: module loaded\n[ 0.602690] loop: module loaded\n[ 0.607735] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609393] GPT:90111 != 2097151\n[ 0.610062] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611152] GPT:90111 != 2097151\n[ 0.611824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612779] vda: vda1 vda15\n[ 0.614200] scsi host0: ata_piix\n[ 0.614960] scsi host1: ata_piix\n[ 0.615673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618300] libphy: Fixed MDIO Bus: probed\n[ 0.619122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622199] PPP generic driver version 2.4.2\n[ 0.623090] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624315] ehci-pci: EHCI PCI platform driver\n[ 0.625178] ehci-platform: EHCI generic platform driver\n[ 0.626147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627264] ohci-pci: OHCI PCI platform driver\n[ 0.628122] ohci-platform: OHCI generic platform driver\n[ 0.629094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650585] usb usb1: Product: UHCI Host Controller\n[ 0.651509] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653639] hub 1-0:1.0: USB hub found\n[ 0.654411] hub 1-0:1.0: 2 ports detected\n[ 0.655307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659368] mousedev: PS/2 mouse device common for all mice\n[ 0.660614] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662434] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665878] i2c /dev entries driver\n[ 0.666642] device-mapper: uevent: version 1.0.3\n[ 0.667582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670452] NET: Registered protocol family 10\n[ 0.671449] NET: Registered protocol family 17\n[ 0.672322] Key type dns_resolver registered\n[ 0.673241] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674321] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676059] registered taskstats version 1\n[ 0.676892] Loading compiled-in X.509 certificates\n[ 0.678320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680179] zswap: loaded using pool lzo/zbud\n[ 0.681567] Key type trusted registered\n[ 0.683148] Key type encrypted registered\n[ 0.683967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686013] evm: HMAC attrs: 0x1\n[ 0.686998] Magic number: 6:343:137\n[ 0.687768] block ram2: hash matches\n[ 0.688580] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:32 UTC (1538845652)\n[ 0.690152] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691253] EDD information not available.\n[ 0.775453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787466] Write protecting the kernel read-only data: 14336k\n[ 0.789038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790838] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.497423] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.5...\nLease of 10.10.20.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.43. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDwdGOXpkfZVv0pe5ty5bQCOO3+e1yTtXhkhhJqnlu6l4I3owisEeR1cPgXT08AHoKIu5Fwa+FLmyovNd96EQxIFTkjKFXsEu9kKuh6BBbHYVOgBvBqIXIEkN2/p5itfnvyBDSgoi6erDTS7zfvXkKr2B8fVvLsDkA6A9AQQJgkbKS5y6cMJ/Xatzw2LDWiEHaQ+nTYmOcARm4h6pvV9/iGsUpnxl5+qY+T3uSfVxD2yMacDj2Yij71AHBYFLvmG4nuEfusDdEpiBgSkli7EjQJjDQ7DT2ZrwVPbON7fQrz5niqU70MouldQvxrZG6AzLNpaaD0r6EAVmLxK0rlpe77 root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMZ3CgzDlcpZDDL5/+RgWw0AQEe07sC1S7DR6/csJWdMmWjQ/tFB0G7ejquazkl/asMxC1n8vTURBQeUZmZP6uXzqRvYJITnZDVF0In/MtUuDgXL588oMc3M3HweA3Et8Ok1TH35/xvyRaB5qdEgZG5h9va/9ZhdayH45egAsQG9AAAAFQCYXOpzqDiUzxf6joUN6nVi5hCP1wAAAIB7BEoTSNIxQ3msPgG8bxkgpEq4ViR6Z1gc8mVLxzIevp55OuVhc+AINC8LhHH6i0W1Pk/bLGkWcb9lqKmXMHkWFpEpo/nHm621ni6MpSeMOiLnwG2RAdCv4nJ4/rDMhRyKUiEXjlYqEOYjVFQ/Mxn1oY+6HAc4ZyoNmLhee2Kr9AAAAIEAoTkOBusz6fmFlp8k39oXf6zWragg3Fu1OvEM5PDHHoycgLndyZbvSn7ZoF+DT+ArIIxdiJP0hqKGkanP3BbMKytGAQKV0hC29QJffGRwfZ8bkTW/vjwWVEui5yYkvEbRdTrO75kfybqFvbNh9LwAJ7LqhW4STvJh09SXTRxW/6k= root@sdnvpn-8-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.20.5,24,fe80::f816:3eff:fe35:70cf/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.5 \nip-route:169.254.169.254 via 10.10.20.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e4\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=63.74 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-10-06 17:08:42,787 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-40bf43b7-82f2-4b69-a8b3-98338f00d4de 2018-10-06 17:08:44,817 - sdnvpn_test_utils - INFO - Waiting for instance 78ac8eec-3bb5-4e6c-925c-c27a1b1c3419 to boot up 2018-10-06 17:08:44,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:45,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9401312a-28a3-43dd-8cd7-0f4019dec87f x-compute-request-id: req-9401312a-28a3-43dd-8cd7-0f4019dec87f Content-Encoding: gzip Content-Length: 7895 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529682916 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131157] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132802] pid_max: default: 32768 minimum: 301\n[ 0.133688] ACPI: Core revision 20150930\n[ 0.135059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136359] Security Framework initialized\n[ 0.137169] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140095] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142573] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143952] Initializing cgroup subsys io\n[ 0.144764] Initializing cgroup subsys memory\n[ 0.145617] Initializing cgroup subsys devices\n[ 0.146493] Initializing cgroup subsys freezer\n[ 0.147355] Initializing cgroup subsys net_cls\n[ 0.148214] Initializing cgroup subsys perf_event\n[ 0.149117] Initializing cgroup subsys net_prio\n[ 0.149993] Initializing cgroup subsys hugetlb\n[ 0.150864] Initializing cgroup subsys pids\n[ 0.151733] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173333] ftrace: allocating 31920 entries in 125 pages\n[ 0.199705] smpboot: Max logical packages: 1\n[ 0.200554] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201899] x2apic enabled\n[ 0.202715] Switched APIC routing to physical x2apic.\n[ 0.204458] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207563] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209335] KVM setup paravirtual spinlock\n[ 0.210633] x86: Booted up 1 node, 1 CPUs\n[ 0.211438] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212813] devtmpfs: initialized\n[ 0.214528] evm: security.selinux\n[ 0.215226] evm: security.SMACK64\n[ 0.215918] evm: security.SMACK64EXEC\n[ 0.216661] evm: security.SMACK64TRANSMUTE\n[ 0.217467] evm: security.SMACK64MMAP\n[ 0.218208] evm: security.ima\n[ 0.218849] evm: security.capability\n[ 0.219648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221482] pinctrl core: initialized pinctrl subsystem\n[ 0.222576] RTC time: 17:07:44, date: 10/06/18\n[ 0.223527] NET: Registered protocol family 16\n[ 0.224491] cpuidle: using governor ladder\n[ 0.225299] cpuidle: using governor menu\n[ 0.226082] PCCT header not found.\n[ 0.226845] ACPI: bus type PCI registered\n[ 0.227646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228879] PCI: Using configuration type 1 for base access\n[ 0.230634] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235374] ACPI: Interpreter enabled\n[ 0.236149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243477] ACPI: (supports S0 S5)\n[ 0.244175] ACPI: Using IOAPIC for interrupt routing\n[ 0.245234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250702] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254103] acpiphp: Slot [3] registered\n[ 0.254909] acpiphp: Slot [4] registered\n[ 0.255709] acpiphp: Slot [5] registered\n[ 0.256506] acpiphp: Slot [6] registered\n[ 0.257296] acpiphp: Slot [7] registered\n[ 0.258099] acpiphp: Slot [8] registered\n[ 0.258902] acpiphp: Slot [9] registered\n[ 0.259697] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261309] acpiphp: Slot [12] registered\n[ 0.262121] acpiphp: Slot [13] registered\n[ 0.262931] acpiphp: Slot [14] registered\n[ 0.263743] acpiphp: Slot [15] registered\n[ 0.274589] acpiphp: Slot [16] registered\n[ 0.275409] acpiphp: Slot [17] registered\n[ 0.276211] acpiphp: Slot [18] registered\n[ 0.277022] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278638] acpiphp: Slot [21] registered\n[ 0.279446] acpiphp: Slot [22] registered\n[ 0.280245] acpiphp: Slot [23] registered\n[ 0.281055] acpiphp: Slot [24] registered\n[ 0.281865] acpiphp: Slot [25] registered\n[ 0.282674] acpiphp: Slot [26] registered\n[ 0.283481] acpiphp: Slot [27] registered\n[ 0.284283] acpiphp: Slot [28] registered\n[ 0.285103] acpiphp: Slot [29] registered\n[ 0.285908] acpiphp: Slot [30] registered\n[ 0.286717] acpiphp: Slot [31] registered\n[ 0.287523] PCI host bridge to bus 0000:00\n[ 0.288324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289526] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290735] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309930] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363753] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364898] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367669] vgaarb: loaded\n[ 0.368272] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369397] SCSI subsystem initialized\n[ 0.370211] ACPI: bus type USB registered\n[ 0.371027] usbcore: registered new interface driver usbfs\n[ 0.372054] usbcore: registered new interface driver hub\n[ 0.373061] usbcore: registered new device driver usb\n[ 0.374111] PCI: Using ACPI for IRQ routing\n[ 0.375135] NetLabel: Initializing\n[ 0.375850] NetLabel: domain hash size = 128\n[ 0.376728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377673] NetLabel: unlabeled traffic allowed by default\n[ 0.378759] clocksource: Switched to clocksource kvm-clock\n[ 0.384161] AppArmor: AppArmor Filesystem Enabled\n[ 0.385149] pnp: PnP ACPI init\n[ 0.386057] pnp: PnP ACPI: found 5 devices\n[ 0.392436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394127] NET: Registered protocol family 2\n[ 0.395090] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396360] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397525] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398682] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400931] NET: Registered protocol family 1\n[ 0.401793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402886] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432107] Trying to unpack rootfs image as initramfs...\n[ 0.481005] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494779] Scanning for low memory corruption every 60 seconds\n[ 0.496097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497255] audit: initializing netlink subsys (disabled)\n[ 0.498288] audit: type=2000 audit(1538845665.488:1): initialized\n[ 0.499619] Initialise system trusted keyring\n[ 0.500544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503674] zbud: loaded\n[ 0.504377] VFS: Disk quotas dquot_6.6.0\n[ 0.505201] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506727] fuse init (API version 7.23)\n[ 0.507624] Key type big_key registered\n[ 0.508434] Allocating IMA MOK and blacklist keyrings.\n[ 0.509542] Key type asymmetric registered\n[ 0.510366] Asymmetric key parser 'x509' registered\n[ 0.511337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513178] io scheduler noop registered\n[ 0.513983] io scheduler deadline registered (default)\n[ 0.514983] io scheduler cfq registered\n[ 0.515827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519620] ACPI: Power Button [PWRF]\n[ 0.520463] GHES: HEST is not enabled!\n[ 0.534145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561688] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591756] Linux agpgart interface v0.103\n[ 0.593820] brd: module loaded\n[ 0.594990] loop: module loaded\n[ 0.599804] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601252] GPT:90111 != 2097151\n[ 0.601929] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603026] GPT:90111 != 2097151\n[ 0.603704] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604667] vda: vda1 vda15\n[ 0.606427] scsi host0: ata_piix\n[ 0.607168] scsi host1: ata_piix\n[ 0.607897] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609116] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610563] libphy: Fixed MDIO Bus: probed\n[ 0.611392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614581] PPP generic driver version 2.4.2\n[ 0.615484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616819] ehci-pci: EHCI PCI platform driver\n[ 0.617690] ehci-platform: EHCI generic platform driver\n[ 0.618673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619813] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636199] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638692] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639735] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642090] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643523] usb usb1: Product: UHCI Host Controller\n[ 0.644468] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645617] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646633] hub 1-0:1.0: USB hub found\n[ 0.647428] hub 1-0:1.0: 2 ports detected\n[ 0.648338] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650475] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651441] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652479] mousedev: PS/2 mouse device common for all mice\n[ 0.653743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655603] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657904] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659109] i2c /dev entries driver\n[ 0.659879] device-mapper: uevent: version 1.0.3\n[ 0.660838] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662487] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663782] NET: Registered protocol family 10\n[ 0.664783] NET: Registered protocol family 17\n[ 0.665676] Key type dns_resolver registered\n[ 0.666605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667720] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669472] registered taskstats version 1\n[ 0.670312] Loading compiled-in X.509 certificates\n[ 0.671783] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673640] zswap: loaded using pool lzo/zbud\n[ 0.675025] Key type trusted registered\n[ 0.676577] Key type encrypted registered\n[ 0.677401] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678429] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679479] evm: HMAC attrs: 0x1\n[ 0.680420] Magic number: 6:343:137\n[ 0.681177] block ram2: hash matches\n[ 0.681987] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:45 UTC (1538845665)\n[ 0.683602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684719] EDD information not available.\n[ 0.763270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764711] ata1.00: configured for MWDMA2\n[ 0.776193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778385] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779615] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780872] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782720] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784254] Write protecting the kernel read-only data: 14336k\n[ 0.785818] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787619] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.337120] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:45,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-9401312a-28a3-43dd-8cd7-0f4019dec87f 2018-10-06 17:08:47,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:48,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f98d810-18dc-40d8-b86c-b10112795e19 x-compute-request-id: req-6f98d810-18dc-40d8-b86c-b10112795e19 Content-Encoding: gzip Content-Length: 7895 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529682916 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131157] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132802] pid_max: default: 32768 minimum: 301\n[ 0.133688] ACPI: Core revision 20150930\n[ 0.135059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136359] Security Framework initialized\n[ 0.137169] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140095] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142573] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143952] Initializing cgroup subsys io\n[ 0.144764] Initializing cgroup subsys memory\n[ 0.145617] Initializing cgroup subsys devices\n[ 0.146493] Initializing cgroup subsys freezer\n[ 0.147355] Initializing cgroup subsys net_cls\n[ 0.148214] Initializing cgroup subsys perf_event\n[ 0.149117] Initializing cgroup subsys net_prio\n[ 0.149993] Initializing cgroup subsys hugetlb\n[ 0.150864] Initializing cgroup subsys pids\n[ 0.151733] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173333] ftrace: allocating 31920 entries in 125 pages\n[ 0.199705] smpboot: Max logical packages: 1\n[ 0.200554] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201899] x2apic enabled\n[ 0.202715] Switched APIC routing to physical x2apic.\n[ 0.204458] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207563] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209335] KVM setup paravirtual spinlock\n[ 0.210633] x86: Booted up 1 node, 1 CPUs\n[ 0.211438] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212813] devtmpfs: initialized\n[ 0.214528] evm: security.selinux\n[ 0.215226] evm: security.SMACK64\n[ 0.215918] evm: security.SMACK64EXEC\n[ 0.216661] evm: security.SMACK64TRANSMUTE\n[ 0.217467] evm: security.SMACK64MMAP\n[ 0.218208] evm: security.ima\n[ 0.218849] evm: security.capability\n[ 0.219648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221482] pinctrl core: initialized pinctrl subsystem\n[ 0.222576] RTC time: 17:07:44, date: 10/06/18\n[ 0.223527] NET: Registered protocol family 16\n[ 0.224491] cpuidle: using governor ladder\n[ 0.225299] cpuidle: using governor menu\n[ 0.226082] PCCT header not found.\n[ 0.226845] ACPI: bus type PCI registered\n[ 0.227646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228879] PCI: Using configuration type 1 for base access\n[ 0.230634] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235374] ACPI: Interpreter enabled\n[ 0.236149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243477] ACPI: (supports S0 S5)\n[ 0.244175] ACPI: Using IOAPIC for interrupt routing\n[ 0.245234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250702] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254103] acpiphp: Slot [3] registered\n[ 0.254909] acpiphp: Slot [4] registered\n[ 0.255709] acpiphp: Slot [5] registered\n[ 0.256506] acpiphp: Slot [6] registered\n[ 0.257296] acpiphp: Slot [7] registered\n[ 0.258099] acpiphp: Slot [8] registered\n[ 0.258902] acpiphp: Slot [9] registered\n[ 0.259697] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261309] acpiphp: Slot [12] registered\n[ 0.262121] acpiphp: Slot [13] registered\n[ 0.262931] acpiphp: Slot [14] registered\n[ 0.263743] acpiphp: Slot [15] registered\n[ 0.274589] acpiphp: Slot [16] registered\n[ 0.275409] acpiphp: Slot [17] registered\n[ 0.276211] acpiphp: Slot [18] registered\n[ 0.277022] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278638] acpiphp: Slot [21] registered\n[ 0.279446] acpiphp: Slot [22] registered\n[ 0.280245] acpiphp: Slot [23] registered\n[ 0.281055] acpiphp: Slot [24] registered\n[ 0.281865] acpiphp: Slot [25] registered\n[ 0.282674] acpiphp: Slot [26] registered\n[ 0.283481] acpiphp: Slot [27] registered\n[ 0.284283] acpiphp: Slot [28] registered\n[ 0.285103] acpiphp: Slot [29] registered\n[ 0.285908] acpiphp: Slot [30] registered\n[ 0.286717] acpiphp: Slot [31] registered\n[ 0.287523] PCI host bridge to bus 0000:00\n[ 0.288324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289526] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290735] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309930] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363753] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364898] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367669] vgaarb: loaded\n[ 0.368272] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369397] SCSI subsystem initialized\n[ 0.370211] ACPI: bus type USB registered\n[ 0.371027] usbcore: registered new interface driver usbfs\n[ 0.372054] usbcore: registered new interface driver hub\n[ 0.373061] usbcore: registered new device driver usb\n[ 0.374111] PCI: Using ACPI for IRQ routing\n[ 0.375135] NetLabel: Initializing\n[ 0.375850] NetLabel: domain hash size = 128\n[ 0.376728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377673] NetLabel: unlabeled traffic allowed by default\n[ 0.378759] clocksource: Switched to clocksource kvm-clock\n[ 0.384161] AppArmor: AppArmor Filesystem Enabled\n[ 0.385149] pnp: PnP ACPI init\n[ 0.386057] pnp: PnP ACPI: found 5 devices\n[ 0.392436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394127] NET: Registered protocol family 2\n[ 0.395090] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396360] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397525] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398682] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400931] NET: Registered protocol family 1\n[ 0.401793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402886] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432107] Trying to unpack rootfs image as initramfs...\n[ 0.481005] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494779] Scanning for low memory corruption every 60 seconds\n[ 0.496097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497255] audit: initializing netlink subsys (disabled)\n[ 0.498288] audit: type=2000 audit(1538845665.488:1): initialized\n[ 0.499619] Initialise system trusted keyring\n[ 0.500544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503674] zbud: loaded\n[ 0.504377] VFS: Disk quotas dquot_6.6.0\n[ 0.505201] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506727] fuse init (API version 7.23)\n[ 0.507624] Key type big_key registered\n[ 0.508434] Allocating IMA MOK and blacklist keyrings.\n[ 0.509542] Key type asymmetric registered\n[ 0.510366] Asymmetric key parser 'x509' registered\n[ 0.511337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513178] io scheduler noop registered\n[ 0.513983] io scheduler deadline registered (default)\n[ 0.514983] io scheduler cfq registered\n[ 0.515827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519620] ACPI: Power Button [PWRF]\n[ 0.520463] GHES: HEST is not enabled!\n[ 0.534145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561688] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591756] Linux agpgart interface v0.103\n[ 0.593820] brd: module loaded\n[ 0.594990] loop: module loaded\n[ 0.599804] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601252] GPT:90111 != 2097151\n[ 0.601929] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603026] GPT:90111 != 2097151\n[ 0.603704] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604667] vda: vda1 vda15\n[ 0.606427] scsi host0: ata_piix\n[ 0.607168] scsi host1: ata_piix\n[ 0.607897] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609116] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610563] libphy: Fixed MDIO Bus: probed\n[ 0.611392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614581] PPP generic driver version 2.4.2\n[ 0.615484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616819] ehci-pci: EHCI PCI platform driver\n[ 0.617690] ehci-platform: EHCI generic platform driver\n[ 0.618673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619813] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636199] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638692] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639735] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642090] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643523] usb usb1: Product: UHCI Host Controller\n[ 0.644468] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645617] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646633] hub 1-0:1.0: USB hub found\n[ 0.647428] hub 1-0:1.0: 2 ports detected\n[ 0.648338] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650475] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651441] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652479] mousedev: PS/2 mouse device common for all mice\n[ 0.653743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655603] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657904] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659109] i2c /dev entries driver\n[ 0.659879] device-mapper: uevent: version 1.0.3\n[ 0.660838] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662487] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663782] NET: Registered protocol family 10\n[ 0.664783] NET: Registered protocol family 17\n[ 0.665676] Key type dns_resolver registered\n[ 0.666605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667720] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669472] registered taskstats version 1\n[ 0.670312] Loading compiled-in X.509 certificates\n[ 0.671783] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673640] zswap: loaded using pool lzo/zbud\n[ 0.675025] Key type trusted registered\n[ 0.676577] Key type encrypted registered\n[ 0.677401] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678429] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679479] evm: HMAC attrs: 0x1\n[ 0.680420] Magic number: 6:343:137\n[ 0.681177] block ram2: hash matches\n[ 0.681987] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:45 UTC (1538845665)\n[ 0.683602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684719] EDD information not available.\n[ 0.763270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764711] ata1.00: configured for MWDMA2\n[ 0.776193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778385] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779615] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780872] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782720] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784254] Write protecting the kernel read-only data: 14336k\n[ 0.785818] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787619] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.337120] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:08:48,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-6f98d810-18dc-40d8-b86c-b10112795e19 2018-10-06 17:08:50,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:08:52,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-738b7f9e-e0a5-4d4e-b480-18e724367049 x-compute-request-id: req-738b7f9e-e0a5-4d4e-b480-18e724367049 Content-Encoding: gzip Content-Length: 8019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529682916 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131157] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132802] pid_max: default: 32768 minimum: 301\n[ 0.133688] ACPI: Core revision 20150930\n[ 0.135059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136359] Security Framework initialized\n[ 0.137169] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140095] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142573] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143952] Initializing cgroup subsys io\n[ 0.144764] Initializing cgroup subsys memory\n[ 0.145617] Initializing cgroup subsys devices\n[ 0.146493] Initializing cgroup subsys freezer\n[ 0.147355] Initializing cgroup subsys net_cls\n[ 0.148214] Initializing cgroup subsys perf_event\n[ 0.149117] Initializing cgroup subsys net_prio\n[ 0.149993] Initializing cgroup subsys hugetlb\n[ 0.150864] Initializing cgroup subsys pids\n[ 0.151733] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173333] ftrace: allocating 31920 entries in 125 pages\n[ 0.199705] smpboot: Max logical packages: 1\n[ 0.200554] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201899] x2apic enabled\n[ 0.202715] Switched APIC routing to physical x2apic.\n[ 0.204458] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207563] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209335] KVM setup paravirtual spinlock\n[ 0.210633] x86: Booted up 1 node, 1 CPUs\n[ 0.211438] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212813] devtmpfs: initialized\n[ 0.214528] evm: security.selinux\n[ 0.215226] evm: security.SMACK64\n[ 0.215918] evm: security.SMACK64EXEC\n[ 0.216661] evm: security.SMACK64TRANSMUTE\n[ 0.217467] evm: security.SMACK64MMAP\n[ 0.218208] evm: security.ima\n[ 0.218849] evm: security.capability\n[ 0.219648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221482] pinctrl core: initialized pinctrl subsystem\n[ 0.222576] RTC time: 17:07:44, date: 10/06/18\n[ 0.223527] NET: Registered protocol family 16\n[ 0.224491] cpuidle: using governor ladder\n[ 0.225299] cpuidle: using governor menu\n[ 0.226082] PCCT header not found.\n[ 0.226845] ACPI: bus type PCI registered\n[ 0.227646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228879] PCI: Using configuration type 1 for base access\n[ 0.230634] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235374] ACPI: Interpreter enabled\n[ 0.236149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243477] ACPI: (supports S0 S5)\n[ 0.244175] ACPI: Using IOAPIC for interrupt routing\n[ 0.245234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250702] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254103] acpiphp: Slot [3] registered\n[ 0.254909] acpiphp: Slot [4] registered\n[ 0.255709] acpiphp: Slot [5] registered\n[ 0.256506] acpiphp: Slot [6] registered\n[ 0.257296] acpiphp: Slot [7] registered\n[ 0.258099] acpiphp: Slot [8] registered\n[ 0.258902] acpiphp: Slot [9] registered\n[ 0.259697] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261309] acpiphp: Slot [12] registered\n[ 0.262121] acpiphp: Slot [13] registered\n[ 0.262931] acpiphp: Slot [14] registered\n[ 0.263743] acpiphp: Slot [15] registered\n[ 0.274589] acpiphp: Slot [16] registered\n[ 0.275409] acpiphp: Slot [17] registered\n[ 0.276211] acpiphp: Slot [18] registered\n[ 0.277022] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278638] acpiphp: Slot [21] registered\n[ 0.279446] acpiphp: Slot [22] registered\n[ 0.280245] acpiphp: Slot [23] registered\n[ 0.281055] acpiphp: Slot [24] registered\n[ 0.281865] acpiphp: Slot [25] registered\n[ 0.282674] acpiphp: Slot [26] registered\n[ 0.283481] acpiphp: Slot [27] registered\n[ 0.284283] acpiphp: Slot [28] registered\n[ 0.285103] acpiphp: Slot [29] registered\n[ 0.285908] acpiphp: Slot [30] registered\n[ 0.286717] acpiphp: Slot [31] registered\n[ 0.287523] PCI host bridge to bus 0000:00\n[ 0.288324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289526] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290735] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309930] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363753] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364898] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367669] vgaarb: loaded\n[ 0.368272] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369397] SCSI subsystem initialized\n[ 0.370211] ACPI: bus type USB registered\n[ 0.371027] usbcore: registered new interface driver usbfs\n[ 0.372054] usbcore: registered new interface driver hub\n[ 0.373061] usbcore: registered new device driver usb\n[ 0.374111] PCI: Using ACPI for IRQ routing\n[ 0.375135] NetLabel: Initializing\n[ 0.375850] NetLabel: domain hash size = 128\n[ 0.376728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377673] NetLabel: unlabeled traffic allowed by default\n[ 0.378759] clocksource: Switched to clocksource kvm-clock\n[ 0.384161] AppArmor: AppArmor Filesystem Enabled\n[ 0.385149] pnp: PnP ACPI init\n[ 0.386057] pnp: PnP ACPI: found 5 devices\n[ 0.392436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394127] NET: Registered protocol family 2\n[ 0.395090] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396360] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397525] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398682] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400931] NET: Registered protocol family 1\n[ 0.401793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402886] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432107] Trying to unpack rootfs image as initramfs...\n[ 0.481005] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494779] Scanning for low memory corruption every 60 seconds\n[ 0.496097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497255] audit: initializing netlink subsys (disabled)\n[ 0.498288] audit: type=2000 audit(1538845665.488:1): initialized\n[ 0.499619] Initialise system trusted keyring\n[ 0.500544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503674] zbud: loaded\n[ 0.504377] VFS: Disk quotas dquot_6.6.0\n[ 0.505201] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506727] fuse init (API version 7.23)\n[ 0.507624] Key type big_key registered\n[ 0.508434] Allocating IMA MOK and blacklist keyrings.\n[ 0.509542] Key type asymmetric registered\n[ 0.510366] Asymmetric key parser 'x509' registered\n[ 0.511337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513178] io scheduler noop registered\n[ 0.513983] io scheduler deadline registered (default)\n[ 0.514983] io scheduler cfq registered\n[ 0.515827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519620] ACPI: Power Button [PWRF]\n[ 0.520463] GHES: HEST is not enabled!\n[ 0.534145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561688] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591756] Linux agpgart interface v0.103\n[ 0.593820] brd: module loaded\n[ 0.594990] loop: module loaded\n[ 0.599804] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601252] GPT:90111 != 2097151\n[ 0.601929] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603026] GPT:90111 != 2097151\n[ 0.603704] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604667] vda: vda1 vda15\n[ 0.606427] scsi host0: ata_piix\n[ 0.607168] scsi host1: ata_piix\n[ 0.607897] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609116] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610563] libphy: Fixed MDIO Bus: probed\n[ 0.611392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614581] PPP generic driver version 2.4.2\n[ 0.615484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616819] ehci-pci: EHCI PCI platform driver\n[ 0.617690] ehci-platform: EHCI generic platform driver\n[ 0.618673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619813] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636199] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638692] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639735] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642090] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643523] usb usb1: Product: UHCI Host Controller\n[ 0.644468] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645617] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646633] hub 1-0:1.0: USB hub found\n[ 0.647428] hub 1-0:1.0: 2 ports detected\n[ 0.648338] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650475] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651441] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652479] mousedev: PS/2 mouse device common for all mice\n[ 0.653743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655603] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657904] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659109] i2c /dev entries driver\n[ 0.659879] device-mapper: uevent: version 1.0.3\n[ 0.660838] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662487] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663782] NET: Registered protocol family 10\n[ 0.664783] NET: Registered protocol family 17\n[ 0.665676] Key type dns_resolver registered\n[ 0.666605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667720] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669472] registered taskstats version 1\n[ 0.670312] Loading compiled-in X.509 certificates\n[ 0.671783] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673640] zswap: loaded using pool lzo/zbud\n[ 0.675025] Key type trusted registered\n[ 0.676577] Key type encrypted registered\n[ 0.677401] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678429] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679479] evm: HMAC attrs: 0x1\n[ 0.680420] Magic number: 6:343:137\n[ 0.681177] block ram2: hash matches\n[ 0.681987] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:45 UTC (1538845665)\n[ 0.683602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684719] EDD information not available.\n[ 0.763270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764711] ata1.00: configured for MWDMA2\n[ 0.776193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778385] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779615] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780872] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782720] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784254] Write protecting the kernel read-only data: 14336k\n[ 0.785818] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787619] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.337120] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-10-06 17:08:52,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-738b7f9e-e0a5-4d4e-b480-18e724367049 2018-10-06 17:08:54,060 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 17:09:24,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:09:25,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:09: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-37826c3b-68a0-40eb-b0b0-a583f0242745 x-compute-request-id: req-37826c3b-68a0-40eb-b0b0-a583f0242745 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 529682916 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131157] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132802] pid_max: default: 32768 minimum: 301\n[ 0.133688] ACPI: Core revision 20150930\n[ 0.135059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136359] Security Framework initialized\n[ 0.137169] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140095] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142573] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143952] Initializing cgroup subsys io\n[ 0.144764] Initializing cgroup subsys memory\n[ 0.145617] Initializing cgroup subsys devices\n[ 0.146493] Initializing cgroup subsys freezer\n[ 0.147355] Initializing cgroup subsys net_cls\n[ 0.148214] Initializing cgroup subsys perf_event\n[ 0.149117] Initializing cgroup subsys net_prio\n[ 0.149993] Initializing cgroup subsys hugetlb\n[ 0.150864] Initializing cgroup subsys pids\n[ 0.151733] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173333] ftrace: allocating 31920 entries in 125 pages\n[ 0.199705] smpboot: Max logical packages: 1\n[ 0.200554] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201899] x2apic enabled\n[ 0.202715] Switched APIC routing to physical x2apic.\n[ 0.204458] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207563] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209335] KVM setup paravirtual spinlock\n[ 0.210633] x86: Booted up 1 node, 1 CPUs\n[ 0.211438] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212813] devtmpfs: initialized\n[ 0.214528] evm: security.selinux\n[ 0.215226] evm: security.SMACK64\n[ 0.215918] evm: security.SMACK64EXEC\n[ 0.216661] evm: security.SMACK64TRANSMUTE\n[ 0.217467] evm: security.SMACK64MMAP\n[ 0.218208] evm: security.ima\n[ 0.218849] evm: security.capability\n[ 0.219648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221482] pinctrl core: initialized pinctrl subsystem\n[ 0.222576] RTC time: 17:07:44, date: 10/06/18\n[ 0.223527] NET: Registered protocol family 16\n[ 0.224491] cpuidle: using governor ladder\n[ 0.225299] cpuidle: using governor menu\n[ 0.226082] PCCT header not found.\n[ 0.226845] ACPI: bus type PCI registered\n[ 0.227646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228879] PCI: Using configuration type 1 for base access\n[ 0.230634] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235374] ACPI: Interpreter enabled\n[ 0.236149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243477] ACPI: (supports S0 S5)\n[ 0.244175] ACPI: Using IOAPIC for interrupt routing\n[ 0.245234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250702] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254103] acpiphp: Slot [3] registered\n[ 0.254909] acpiphp: Slot [4] registered\n[ 0.255709] acpiphp: Slot [5] registered\n[ 0.256506] acpiphp: Slot [6] registered\n[ 0.257296] acpiphp: Slot [7] registered\n[ 0.258099] acpiphp: Slot [8] registered\n[ 0.258902] acpiphp: Slot [9] registered\n[ 0.259697] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261309] acpiphp: Slot [12] registered\n[ 0.262121] acpiphp: Slot [13] registered\n[ 0.262931] acpiphp: Slot [14] registered\n[ 0.263743] acpiphp: Slot [15] registered\n[ 0.274589] acpiphp: Slot [16] registered\n[ 0.275409] acpiphp: Slot [17] registered\n[ 0.276211] acpiphp: Slot [18] registered\n[ 0.277022] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278638] acpiphp: Slot [21] registered\n[ 0.279446] acpiphp: Slot [22] registered\n[ 0.280245] acpiphp: Slot [23] registered\n[ 0.281055] acpiphp: Slot [24] registered\n[ 0.281865] acpiphp: Slot [25] registered\n[ 0.282674] acpiphp: Slot [26] registered\n[ 0.283481] acpiphp: Slot [27] registered\n[ 0.284283] acpiphp: Slot [28] registered\n[ 0.285103] acpiphp: Slot [29] registered\n[ 0.285908] acpiphp: Slot [30] registered\n[ 0.286717] acpiphp: Slot [31] registered\n[ 0.287523] PCI host bridge to bus 0000:00\n[ 0.288324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289526] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290735] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309930] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363753] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364898] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367669] vgaarb: loaded\n[ 0.368272] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369397] SCSI subsystem initialized\n[ 0.370211] ACPI: bus type USB registered\n[ 0.371027] usbcore: registered new interface driver usbfs\n[ 0.372054] usbcore: registered new interface driver hub\n[ 0.373061] usbcore: registered new device driver usb\n[ 0.374111] PCI: Using ACPI for IRQ routing\n[ 0.375135] NetLabel: Initializing\n[ 0.375850] NetLabel: domain hash size = 128\n[ 0.376728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377673] NetLabel: unlabeled traffic allowed by default\n[ 0.378759] clocksource: Switched to clocksource kvm-clock\n[ 0.384161] AppArmor: AppArmor Filesystem Enabled\n[ 0.385149] pnp: PnP ACPI init\n[ 0.386057] pnp: PnP ACPI: found 5 devices\n[ 0.392436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394127] NET: Registered protocol family 2\n[ 0.395090] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396360] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397525] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398682] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400931] NET: Registered protocol family 1\n[ 0.401793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402886] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432107] Trying to unpack rootfs image as initramfs...\n[ 0.481005] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494779] Scanning for low memory corruption every 60 seconds\n[ 0.496097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497255] audit: initializing netlink subsys (disabled)\n[ 0.498288] audit: type=2000 audit(1538845665.488:1): initialized\n[ 0.499619] Initialise system trusted keyring\n[ 0.500544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503674] zbud: loaded\n[ 0.504377] VFS: Disk quotas dquot_6.6.0\n[ 0.505201] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506727] fuse init (API version 7.23)\n[ 0.507624] Key type big_key registered\n[ 0.508434] Allocating IMA MOK and blacklist keyrings.\n[ 0.509542] Key type asymmetric registered\n[ 0.510366] Asymmetric key parser 'x509' registered\n[ 0.511337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513178] io scheduler noop registered\n[ 0.513983] io scheduler deadline registered (default)\n[ 0.514983] io scheduler cfq registered\n[ 0.515827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519620] ACPI: Power Button [PWRF]\n[ 0.520463] GHES: HEST is not enabled!\n[ 0.534145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561688] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591756] Linux agpgart interface v0.103\n[ 0.593820] brd: module loaded\n[ 0.594990] loop: module loaded\n[ 0.599804] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601252] GPT:90111 != 2097151\n[ 0.601929] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603026] GPT:90111 != 2097151\n[ 0.603704] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604667] vda: vda1 vda15\n[ 0.606427] scsi host0: ata_piix\n[ 0.607168] scsi host1: ata_piix\n[ 0.607897] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609116] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610563] libphy: Fixed MDIO Bus: probed\n[ 0.611392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614581] PPP generic driver version 2.4.2\n[ 0.615484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616819] ehci-pci: EHCI PCI platform driver\n[ 0.617690] ehci-platform: EHCI generic platform driver\n[ 0.618673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619813] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636199] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638692] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639735] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642090] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643523] usb usb1: Product: UHCI Host Controller\n[ 0.644468] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645617] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646633] hub 1-0:1.0: USB hub found\n[ 0.647428] hub 1-0:1.0: 2 ports detected\n[ 0.648338] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650475] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651441] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652479] mousedev: PS/2 mouse device common for all mice\n[ 0.653743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655603] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657904] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659109] i2c /dev entries driver\n[ 0.659879] device-mapper: uevent: version 1.0.3\n[ 0.660838] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662487] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663782] NET: Registered protocol family 10\n[ 0.664783] NET: Registered protocol family 17\n[ 0.665676] Key type dns_resolver registered\n[ 0.666605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667720] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669472] registered taskstats version 1\n[ 0.670312] Loading compiled-in X.509 certificates\n[ 0.671783] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673640] zswap: loaded using pool lzo/zbud\n[ 0.675025] Key type trusted registered\n[ 0.676577] Key type encrypted registered\n[ 0.677401] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678429] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679479] evm: HMAC attrs: 0x1\n[ 0.680420] Magic number: 6:343:137\n[ 0.681177] block ram2: hash matches\n[ 0.681987] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:45 UTC (1538845665)\n[ 0.683602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684719] EDD information not available.\n[ 0.763270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764711] ata1.00: configured for MWDMA2\n[ 0.776193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778385] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779615] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780872] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782720] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784254] Write protecting the kernel read-only data: 14336k\n[ 0.785818] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787619] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.337120] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 4.04s]\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\n"} 2018-10-06 17:09:25,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-37826c3b-68a0-40eb-b0b0-a583f0242745 2018-10-06 17:09:25,156 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.11) to 'sdnvpn-8-2' (10.10.20.5). -->Expected result: can ping. 2018-10-06 17:09:25,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414304fba4a887512b54742f342f0d81ee5bd67" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:09:26,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:09: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-7edd7b4b-5d56-446e-a3a7-f62b7204c143 x-compute-request-id: req-7edd7b4b-5d56-446e-a3a7-f62b7204c143 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 529682916 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131157] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132802] pid_max: default: 32768 minimum: 301\n[ 0.133688] ACPI: Core revision 20150930\n[ 0.135059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136359] Security Framework initialized\n[ 0.137169] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140095] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142573] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143952] Initializing cgroup subsys io\n[ 0.144764] Initializing cgroup subsys memory\n[ 0.145617] Initializing cgroup subsys devices\n[ 0.146493] Initializing cgroup subsys freezer\n[ 0.147355] Initializing cgroup subsys net_cls\n[ 0.148214] Initializing cgroup subsys perf_event\n[ 0.149117] Initializing cgroup subsys net_prio\n[ 0.149993] Initializing cgroup subsys hugetlb\n[ 0.150864] Initializing cgroup subsys pids\n[ 0.151733] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173333] ftrace: allocating 31920 entries in 125 pages\n[ 0.199705] smpboot: Max logical packages: 1\n[ 0.200554] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201899] x2apic enabled\n[ 0.202715] Switched APIC routing to physical x2apic.\n[ 0.204458] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207563] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209335] KVM setup paravirtual spinlock\n[ 0.210633] x86: Booted up 1 node, 1 CPUs\n[ 0.211438] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212813] devtmpfs: initialized\n[ 0.214528] evm: security.selinux\n[ 0.215226] evm: security.SMACK64\n[ 0.215918] evm: security.SMACK64EXEC\n[ 0.216661] evm: security.SMACK64TRANSMUTE\n[ 0.217467] evm: security.SMACK64MMAP\n[ 0.218208] evm: security.ima\n[ 0.218849] evm: security.capability\n[ 0.219648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221482] pinctrl core: initialized pinctrl subsystem\n[ 0.222576] RTC time: 17:07:44, date: 10/06/18\n[ 0.223527] NET: Registered protocol family 16\n[ 0.224491] cpuidle: using governor ladder\n[ 0.225299] cpuidle: using governor menu\n[ 0.226082] PCCT header not found.\n[ 0.226845] ACPI: bus type PCI registered\n[ 0.227646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228879] PCI: Using configuration type 1 for base access\n[ 0.230634] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235374] ACPI: Interpreter enabled\n[ 0.236149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243477] ACPI: (supports S0 S5)\n[ 0.244175] ACPI: Using IOAPIC for interrupt routing\n[ 0.245234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250702] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254103] acpiphp: Slot [3] registered\n[ 0.254909] acpiphp: Slot [4] registered\n[ 0.255709] acpiphp: Slot [5] registered\n[ 0.256506] acpiphp: Slot [6] registered\n[ 0.257296] acpiphp: Slot [7] registered\n[ 0.258099] acpiphp: Slot [8] registered\n[ 0.258902] acpiphp: Slot [9] registered\n[ 0.259697] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261309] acpiphp: Slot [12] registered\n[ 0.262121] acpiphp: Slot [13] registered\n[ 0.262931] acpiphp: Slot [14] registered\n[ 0.263743] acpiphp: Slot [15] registered\n[ 0.274589] acpiphp: Slot [16] registered\n[ 0.275409] acpiphp: Slot [17] registered\n[ 0.276211] acpiphp: Slot [18] registered\n[ 0.277022] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278638] acpiphp: Slot [21] registered\n[ 0.279446] acpiphp: Slot [22] registered\n[ 0.280245] acpiphp: Slot [23] registered\n[ 0.281055] acpiphp: Slot [24] registered\n[ 0.281865] acpiphp: Slot [25] registered\n[ 0.282674] acpiphp: Slot [26] registered\n[ 0.283481] acpiphp: Slot [27] registered\n[ 0.284283] acpiphp: Slot [28] registered\n[ 0.285103] acpiphp: Slot [29] registered\n[ 0.285908] acpiphp: Slot [30] registered\n[ 0.286717] acpiphp: Slot [31] registered\n[ 0.287523] PCI host bridge to bus 0000:00\n[ 0.288324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289526] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290735] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309930] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363753] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364898] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367669] vgaarb: loaded\n[ 0.368272] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369397] SCSI subsystem initialized\n[ 0.370211] ACPI: bus type USB registered\n[ 0.371027] usbcore: registered new interface driver usbfs\n[ 0.372054] usbcore: registered new interface driver hub\n[ 0.373061] usbcore: registered new device driver usb\n[ 0.374111] PCI: Using ACPI for IRQ routing\n[ 0.375135] NetLabel: Initializing\n[ 0.375850] NetLabel: domain hash size = 128\n[ 0.376728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377673] NetLabel: unlabeled traffic allowed by default\n[ 0.378759] clocksource: Switched to clocksource kvm-clock\n[ 0.384161] AppArmor: AppArmor Filesystem Enabled\n[ 0.385149] pnp: PnP ACPI init\n[ 0.386057] pnp: PnP ACPI: found 5 devices\n[ 0.392436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394127] NET: Registered protocol family 2\n[ 0.395090] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396360] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397525] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398682] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400931] NET: Registered protocol family 1\n[ 0.401793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402886] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432107] Trying to unpack rootfs image as initramfs...\n[ 0.481005] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494779] Scanning for low memory corruption every 60 seconds\n[ 0.496097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497255] audit: initializing netlink subsys (disabled)\n[ 0.498288] audit: type=2000 audit(1538845665.488:1): initialized\n[ 0.499619] Initialise system trusted keyring\n[ 0.500544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503674] zbud: loaded\n[ 0.504377] VFS: Disk quotas dquot_6.6.0\n[ 0.505201] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506727] fuse init (API version 7.23)\n[ 0.507624] Key type big_key registered\n[ 0.508434] Allocating IMA MOK and blacklist keyrings.\n[ 0.509542] Key type asymmetric registered\n[ 0.510366] Asymmetric key parser 'x509' registered\n[ 0.511337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513178] io scheduler noop registered\n[ 0.513983] io scheduler deadline registered (default)\n[ 0.514983] io scheduler cfq registered\n[ 0.515827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519620] ACPI: Power Button [PWRF]\n[ 0.520463] GHES: HEST is not enabled!\n[ 0.534145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561688] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591756] Linux agpgart interface v0.103\n[ 0.593820] brd: module loaded\n[ 0.594990] loop: module loaded\n[ 0.599804] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601252] GPT:90111 != 2097151\n[ 0.601929] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603026] GPT:90111 != 2097151\n[ 0.603704] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604667] vda: vda1 vda15\n[ 0.606427] scsi host0: ata_piix\n[ 0.607168] scsi host1: ata_piix\n[ 0.607897] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609116] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610563] libphy: Fixed MDIO Bus: probed\n[ 0.611392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614581] PPP generic driver version 2.4.2\n[ 0.615484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616819] ehci-pci: EHCI PCI platform driver\n[ 0.617690] ehci-platform: EHCI generic platform driver\n[ 0.618673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619813] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636199] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638692] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639735] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642090] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643523] usb usb1: Product: UHCI Host Controller\n[ 0.644468] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645617] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646633] hub 1-0:1.0: USB hub found\n[ 0.647428] hub 1-0:1.0: 2 ports detected\n[ 0.648338] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650475] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651441] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652479] mousedev: PS/2 mouse device common for all mice\n[ 0.653743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655603] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657904] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659109] i2c /dev entries driver\n[ 0.659879] device-mapper: uevent: version 1.0.3\n[ 0.660838] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662487] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663782] NET: Registered protocol family 10\n[ 0.664783] NET: Registered protocol family 17\n[ 0.665676] Key type dns_resolver registered\n[ 0.666605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667720] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669472] registered taskstats version 1\n[ 0.670312] Loading compiled-in X.509 certificates\n[ 0.671783] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673640] zswap: loaded using pool lzo/zbud\n[ 0.675025] Key type trusted registered\n[ 0.676577] Key type encrypted registered\n[ 0.677401] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678429] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679479] evm: HMAC attrs: 0x1\n[ 0.680420] Magic number: 6:343:137\n[ 0.681177] block ram2: hash matches\n[ 0.681987] rtc_cmos 00:00: setting system clock to 2018-10-06 17:07:45 UTC (1538845665)\n[ 0.683602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684719] EDD information not available.\n[ 0.763270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764711] ata1.00: configured for MWDMA2\n[ 0.776193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778385] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779615] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780872] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782720] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784254] Write protecting the kernel read-only data: 14336k\n[ 0.785818] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787619] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.337120] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 4.04s]\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\n"} 2018-10-06 17:09:26,232 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-7edd7b4b-5d56-446e-a3a7-f62b7204c143 2018-10-06 17:09:26,233 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-10-06 17:09:26,233 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-10-06 17:09:26,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:09:26,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4515 X-Openstack-Request-Id: req-b52e73ce-6ae4-45ba-8d63-c024c98ebb48 Date: Sat, 06 Oct 2018 17:09:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"356225a0-dd91-4971-9426-88ed5576b323","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db8339b8-49a6-4d5c-b231-1a6cd6a66862"],"description":"","tags":[],"updated_at":"2018-10-06T17:07:24Z","provider:segmentation_id":28,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a26727f4-e34e-4dbb-815d-6c09687c54e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["7bed4f74-aa6a-41dc-a86e-40f2317002aa"],"description":"","tags":[],"updated_at":"2018-10-06T17:07:20Z","provider:segmentation_id":72,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:07:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:09:26,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-b52e73ce-6ae4-45ba-8d63-c024c98ebb48 2018-10-06 17:09:26,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"floatingip": {"floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}' 2018-10-06 17:09:27,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-9712ea96-04d8-4a67-b9ed-bd9d4055ccb3 Date: Sat, 06 Oct 2018 17:09:27 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-06T17:09:27Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": null, "id": "9727a8c8-bec0-486a-8541-5a2f01bfe2fc", "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:09:27Z", "project_id": "b02668b3789342938652e3506ba63a25"}} 2018-10-06 17:09:27,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-9712ea96-04d8-4a67-b9ed-bd9d4055ccb3 2018-10-06 17:09:27,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eafaaa9773284aa6af7b1eaf6fdd90f12a739c8" -d '{"addFloatingIp": {"address": "172.30.9.200"}}' 2018-10-06 17:09:30,297 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:09: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-77346b6a-6dc6-4dcc-ba89-e3fc9e683224 x-compute-request-id: req-77346b6a-6dc6-4dcc-ba89-e3fc9e683224 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:09:30,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-77346b6a-6dc6-4dcc-ba89-e3fc9e683224 2018-10-06 17:09:30,298 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-10-06 17:09:30,298 - sdnvpn-results - DEBUG - Ping IP 172.30.9.200 2018-10-06 17:09:30,298 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.200 -c 10' 2018-10-06 17:09:39,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eafaaa9773284aa6af7b1eaf6fdd90f12a739c8" -d '{"forceDelete": null}' 2018-10-06 17:09:39,659 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c1c531f7-cac9-434b-bfcd-6a6c063dfb2d x-compute-request-id: req-c1c531f7-cac9-434b-bfcd-6a6c063dfb2d Content-Length: 0 Content-Type: application/json 2018-10-06 17:09:39,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/78ac8eec-3bb5-4e6c-925c-c27a1b1c3419/action used request id req-c1c531f7-cac9-434b-bfcd-6a6c063dfb2d 2018-10-06 17:09:39,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eafaaa9773284aa6af7b1eaf6fdd90f12a739c8" -d '{"forceDelete": null}' 2018-10-06 17:09:39,857 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae5bfd91-dbe4-4182-b882-a5f011b6a2ed x-compute-request-id: req-ae5bfd91-dbe4-4182-b882-a5f011b6a2ed Content-Length: 0 Content-Type: application/json 2018-10-06 17:09:39,857 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9ea498ea-f7bd-49bd-83d7-1cd7120b943c/action used request id req-ae5bfd91-dbe4-4182-b882-a5f011b6a2ed 2018-10-06 17:09:39,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f5f04e5c3c37f6af497e03acaaaddf60aace880" 2018-10-06 17:09:42,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a0c13e7-8757-4bfb-9295-e66872f9e115 Date: Sat, 06 Oct 2018 17:09:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:09:42,184 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/43bb040f-4e65-4ad0-9e53-0d93f9cc605d used request id req-0a0c13e7-8757-4bfb-9295-e66872f9e115 2018-10-06 17:09:42,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/9727a8c8-bec0-486a-8541-5a2f01bfe2fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:09:42,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6634232c-70f1-4de8-84fe-120b6368084f Content-Length: 0 Date: Sat, 06 Oct 2018 17:09:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:09:42,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/9727a8c8-bec0-486a-8541-5a2f01bfe2fc used request id req-6634232c-70f1-4de8-84fe-120b6368084f 2018-10-06 17:09:42,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"subnet_id": "7bed4f74-aa6a-41dc-a86e-40f2317002aa"}' 2018-10-06 17:09:44,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0c5343f-1c21-4edc-9d20-56ed6d9de02f Date: Sat, 06 Oct 2018 17:09:44 GMT RESP BODY: {"network_id": "a26727f4-e34e-4dbb-815d-6c09687c54e0", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "7bed4f74-aa6a-41dc-a86e-40f2317002aa", "subnet_ids": ["7bed4f74-aa6a-41dc-a86e-40f2317002aa"], "port_id": "08ff6dd3-0a2d-49a7-af8d-737273c2af04", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d"} 2018-10-06 17:09:44,178 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/remove_router_interface used request id req-e0c5343f-1c21-4edc-9d20-56ed6d9de02f 2018-10-06 17:09:44,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"subnet_id": "db8339b8-49a6-4d5c-b231-1a6cd6a66862"}' 2018-10-06 17:09:45,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-97d25422-05d1-4c73-aa6f-8bb072e00326 Date: Sat, 06 Oct 2018 17:09:45 GMT RESP BODY: {"network_id": "356225a0-dd91-4971-9426-88ed5576b323", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "db8339b8-49a6-4d5c-b231-1a6cd6a66862", "subnet_ids": ["db8339b8-49a6-4d5c-b231-1a6cd6a66862"], "port_id": "1126768e-4dcf-4a46-b05d-96ffa8432c89", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d"} 2018-10-06 17:09:45,433 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d/remove_router_interface used request id req-97d25422-05d1-4c73-aa6f-8bb072e00326 2018-10-06 17:09:45,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:09:46,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-3ffbd5f4-9a72-42d4-a99d-465d22ca4089 Date: Sat, 06 Oct 2018 17:09:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:09:45Z", "revision_number": 10, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d", "name": "sdnvpn-8-1-router"}} 2018-10-06 17:09:46,277 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d used request id req-3ffbd5f4-9a72-42d4-a99d-465d22ca4089 2018-10-06 17:09:46,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/7bed4f74-aa6a-41dc-a86e-40f2317002aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:09:48,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9564dfba-70ba-4a91-a26d-c697be9d13b5 Date: Sat, 06 Oct 2018 17:09:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:09:48,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7bed4f74-aa6a-41dc-a86e-40f2317002aa used request id req-9564dfba-70ba-4a91-a26d-c697be9d13b5 2018-10-06 17:09:48,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/db8339b8-49a6-4d5c-b231-1a6cd6a66862 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:09:50,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2797ab9-5c2a-48ca-9b1c-249978bbcca1 Date: Sat, 06 Oct 2018 17:09:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:09:50,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/db8339b8-49a6-4d5c-b231-1a6cd6a66862 used request id req-b2797ab9-5c2a-48ca-9b1c-249978bbcca1 2018-10-06 17:09:50,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:09:51,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-193aa0f8-5a60-49f5-b887-2fc757b1447f Content-Length: 0 Date: Sat, 06 Oct 2018 17:09:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:09:51,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/8fef5d5f-c7bf-4ac0-a4c9-b8d03111529d used request id req-193aa0f8-5a60-49f5-b887-2fc757b1447f 2018-10-06 17:09:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/a26727f4-e34e-4dbb-815d-6c09687c54e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:09:52,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48f6c3c9-37bf-42aa-a8cc-1e584b23c3bc Date: Sat, 06 Oct 2018 17:09:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:09:52,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a26727f4-e34e-4dbb-815d-6c09687c54e0 used request id req-48f6c3c9-37bf-42aa-a8cc-1e584b23c3bc 2018-10-06 17:09:52,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/356225a0-dd91-4971-9426-88ed5576b323 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e314c3b67fbf2aeecd68e3cb9cb6fb92a08fa27" 2018-10-06 17:09:52,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6a60b0a-049d-43b4-8e8b-e28369ca3da7 Date: Sat, 06 Oct 2018 17:09:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:09:52,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/356225a0-dd91-4971-9426-88ed5576b323 used request id req-b6a60b0a-049d-43b4-8e8b-e28369ca3da7 2018-10-06 17:09:52,778 - 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.200 | +========================================================================================+ 2018-10-06 17:09:52,778 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-06 17:09:52,779 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-06 17:09:52,779 - 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.200': 'PASS'}]} 2018-10-06 17:09:52,779 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-06 17:09:52,779 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-06 17:09:52,779 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-06 17:09:52,860 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-06 17:09:52,863 - paramiko.transport - DEBUG - starting thread (client mode): 0xde89d650L 2018-10-06 17:09:52,863 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:09:52,894 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:09:52,894 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:09:52,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 2018-10-06 17:09:52,901 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:09:52,901 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:09:52,901 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:09:52,902 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:09:52,902 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:09:52,911 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:09:52,912 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:09:52,927 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.158: c4dc2b25c8a8efad9953efd8358c778d 2018-10-06 17:09:52,927 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:09:52,951 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:09:52,986 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:09:52,992 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:09:53,224 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:09:53,224 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:09:53,263 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:09:53,264 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:09:53,303 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:09:58,237 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:09:58,238 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:09:58,240 - paramiko.transport - DEBUG - starting thread (client mode): 0xde881650L 2018-10-06 17:09:58,241 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:09:58,248 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:09:58,248 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:09:58,251 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:09:58,252 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:09:58,252 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:09:58,252 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:09:58,252 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:09:58,252 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:09:58,257 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:09:58,258 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:09:58,272 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:09:58,273 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:09:58,298 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:09:58,311 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:09:58,337 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:09:58,418 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:09:58,418 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:09:58,457 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:09:58,458 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:09:58,473 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:09:58,508 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:09:58,509 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:09:58,510 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:09:58,511 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:09:58,511 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:09:58,552 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:09:58,589 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:09:58,591 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:09:58,592 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:09:58,592 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:09:58,593 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:09:58,634 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:09:58,666 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:09:58,668 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:09:58,670 - paramiko.transport - DEBUG - starting thread (client mode): 0xde840d10L 2018-10-06 17:09:58,670 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:09:58,677 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:09:58,677 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:09:58,680 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:09:58,680 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:09:58,680 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:09:58,681 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:09:58,681 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:09:58,681 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:09:58,686 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:09:58,686 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:09:58,702 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:09:58,703 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:09:58,725 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:09:58,738 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:09:58,767 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:09:58,842 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:09:58,842 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:09:58,881 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:09:58,882 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:09:58,889 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:09:58,925 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:09:58,926 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:09:58,926 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:09:58,927 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:09:58,927 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:09:58,968 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:09:59,009 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:09:59,011 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:09:59,012 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:09:59,013 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:09:59,013 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:09:59,054 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:09:59,085 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:09:59,087 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:09:59,089 - paramiko.transport - DEBUG - starting thread (client mode): 0xde824090L 2018-10-06 17:09:59,089 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:09:59,096 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:09:59,096 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:09:59,099 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:09:59,099 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:09:59,099 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:09:59,099 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:09:59,099 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:09:59,100 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:09:59,104 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:09:59,105 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:09:59,121 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:09:59,122 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:09:59,145 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:09:59,157 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:09:59,186 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:09:59,263 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:09:59,263 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:09:59,302 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:09:59,303 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:09:59,321 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:09:59,356 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:09:59,357 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:09:59,358 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:09:59,359 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:09:59,359 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:09:59,400 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:09:59,437 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:09:59,439 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:09:59,439 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:09:59,440 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:09:59,440 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:09:59,481 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:09:59,515 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:09:59,516 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:09:59,518 - paramiko.transport - DEBUG - starting thread (client mode): 0xde7e1210L 2018-10-06 17:09:59,519 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:09:59,523 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:09:59,523 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:09:59,525 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:09:59,526 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:09:59,526 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:09:59,526 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:09:59,526 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:09:59,526 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:09:59,531 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:09:59,531 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:09:59,534 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:09:59,535 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:09:59,571 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:09:59,581 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:09:59,599 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:09:59,656 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:09:59,656 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:09:59,695 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:09:59,696 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:09:59,703 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:09:59,733 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:09:59,734 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:09:59,735 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:09:59,735 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:09:59,736 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:09:59,776 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:09:59,808 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:09:59,809 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:09:59,810 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:09:59,811 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:09:59,811 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:09:59,852 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:09:59,882 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:09:59,883 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:09:59,885 - paramiko.transport - DEBUG - starting thread (client mode): 0xde7b8350L 2018-10-06 17:09:59,885 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:09:59,891 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:09:59,891 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:09:59,894 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:09:59,895 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:09:59,895 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:09:59,895 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:09:59,895 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:09:59,895 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:09:59,900 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:09:59,901 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:09:59,917 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:09:59,917 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:09:59,939 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:09:59,952 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:09:59,981 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:10:00,055 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:10:00,055 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:10:00,094 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:10:00,095 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:10:00,100 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:10:00,134 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:10:00,135 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:10:00,135 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:10:00,136 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:10:00,136 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:10:00,177 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:10:00,211 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:10:00,213 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:10:00,213 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:10:00,214 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:10:00,214 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:10:00,255 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:10:00,285 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:10:00,286 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:10:00,286 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:10:00,287 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:10:00,287 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:10:00,294 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:10:05,117 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:10:05,118 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:10:05,121 - paramiko.transport - DEBUG - starting thread (client mode): 0xde881690L 2018-10-06 17:10:05,121 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:10:05,128 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:10:05,128 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:10:05,131 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:10:05,131 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:10:05,132 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:10:05,132 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:10:05,132 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:10:05,132 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:10:05,137 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:10:05,137 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:10:05,153 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:10:05,154 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:10:05,177 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:10:05,189 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:10:05,219 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:10:05,291 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:10:05,291 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:10:05,330 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:10:05,331 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:10:05,339 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:10:05,375 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:10:05,376 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:10:05,377 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:10:05,378 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:10:05,378 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:10:05,418 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:10:05,457 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:10:05,458 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:10:05,459 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:10:05,460 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:10:05,460 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:10:05,501 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:10:05,533 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:10:05,535 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:10:05,536 - paramiko.transport - DEBUG - starting thread (client mode): 0xde7b80d0L 2018-10-06 17:10:05,537 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:10:05,543 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:10:05,543 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:10:05,546 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:10:05,546 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:10:05,546 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:10:05,546 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:10:05,547 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:10:05,547 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:10:05,551 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:10:05,552 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:10:05,568 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:10:05,569 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:10:05,591 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:10:05,603 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:10:05,633 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:10:05,707 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:10:05,708 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:10:05,747 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:10:05,748 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:10:05,753 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:10:05,791 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:10:05,792 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:10:05,793 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:10:05,794 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:10:05,794 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:10:05,835 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:10:05,872 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:10:05,873 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:10:05,873 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:10:05,875 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:10:05,875 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:10:05,915 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:10:05,947 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:10:05,949 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:10:05,951 - paramiko.transport - DEBUG - starting thread (client mode): 0xde82ef10L 2018-10-06 17:10:05,951 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:10:05,956 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:10:05,957 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:10:05,960 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:10:05,960 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:10:05,960 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:10:05,960 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:10:05,960 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:10:05,960 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:10:05,965 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:10:05,965 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:10:05,966 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:10:05,967 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:10:06,004 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:10:06,015 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:10:06,031 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:10:06,103 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:10:06,103 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:10:06,142 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:10:06,143 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:10:06,151 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:10:06,188 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:10:06,189 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:10:06,190 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:10:06,191 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:10:06,191 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:10:06,232 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:10:06,271 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:10:06,272 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:10:06,273 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:10:06,273 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:10:06,274 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:10:06,315 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:10:06,346 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:10:06,347 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:10:06,349 - paramiko.transport - DEBUG - starting thread (client mode): 0xde8ad8d0L 2018-10-06 17:10:06,350 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:10:06,355 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:10:06,356 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:10:06,358 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:10:06,358 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:10:06,358 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:10:06,358 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:10:06,358 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:10:06,359 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:10:06,363 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:10:06,363 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:10:06,365 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:10:06,366 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:10:06,403 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:10:06,415 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:10:06,430 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:10:06,504 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:10:06,504 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:10:06,543 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:10:06,544 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:10:06,549 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:10:06,582 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:10:06,583 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:10:06,583 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:10:06,584 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:10:06,584 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:10:06,625 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:10:06,659 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:10:06,660 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:10:06,661 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:10:06,662 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:10:06,662 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:10:06,703 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:10:06,730 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:10:06,732 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:10:06,733 - paramiko.transport - DEBUG - starting thread (client mode): 0xde82cd10L 2018-10-06 17:10:06,734 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:10:06,738 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:10:06,738 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:10:06,740 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:10:06,741 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:10:06,741 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:10:06,741 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:10:06,741 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:10:06,741 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:10:06,745 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:10:06,746 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:10:06,749 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:10:06,750 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:10:06,786 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:10:06,797 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:10:06,814 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:10:06,874 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:10:06,874 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:10:06,913 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:10:06,914 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:10:06,918 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:10:06,948 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:10:06,949 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:10:06,949 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:10:06,951 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:10:06,951 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:10:06,991 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:10:07,023 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:10:07,024 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:10:07,025 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:10:07,026 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:10:07,026 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:10:07,066 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:10:07,093 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:10:07,094 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:10:07,095 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:10:07,095 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:10:07,096 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:10:07,098 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:10:07,141 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:10:07,142 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:10:07,143 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:10:07,144 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:10:07,144 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:10:07,149 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:10:07,204 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:10:07,205 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:10:07,206 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:10:07,207 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:10:07,207 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:10:07,212 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:10:07,264 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:10:07,266 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:10:07,266 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:10:07,267 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:10:07,267 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:10:07,271 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:10:07,319 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:10:07,320 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:10:07,320 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:10:07,321 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:10:07,322 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:10:07,325 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:10:07,371 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:10:07,372 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-10-06 17:10:07,372 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:10:07,372 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-06 17:10:07,373 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-06 17:10:07,374 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:10:07,375 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:10:07,375 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:10:07,377 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:10:07,423 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:10:07,424 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-06 17:10:07,425 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:10:07,425 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:10:07,426 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:10:07,427 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:10:07,431 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:10:07,485 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:10:07,485 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-06 17:10:07,486 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:10:07,487 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:10:07,488 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:10:07,488 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:10:07,490 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:10:07,541 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:10:07,541 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-06 17:10:07,546 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:10:07,561 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 17:10:07,562 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 17:10:07,562 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 17:10:07,564 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 17:10:07,600 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-06 17:10:07,601 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-06 17:10:07,602 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-06 17:10:07,603 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-06 17:10:07,603 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-06 17:10:07,644 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-06 17:10:07,679 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-06 17:10:07,680 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-06 17:10:07,681 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-06 17:10:07,721 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-06 17:10:07,721 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-06 17:10:07,746 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-06 17:10:07,776 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-06 17:10:07,777 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-06 17:10:07,778 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-06 17:10:07,779 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-06 17:10:07,783 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-06 17:10:07,785 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 17:10:07,786 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 17:10:07,786 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 17:10:07,788 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 17:10:07,829 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-06 17:10:07,830 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-06 17:10:07,831 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-06 17:10:07,832 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-06 17:10:07,832 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-06 17:10:07,872 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-06 17:10:07,911 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-06 17:10:07,913 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-06 17:10:07,914 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-06 17:10:07,915 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-06 17:10:07,915 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-06 17:10:07,956 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-06 17:10:07,988 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-06 17:10:07,988 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-06 17:10:07,989 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-06 17:10:07,990 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-06 17:10:07,994 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-06 17:10:07,995 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-10-06 17:10:07,996 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-06 17:10:07,997 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-06 17:10:07,997 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-06 17:10:07,999 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-06 17:10:07,999 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-06 17:10:08,000 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-06 17:10:08,000 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-06 17:10:08,001 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-06 17:10:08,037 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-06 17:10:08,038 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.23 2018-10-06 17:10:08,039 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-06 17:10:08,039 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-06 17:10:08,041 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-06 17:10:08,041 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-06 17:10:08,081 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-06 17:10:11,310 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-06 17:10:11,311 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-06 17:10:11,311 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-06 17:10:11,312 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-06 17:10:11,313 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-06 17:10:11,353 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-06 17:10:12,035 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-06 17:10:12,035 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-06 17:10:17,040 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-06 17:10:17,041 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-06 17:10:17,042 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-06 17:10:17,042 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-06 17:10:17,047 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-06 17:10:17,100 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-06 17:10:17,101 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-06 17:10:17,102 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-06 17:10:17,102 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-06 17:10:24,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:10:24,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:10:24,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:10:24,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:10:24,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:10:24,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:10:24,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:10:24,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:10:24,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:10:24,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:10:24,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:10:24,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:10:24,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:10:24,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:10:24,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:10:24,917 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:10:24,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:10:24,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:10:24,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:10:24,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:10:24,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:10:24,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:10:24,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:10:24,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:10:24,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:10:24,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:10:24,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:10:24,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:10:24,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:10:24,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:10:24,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:10:24,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:10:24,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:10:24,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:10:24,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:10:24,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:10:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:10:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:10:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:10:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:10:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:10:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:10:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:10:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:10:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:10:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:10:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:10:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:10:24,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:10:24,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:10:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a44050-629f-4971-988b-1d50e4ec4c81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:10:24,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-72a44050-629f-4971-988b-1d50e4ec4c81 2018-10-06 17:10:24,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:10:25,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["N-lxxUFoTt-cMwAJX4Ht-Q"], "issued_at": "2018-10-06T17:10:25.000000Z"}} 2018-10-06 17:10:25,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf796d9e2c24921cd78aabe9957a6932868d264" 2018-10-06 17:10:25,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a1545c0-f314-4d00-b8d9-ed2c4cf6e233 x-compute-request-id: req-3a1545c0-f314-4d00-b8d9-ed2c4cf6e233 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 17:10:25,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-3a1545c0-f314-4d00-b8d9-ed2c4cf6e233 2018-10-06 17:10:25,894 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-06 17:10:25,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf796d9e2c24921cd78aabe9957a6932868d264" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-10-06 17:10:25,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91b3f307-24bf-4fb1-a848-090bb3777607 x-compute-request-id: req-91b3f307-24bf-4fb1-a848-090bb3777607 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8a3563ff-b112-4821-8945-7b9631daaf35", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:10:25,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-91b3f307-24bf-4fb1-a848-090bb3777607 2018-10-06 17:10:25,956 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=8a3563ff-b112-4821-8945-7b9631daaf35 created successfully. 2018-10-06 17:10:25,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:10:25,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:10:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-423898cf-b710-4972-abd5-a6221a535fc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:10:25,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-423898cf-b710-4972-abd5-a6221a535fc0 2018-10-06 17:10:25,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:10:26,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:10:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["vbKd-8JFQnyA4K_d2QFw1Q"], "issued_at": "2018-10-06T17:10:26.000000Z"}} 2018-10-06 17:10:26,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:26,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-4c6e199f-aaa0-4fbb-8b72-549c500c6388 Date: Sat, 06 Oct 2018 17:10:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:07:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 6, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:10:26,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-4c6e199f-aaa0-4fbb-8b72-549c500c6388 2018-10-06 17:10:26,939 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:10:26,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:27,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-0f98d3bb-5ebc-4fb2-b1a5-0b104965a679 Date: Sat, 06 Oct 2018 17:10:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "046ddba6-638c-4833-97e2-1a317064f359"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "04b68718-4512-441b-b483-4595bf3eb3a4"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "45b1e634-611b-4602-99cc-cc2babde9f5d"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "6f9c854c-16ad-41dd-9deb-aec017795165"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "7720a143-678b-4182-9973-59ee5ea86d32"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 80, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:29Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "d710de98-5c07-4dc6-8022-df3f490aca05"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "df1162f7-503c-48df-a30d-dab86fe3795b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c"}]} 2018-10-06 17:10:27,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-0f98d3bb-5ebc-4fb2-b1a5-0b104965a679 2018-10-06 17:10:27,521 - sdnvpn_test_utils - INFO - This rule exists for security group: 75ba77f1-4f0d-4057-97a5-d144b70889cc 2018-10-06 17:10:27,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:28,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-ab778a26-81c7-4885-9fbb-a0afd804cf04 Date: Sat, 06 Oct 2018 17:10:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "046ddba6-638c-4833-97e2-1a317064f359"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "04b68718-4512-441b-b483-4595bf3eb3a4"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "45b1e634-611b-4602-99cc-cc2babde9f5d"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "6f9c854c-16ad-41dd-9deb-aec017795165"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "7720a143-678b-4182-9973-59ee5ea86d32"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 80, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:29Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "d710de98-5c07-4dc6-8022-df3f490aca05"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "df1162f7-503c-48df-a30d-dab86fe3795b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c"}]} 2018-10-06 17:10:28,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-ab778a26-81c7-4885-9fbb-a0afd804cf04 2018-10-06 17:10:28,165 - sdnvpn_test_utils - INFO - This rule exists for security group: 75ba77f1-4f0d-4057-97a5-d144b70889cc 2018-10-06 17:10:28,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:28,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-a4b17829-e153-4540-b513-43e59ec873b7 Date: Sat, 06 Oct 2018 17:10:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "046ddba6-638c-4833-97e2-1a317064f359"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "04b68718-4512-441b-b483-4595bf3eb3a4"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "45b1e634-611b-4602-99cc-cc2babde9f5d"}, {"remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "6f9c854c-16ad-41dd-9deb-aec017795165"}, {"remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d"}, {"remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "7720a143-678b-4182-9973-59ee5ea86d32"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 80, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:29Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428"}, {"remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "port_range_min": null, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:06Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "port_range_min": null, "revision_number": 0, "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "d710de98-5c07-4dc6-8022-df3f490aca05"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "port_range_min": null, "revision_number": 0, "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "df1162f7-503c-48df-a30d-dab86fe3795b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "project_id": "", "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c"}]} 2018-10-06 17:10:28,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-a4b17829-e153-4540-b513-43e59ec873b7 2018-10-06 17:10:28,215 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-06 17:10:28,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}21e822497de46d250cc451be7e03104e990ffb07" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:10:28,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-5cbc6c8a-d607-430d-bf8e-134731e411c5 Date: Sat, 06 Oct 2018 17:10: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": 179, "updated_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "port_range_min": 179, "revision_number": 0, "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:28Z", "project_id": "b02668b3789342938652e3506ba63a25", "id": "6f120a01-567c-45a7-aa79-75fa5a215922"}} 2018-10-06 17:10:28,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-5cbc6c8a-d607-430d-bf8e-134731e411c5 2018-10-06 17:10:28,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:29,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-710cbbb1-5cd3-4bf8-af9b-41402826c15c Date: Sat, 06 Oct 2018 17:10:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:10:29,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-710cbbb1-5cd3-4bf8-af9b-41402826c15c 2018-10-06 17:10:29,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:29,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b4eae6f1-2913-43c0-ab55-2e97db288ffa Date: Sat, 06 Oct 2018 17:10:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 17:10:29,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b4eae6f1-2913-43c0-ab55-2e97db288ffa 2018-10-06 17:10:29,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:30,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0eb3de8c-a1be-44f4-ab33-c47ebb3b8125 Date: Sat, 06 Oct 2018 17:10:30 GMT RESP BODY: {"routers": []} 2018-10-06 17:10:30,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-0eb3de8c-a1be-44f4-ab33-c47ebb3b8125 2018-10-06 17:10:30,419 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-06 17:10:30,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-10-06 17:10:30,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-32563d1b-0ada-4273-ae62-f5fb0f29d421 Date: Sat, 06 Oct 2018 17:10: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":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:10:30Z","is_default":false,"provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:30Z","mtu":1450}} 2018-10-06 17:10:30,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-32563d1b-0ada-4273-ae62-f5fb0f29d421 2018-10-06 17:10:30,644 - sdnvpn.lib.openstack_utils - DEBUG - Network 'dec69ef9-7d90-4230-b6c3-09ee7d7a9792' created successfully 2018-10-06 17:10:30,644 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-06 17:10:30,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"subnets": [{"ip_version": 4, "network_id": "dec69ef9-7d90-4230-b6c3-09ee7d7a9792", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-10-06 17:10:31,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-39515122-2768-47fb-8115-cb68f38fdd61 Date: Sat, 06 Oct 2018 17:10:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:10:31Z","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":"b02668b3789342938652e3506ba63a25","id":"675ad0d7-7b23-4877-9639-c2eac1005372","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-10-06 17:10:31,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-39515122-2768-47fb-8115-cb68f38fdd61 2018-10-06 17:10:31,620 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '675ad0d7-7b23-4877-9639-c2eac1005372' created successfully 2018-10-06 17:10:31,621 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-06 17:10:31,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-10-06 17:10:32,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-f97f19da-64ee-4459-a0fd-0bff3670d40f Date: Sat, 06 Oct 2018 17:10:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:10:32Z", "revision_number": 0, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "45ef8a62-52c7-488b-9186-4041b3098adc", "name": "sdnvpn-3-1-router"}} 2018-10-06 17:10:32,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-f97f19da-64ee-4459-a0fd-0bff3670d40f 2018-10-06 17:10:32,323 - sdnvpn.lib.openstack_utils - DEBUG - Router '45ef8a62-52c7-488b-9186-4041b3098adc' created successfully 2018-10-06 17:10:32,323 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-06 17:10:32,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"subnet_id": "675ad0d7-7b23-4877-9639-c2eac1005372"}' 2018-10-06 17:10:33,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d4428d17-a755-403d-9e35-8f22ac82e4e9 Date: Sat, 06 Oct 2018 17:10:33 GMT RESP BODY: {"network_id": "dec69ef9-7d90-4230-b6c3-09ee7d7a9792", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "675ad0d7-7b23-4877-9639-c2eac1005372", "subnet_ids": ["675ad0d7-7b23-4877-9639-c2eac1005372"], "port_id": "c7b51f3d-051d-43c9-90c7-9fc2565fe34f", "id": "45ef8a62-52c7-488b-9186-4041b3098adc"} 2018-10-06 17:10:33,675 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc/add_router_interface used request id req-d4428d17-a755-403d-9e35-8f22ac82e4e9 2018-10-06 17:10:33,675 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-06 17:10:33,676 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-06 17:10:33,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:34,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-479f7763-20f9-468a-96b8-3eaabd8af794 Date: Sat, 06 Oct 2018 17:10:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["675ad0d7-7b23-4877-9639-c2eac1005372"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:31Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:30Z","provider:network_type":"vxlan"}]} 2018-10-06 17:10:34,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-479f7763-20f9-468a-96b8-3eaabd8af794 2018-10-06 17:10:34,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}}' 2018-10-06 17:10:36,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-179c9fe5-1b51-4b8b-b7c0-31d827b15f4a Date: Sat, 06 Oct 2018 17:10:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:10:35Z", "revision_number": 4, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "45ef8a62-52c7-488b-9186-4041b3098adc", "name": "sdnvpn-3-1-router"}} 2018-10-06 17:10:36,315 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc used request id req-179c9fe5-1b51-4b8b-b7c0-31d827b15f4a 2018-10-06 17:10:36,316 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-06 17:10:36,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:36,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-20bfeedf-bbe1-4a30-b3fc-b4e6b1458d2c Date: Sat, 06 Oct 2018 17:10:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["675ad0d7-7b23-4877-9639-c2eac1005372"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:31Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:30Z","provider:network_type":"vxlan"}]} 2018-10-06 17:10:36,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-20bfeedf-bbe1-4a30-b3fc-b4e6b1458d2c 2018-10-06 17:10:36,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:37,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-7fb173c4-eca6-4c97-8e54-d93af5046c90 Date: Sat, 06 Oct 2018 17:10:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:10:31Z","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":"b02668b3789342938652e3506ba63a25","id":"675ad0d7-7b23-4877-9639-c2eac1005372","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 17:10:37,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-7fb173c4-eca6-4c97-8e54-d93af5046c90 2018-10-06 17:10:37,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:37,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-7c3ff936-c11c-48a3-89e4-46569db6da98 Date: Sat, 06 Oct 2018 17:10:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:10:35Z", "revision_number": 4, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "45ef8a62-52c7-488b-9186-4041b3098adc", "name": "sdnvpn-3-1-router"}]} 2018-10-06 17:10:37,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-7c3ff936-c11c-48a3-89e4-46569db6da98 2018-10-06 17:10:37,082 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-06 17:10:37,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-10-06 17:10:37,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e107baff-0389-4a82-be26-4700caf6ba96 Date: Sat, 06 Oct 2018 17:10: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":"db6cca03-1d2e-4be2-939c-8a2d67e21a5b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:10:37Z","is_default":false,"provider:segmentation_id":59,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:37Z","mtu":1450}} 2018-10-06 17:10:37,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e107baff-0389-4a82-be26-4700caf6ba96 2018-10-06 17:10:37,860 - sdnvpn.lib.openstack_utils - DEBUG - Network 'db6cca03-1d2e-4be2-939c-8a2d67e21a5b' created successfully 2018-10-06 17:10:37,860 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-06 17:10:37,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"subnets": [{"ip_version": 4, "network_id": "db6cca03-1d2e-4be2-939c-8a2d67e21a5b", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-10-06 17:10:38,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-647d0833-d89e-454b-b6fb-6232e4f6f40e Date: Sat, 06 Oct 2018 17:10:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db6cca03-1d2e-4be2-939c-8a2d67e21a5b","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:38Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:10:38Z","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":"b02668b3789342938652e3506ba63a25","id":"db382f9c-a793-4ccd-a273-411b4a282660","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-10-06 17:10:38,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-647d0833-d89e-454b-b6fb-6232e4f6f40e 2018-10-06 17:10:38,620 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'db382f9c-a793-4ccd-a273-411b4a282660' created successfully 2018-10-06 17:10:38,620 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-06 17:10:38,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-10-06 17:10:39,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-cfb9cc3c-6646-451b-a49e-1334d3c1256b Date: Sat, 06 Oct 2018 17:10:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:10:39Z", "revision_number": 0, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "741e1f45-64ce-4d0e-b304-7a67c1c8f76f", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-06 17:10:39,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-cfb9cc3c-6646-451b-a49e-1334d3c1256b 2018-10-06 17:10:39,354 - sdnvpn.lib.openstack_utils - DEBUG - Router '741e1f45-64ce-4d0e-b304-7a67c1c8f76f' created successfully 2018-10-06 17:10:39,354 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-06 17:10:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"subnet_id": "db382f9c-a793-4ccd-a273-411b4a282660"}' 2018-10-06 17:10:40,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-23a283d5-6ee6-477a-970f-5740b4aa6e80 Date: Sat, 06 Oct 2018 17:10:40 GMT RESP BODY: {"network_id": "db6cca03-1d2e-4be2-939c-8a2d67e21a5b", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "db382f9c-a793-4ccd-a273-411b4a282660", "subnet_ids": ["db382f9c-a793-4ccd-a273-411b4a282660"], "port_id": "d49719db-57d8-490f-b7c2-630b06670af9", "id": "741e1f45-64ce-4d0e-b304-7a67c1c8f76f"} 2018-10-06 17:10:40,815 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f/add_router_interface used request id req-23a283d5-6ee6-477a-970f-5740b4aa6e80 2018-10-06 17:10:40,815 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-06 17:10:40,816 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-06 17:10:40,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:40,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4530 X-Openstack-Request-Id: req-6f047fc9-32e3-4db2-9c10-2083d5e91816 Date: Sat, 06 Oct 2018 17:10:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"db6cca03-1d2e-4be2-939c-8a2d67e21a5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db382f9c-a793-4ccd-a273-411b4a282660"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:38Z","provider:segmentation_id":59,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["675ad0d7-7b23-4877-9639-c2eac1005372"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:31Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:30Z","provider:network_type":"vxlan"}]} 2018-10-06 17:10:40,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-6f047fc9-32e3-4db2-9c10-2083d5e91816 2018-10-06 17:10:40,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}}' 2018-10-06 17:10:42,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-9c6c9fe1-0d85-4905-b47f-57a66797e391 Date: Sat, 06 Oct 2018 17:10:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:10:42Z", "revision_number": 3, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "741e1f45-64ce-4d0e-b304-7a67c1c8f76f", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-06 17:10:42,622 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f used request id req-9c6c9fe1-0d85-4905-b47f-57a66797e391 2018-10-06 17:10:42,622 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-06 17:10:42,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:10:42,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8576013f-34ee-4f0a-81e1-8efab98239a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:10:42,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8576013f-34ee-4f0a-81e1-8efab98239a3 2018-10-06 17:10:42,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:10:43,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:10:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["FsvDNzC1TP6HeE9xwwSk-Q"], "issued_at": "2018-10-06T17:10:43.000000Z"}} 2018-10-06 17:10:43,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ebfd61bb5dda09ae62112c262b2291044f2e6d47" 2018-10-06 17:10:43,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-1074c034-6c76-4e20-9499-f0ffaef6246f Date: Sat, 06 Oct 2018 17:10:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:10:43,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-1074c034-6c76-4e20-9499-f0ffaef6246f 2018-10-06 17:10:43,197 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-06 17:10:43,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ebfd61bb5dda09ae62112c262b2291044f2e6d47" 2018-10-06 17:10:43,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ccedb351-2278-4584-a46f-742b2c3f0360 Date: Sat, 06 Oct 2018 17:10:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:10:43,364 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ccedb351-2278-4584-a46f-742b2c3f0360 2018-10-06 17:10:43,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ebfd61bb5dda09ae62112c262b2291044f2e6d47" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-06 17:10:43,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce X-Openstack-Request-Id: req-b666dce1-13f8-4a48-a349-c220eb93cbf2 Date: Sat, 06 Oct 2018 17:10:43 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:10:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:10:43Z", "visibility": "public", "locations": [], "self": "/v2/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "min_disk": 0, "protected": false, "id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "file": "/v2/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:10:43,589 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b666dce1-13f8-4a48-a349-c220eb93cbf2 2018-10-06 17:10:43,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ebfd61bb5dda09ae62112c262b2291044f2e6d47" -d '' 2018-10-06 17:10:55,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55f57f20-691b-4aab-9cb2-0aecab9c0019 Date: Sat, 06 Oct 2018 17:10:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:10:55,844 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce/file used request id req-55f57f20-691b-4aab-9cb2-0aecab9c0019 2018-10-06 17:10:55,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:56,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4530 X-Openstack-Request-Id: req-070f2f7a-d4b6-4b8c-9865-1e30814f8c5e Date: Sat, 06 Oct 2018 17:10:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"db6cca03-1d2e-4be2-939c-8a2d67e21a5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db382f9c-a793-4ccd-a273-411b4a282660"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:38Z","provider:segmentation_id":59,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["675ad0d7-7b23-4877-9639-c2eac1005372"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:31Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:30Z","provider:network_type":"vxlan"}]} 2018-10-06 17:10:56,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-070f2f7a-d4b6-4b8c-9865-1e30814f8c5e 2018-10-06 17:10:56,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"floatingip": {"floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}' 2018-10-06 17:10:58,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-3a9ecf59-ed9b-4f01-9c73-b902794f06db Date: Sat, 06 Oct 2018 17:10:58 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-06T17:10:57Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "a3aa3b59-9cc3-421e-9141-ca0dcd7a5dbb", "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:57Z", "project_id": "b02668b3789342938652e3506ba63a25"}} 2018-10-06 17:10:58,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-3a9ecf59-ed9b-4f01-9c73-b902794f06db 2018-10-06 17:10:58,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:10:59,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4530 X-Openstack-Request-Id: req-19a3ad11-3d4e-46fc-a8f2-30c7dbe7bf0b Date: Sat, 06 Oct 2018 17:10:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"db6cca03-1d2e-4be2-939c-8a2d67e21a5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db382f9c-a793-4ccd-a273-411b4a282660"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:38Z","provider:segmentation_id":59,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dec69ef9-7d90-4230-b6c3-09ee7d7a9792","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["675ad0d7-7b23-4877-9639-c2eac1005372"],"description":"","tags":[],"updated_at":"2018-10-06T17:10:31Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:10:30Z","provider:network_type":"vxlan"}]} 2018-10-06 17:10:59,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-19a3ad11-3d4e-46fc-a8f2-30c7dbe7bf0b 2018-10-06 17:10:59,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"floatingip": {"floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}' 2018-10-06 17:11:01,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-c730c63a-50da-4f12-a2aa-43440c0073a2 Date: Sat, 06 Oct 2018 17:11:01 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-06T17:11:00Z", "floating_network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "d11405e4-08b9-48e5-93d6-644f2d2b8339", "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:11:00Z", "project_id": "b02668b3789342938652e3506ba63a25"}} 2018-10-06 17:11:01,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-c730c63a-50da-4f12-a2aa-43440c0073a2 2018-10-06 17:11:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:11:01,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c37ca7-be95-4162-b417-de5091360588 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:11:01,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-57c37ca7-be95-4162-b417-de5091360588 2018-10-06 17:11:01,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:11:01,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["ntkCCPs5SHaXrNrYLc65bQ"], "issued_at": "2018-10-06T17:11:01.000000Z"}} 2018-10-06 17:11:01,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5c65206b3cab74423c998f0bafe93b078e9fc5" 2018-10-06 17:11:01,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11: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-360821bf-46ae-4266-8860-62eb7ade9344 x-compute-request-id: req-360821bf-46ae-4266-8860-62eb7ade9344 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:11:01,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-360821bf-46ae-4266-8860-62eb7ade9344 2018-10-06 17:11:01,708 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:11:01,709 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:11:01,709 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:11:01,711 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:11:01,747 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:11:01,748 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:11:01,749 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-10-06 17:11:01,749 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=adfba29e-2860-4fbc-a4c7-9b84a40995ce network=db6cca03-1d2e-4be2-939c-8a2d67e21a5b secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc 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.23 OWN_IP=172.30.9.208 # directly access the instance from the external net without NAT EXT_NET_MASK=24 if [[ $(getent hosts | awk '{print $2}') != *"$(cat /etc/hostname | awk '{print $1}')"* ]] then echo "127.0.1.1 $(cat /etc/hostname | awk '{print $1}')" | tee -a /etc/hosts fi quagga_int='' for net_int in $(netstat -ia | awk 'NR>2{print $1}'); do if [ -z "$(ifconfig | grep $net_int)" ] then quagga_int=$net_int break fi done if [ -z "$quagga_int" ] then echo 'No available network interface' fi ip link set $quagga_int up ip addr add $OWN_IP/$EXT_NET_MASK dev $quagga_int ZEBRA_CONFIG_LOCATION="/etc/quagga/zebra.conf" DAEMONS_FILE_LOCATION="/etc/quagga/daemons" BGPD_CONFIG_LOCATION="/etc/quagga/bgpd.conf" BGPD_LOG_FILE="/var/log/bgpd.log" # Quagga is already installed to run as well in setups without inet # dns fix # echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/head # resolvconf -u # DEBIAN_FRONTEND=noninteractive apt-get update # DEBIAN_FRONTEND=noninteractive apt-get install quagga -y touch $BGPD_LOG_FILE chown quagga:quagga $BGPD_LOG_FILE chown quagga:quagga $DAEMONS_FILE_LOCATION cat < $DAEMONS_FILE_LOCATION zebra=yes bgpd=yes ospfd=no ospf6d=no ripd=no ripngd=no isisd=no babeld=no CATEOF touch $ZEBRA_CONFIG_LOCATION chown quagga:quagga $ZEBRA_CONFIG_LOCATION cat < $BGPD_CONFIG_LOCATION ! -*- bgp -*- hostname bgpd password sdncbgpc router bgp 200 bgp router-id ${OWN_IP} neighbor ${NEIGHBOR_IP} remote-as 100 no neighbor ${NEIGHBOR_IP} activate ! address-family vpnv4 unicast neighbor ${NEIGHBOR_IP} activate exit-address-family ! line vty exec-timeout 0 0 ! debug bgp events debug bgp updates log file ${BGPD_LOG_FILE} end CATEOF chown quagga:quagga $BGPD_CONFIG_LOCATION service quagga restart pgrep bgpd pgrep zebra 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:11:01,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:11:01,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:11:01,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:11:01,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:11:01,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:11:01,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:11:01,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:11:01,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:11:01,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:11:01,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:11:01,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:11:01,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:11:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:11:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:11:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:11:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:11:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:11:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:11:01,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:11:01,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44fc5567-5974-406c-a64f-c2afe69f0213 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:11:01,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-44fc5567-5974-406c-a64f-c2afe69f0213 2018-10-06 17:11:01,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:11:02,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:11:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["B4oQhQBHTeCXy1b6QaB44Q"], "issued_at": "2018-10-06T17:11:02.000000Z"}} 2018-10-06 17:11:02,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" 2018-10-06 17:11:02,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11: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-e3bf5276-a6b1-40a4-889d-6738ba6d9e68 x-compute-request-id: req-e3bf5276-a6b1-40a4-889d-6738ba6d9e68 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-10-06 17:11:02,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e3bf5276-a6b1-40a4-889d-6738ba6d9e68 2018-10-06 17:11:02,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/8a3563ff-b112-4821-8945-7b9631daaf35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" 2018-10-06 17:11:02,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11: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-18ae75c2-3b2c-45ea-8f18-c22fafb746b8 x-compute-request-id: req-18ae75c2-3b2c-45ea-8f18-c22fafb746b8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8a3563ff-b112-4821-8945-7b9631daaf35", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:11:02,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/8a3563ff-b112-4821-8945-7b9631daaf35 used request id req-18ae75c2-3b2c-45ea-8f18-c22fafb746b8 2018-10-06 17:11:02,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "8a3563ff-b112-4821-8945-7b9631daaf35", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjMKT1dOX0lQPTE3Mi4zMC45LjIwOAojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "db6cca03-1d2e-4be2-939c-8a2d67e21a5b"}], "config_drive": true}}' 2018-10-06 17:11:04,408 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:11: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-0dd61226-a124-428e-9336-28471d64bb92 x-compute-request-id: req-0dd61226-a124-428e-9336-28471d64bb92 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "adminPass": "H5cLyEh22uiL"}} 2018-10-06 17:11:04,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0dd61226-a124-428e-9336-28471d64bb92 2018-10-06 17:11:04,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:11:04,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6d8f39-36fd-497c-9fc9-3738cc2fa4d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:11:04,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fa6d8f39-36fd-497c-9fc9-3738cc2fa4d5 2018-10-06 17:11:04,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:11:04,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:11:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["0QMzhB8DQf2M0Mk_1XE1LQ"], "issued_at": "2018-10-06T17:11:04.000000Z"}} 2018-10-06 17:11:04,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:05,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6306a425-b182-4b11-bc7e-13bd8e6ba6b3 x-compute-request-id: req-6306a425-b182-4b11-bc7e-13bd8e6ba6b3 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11: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-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:05,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-6306a425-b182-4b11-bc7e-13bd8e6ba6b3 2018-10-06 17:11:08,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:09,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75227ed0-51c6-4907-8403-75ed0e106a1c x-compute-request-id: req-75227ed0-51c6-4907-8403-75ed0e106a1c Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:09,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-75227ed0-51c6-4907-8403-75ed0e106a1c 2018-10-06 17:11:12,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:13,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09172613-264b-4c10-9515-c1ab75ab2d78 x-compute-request-id: req-09172613-264b-4c10-9515-c1ab75ab2d78 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:13,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-09172613-264b-4c10-9515-c1ab75ab2d78 2018-10-06 17:11:16,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:17,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11: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-a775eb45-9c72-4c6c-8c00-3a77bf673344 x-compute-request-id: req-a775eb45-9c72-4c6c-8c00-3a77bf673344 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:17,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-a775eb45-9c72-4c6c-8c00-3a77bf673344 2018-10-06 17:11:20,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:21,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11: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-1b97f12b-e249-4c4a-9bdc-67644d30477a x-compute-request-id: req-1b97f12b-e249-4c4a-9bdc-67644d30477a 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:21,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-1b97f12b-e249-4c4a-9bdc-67644d30477a 2018-10-06 17:11:24,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:25,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e0e832d-f441-46cb-b41d-de285b17cac9 x-compute-request-id: req-0e0e832d-f441-46cb-b41d-de285b17cac9 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:25,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-0e0e832d-f441-46cb-b41d-de285b17cac9 2018-10-06 17:11:28,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:29,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11: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-aba24470-21e4-4adf-9a12-d53105badf3a x-compute-request-id: req-aba24470-21e4-4adf-9a12-d53105badf3a 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:29,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-aba24470-21e4-4adf-9a12-d53105badf3a 2018-10-06 17:11:32,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:33,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6167139b-889a-41e9-b571-bbf1af94f046 x-compute-request-id: req-6167139b-889a-41e9-b571-bbf1af94f046 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:33,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-6167139b-889a-41e9-b571-bbf1af94f046 2018-10-06 17:11:36,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:37,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-006dabd5-4aa0-4cce-9a2c-813f0e652b3a x-compute-request-id: req-006dabd5-4aa0-4cce-9a2c-813f0e652b3a 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:37,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-006dabd5-4aa0-4cce-9a2c-813f0e652b3a 2018-10-06 17:11:40,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:41,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af50ffff-7e48-4c40-86b5-946db9587edb x-compute-request-id: req-af50ffff-7e48-4c40-86b5-946db9587edb 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:41,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-af50ffff-7e48-4c40-86b5-946db9587edb 2018-10-06 17:11:44,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:44,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00728ebf-4f7c-4cac-8220-31940e8403b2 x-compute-request-id: req-00728ebf-4f7c-4cac-8220-31940e8403b2 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:44,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-00728ebf-4f7c-4cac-8220-31940e8403b2 2018-10-06 17:11:47,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:49,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f1afa71-9f96-4328-997d-08b4883f31ea x-compute-request-id: req-1f1afa71-9f96-4328-997d-08b4883f31ea 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:49,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-1f1afa71-9f96-4328-997d-08b4883f31ea 2018-10-06 17:11:52,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:53,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83122bbf-2625-4099-b5a7-657370f1fd02 x-compute-request-id: req-83122bbf-2625-4099-b5a7-657370f1fd02 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:53,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-83122bbf-2625-4099-b5a7-657370f1fd02 2018-10-06 17:11:56,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:11:57,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:11:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7790eb6-e252-49eb-a3f5-a2966e43bf0b x-compute-request-id: req-f7790eb6-e252-49eb-a3f5-a2966e43bf0b 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:11:57,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-f7790eb6-e252-49eb-a3f5-a2966e43bf0b 2018-10-06 17:12:00,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:01,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e8d9f76-2173-496d-95d9-5e65d9b6ae6c x-compute-request-id: req-3e8d9f76-2173-496d-95d9-5e65d9b6ae6c 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:01,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-3e8d9f76-2173-496d-95d9-5e65d9b6ae6c 2018-10-06 17:12:04,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:05,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7bae567-f3ae-437e-9350-e448ac196632 x-compute-request-id: req-d7bae567-f3ae-437e-9350-e448ac196632 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:05,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-d7bae567-f3ae-437e-9350-e448ac196632 2018-10-06 17:12:08,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:09,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12: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-a95e7cc5-f802-443f-97e9-7e51a108cdc9 x-compute-request-id: req-a95e7cc5-f802-443f-97e9-7e51a108cdc9 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:09,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-a95e7cc5-f802-443f-97e9-7e51a108cdc9 2018-10-06 17:12:12,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:12,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98d37ca7-d2fc-4e43-8d67-8abda67b91fa x-compute-request-id: req-98d37ca7-d2fc-4e43-8d67-8abda67b91fa 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:12,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-98d37ca7-d2fc-4e43-8d67-8abda67b91fa 2018-10-06 17:12:15,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:15,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3aad80cf-3a86-4407-a814-7b8dfc205548 x-compute-request-id: req-3aad80cf-3a86-4407-a814-7b8dfc205548 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:15,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-3aad80cf-3a86-4407-a814-7b8dfc205548 2018-10-06 17:12:18,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:19,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55607e55-88af-4267-bf95-bbbae48d7ce8 x-compute-request-id: req-55607e55-88af-4267-bf95-bbbae48d7ce8 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:19,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-55607e55-88af-4267-bf95-bbbae48d7ce8 2018-10-06 17:12:22,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:22,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12: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-42f47fd2-e817-47f4-bd8b-c559a86ceb5b x-compute-request-id: req-42f47fd2-e817-47f4-bd8b-c559a86ceb5b 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:22,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-42f47fd2-e817-47f4-bd8b-c559a86ceb5b 2018-10-06 17:12:25,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:26,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5c5822e-a1af-406b-8cd1-3ba47ddb6704 x-compute-request-id: req-d5c5822e-a1af-406b-8cd1-3ba47ddb6704 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:26,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-d5c5822e-a1af-406b-8cd1-3ba47ddb6704 2018-10-06 17:12:29,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:30,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8c5e4a3-41ac-4cc0-b2cd-4da8a499bd51 x-compute-request-id: req-d8c5e4a3-41ac-4cc0-b2cd-4da8a499bd51 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:30,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-d8c5e4a3-41ac-4cc0-b2cd-4da8a499bd51 2018-10-06 17:12:33,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:33,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31648925-71d3-42f8-9fd2-718fd492a8cf x-compute-request-id: req-31648925-71d3-42f8-9fd2-718fd492a8cf 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:33,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-31648925-71d3-42f8-9fd2-718fd492a8cf 2018-10-06 17:12:36,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:36,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fed2a63-9cb6-4a9d-8c5c-9ef6321757a2 x-compute-request-id: req-9fed2a63-9cb6-4a9d-8c5c-9ef6321757a2 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:36,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-9fed2a63-9cb6-4a9d-8c5c-9ef6321757a2 2018-10-06 17:12:39,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:40,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c24296d-e169-449d-aa13-0b94c1b1730b x-compute-request-id: req-6c24296d-e169-449d-aa13-0b94c1b1730b 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:40,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-6c24296d-e169-449d-aa13-0b94c1b1730b 2018-10-06 17:12:43,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:43,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12: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-85bfc458-0049-499a-9fab-6ea9730e7026 x-compute-request-id: req-85bfc458-0049-499a-9fab-6ea9730e7026 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:43,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-85bfc458-0049-499a-9fab-6ea9730e7026 2018-10-06 17:12:46,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:47,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12: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-964b3649-0c63-4f2a-969a-279e46518771 x-compute-request-id: req-964b3649-0c63-4f2a-969a-279e46518771 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:47,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-964b3649-0c63-4f2a-969a-279e46518771 2018-10-06 17:12:50,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:51,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b6dce67-f7e6-4025-bc0a-ff93731758bb x-compute-request-id: req-0b6dce67-f7e6-4025-bc0a-ff93731758bb 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:51,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-0b6dce67-f7e6-4025-bc0a-ff93731758bb 2018-10-06 17:12:54,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:54,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21fc3ae3-df69-4217-94cb-5de5c1abbfe2 x-compute-request-id: req-21fc3ae3-df69-4217-94cb-5de5c1abbfe2 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:54,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-21fc3ae3-df69-4217-94cb-5de5c1abbfe2 2018-10-06 17:12:57,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:12:58,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:12:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39c99062-732a-42c0-a22d-da1cbf733911 x-compute-request-id: req-39c99062-732a-42c0-a22d-da1cbf733911 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:12:58,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-39c99062-732a-42c0-a22d-da1cbf733911 2018-10-06 17:13:01,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:13:02,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13: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-855e6320-4562-4721-8b1d-a50cb0d2546f x-compute-request-id: req-855e6320-4562-4721-8b1d-a50cb0d2546f 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:13:02,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-855e6320-4562-4721-8b1d-a50cb0d2546f 2018-10-06 17:13:05,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:13:05,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47eb32bd-db83-461f-b7d3-6014ac55a022 x-compute-request-id: req-47eb32bd-db83-461f-b7d3-6014ac55a022 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:13:05,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-47eb32bd-db83-461f-b7d3-6014ac55a022 2018-10-06 17:13:08,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:13:08,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e21979d-7449-48b8-9a36-31977f37369a x-compute-request-id: req-4e21979d-7449-48b8-9a36-31977f37369a 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:13:08,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-4e21979d-7449-48b8-9a36-31977f37369a 2018-10-06 17:13:12,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:13:12,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab785f9e-5db0-45ac-9665-d1bfa05c1643 x-compute-request-id: req-ab785f9e-5db0-45ac-9665-d1bfa05c1643 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:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:11:05Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:13:12,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-ab785f9e-5db0-45ac-9665-d1bfa05c1643 2018-10-06 17:13:15,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f43100f2e300ac3eb338c99fe2eb9005d8aad" 2018-10-06 17:13:16,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c900bab8-8661-4939-97c9-20a90721d8cc x-compute-request-id: req-c900bab8-8661-4939-97c9-20a90721d8cc Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-10-06T17:13:07.000000", "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:13:12Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:13:16,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-c900bab8-8661-4939-97c9-20a90721d8cc 2018-10-06 17:13:16,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" 2018-10-06 17:13:17,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f44fcd8-9c66-4211-bb2b-6f339966a53f x-compute-request-id: req-8f44fcd8-9c66-4211-bb2b-6f339966a53f Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:ec:83", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "rel": "bookmark"}], "image": {"id": "adfba29e-2860-4fbc-a4c7-9b84a40995ce", "links": [{"href": "http://172.30.9.26:8774/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-10-06T17:13:07.000000", "flavor": {"id": "8a3563ff-b112-4821-8945-7b9631daaf35", "links": [{"href": "http://172.30.9.26:8774/flavors/8a3563ff-b112-4821-8945-7b9631daaf35", "rel": "bookmark"}]}, "id": "bb7f8d76-b343-4a36-8f6f-ea1a60f9320c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:13:12Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-06T17:11:04Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:13:17,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c used request id req-8f44fcd8-9c66-4211-bb2b-6f339966a53f 2018-10-06 17:13:17,124 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-10-06 17:13:17,124 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group '75ba77f1-4f0d-4057-97a5-d144b70889cc'... 2018-10-06 17:13:17,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5c65206b3cab74423c998f0bafe93b078e9fc5" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:13:19,105 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:13:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-091a1926-28f0-4221-b3ac-c9af83b65c65 x-compute-request-id: req-091a1926-28f0-4221-b3ac-c9af83b65c65 Content-Length: 0 Content-Type: application/json 2018-10-06 17:13:19,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-091a1926-28f0-4221-b3ac-c9af83b65c65 2018-10-06 17:13:19,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5c65206b3cab74423c998f0bafe93b078e9fc5" -d '{"addFloatingIp": {"address": "172.30.9.202"}}' 2018-10-06 17:13:21,537 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:13: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-c550fb6a-54a6-4dc8-aa33-25e54c779d64 x-compute-request-id: req-c550fb6a-54a6-4dc8-aa33-25e54c779d64 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:13:21,538 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-c550fb6a-54a6-4dc8-aa33-25e54c779d64 2018-10-06 17:13:21,539 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 17:13:21,539 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 17:13:21,540 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 17:13:21,544 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 17:13:21,660 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-06 17:13:21,660 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-06 17:13:21,661 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-06 17:13:21,662 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-06 17:13:21,662 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-06 17:13:21,702 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-06 17:13:21,799 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-06 17:13:21,800 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-10-06 17:13:21,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:13:21,807 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-06 17:13:22,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b96e984-1d07-4e1c-accd-f27988ca8c87 x-compute-request-id: req-7b96e984-1d07-4e1c-accd-f27988ca8c87 Content-Encoding: gzip Content-Length: 13099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 611851780 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137771] pid_max: default: 32768 minimum: 301\n[ 0.138683] ACPI: Core revision 20150930\n[ 0.140073] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141417] Security Framework initialized\n[ 0.142255] Yama: becoming mindful.\n[ 0.143004] AppArmor: AppArmor initialized\n[ 0.143903] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145338] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147046] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148292] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149712] Initializing cgroup subsys io\n[ 0.150546] Initializing cgroup subsys memory\n[ 0.151432] Initializing cgroup subsys devices\n[ 0.152335] Initializing cgroup subsys freezer\n[ 0.153226] Initializing cgroup subsys net_cls\n[ 0.154123] Initializing cgroup subsys perf_event\n[ 0.155053] Initializing cgroup subsys net_prio\n[ 0.155959] Initializing cgroup subsys hugetlb\n[ 0.156855] Initializing cgroup subsys pids\n[ 0.157754] CPU: Physical Processor ID: 0\n[ 0.159285] mce: CPU supports 10 MCE banks\n[ 0.160153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161179] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171917] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178330] ftrace: allocating 32123 entries in 126 pages\n[ 0.204764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206004] smpboot: Max logical packages: 1\n[ 0.207021] x2apic enabled\n[ 0.207859] Switched APIC routing to physical x2apic.\n[ 0.209634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210778] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212821] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214652] KVM setup paravirtual spinlock\n[ 0.215947] x86: Booted up 1 node, 1 CPUs\n[ 0.216772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218184] devtmpfs: initialized\n[ 0.220677] evm: security.selinux\n[ 0.221387] evm: security.SMACK64\n[ 0.222093] evm: security.SMACK64EXEC\n[ 0.222850] evm: security.SMACK64TRANSMUTE\n[ 0.223679] evm: security.SMACK64MMAP\n[ 0.224440] evm: security.ima\n[ 0.225086] evm: security.capability\n[ 0.225911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227802] pinctrl core: initialized pinctrl subsystem\n[ 0.228918] RTC time: 17:13:07, date: 10/06/18\n[ 0.229879] NET: Registered protocol family 16\n[ 0.230872] cpuidle: using governor ladder\n[ 0.231709] cpuidle: using governor menu\n[ 0.232514] PCCT header not found.\n[ 0.233275] ACPI: bus type PCI registered\n[ 0.234094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235359] PCI: Using configuration type 1 for base access\n[ 0.237547] ACPI: Added _OSI(Module Device)\n[ 0.238395] ACPI: Added _OSI(Processor Device)\n[ 0.239270] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240183] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242358] ACPI: Interpreter enabled\n[ 0.243142] ACPI: (supports S0 S5)\n[ 0.243863] ACPI: Using IOAPIC for interrupt routing\n[ 0.244830] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249125] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253985] acpiphp: Slot [3] registered\n[ 0.254807] acpiphp: Slot [4] registered\n[ 0.255626] acpiphp: Slot [5] registered\n[ 0.256442] acpiphp: Slot [6] registered\n[ 0.257254] acpiphp: Slot [7] registered\n[ 0.258067] acpiphp: Slot [8] registered\n[ 0.258881] acpiphp: Slot [9] registered\n[ 0.259703] acpiphp: Slot [10] registered\n[ 0.260533] acpiphp: Slot [11] registered\n[ 0.261357] acpiphp: Slot [12] registered\n[ 0.262192] acpiphp: Slot [13] registered\n[ 0.263024] acpiphp: Slot [14] registered\n[ 0.274554] acpiphp: Slot [15] registered\n[ 0.275393] acpiphp: Slot [16] registered\n[ 0.276223] acpiphp: Slot [17] registered\n[ 0.277054] acpiphp: Slot [18] registered\n[ 0.277884] acpiphp: Slot [19] registered\n[ 0.278716] acpiphp: Slot [20] registered\n[ 0.279546] acpiphp: Slot [21] registered\n[ 0.280369] acpiphp: Slot [22] registered\n[ 0.281200] acpiphp: Slot [23] registered\n[ 0.282027] acpiphp: Slot [24] registered\n[ 0.282861] acpiphp: Slot [25] registered\n[ 0.283688] acpiphp: Slot [26] registered\n[ 0.284512] acpiphp: Slot [27] registered\n[ 0.285333] acpiphp: Slot [28] registered\n[ 0.286164] acpiphp: Slot [29] registered\n[ 0.287000] acpiphp: Slot [30] registered\n[ 0.287829] acpiphp: Slot [31] registered\n[ 0.288649] PCI host bridge to bus 0000:00\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293431] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303808] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305097] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358966] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361943] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364826] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366625] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370468] vgaarb: loaded\n[ 0.371078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372243] SCSI subsystem initialized\n[ 0.373075] ACPI: bus type USB registered\n[ 0.373905] usbcore: registered new interface driver usbfs\n[ 0.374958] usbcore: registered new interface driver hub\n[ 0.375982] usbcore: registered new device driver usb\n[ 0.377041] PCI: Using ACPI for IRQ routing\n[ 0.378087] NetLabel: Initializing\n[ 0.378814] NetLabel: domain hash size = 128\n[ 0.379684] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380658] NetLabel: unlabeled traffic allowed by default\n[ 0.381764] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382757] clocksource: Switched to clocksource kvm-clock\n[ 0.388197] AppArmor: AppArmor Filesystem Enabled\n[ 0.389174] pnp: PnP ACPI init\n[ 0.390096] pnp: PnP ACPI: found 5 devices\n[ 0.396171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397902] NET: Registered protocol family 2\n[ 0.398873] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401403] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402616] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403736] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404950] NET: Registered protocol family 1\n[ 0.405836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406958] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408055] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436564] Trying to unpack rootfs image as initramfs...\n[ 1.727222] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742988] Scanning for low memory corruption every 60 seconds\n[ 1.744724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.746255] audit: initializing netlink subsys (disabled)\n[ 1.747664] audit: type=2000 audit(1538845989.754:1): initialized\n[ 1.749375] Initialise system trusted keyring\n[ 1.750598] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752178] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754595] zbud: loaded\n[ 1.755467] VFS: Disk quotas dquot_6.6.0\n[ 1.756550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757961] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759209] fuse init (API version 7.23)\n[ 1.760108] Key type big_key registered\n[ 1.760915] Allocating IMA MOK and blacklist keyrings.\n[ 1.762031] Key type asymmetric registered\n[ 1.762882] Asymmetric key parser 'x509' registered\n[ 1.763859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765343] io scheduler noop registered\n[ 1.766152] io scheduler deadline registered (default)\n[ 1.767166] io scheduler cfq registered\n[ 1.768021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771858] ACPI: Power Button [PWRF]\n[ 1.772713] GHES: HEST is not enabled!\n[ 1.786602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843945] Linux agpgart interface v0.103\n[ 1.845967] brd: module loaded\n[ 1.847236] loop: module loaded\n[ 1.848809] vda: vda1\n[ 1.850146] scsi host0: ata_piix\n[ 1.850908] scsi host1: ata_piix\n[ 1.851635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852882] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854350] libphy: Fixed MDIO Bus: probed\n[ 1.855203] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856177] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858408] PPP generic driver version 2.4.2\n[ 1.859329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860594] ehci-pci: EHCI PCI platform driver\n[ 1.861482] ehci-platform: EHCI generic platform driver\n[ 1.862487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863693] ohci-pci: OHCI PCI platform driver\n[ 1.864596] ohci-platform: OHCI generic platform driver\n[ 1.865608] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881144] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887533] usb usb1: Product: UHCI Host Controller\n[ 1.888490] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889654] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890670] hub 1-0:1.0: USB hub found\n[ 1.891477] hub 1-0:1.0: 2 ports detected\n[ 1.892403] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894566] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895552] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896608] mousedev: PS/2 mouse device common for all mice\n[ 1.897890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899786] rtc_cmos 00:00: RTC can wake from S4\n[ 1.900915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903355] i2c /dev entries driver\n[ 1.904139] device-mapper: uevent: version 1.0.3\n[ 1.905098] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908087] NET: Registered protocol family 10\n[ 1.909103] NET: Registered protocol family 17\n[ 1.910011] Key type dns_resolver registered\n[ 1.910973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912089] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913870] registered taskstats version 1\n[ 1.914727] Loading compiled-in X.509 certificates\n[ 1.916183] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918072] zswap: loaded using pool lzo/zbud\n[ 1.919889] Key type trusted registered\n[ 1.922152] Key type encrypted registered\n[ 1.923011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924073] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925130] evm: HMAC attrs: 0x1\n[ 1.926090] Magic number: 6:446:238\n[ 1.926962] rtc_cmos 00:00: setting system clock to 2018-10-06 17:13:09 UTC (1538845989)\n[ 1.928607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929744] EDD information not available.\n[ 2.007320] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.008814] ata1.00: configured for MWDMA2\n[ 2.010031] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.012403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.013670] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025717] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027625] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029176] Write protecting the kernel read-only data: 14336k\n[ 2.030731] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032461] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041108] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043147] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046926] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048771] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052636] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054422] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056604] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.088441] virtio_net virtio0 ens3: renamed from eth0\n[ 2.096580] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.098419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.120375] AVX2 version of gcm_enc/dec engaged.\n[ 2.121381] AES CTR mode by8 optimization enabled\n[ 2.127101] FDC 0 is a S82078B\n[ 2.202797] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.363899] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.365200] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.366503] usb 1-1: Product: QEMU USB Tablet\n[ 2.367369] usb 1-1: Manufacturer: QEMU\n[ 2.368164] usb 1-1: SerialNumber: 42\n[ 2.375364] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.382467] usbcore: registered new interface driver usbhid\n[ 2.383576] usbhid: USB HID core driver\n[ 2.386305] 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.388603] 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.742814] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.744232] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.359789] md: linear personality registered for level -1\n[ 3.362410] md: multipath personality registered for level -4\n[ 3.365101] md: raid0 personality registered for level 0\n[ 3.368066] md: raid1 personality registered for level 1\n[ 3.438761] raid6: sse2x1 gen() 11707 MB/s\n[ 3.506761] raid6: sse2x1 xor() 9091 MB/s\n[ 3.574760] raid6: sse2x2 gen() 14773 MB/s\n[ 3.642761] raid6: sse2x2 xor() 9883 MB/s\n[ 3.710760] raid6: sse2x4 gen() 17083 MB/s\n[ 3.778759] raid6: sse2x4 xor() 11821 MB/s\n[ 3.846760] raid6: avx2x1 gen() 22420 MB/s\n[ 3.914760] raid6: avx2x2 gen() 26089 MB/s\n[ 3.982759] raid6: avx2x4 gen() 29495 MB/s\n[ 3.983683] raid6: using algorithm avx2x4 gen() 29495 MB/s\n[ 3.984747] raid6: using avx2x2 recovery algorithm\n[ 3.986744] xor: automatically using best checksumming function:\n[ 4.026758] avx : 36181.000 MB/sec\n[ 4.028617] async_tx: api initialized (async)\n[ 4.036033] md: raid6 personality registered for level 6\n[ 4.037127] md: raid5 personality registered for level 5\n[ 4.038163] md: raid4 personality registered for level 4\n[ 4.042348] 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.065677] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.094030] 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.193979] 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.197331] systemd[1]: Detected virtualization kvm.\n[ 4.198308] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.202162] systemd[1]: Set hostname to .\n[ 4.206114] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207267] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.346086] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.348461] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.350695] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.352816] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.355287] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.357498] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.359481] 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.362302] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.364407] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.366219] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.368706] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.370787] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.373053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.375299] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.379408] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.384571] systemd[1]: Starting Uncomplicated firewall...\n[ 4.390020] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.392560] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.399364] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.407095] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409738] 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.417165] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.[ 4.420390] iscsi: registered transport (tcp)\n\n[ 4.422966] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.426812] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.431113] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.435089] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.440130] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.443055] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.450288] 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.460372] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.465076] 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.474725] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476733] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481216] systemd[1]: Mounted Huge Pages File System.\n[ 4.482426] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.485743] systemd[1]: Started Journal Service.\n[[0;32m OK [0m[ 4.488780] iscsi: registered transport (iser)\n] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.944080] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:13:13 +0000. Up 5.26 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.012930] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Oct 2018 17:13:14 +0000. Up 7.03 seconds.\n[ 8.014712] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.020341] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.022184] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.028105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.029941] cloud-init[1024]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:95:ec:83 |\n[ 8.032095] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe95:ec83/64 | . | link | fa:16:3e:95:ec:83 |\n[ 8.036100] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.040100] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.044102] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.048095] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.049771] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.056111] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.057802] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.060111] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.064126] cloud-init[1024]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.068106] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.070456] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.[ 8.076265] cloud-init[1024]: Generating public/private rsa key pair.\n[ 8.077223] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.078375] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.079539] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.082491] cloud-init[1024]: SHA256:Ouc5mYySsN2Y/zH0bCH0ygQZm8Lfj3c6FKbVhgSr2dg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started ACPI Events Check.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.092572] cloud-init[1024]: The key's randomart image is:\n[ 8.094357] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.095381] cloud-init[1024]: | . .. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.100597] cloud-init[1024]: | . = .. |\n[ 8.101545] cloud-init[1024]: | o = o. o |\n[ 8.102448] cloud-init[1024]: | o X .= o |\n[ 8.103361] cloud-init[1024]: | = E+oo |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n\n[ 8.106639] cloud-init[1024]: | . =.B.. |\n[ 8.107665] cloud-init[1024]: | + =ooB+* . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.110529] cloud-init[1024]: | . * o+=*.o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.113768] cloud-init[1024]: | o..+... |\n[ 8.116170] cloud-init[1024]: +----[SHA256]-----+\n[ 8.118205] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.122105] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.124982] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.128087] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.[ 8.132432] cloud-init[1024]: SHA256:Ro8LReZlDYWl2pL7m1Bs7OBCPaDHlMu1SYF4hx2ek8U root@sdnvpn-3-2-quagga\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.137854] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m[ 8.140838] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.141655] cloud-init[1024]: | . +=o=*o |\n] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[ 8.144580] cloud-init[1024]: | . +*oBE.. |\n[ 8.150996] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[1024]: | .+.@ . |\n[ 8.158466] cloud-init Starting LSB: MD monitoring daemon...\n[1024]: | = O % |[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.182269] cloud-init[1024]: | . B S B |\n[ 8.189060] cloud-init[1024]: | o + X |\n[ 8.198122] cloud-init[1024]: | . = . |\n Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...\n[ 8.201320] cloud-init[1024]: | . o . |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.[ 8.221166] \ncloud-init[1024]: | +. |\n[ 8.249766] cloud-init[1024]: [+----[SHA256]-----+[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.300133] cloud-init[1024]: Generating public/private ecdsa key pair. Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.359498] [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.423320] cloud-init[1024]: [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 8.472505] cloud-init[1024]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.515834] cloud-init[1024]: SHA256:BMO9Qp9e1TK0y5OaXbbMMsg5S+BGUZrF6gzEQ4eAfIQ root@sdnvpn-3-2-quagga\n[ 8.528067] cloud-init[1024]: The key's randomart image is:\n[ 8.541370] cloud-init[1024]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.550352] cloud-init[1024]: | . +o=+o..o... |\n[ 8.551790] cloud-init[1024]: | E . B+.=. +.. |\n[ 8.560281] cloud-init[1024]: | . o o=+ ..o |\n[ 8.564066] cloud-init[1024]: | o.=... o |\n[ 8.572788] cloud-init[1024]: | *S. = o |\n[ 8.577283] cloud-init[1024]: | o+o * * . |\n[ 8.582007] cloud-init[1024]: | o O + + |\n[ 8.590138] cloud-init[1024]: | . . o o |\n[ 8.593640] cloud-init[1024]: | . |\n[ 8.598821] cloud-init[1024]: +----[SHA256]-----+\n[ 8.602574] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.606971] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.611833] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.616809] cloud-init[1024]: The key fingerprint is:\n[ 8.619887] cloud-init[1024]: SHA256:/JyEVGDJOsclAf+4sZkNy19Pwwx1H9QiIntdCzia7lA root@sdnvpn-3-2-quagga\n[ 8.624743] cloud-init[1024]: The key's randomart image is:\n[ 8.628819] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.634510] cloud-init[1024]: | .o++.. ..|\n[ 8.636740] cloud-init[1024]: | o=.= o + .|\n[ 8.640056] cloud-init[1024]: | ooB + +.+.|\n[ 8.644058] cloud-init[1024]: | ooE+. ....o|\n[ 8.645325] cloud-init[1024]: | =S.o . .|\n[ 8.648240] cloud-init[1024]: | ...& . + |\n[ 8.652055] cloud-init[1024]: | oB = . = |\n[ 8.654119] cloud-init[1024]: | .. . o . |\n[ 8.660058] cloud-init[1024]: | . . |\n[ 8.661412] cloud-init[1024]: +----[SHA256]-----+\n[ 8.867954] cloud-init[1136]: Generating locales (this might take a while)...\n"} 2018-10-06 17:13:22,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-7b96e984-1d07-4e1c-accd-f27988ca8c87 2018-10-06 17:13:52,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:13:54,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:13:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74504807-c6ba-4a28-a1e8-10c2868ca718 x-compute-request-id: req-74504807-c6ba-4a28-a1e8-10c2868ca718 Content-Encoding: gzip Content-Length: 13153 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 611851780 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137771] pid_max: default: 32768 minimum: 301\n[ 0.138683] ACPI: Core revision 20150930\n[ 0.140073] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141417] Security Framework initialized\n[ 0.142255] Yama: becoming mindful.\n[ 0.143004] AppArmor: AppArmor initialized\n[ 0.143903] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145338] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147046] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148292] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149712] Initializing cgroup subsys io\n[ 0.150546] Initializing cgroup subsys memory\n[ 0.151432] Initializing cgroup subsys devices\n[ 0.152335] Initializing cgroup subsys freezer\n[ 0.153226] Initializing cgroup subsys net_cls\n[ 0.154123] Initializing cgroup subsys perf_event\n[ 0.155053] Initializing cgroup subsys net_prio\n[ 0.155959] Initializing cgroup subsys hugetlb\n[ 0.156855] Initializing cgroup subsys pids\n[ 0.157754] CPU: Physical Processor ID: 0\n[ 0.159285] mce: CPU supports 10 MCE banks\n[ 0.160153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161179] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171917] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178330] ftrace: allocating 32123 entries in 126 pages\n[ 0.204764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206004] smpboot: Max logical packages: 1\n[ 0.207021] x2apic enabled\n[ 0.207859] Switched APIC routing to physical x2apic.\n[ 0.209634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210778] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212821] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214652] KVM setup paravirtual spinlock\n[ 0.215947] x86: Booted up 1 node, 1 CPUs\n[ 0.216772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218184] devtmpfs: initialized\n[ 0.220677] evm: security.selinux\n[ 0.221387] evm: security.SMACK64\n[ 0.222093] evm: security.SMACK64EXEC\n[ 0.222850] evm: security.SMACK64TRANSMUTE\n[ 0.223679] evm: security.SMACK64MMAP\n[ 0.224440] evm: security.ima\n[ 0.225086] evm: security.capability\n[ 0.225911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227802] pinctrl core: initialized pinctrl subsystem\n[ 0.228918] RTC time: 17:13:07, date: 10/06/18\n[ 0.229879] NET: Registered protocol family 16\n[ 0.230872] cpuidle: using governor ladder\n[ 0.231709] cpuidle: using governor menu\n[ 0.232514] PCCT header not found.\n[ 0.233275] ACPI: bus type PCI registered\n[ 0.234094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235359] PCI: Using configuration type 1 for base access\n[ 0.237547] ACPI: Added _OSI(Module Device)\n[ 0.238395] ACPI: Added _OSI(Processor Device)\n[ 0.239270] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240183] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242358] ACPI: Interpreter enabled\n[ 0.243142] ACPI: (supports S0 S5)\n[ 0.243863] ACPI: Using IOAPIC for interrupt routing\n[ 0.244830] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249125] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253985] acpiphp: Slot [3] registered\n[ 0.254807] acpiphp: Slot [4] registered\n[ 0.255626] acpiphp: Slot [5] registered\n[ 0.256442] acpiphp: Slot [6] registered\n[ 0.257254] acpiphp: Slot [7] registered\n[ 0.258067] acpiphp: Slot [8] registered\n[ 0.258881] acpiphp: Slot [9] registered\n[ 0.259703] acpiphp: Slot [10] registered\n[ 0.260533] acpiphp: Slot [11] registered\n[ 0.261357] acpiphp: Slot [12] registered\n[ 0.262192] acpiphp: Slot [13] registered\n[ 0.263024] acpiphp: Slot [14] registered\n[ 0.274554] acpiphp: Slot [15] registered\n[ 0.275393] acpiphp: Slot [16] registered\n[ 0.276223] acpiphp: Slot [17] registered\n[ 0.277054] acpiphp: Slot [18] registered\n[ 0.277884] acpiphp: Slot [19] registered\n[ 0.278716] acpiphp: Slot [20] registered\n[ 0.279546] acpiphp: Slot [21] registered\n[ 0.280369] acpiphp: Slot [22] registered\n[ 0.281200] acpiphp: Slot [23] registered\n[ 0.282027] acpiphp: Slot [24] registered\n[ 0.282861] acpiphp: Slot [25] registered\n[ 0.283688] acpiphp: Slot [26] registered\n[ 0.284512] acpiphp: Slot [27] registered\n[ 0.285333] acpiphp: Slot [28] registered\n[ 0.286164] acpiphp: Slot [29] registered\n[ 0.287000] acpiphp: Slot [30] registered\n[ 0.287829] acpiphp: Slot [31] registered\n[ 0.288649] PCI host bridge to bus 0000:00\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293431] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303808] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305097] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358966] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361943] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364826] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366625] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370468] vgaarb: loaded\n[ 0.371078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372243] SCSI subsystem initialized\n[ 0.373075] ACPI: bus type USB registered\n[ 0.373905] usbcore: registered new interface driver usbfs\n[ 0.374958] usbcore: registered new interface driver hub\n[ 0.375982] usbcore: registered new device driver usb\n[ 0.377041] PCI: Using ACPI for IRQ routing\n[ 0.378087] NetLabel: Initializing\n[ 0.378814] NetLabel: domain hash size = 128\n[ 0.379684] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380658] NetLabel: unlabeled traffic allowed by default\n[ 0.381764] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382757] clocksource: Switched to clocksource kvm-clock\n[ 0.388197] AppArmor: AppArmor Filesystem Enabled\n[ 0.389174] pnp: PnP ACPI init\n[ 0.390096] pnp: PnP ACPI: found 5 devices\n[ 0.396171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397902] NET: Registered protocol family 2\n[ 0.398873] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401403] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402616] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403736] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404950] NET: Registered protocol family 1\n[ 0.405836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406958] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408055] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436564] Trying to unpack rootfs image as initramfs...\n[ 1.727222] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742988] Scanning for low memory corruption every 60 seconds\n[ 1.744724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.746255] audit: initializing netlink subsys (disabled)\n[ 1.747664] audit: type=2000 audit(1538845989.754:1): initialized\n[ 1.749375] Initialise system trusted keyring\n[ 1.750598] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752178] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754595] zbud: loaded\n[ 1.755467] VFS: Disk quotas dquot_6.6.0\n[ 1.756550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757961] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759209] fuse init (API version 7.23)\n[ 1.760108] Key type big_key registered\n[ 1.760915] Allocating IMA MOK and blacklist keyrings.\n[ 1.762031] Key type asymmetric registered\n[ 1.762882] Asymmetric key parser 'x509' registered\n[ 1.763859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765343] io scheduler noop registered\n[ 1.766152] io scheduler deadline registered (default)\n[ 1.767166] io scheduler cfq registered\n[ 1.768021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771858] ACPI: Power Button [PWRF]\n[ 1.772713] GHES: HEST is not enabled!\n[ 1.786602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843945] Linux agpgart interface v0.103\n[ 1.845967] brd: module loaded\n[ 1.847236] loop: module loaded\n[ 1.848809] vda: vda1\n[ 1.850146] scsi host0: ata_piix\n[ 1.850908] scsi host1: ata_piix\n[ 1.851635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852882] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854350] libphy: Fixed MDIO Bus: probed\n[ 1.855203] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856177] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858408] PPP generic driver version 2.4.2\n[ 1.859329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860594] ehci-pci: EHCI PCI platform driver\n[ 1.861482] ehci-platform: EHCI generic platform driver\n[ 1.862487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863693] ohci-pci: OHCI PCI platform driver\n[ 1.864596] ohci-platform: OHCI generic platform driver\n[ 1.865608] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881144] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887533] usb usb1: Product: UHCI Host Controller\n[ 1.888490] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889654] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890670] hub 1-0:1.0: USB hub found\n[ 1.891477] hub 1-0:1.0: 2 ports detected\n[ 1.892403] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894566] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895552] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896608] mousedev: PS/2 mouse device common for all mice\n[ 1.897890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899786] rtc_cmos 00:00: RTC can wake from S4\n[ 1.900915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903355] i2c /dev entries driver\n[ 1.904139] device-mapper: uevent: version 1.0.3\n[ 1.905098] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908087] NET: Registered protocol family 10\n[ 1.909103] NET: Registered protocol family 17\n[ 1.910011] Key type dns_resolver registered\n[ 1.910973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912089] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913870] registered taskstats version 1\n[ 1.914727] Loading compiled-in X.509 certificates\n[ 1.916183] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918072] zswap: loaded using pool lzo/zbud\n[ 1.919889] Key type trusted registered\n[ 1.922152] Key type encrypted registered\n[ 1.923011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924073] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925130] evm: HMAC attrs: 0x1\n[ 1.926090] Magic number: 6:446:238\n[ 1.926962] rtc_cmos 00:00: setting system clock to 2018-10-06 17:13:09 UTC (1538845989)\n[ 1.928607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929744] EDD information not available.\n[ 2.007320] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.008814] ata1.00: configured for MWDMA2\n[ 2.010031] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.012403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.013670] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025717] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027625] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029176] Write protecting the kernel read-only data: 14336k\n[ 2.030731] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032461] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041108] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043147] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046926] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048771] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052636] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054422] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056604] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.088441] virtio_net virtio0 ens3: renamed from eth0\n[ 2.096580] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.098419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.120375] AVX2 version of gcm_enc/dec engaged.\n[ 2.121381] AES CTR mode by8 optimization enabled\n[ 2.127101] FDC 0 is a S82078B\n[ 2.202797] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.363899] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.365200] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.366503] usb 1-1: Product: QEMU USB Tablet\n[ 2.367369] usb 1-1: Manufacturer: QEMU\n[ 2.368164] usb 1-1: SerialNumber: 42\n[ 2.375364] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.382467] usbcore: registered new interface driver usbhid\n[ 2.383576] usbhid: USB HID core driver\n[ 2.386305] 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.388603] 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.742814] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.744232] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.359789] md: linear personality registered for level -1\n[ 3.362410] md: multipath personality registered for level -4\n[ 3.365101] md: raid0 personality registered for level 0\n[ 3.368066] md: raid1 personality registered for level 1\n[ 3.438761] raid6: sse2x1 gen() 11707 MB/s\n[ 3.506761] raid6: sse2x1 xor() 9091 MB/s\n[ 3.574760] raid6: sse2x2 gen() 14773 MB/s\n[ 3.642761] raid6: sse2x2 xor() 9883 MB/s\n[ 3.710760] raid6: sse2x4 gen() 17083 MB/s\n[ 3.778759] raid6: sse2x4 xor() 11821 MB/s\n[ 3.846760] raid6: avx2x1 gen() 22420 MB/s\n[ 3.914760] raid6: avx2x2 gen() 26089 MB/s\n[ 3.982759] raid6: avx2x4 gen() 29495 MB/s\n[ 3.983683] raid6: using algorithm avx2x4 gen() 29495 MB/s\n[ 3.984747] raid6: using avx2x2 recovery algorithm\n[ 3.986744] xor: automatically using best checksumming function:\n[ 4.026758] avx : 36181.000 MB/sec\n[ 4.028617] async_tx: api initialized (async)\n[ 4.036033] md: raid6 personality registered for level 6\n[ 4.037127] md: raid5 personality registered for level 5\n[ 4.038163] md: raid4 personality registered for level 4\n[ 4.042348] 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.065677] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.094030] 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.193979] 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.197331] systemd[1]: Detected virtualization kvm.\n[ 4.198308] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.202162] systemd[1]: Set hostname to .\n[ 4.206114] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207267] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.346086] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.348461] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.350695] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.352816] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.355287] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.357498] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.359481] 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.362302] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.364407] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.366219] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.368706] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.370787] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.373053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.375299] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.379408] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.384571] systemd[1]: Starting Uncomplicated firewall...\n[ 4.390020] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.392560] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.399364] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.407095] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409738] 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.417165] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.[ 4.420390] iscsi: registered transport (tcp)\n\n[ 4.422966] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.426812] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.431113] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.435089] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.440130] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.443055] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.450288] 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.460372] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.465076] 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.474725] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476733] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481216] systemd[1]: Mounted Huge Pages File System.\n[ 4.482426] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.485743] systemd[1]: Started Journal Service.\n[[0;32m OK [0m[ 4.488780] iscsi: registered transport (iser)\n] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.944080] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:13:13 +0000. Up 5.26 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.012930] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Oct 2018 17:13:14 +0000. Up 7.03 seconds.\n[ 8.014712] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.020341] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.022184] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.028105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.029941] cloud-init[1024]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:95:ec:83 |\n[ 8.032095] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe95:ec83/64 | . | link | fa:16:3e:95:ec:83 |\n[ 8.036100] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.040100] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.044102] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.048095] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.049771] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.056111] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.057802] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.060111] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.064126] cloud-init[1024]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.068106] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.070456] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.[ 8.076265] cloud-init[1024]: Generating public/private rsa key pair.\n[ 8.077223] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.078375] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.079539] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.082491] cloud-init[1024]: SHA256:Ouc5mYySsN2Y/zH0bCH0ygQZm8Lfj3c6FKbVhgSr2dg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started ACPI Events Check.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.092572] cloud-init[1024]: The key's randomart image is:\n[ 8.094357] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.095381] cloud-init[1024]: | . .. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.100597] cloud-init[1024]: | . = .. |\n[ 8.101545] cloud-init[1024]: | o = o. o |\n[ 8.102448] cloud-init[1024]: | o X .= o |\n[ 8.103361] cloud-init[1024]: | = E+oo |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n\n[ 8.106639] cloud-init[1024]: | . =.B.. |\n[ 8.107665] cloud-init[1024]: | + =ooB+* . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.110529] cloud-init[1024]: | . * o+=*.o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.113768] cloud-init[1024]: | o..+... |\n[ 8.116170] cloud-init[1024]: +----[SHA256]-----+\n[ 8.118205] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.122105] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.124982] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.128087] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.[ 8.132432] cloud-init[1024]: SHA256:Ro8LReZlDYWl2pL7m1Bs7OBCPaDHlMu1SYF4hx2ek8U root@sdnvpn-3-2-quagga\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.137854] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m[ 8.140838] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.141655] cloud-init[1024]: | . +=o=*o |\n] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[ 8.144580] cloud-init[1024]: | . +*oBE.. |\n[ 8.150996] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[1024]: | .+.@ . |\n[ 8.158466] cloud-init Starting LSB: MD monitoring daemon...\n[1024]: | = O % |[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.182269] cloud-init[1024]: | . B S B |\n[ 8.189060] cloud-init[1024]: | o + X |\n[ 8.198122] cloud-init[1024]: | . = . |\n Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...\n[ 8.201320] cloud-init[1024]: | . o . |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.[ 8.221166] \ncloud-init[1024]: | +. |\n[ 8.249766] cloud-init[1024]: [+----[SHA256]-----+[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.300133] cloud-init[1024]: Generating public/private ecdsa key pair. Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.359498] [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.423320] cloud-init[1024]: [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 8.472505] cloud-init[1024]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.515834] cloud-init[1024]: SHA256:BMO9Qp9e1TK0y5OaXbbMMsg5S+BGUZrF6gzEQ4eAfIQ root@sdnvpn-3-2-quagga\n[ 8.528067] cloud-init[1024]: The key's randomart image is:\n[ 8.541370] cloud-init[1024]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.550352] cloud-init[1024]: | . +o=+o..o... |\n[ 8.551790] cloud-init[1024]: | E . B+.=. +.. |\n[ 8.560281] cloud-init[1024]: | . o o=+ ..o |\n[ 8.564066] cloud-init[1024]: | o.=... o |\n[ 8.572788] cloud-init[1024]: | *S. = o |\n[ 8.577283] cloud-init[1024]: | o+o * * . |\n[ 8.582007] cloud-init[1024]: | o O + + |\n[ 8.590138] cloud-init[1024]: | . . o o |\n[ 8.593640] cloud-init[1024]: | . |\n[ 8.598821] cloud-init[1024]: +----[SHA256]-----+\n[ 8.602574] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.606971] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.611833] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.616809] cloud-init[1024]: The key fingerprint is:\n[ 8.619887] cloud-init[1024]: SHA256:/JyEVGDJOsclAf+4sZkNy19Pwwx1H9QiIntdCzia7lA root@sdnvpn-3-2-quagga\n[ 8.624743] cloud-init[1024]: The key's randomart image is:\n[ 8.628819] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.634510] cloud-init[1024]: | .o++.. ..|\n[ 8.636740] cloud-init[1024]: | o=.= o + .|\n[ 8.640056] cloud-init[1024]: | ooB + +.+.|\n[ 8.644058] cloud-init[1024]: | ooE+. ....o|\n[ 8.645325] cloud-init[1024]: | =S.o . .|\n[ 8.648240] cloud-init[1024]: | ...& . + |\n[ 8.652055] cloud-init[1024]: | oB = . = |\n[ 8.654119] cloud-init[1024]: | .. . o . |\n[ 8.660058] cloud-init[1024]: | . . |\n[ 8.661412] cloud-init[1024]: +----[SHA256]-----+\n[ 8.867954] cloud-init[1136]: Generating locales (this might take a while)...\n[ 9.456342] cloud-init[1136]: en_US.UTF-8... done\n[ 9.458561] cloud-init[1136]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-10-06 17:13:54,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-74504807-c6ba-4a28-a1e8-10c2868ca718 2018-10-06 17:14:24,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:14:25,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:14:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f771a4f-1457-48b3-b948-0efd8cc87af9 x-compute-request-id: req-8f771a4f-1457-48b3-b948-0efd8cc87af9 Content-Encoding: gzip Content-Length: 13153 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 611851780 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137771] pid_max: default: 32768 minimum: 301\n[ 0.138683] ACPI: Core revision 20150930\n[ 0.140073] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141417] Security Framework initialized\n[ 0.142255] Yama: becoming mindful.\n[ 0.143004] AppArmor: AppArmor initialized\n[ 0.143903] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145338] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147046] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148292] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149712] Initializing cgroup subsys io\n[ 0.150546] Initializing cgroup subsys memory\n[ 0.151432] Initializing cgroup subsys devices\n[ 0.152335] Initializing cgroup subsys freezer\n[ 0.153226] Initializing cgroup subsys net_cls\n[ 0.154123] Initializing cgroup subsys perf_event\n[ 0.155053] Initializing cgroup subsys net_prio\n[ 0.155959] Initializing cgroup subsys hugetlb\n[ 0.156855] Initializing cgroup subsys pids\n[ 0.157754] CPU: Physical Processor ID: 0\n[ 0.159285] mce: CPU supports 10 MCE banks\n[ 0.160153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161179] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171917] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178330] ftrace: allocating 32123 entries in 126 pages\n[ 0.204764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206004] smpboot: Max logical packages: 1\n[ 0.207021] x2apic enabled\n[ 0.207859] Switched APIC routing to physical x2apic.\n[ 0.209634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210778] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212821] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214652] KVM setup paravirtual spinlock\n[ 0.215947] x86: Booted up 1 node, 1 CPUs\n[ 0.216772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218184] devtmpfs: initialized\n[ 0.220677] evm: security.selinux\n[ 0.221387] evm: security.SMACK64\n[ 0.222093] evm: security.SMACK64EXEC\n[ 0.222850] evm: security.SMACK64TRANSMUTE\n[ 0.223679] evm: security.SMACK64MMAP\n[ 0.224440] evm: security.ima\n[ 0.225086] evm: security.capability\n[ 0.225911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227802] pinctrl core: initialized pinctrl subsystem\n[ 0.228918] RTC time: 17:13:07, date: 10/06/18\n[ 0.229879] NET: Registered protocol family 16\n[ 0.230872] cpuidle: using governor ladder\n[ 0.231709] cpuidle: using governor menu\n[ 0.232514] PCCT header not found.\n[ 0.233275] ACPI: bus type PCI registered\n[ 0.234094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235359] PCI: Using configuration type 1 for base access\n[ 0.237547] ACPI: Added _OSI(Module Device)\n[ 0.238395] ACPI: Added _OSI(Processor Device)\n[ 0.239270] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240183] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242358] ACPI: Interpreter enabled\n[ 0.243142] ACPI: (supports S0 S5)\n[ 0.243863] ACPI: Using IOAPIC for interrupt routing\n[ 0.244830] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249125] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253985] acpiphp: Slot [3] registered\n[ 0.254807] acpiphp: Slot [4] registered\n[ 0.255626] acpiphp: Slot [5] registered\n[ 0.256442] acpiphp: Slot [6] registered\n[ 0.257254] acpiphp: Slot [7] registered\n[ 0.258067] acpiphp: Slot [8] registered\n[ 0.258881] acpiphp: Slot [9] registered\n[ 0.259703] acpiphp: Slot [10] registered\n[ 0.260533] acpiphp: Slot [11] registered\n[ 0.261357] acpiphp: Slot [12] registered\n[ 0.262192] acpiphp: Slot [13] registered\n[ 0.263024] acpiphp: Slot [14] registered\n[ 0.274554] acpiphp: Slot [15] registered\n[ 0.275393] acpiphp: Slot [16] registered\n[ 0.276223] acpiphp: Slot [17] registered\n[ 0.277054] acpiphp: Slot [18] registered\n[ 0.277884] acpiphp: Slot [19] registered\n[ 0.278716] acpiphp: Slot [20] registered\n[ 0.279546] acpiphp: Slot [21] registered\n[ 0.280369] acpiphp: Slot [22] registered\n[ 0.281200] acpiphp: Slot [23] registered\n[ 0.282027] acpiphp: Slot [24] registered\n[ 0.282861] acpiphp: Slot [25] registered\n[ 0.283688] acpiphp: Slot [26] registered\n[ 0.284512] acpiphp: Slot [27] registered\n[ 0.285333] acpiphp: Slot [28] registered\n[ 0.286164] acpiphp: Slot [29] registered\n[ 0.287000] acpiphp: Slot [30] registered\n[ 0.287829] acpiphp: Slot [31] registered\n[ 0.288649] PCI host bridge to bus 0000:00\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293431] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303808] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305097] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358966] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361943] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364826] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366625] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370468] vgaarb: loaded\n[ 0.371078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372243] SCSI subsystem initialized\n[ 0.373075] ACPI: bus type USB registered\n[ 0.373905] usbcore: registered new interface driver usbfs\n[ 0.374958] usbcore: registered new interface driver hub\n[ 0.375982] usbcore: registered new device driver usb\n[ 0.377041] PCI: Using ACPI for IRQ routing\n[ 0.378087] NetLabel: Initializing\n[ 0.378814] NetLabel: domain hash size = 128\n[ 0.379684] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380658] NetLabel: unlabeled traffic allowed by default\n[ 0.381764] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382757] clocksource: Switched to clocksource kvm-clock\n[ 0.388197] AppArmor: AppArmor Filesystem Enabled\n[ 0.389174] pnp: PnP ACPI init\n[ 0.390096] pnp: PnP ACPI: found 5 devices\n[ 0.396171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397902] NET: Registered protocol family 2\n[ 0.398873] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401403] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402616] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403736] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404950] NET: Registered protocol family 1\n[ 0.405836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406958] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408055] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436564] Trying to unpack rootfs image as initramfs...\n[ 1.727222] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742988] Scanning for low memory corruption every 60 seconds\n[ 1.744724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.746255] audit: initializing netlink subsys (disabled)\n[ 1.747664] audit: type=2000 audit(1538845989.754:1): initialized\n[ 1.749375] Initialise system trusted keyring\n[ 1.750598] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752178] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754595] zbud: loaded\n[ 1.755467] VFS: Disk quotas dquot_6.6.0\n[ 1.756550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757961] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759209] fuse init (API version 7.23)\n[ 1.760108] Key type big_key registered\n[ 1.760915] Allocating IMA MOK and blacklist keyrings.\n[ 1.762031] Key type asymmetric registered\n[ 1.762882] Asymmetric key parser 'x509' registered\n[ 1.763859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765343] io scheduler noop registered\n[ 1.766152] io scheduler deadline registered (default)\n[ 1.767166] io scheduler cfq registered\n[ 1.768021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771858] ACPI: Power Button [PWRF]\n[ 1.772713] GHES: HEST is not enabled!\n[ 1.786602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843945] Linux agpgart interface v0.103\n[ 1.845967] brd: module loaded\n[ 1.847236] loop: module loaded\n[ 1.848809] vda: vda1\n[ 1.850146] scsi host0: ata_piix\n[ 1.850908] scsi host1: ata_piix\n[ 1.851635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852882] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854350] libphy: Fixed MDIO Bus: probed\n[ 1.855203] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856177] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858408] PPP generic driver version 2.4.2\n[ 1.859329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860594] ehci-pci: EHCI PCI platform driver\n[ 1.861482] ehci-platform: EHCI generic platform driver\n[ 1.862487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863693] ohci-pci: OHCI PCI platform driver\n[ 1.864596] ohci-platform: OHCI generic platform driver\n[ 1.865608] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881144] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887533] usb usb1: Product: UHCI Host Controller\n[ 1.888490] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889654] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890670] hub 1-0:1.0: USB hub found\n[ 1.891477] hub 1-0:1.0: 2 ports detected\n[ 1.892403] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894566] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895552] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896608] mousedev: PS/2 mouse device common for all mice\n[ 1.897890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899786] rtc_cmos 00:00: RTC can wake from S4\n[ 1.900915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903355] i2c /dev entries driver\n[ 1.904139] device-mapper: uevent: version 1.0.3\n[ 1.905098] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908087] NET: Registered protocol family 10\n[ 1.909103] NET: Registered protocol family 17\n[ 1.910011] Key type dns_resolver registered\n[ 1.910973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912089] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913870] registered taskstats version 1\n[ 1.914727] Loading compiled-in X.509 certificates\n[ 1.916183] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918072] zswap: loaded using pool lzo/zbud\n[ 1.919889] Key type trusted registered\n[ 1.922152] Key type encrypted registered\n[ 1.923011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924073] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925130] evm: HMAC attrs: 0x1\n[ 1.926090] Magic number: 6:446:238\n[ 1.926962] rtc_cmos 00:00: setting system clock to 2018-10-06 17:13:09 UTC (1538845989)\n[ 1.928607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929744] EDD information not available.\n[ 2.007320] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.008814] ata1.00: configured for MWDMA2\n[ 2.010031] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.012403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.013670] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025717] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027625] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029176] Write protecting the kernel read-only data: 14336k\n[ 2.030731] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032461] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041108] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043147] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046926] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048771] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052636] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054422] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056604] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.088441] virtio_net virtio0 ens3: renamed from eth0\n[ 2.096580] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.098419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.120375] AVX2 version of gcm_enc/dec engaged.\n[ 2.121381] AES CTR mode by8 optimization enabled\n[ 2.127101] FDC 0 is a S82078B\n[ 2.202797] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.363899] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.365200] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.366503] usb 1-1: Product: QEMU USB Tablet\n[ 2.367369] usb 1-1: Manufacturer: QEMU\n[ 2.368164] usb 1-1: SerialNumber: 42\n[ 2.375364] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.382467] usbcore: registered new interface driver usbhid\n[ 2.383576] usbhid: USB HID core driver\n[ 2.386305] 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.388603] 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.742814] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.744232] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.359789] md: linear personality registered for level -1\n[ 3.362410] md: multipath personality registered for level -4\n[ 3.365101] md: raid0 personality registered for level 0\n[ 3.368066] md: raid1 personality registered for level 1\n[ 3.438761] raid6: sse2x1 gen() 11707 MB/s\n[ 3.506761] raid6: sse2x1 xor() 9091 MB/s\n[ 3.574760] raid6: sse2x2 gen() 14773 MB/s\n[ 3.642761] raid6: sse2x2 xor() 9883 MB/s\n[ 3.710760] raid6: sse2x4 gen() 17083 MB/s\n[ 3.778759] raid6: sse2x4 xor() 11821 MB/s\n[ 3.846760] raid6: avx2x1 gen() 22420 MB/s\n[ 3.914760] raid6: avx2x2 gen() 26089 MB/s\n[ 3.982759] raid6: avx2x4 gen() 29495 MB/s\n[ 3.983683] raid6: using algorithm avx2x4 gen() 29495 MB/s\n[ 3.984747] raid6: using avx2x2 recovery algorithm\n[ 3.986744] xor: automatically using best checksumming function:\n[ 4.026758] avx : 36181.000 MB/sec\n[ 4.028617] async_tx: api initialized (async)\n[ 4.036033] md: raid6 personality registered for level 6\n[ 4.037127] md: raid5 personality registered for level 5\n[ 4.038163] md: raid4 personality registered for level 4\n[ 4.042348] 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.065677] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.094030] 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.193979] 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.197331] systemd[1]: Detected virtualization kvm.\n[ 4.198308] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.202162] systemd[1]: Set hostname to .\n[ 4.206114] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207267] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.346086] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.348461] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.350695] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.352816] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.355287] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.357498] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.359481] 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.362302] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.364407] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.366219] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.368706] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.370787] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.373053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.375299] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.379408] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.384571] systemd[1]: Starting Uncomplicated firewall...\n[ 4.390020] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.392560] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.399364] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.407095] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409738] 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.417165] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.[ 4.420390] iscsi: registered transport (tcp)\n\n[ 4.422966] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.426812] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.431113] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.435089] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.440130] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.443055] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.450288] 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.460372] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.465076] 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.474725] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476733] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481216] systemd[1]: Mounted Huge Pages File System.\n[ 4.482426] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.485743] systemd[1]: Started Journal Service.\n[[0;32m OK [0m[ 4.488780] iscsi: registered transport (iser)\n] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.944080] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:13:13 +0000. Up 5.26 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.012930] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Oct 2018 17:13:14 +0000. Up 7.03 seconds.\n[ 8.014712] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.020341] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.022184] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.028105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.029941] cloud-init[1024]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:95:ec:83 |\n[ 8.032095] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe95:ec83/64 | . | link | fa:16:3e:95:ec:83 |\n[ 8.036100] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.040100] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.044102] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.048095] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.049771] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.056111] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.057802] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.060111] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.064126] cloud-init[1024]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.068106] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.070456] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.[ 8.076265] cloud-init[1024]: Generating public/private rsa key pair.\n[ 8.077223] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.078375] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.079539] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.082491] cloud-init[1024]: SHA256:Ouc5mYySsN2Y/zH0bCH0ygQZm8Lfj3c6FKbVhgSr2dg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started ACPI Events Check.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.092572] cloud-init[1024]: The key's randomart image is:\n[ 8.094357] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.095381] cloud-init[1024]: | . .. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.100597] cloud-init[1024]: | . = .. |\n[ 8.101545] cloud-init[1024]: | o = o. o |\n[ 8.102448] cloud-init[1024]: | o X .= o |\n[ 8.103361] cloud-init[1024]: | = E+oo |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n\n[ 8.106639] cloud-init[1024]: | . =.B.. |\n[ 8.107665] cloud-init[1024]: | + =ooB+* . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.110529] cloud-init[1024]: | . * o+=*.o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.113768] cloud-init[1024]: | o..+... |\n[ 8.116170] cloud-init[1024]: +----[SHA256]-----+\n[ 8.118205] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.122105] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.124982] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.128087] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.[ 8.132432] cloud-init[1024]: SHA256:Ro8LReZlDYWl2pL7m1Bs7OBCPaDHlMu1SYF4hx2ek8U root@sdnvpn-3-2-quagga\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.137854] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m[ 8.140838] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.141655] cloud-init[1024]: | . +=o=*o |\n] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[ 8.144580] cloud-init[1024]: | . +*oBE.. |\n[ 8.150996] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[1024]: | .+.@ . |\n[ 8.158466] cloud-init Starting LSB: MD monitoring daemon...\n[1024]: | = O % |[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.182269] cloud-init[1024]: | . B S B |\n[ 8.189060] cloud-init[1024]: | o + X |\n[ 8.198122] cloud-init[1024]: | . = . |\n Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...\n[ 8.201320] cloud-init[1024]: | . o . |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.[ 8.221166] \ncloud-init[1024]: | +. |\n[ 8.249766] cloud-init[1024]: [+----[SHA256]-----+[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.300133] cloud-init[1024]: Generating public/private ecdsa key pair. Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.359498] [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.423320] cloud-init[1024]: [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 8.472505] cloud-init[1024]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.515834] cloud-init[1024]: SHA256:BMO9Qp9e1TK0y5OaXbbMMsg5S+BGUZrF6gzEQ4eAfIQ root@sdnvpn-3-2-quagga\n[ 8.528067] cloud-init[1024]: The key's randomart image is:\n[ 8.541370] cloud-init[1024]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.550352] cloud-init[1024]: | . +o=+o..o... |\n[ 8.551790] cloud-init[1024]: | E . B+.=. +.. |\n[ 8.560281] cloud-init[1024]: | . o o=+ ..o |\n[ 8.564066] cloud-init[1024]: | o.=... o |\n[ 8.572788] cloud-init[1024]: | *S. = o |\n[ 8.577283] cloud-init[1024]: | o+o * * . |\n[ 8.582007] cloud-init[1024]: | o O + + |\n[ 8.590138] cloud-init[1024]: | . . o o |\n[ 8.593640] cloud-init[1024]: | . |\n[ 8.598821] cloud-init[1024]: +----[SHA256]-----+\n[ 8.602574] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.606971] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.611833] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.616809] cloud-init[1024]: The key fingerprint is:\n[ 8.619887] cloud-init[1024]: SHA256:/JyEVGDJOsclAf+4sZkNy19Pwwx1H9QiIntdCzia7lA root@sdnvpn-3-2-quagga\n[ 8.624743] cloud-init[1024]: The key's randomart image is:\n[ 8.628819] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.634510] cloud-init[1024]: | .o++.. ..|\n[ 8.636740] cloud-init[1024]: | o=.= o + .|\n[ 8.640056] cloud-init[1024]: | ooB + +.+.|\n[ 8.644058] cloud-init[1024]: | ooE+. ....o|\n[ 8.645325] cloud-init[1024]: | =S.o . .|\n[ 8.648240] cloud-init[1024]: | ...& . + |\n[ 8.652055] cloud-init[1024]: | oB = . = |\n[ 8.654119] cloud-init[1024]: | .. . o . |\n[ 8.660058] cloud-init[1024]: | . . |\n[ 8.661412] cloud-init[1024]: +----[SHA256]-----+\n[ 8.867954] cloud-init[1136]: Generating locales (this might take a while)...\n[ 9.456342] cloud-init[1136]: en_US.UTF-8... done\n[ 9.458561] cloud-init[1136]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-10-06 17:14:25,151 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-8f771a4f-1457-48b3-b948-0efd8cc87af9 2018-10-06 17:14:55,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:14:56,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:14: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-91603e54-f439-457c-bb0d-61ca84bc12aa x-compute-request-id: req-91603e54-f439-457c-bb0d-61ca84bc12aa Content-Encoding: gzip Content-Length: 13153 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 611851780 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137771] pid_max: default: 32768 minimum: 301\n[ 0.138683] ACPI: Core revision 20150930\n[ 0.140073] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141417] Security Framework initialized\n[ 0.142255] Yama: becoming mindful.\n[ 0.143004] AppArmor: AppArmor initialized\n[ 0.143903] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145338] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147046] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148292] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149712] Initializing cgroup subsys io\n[ 0.150546] Initializing cgroup subsys memory\n[ 0.151432] Initializing cgroup subsys devices\n[ 0.152335] Initializing cgroup subsys freezer\n[ 0.153226] Initializing cgroup subsys net_cls\n[ 0.154123] Initializing cgroup subsys perf_event\n[ 0.155053] Initializing cgroup subsys net_prio\n[ 0.155959] Initializing cgroup subsys hugetlb\n[ 0.156855] Initializing cgroup subsys pids\n[ 0.157754] CPU: Physical Processor ID: 0\n[ 0.159285] mce: CPU supports 10 MCE banks\n[ 0.160153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161179] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171917] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178330] ftrace: allocating 32123 entries in 126 pages\n[ 0.204764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206004] smpboot: Max logical packages: 1\n[ 0.207021] x2apic enabled\n[ 0.207859] Switched APIC routing to physical x2apic.\n[ 0.209634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210778] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212821] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214652] KVM setup paravirtual spinlock\n[ 0.215947] x86: Booted up 1 node, 1 CPUs\n[ 0.216772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218184] devtmpfs: initialized\n[ 0.220677] evm: security.selinux\n[ 0.221387] evm: security.SMACK64\n[ 0.222093] evm: security.SMACK64EXEC\n[ 0.222850] evm: security.SMACK64TRANSMUTE\n[ 0.223679] evm: security.SMACK64MMAP\n[ 0.224440] evm: security.ima\n[ 0.225086] evm: security.capability\n[ 0.225911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227802] pinctrl core: initialized pinctrl subsystem\n[ 0.228918] RTC time: 17:13:07, date: 10/06/18\n[ 0.229879] NET: Registered protocol family 16\n[ 0.230872] cpuidle: using governor ladder\n[ 0.231709] cpuidle: using governor menu\n[ 0.232514] PCCT header not found.\n[ 0.233275] ACPI: bus type PCI registered\n[ 0.234094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235359] PCI: Using configuration type 1 for base access\n[ 0.237547] ACPI: Added _OSI(Module Device)\n[ 0.238395] ACPI: Added _OSI(Processor Device)\n[ 0.239270] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240183] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242358] ACPI: Interpreter enabled\n[ 0.243142] ACPI: (supports S0 S5)\n[ 0.243863] ACPI: Using IOAPIC for interrupt routing\n[ 0.244830] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249125] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253985] acpiphp: Slot [3] registered\n[ 0.254807] acpiphp: Slot [4] registered\n[ 0.255626] acpiphp: Slot [5] registered\n[ 0.256442] acpiphp: Slot [6] registered\n[ 0.257254] acpiphp: Slot [7] registered\n[ 0.258067] acpiphp: Slot [8] registered\n[ 0.258881] acpiphp: Slot [9] registered\n[ 0.259703] acpiphp: Slot [10] registered\n[ 0.260533] acpiphp: Slot [11] registered\n[ 0.261357] acpiphp: Slot [12] registered\n[ 0.262192] acpiphp: Slot [13] registered\n[ 0.263024] acpiphp: Slot [14] registered\n[ 0.274554] acpiphp: Slot [15] registered\n[ 0.275393] acpiphp: Slot [16] registered\n[ 0.276223] acpiphp: Slot [17] registered\n[ 0.277054] acpiphp: Slot [18] registered\n[ 0.277884] acpiphp: Slot [19] registered\n[ 0.278716] acpiphp: Slot [20] registered\n[ 0.279546] acpiphp: Slot [21] registered\n[ 0.280369] acpiphp: Slot [22] registered\n[ 0.281200] acpiphp: Slot [23] registered\n[ 0.282027] acpiphp: Slot [24] registered\n[ 0.282861] acpiphp: Slot [25] registered\n[ 0.283688] acpiphp: Slot [26] registered\n[ 0.284512] acpiphp: Slot [27] registered\n[ 0.285333] acpiphp: Slot [28] registered\n[ 0.286164] acpiphp: Slot [29] registered\n[ 0.287000] acpiphp: Slot [30] registered\n[ 0.287829] acpiphp: Slot [31] registered\n[ 0.288649] PCI host bridge to bus 0000:00\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293431] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303808] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305097] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358966] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361943] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364826] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366625] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370468] vgaarb: loaded\n[ 0.371078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372243] SCSI subsystem initialized\n[ 0.373075] ACPI: bus type USB registered\n[ 0.373905] usbcore: registered new interface driver usbfs\n[ 0.374958] usbcore: registered new interface driver hub\n[ 0.375982] usbcore: registered new device driver usb\n[ 0.377041] PCI: Using ACPI for IRQ routing\n[ 0.378087] NetLabel: Initializing\n[ 0.378814] NetLabel: domain hash size = 128\n[ 0.379684] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380658] NetLabel: unlabeled traffic allowed by default\n[ 0.381764] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382757] clocksource: Switched to clocksource kvm-clock\n[ 0.388197] AppArmor: AppArmor Filesystem Enabled\n[ 0.389174] pnp: PnP ACPI init\n[ 0.390096] pnp: PnP ACPI: found 5 devices\n[ 0.396171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397902] NET: Registered protocol family 2\n[ 0.398873] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401403] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402616] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403736] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404950] NET: Registered protocol family 1\n[ 0.405836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406958] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408055] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436564] Trying to unpack rootfs image as initramfs...\n[ 1.727222] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742988] Scanning for low memory corruption every 60 seconds\n[ 1.744724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.746255] audit: initializing netlink subsys (disabled)\n[ 1.747664] audit: type=2000 audit(1538845989.754:1): initialized\n[ 1.749375] Initialise system trusted keyring\n[ 1.750598] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752178] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754595] zbud: loaded\n[ 1.755467] VFS: Disk quotas dquot_6.6.0\n[ 1.756550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757961] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759209] fuse init (API version 7.23)\n[ 1.760108] Key type big_key registered\n[ 1.760915] Allocating IMA MOK and blacklist keyrings.\n[ 1.762031] Key type asymmetric registered\n[ 1.762882] Asymmetric key parser 'x509' registered\n[ 1.763859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765343] io scheduler noop registered\n[ 1.766152] io scheduler deadline registered (default)\n[ 1.767166] io scheduler cfq registered\n[ 1.768021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771858] ACPI: Power Button [PWRF]\n[ 1.772713] GHES: HEST is not enabled!\n[ 1.786602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843945] Linux agpgart interface v0.103\n[ 1.845967] brd: module loaded\n[ 1.847236] loop: module loaded\n[ 1.848809] vda: vda1\n[ 1.850146] scsi host0: ata_piix\n[ 1.850908] scsi host1: ata_piix\n[ 1.851635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852882] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854350] libphy: Fixed MDIO Bus: probed\n[ 1.855203] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856177] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858408] PPP generic driver version 2.4.2\n[ 1.859329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860594] ehci-pci: EHCI PCI platform driver\n[ 1.861482] ehci-platform: EHCI generic platform driver\n[ 1.862487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863693] ohci-pci: OHCI PCI platform driver\n[ 1.864596] ohci-platform: OHCI generic platform driver\n[ 1.865608] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881144] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887533] usb usb1: Product: UHCI Host Controller\n[ 1.888490] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889654] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890670] hub 1-0:1.0: USB hub found\n[ 1.891477] hub 1-0:1.0: 2 ports detected\n[ 1.892403] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894566] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895552] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896608] mousedev: PS/2 mouse device common for all mice\n[ 1.897890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899786] rtc_cmos 00:00: RTC can wake from S4\n[ 1.900915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903355] i2c /dev entries driver\n[ 1.904139] device-mapper: uevent: version 1.0.3\n[ 1.905098] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908087] NET: Registered protocol family 10\n[ 1.909103] NET: Registered protocol family 17\n[ 1.910011] Key type dns_resolver registered\n[ 1.910973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912089] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913870] registered taskstats version 1\n[ 1.914727] Loading compiled-in X.509 certificates\n[ 1.916183] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918072] zswap: loaded using pool lzo/zbud\n[ 1.919889] Key type trusted registered\n[ 1.922152] Key type encrypted registered\n[ 1.923011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924073] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925130] evm: HMAC attrs: 0x1\n[ 1.926090] Magic number: 6:446:238\n[ 1.926962] rtc_cmos 00:00: setting system clock to 2018-10-06 17:13:09 UTC (1538845989)\n[ 1.928607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929744] EDD information not available.\n[ 2.007320] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.008814] ata1.00: configured for MWDMA2\n[ 2.010031] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.012403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.013670] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025717] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027625] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029176] Write protecting the kernel read-only data: 14336k\n[ 2.030731] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032461] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041108] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043147] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046926] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048771] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052636] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054422] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056604] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.088441] virtio_net virtio0 ens3: renamed from eth0\n[ 2.096580] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.098419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.120375] AVX2 version of gcm_enc/dec engaged.\n[ 2.121381] AES CTR mode by8 optimization enabled\n[ 2.127101] FDC 0 is a S82078B\n[ 2.202797] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.363899] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.365200] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.366503] usb 1-1: Product: QEMU USB Tablet\n[ 2.367369] usb 1-1: Manufacturer: QEMU\n[ 2.368164] usb 1-1: SerialNumber: 42\n[ 2.375364] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.382467] usbcore: registered new interface driver usbhid\n[ 2.383576] usbhid: USB HID core driver\n[ 2.386305] 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.388603] 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.742814] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.744232] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.359789] md: linear personality registered for level -1\n[ 3.362410] md: multipath personality registered for level -4\n[ 3.365101] md: raid0 personality registered for level 0\n[ 3.368066] md: raid1 personality registered for level 1\n[ 3.438761] raid6: sse2x1 gen() 11707 MB/s\n[ 3.506761] raid6: sse2x1 xor() 9091 MB/s\n[ 3.574760] raid6: sse2x2 gen() 14773 MB/s\n[ 3.642761] raid6: sse2x2 xor() 9883 MB/s\n[ 3.710760] raid6: sse2x4 gen() 17083 MB/s\n[ 3.778759] raid6: sse2x4 xor() 11821 MB/s\n[ 3.846760] raid6: avx2x1 gen() 22420 MB/s\n[ 3.914760] raid6: avx2x2 gen() 26089 MB/s\n[ 3.982759] raid6: avx2x4 gen() 29495 MB/s\n[ 3.983683] raid6: using algorithm avx2x4 gen() 29495 MB/s\n[ 3.984747] raid6: using avx2x2 recovery algorithm\n[ 3.986744] xor: automatically using best checksumming function:\n[ 4.026758] avx : 36181.000 MB/sec\n[ 4.028617] async_tx: api initialized (async)\n[ 4.036033] md: raid6 personality registered for level 6\n[ 4.037127] md: raid5 personality registered for level 5\n[ 4.038163] md: raid4 personality registered for level 4\n[ 4.042348] 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.065677] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.094030] 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.193979] 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.197331] systemd[1]: Detected virtualization kvm.\n[ 4.198308] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.202162] systemd[1]: Set hostname to .\n[ 4.206114] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207267] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.346086] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.348461] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.350695] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.352816] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.355287] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.357498] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.359481] 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.362302] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.364407] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.366219] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.368706] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.370787] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.373053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.375299] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.379408] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.384571] systemd[1]: Starting Uncomplicated firewall...\n[ 4.390020] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.392560] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.399364] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.407095] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409738] 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.417165] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.[ 4.420390] iscsi: registered transport (tcp)\n\n[ 4.422966] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.426812] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.431113] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.435089] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.440130] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.443055] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.450288] 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.460372] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.465076] 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.474725] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476733] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481216] systemd[1]: Mounted Huge Pages File System.\n[ 4.482426] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.485743] systemd[1]: Started Journal Service.\n[[0;32m OK [0m[ 4.488780] iscsi: registered transport (iser)\n] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.944080] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:13:13 +0000. Up 5.26 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.012930] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Oct 2018 17:13:14 +0000. Up 7.03 seconds.\n[ 8.014712] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.020341] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.022184] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.028105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.029941] cloud-init[1024]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:95:ec:83 |\n[ 8.032095] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe95:ec83/64 | . | link | fa:16:3e:95:ec:83 |\n[ 8.036100] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.040100] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.044102] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.048095] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.049771] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.056111] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.057802] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.060111] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.064126] cloud-init[1024]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.068106] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.070456] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.[ 8.076265] cloud-init[1024]: Generating public/private rsa key pair.\n[ 8.077223] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.078375] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.079539] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.082491] cloud-init[1024]: SHA256:Ouc5mYySsN2Y/zH0bCH0ygQZm8Lfj3c6FKbVhgSr2dg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started ACPI Events Check.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.092572] cloud-init[1024]: The key's randomart image is:\n[ 8.094357] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.095381] cloud-init[1024]: | . .. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.100597] cloud-init[1024]: | . = .. |\n[ 8.101545] cloud-init[1024]: | o = o. o |\n[ 8.102448] cloud-init[1024]: | o X .= o |\n[ 8.103361] cloud-init[1024]: | = E+oo |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n\n[ 8.106639] cloud-init[1024]: | . =.B.. |\n[ 8.107665] cloud-init[1024]: | + =ooB+* . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.110529] cloud-init[1024]: | . * o+=*.o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.113768] cloud-init[1024]: | o..+... |\n[ 8.116170] cloud-init[1024]: +----[SHA256]-----+\n[ 8.118205] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.122105] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.124982] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.128087] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.[ 8.132432] cloud-init[1024]: SHA256:Ro8LReZlDYWl2pL7m1Bs7OBCPaDHlMu1SYF4hx2ek8U root@sdnvpn-3-2-quagga\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.137854] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m[ 8.140838] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.141655] cloud-init[1024]: | . +=o=*o |\n] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[ 8.144580] cloud-init[1024]: | . +*oBE.. |\n[ 8.150996] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[1024]: | .+.@ . |\n[ 8.158466] cloud-init Starting LSB: MD monitoring daemon...\n[1024]: | = O % |[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.182269] cloud-init[1024]: | . B S B |\n[ 8.189060] cloud-init[1024]: | o + X |\n[ 8.198122] cloud-init[1024]: | . = . |\n Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...\n[ 8.201320] cloud-init[1024]: | . o . |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.[ 8.221166] \ncloud-init[1024]: | +. |\n[ 8.249766] cloud-init[1024]: [+----[SHA256]-----+[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.300133] cloud-init[1024]: Generating public/private ecdsa key pair. Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.359498] [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.423320] cloud-init[1024]: [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 8.472505] cloud-init[1024]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.515834] cloud-init[1024]: SHA256:BMO9Qp9e1TK0y5OaXbbMMsg5S+BGUZrF6gzEQ4eAfIQ root@sdnvpn-3-2-quagga\n[ 8.528067] cloud-init[1024]: The key's randomart image is:\n[ 8.541370] cloud-init[1024]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.550352] cloud-init[1024]: | . +o=+o..o... |\n[ 8.551790] cloud-init[1024]: | E . B+.=. +.. |\n[ 8.560281] cloud-init[1024]: | . o o=+ ..o |\n[ 8.564066] cloud-init[1024]: | o.=... o |\n[ 8.572788] cloud-init[1024]: | *S. = o |\n[ 8.577283] cloud-init[1024]: | o+o * * . |\n[ 8.582007] cloud-init[1024]: | o O + + |\n[ 8.590138] cloud-init[1024]: | . . o o |\n[ 8.593640] cloud-init[1024]: | . |\n[ 8.598821] cloud-init[1024]: +----[SHA256]-----+\n[ 8.602574] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.606971] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.611833] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.616809] cloud-init[1024]: The key fingerprint is:\n[ 8.619887] cloud-init[1024]: SHA256:/JyEVGDJOsclAf+4sZkNy19Pwwx1H9QiIntdCzia7lA root@sdnvpn-3-2-quagga\n[ 8.624743] cloud-init[1024]: The key's randomart image is:\n[ 8.628819] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.634510] cloud-init[1024]: | .o++.. ..|\n[ 8.636740] cloud-init[1024]: | o=.= o + .|\n[ 8.640056] cloud-init[1024]: | ooB + +.+.|\n[ 8.644058] cloud-init[1024]: | ooE+. ....o|\n[ 8.645325] cloud-init[1024]: | =S.o . .|\n[ 8.648240] cloud-init[1024]: | ...& . + |\n[ 8.652055] cloud-init[1024]: | oB = . = |\n[ 8.654119] cloud-init[1024]: | .. . o . |\n[ 8.660058] cloud-init[1024]: | . . |\n[ 8.661412] cloud-init[1024]: +----[SHA256]-----+\n[ 8.867954] cloud-init[1136]: Generating locales (this might take a while)...\n[ 9.456342] cloud-init[1136]: en_US.UTF-8... done\n[ 9.458561] cloud-init[1136]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-10-06 17:14:56,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-91603e54-f439-457c-bb0d-61ca84bc12aa 2018-10-06 17:15:26,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:15:27,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:15:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-598c0a06-62ef-4dbe-891d-f8663af52eed x-compute-request-id: req-598c0a06-62ef-4dbe-891d-f8663af52eed Content-Encoding: gzip Content-Length: 13242 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x3ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 611851780 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137771] pid_max: default: 32768 minimum: 301\n[ 0.138683] ACPI: Core revision 20150930\n[ 0.140073] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141417] Security Framework initialized\n[ 0.142255] Yama: becoming mindful.\n[ 0.143004] AppArmor: AppArmor initialized\n[ 0.143903] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145338] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147046] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148292] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149712] Initializing cgroup subsys io\n[ 0.150546] Initializing cgroup subsys memory\n[ 0.151432] Initializing cgroup subsys devices\n[ 0.152335] Initializing cgroup subsys freezer\n[ 0.153226] Initializing cgroup subsys net_cls\n[ 0.154123] Initializing cgroup subsys perf_event\n[ 0.155053] Initializing cgroup subsys net_prio\n[ 0.155959] Initializing cgroup subsys hugetlb\n[ 0.156855] Initializing cgroup subsys pids\n[ 0.157754] CPU: Physical Processor ID: 0\n[ 0.159285] mce: CPU supports 10 MCE banks\n[ 0.160153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161179] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171917] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178330] ftrace: allocating 32123 entries in 126 pages\n[ 0.204764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206004] smpboot: Max logical packages: 1\n[ 0.207021] x2apic enabled\n[ 0.207859] Switched APIC routing to physical x2apic.\n[ 0.209634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210778] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212821] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214652] KVM setup paravirtual spinlock\n[ 0.215947] x86: Booted up 1 node, 1 CPUs\n[ 0.216772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218184] devtmpfs: initialized\n[ 0.220677] evm: security.selinux\n[ 0.221387] evm: security.SMACK64\n[ 0.222093] evm: security.SMACK64EXEC\n[ 0.222850] evm: security.SMACK64TRANSMUTE\n[ 0.223679] evm: security.SMACK64MMAP\n[ 0.224440] evm: security.ima\n[ 0.225086] evm: security.capability\n[ 0.225911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227802] pinctrl core: initialized pinctrl subsystem\n[ 0.228918] RTC time: 17:13:07, date: 10/06/18\n[ 0.229879] NET: Registered protocol family 16\n[ 0.230872] cpuidle: using governor ladder\n[ 0.231709] cpuidle: using governor menu\n[ 0.232514] PCCT header not found.\n[ 0.233275] ACPI: bus type PCI registered\n[ 0.234094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235359] PCI: Using configuration type 1 for base access\n[ 0.237547] ACPI: Added _OSI(Module Device)\n[ 0.238395] ACPI: Added _OSI(Processor Device)\n[ 0.239270] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240183] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242358] ACPI: Interpreter enabled\n[ 0.243142] ACPI: (supports S0 S5)\n[ 0.243863] ACPI: Using IOAPIC for interrupt routing\n[ 0.244830] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249125] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253985] acpiphp: Slot [3] registered\n[ 0.254807] acpiphp: Slot [4] registered\n[ 0.255626] acpiphp: Slot [5] registered\n[ 0.256442] acpiphp: Slot [6] registered\n[ 0.257254] acpiphp: Slot [7] registered\n[ 0.258067] acpiphp: Slot [8] registered\n[ 0.258881] acpiphp: Slot [9] registered\n[ 0.259703] acpiphp: Slot [10] registered\n[ 0.260533] acpiphp: Slot [11] registered\n[ 0.261357] acpiphp: Slot [12] registered\n[ 0.262192] acpiphp: Slot [13] registered\n[ 0.263024] acpiphp: Slot [14] registered\n[ 0.274554] acpiphp: Slot [15] registered\n[ 0.275393] acpiphp: Slot [16] registered\n[ 0.276223] acpiphp: Slot [17] registered\n[ 0.277054] acpiphp: Slot [18] registered\n[ 0.277884] acpiphp: Slot [19] registered\n[ 0.278716] acpiphp: Slot [20] registered\n[ 0.279546] acpiphp: Slot [21] registered\n[ 0.280369] acpiphp: Slot [22] registered\n[ 0.281200] acpiphp: Slot [23] registered\n[ 0.282027] acpiphp: Slot [24] registered\n[ 0.282861] acpiphp: Slot [25] registered\n[ 0.283688] acpiphp: Slot [26] registered\n[ 0.284512] acpiphp: Slot [27] registered\n[ 0.285333] acpiphp: Slot [28] registered\n[ 0.286164] acpiphp: Slot [29] registered\n[ 0.287000] acpiphp: Slot [30] registered\n[ 0.287829] acpiphp: Slot [31] registered\n[ 0.288649] PCI host bridge to bus 0000:00\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293431] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303808] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305097] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358966] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361943] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364826] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366625] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370468] vgaarb: loaded\n[ 0.371078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372243] SCSI subsystem initialized\n[ 0.373075] ACPI: bus type USB registered\n[ 0.373905] usbcore: registered new interface driver usbfs\n[ 0.374958] usbcore: registered new interface driver hub\n[ 0.375982] usbcore: registered new device driver usb\n[ 0.377041] PCI: Using ACPI for IRQ routing\n[ 0.378087] NetLabel: Initializing\n[ 0.378814] NetLabel: domain hash size = 128\n[ 0.379684] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380658] NetLabel: unlabeled traffic allowed by default\n[ 0.381764] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382757] clocksource: Switched to clocksource kvm-clock\n[ 0.388197] AppArmor: AppArmor Filesystem Enabled\n[ 0.389174] pnp: PnP ACPI init\n[ 0.390096] pnp: PnP ACPI: found 5 devices\n[ 0.396171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397902] NET: Registered protocol family 2\n[ 0.398873] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401403] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402616] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403736] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404950] NET: Registered protocol family 1\n[ 0.405836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406958] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408055] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436564] Trying to unpack rootfs image as initramfs...\n[ 1.727222] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742988] Scanning for low memory corruption every 60 seconds\n[ 1.744724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.746255] audit: initializing netlink subsys (disabled)\n[ 1.747664] audit: type=2000 audit(1538845989.754:1): initialized\n[ 1.749375] Initialise system trusted keyring\n[ 1.750598] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752178] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754595] zbud: loaded\n[ 1.755467] VFS: Disk quotas dquot_6.6.0\n[ 1.756550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757961] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759209] fuse init (API version 7.23)\n[ 1.760108] Key type big_key registered\n[ 1.760915] Allocating IMA MOK and blacklist keyrings.\n[ 1.762031] Key type asymmetric registered\n[ 1.762882] Asymmetric key parser 'x509' registered\n[ 1.763859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765343] io scheduler noop registered\n[ 1.766152] io scheduler deadline registered (default)\n[ 1.767166] io scheduler cfq registered\n[ 1.768021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771858] ACPI: Power Button [PWRF]\n[ 1.772713] GHES: HEST is not enabled!\n[ 1.786602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843945] Linux agpgart interface v0.103\n[ 1.845967] brd: module loaded\n[ 1.847236] loop: module loaded\n[ 1.848809] vda: vda1\n[ 1.850146] scsi host0: ata_piix\n[ 1.850908] scsi host1: ata_piix\n[ 1.851635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852882] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854350] libphy: Fixed MDIO Bus: probed\n[ 1.855203] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856177] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858408] PPP generic driver version 2.4.2\n[ 1.859329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860594] ehci-pci: EHCI PCI platform driver\n[ 1.861482] ehci-platform: EHCI generic platform driver\n[ 1.862487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863693] ohci-pci: OHCI PCI platform driver\n[ 1.864596] ohci-platform: OHCI generic platform driver\n[ 1.865608] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881144] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887533] usb usb1: Product: UHCI Host Controller\n[ 1.888490] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889654] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890670] hub 1-0:1.0: USB hub found\n[ 1.891477] hub 1-0:1.0: 2 ports detected\n[ 1.892403] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894566] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895552] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896608] mousedev: PS/2 mouse device common for all mice\n[ 1.897890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899786] rtc_cmos 00:00: RTC can wake from S4\n[ 1.900915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903355] i2c /dev entries driver\n[ 1.904139] device-mapper: uevent: version 1.0.3\n[ 1.905098] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908087] NET: Registered protocol family 10\n[ 1.909103] NET: Registered protocol family 17\n[ 1.910011] Key type dns_resolver registered\n[ 1.910973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912089] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913870] registered taskstats version 1\n[ 1.914727] Loading compiled-in X.509 certificates\n[ 1.916183] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918072] zswap: loaded using pool lzo/zbud\n[ 1.919889] Key type trusted registered\n[ 1.922152] Key type encrypted registered\n[ 1.923011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924073] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925130] evm: HMAC attrs: 0x1\n[ 1.926090] Magic number: 6:446:238\n[ 1.926962] rtc_cmos 00:00: setting system clock to 2018-10-06 17:13:09 UTC (1538845989)\n[ 1.928607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929744] EDD information not available.\n[ 2.007320] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.008814] ata1.00: configured for MWDMA2\n[ 2.010031] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.012403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.013670] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025717] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027625] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029176] Write protecting the kernel read-only data: 14336k\n[ 2.030731] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032461] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041108] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043147] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046926] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048771] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052636] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054422] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056604] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.088441] virtio_net virtio0 ens3: renamed from eth0\n[ 2.096580] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.098419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.120375] AVX2 version of gcm_enc/dec engaged.\n[ 2.121381] AES CTR mode by8 optimization enabled\n[ 2.127101] FDC 0 is a S82078B\n[ 2.202797] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.363899] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.365200] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.366503] usb 1-1: Product: QEMU USB Tablet\n[ 2.367369] usb 1-1: Manufacturer: QEMU\n[ 2.368164] usb 1-1: SerialNumber: 42\n[ 2.375364] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.382467] usbcore: registered new interface driver usbhid\n[ 2.383576] usbhid: USB HID core driver\n[ 2.386305] 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.388603] 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.742814] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.744232] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.359789] md: linear personality registered for level -1\n[ 3.362410] md: multipath personality registered for level -4\n[ 3.365101] md: raid0 personality registered for level 0\n[ 3.368066] md: raid1 personality registered for level 1\n[ 3.438761] raid6: sse2x1 gen() 11707 MB/s\n[ 3.506761] raid6: sse2x1 xor() 9091 MB/s\n[ 3.574760] raid6: sse2x2 gen() 14773 MB/s\n[ 3.642761] raid6: sse2x2 xor() 9883 MB/s\n[ 3.710760] raid6: sse2x4 gen() 17083 MB/s\n[ 3.778759] raid6: sse2x4 xor() 11821 MB/s\n[ 3.846760] raid6: avx2x1 gen() 22420 MB/s\n[ 3.914760] raid6: avx2x2 gen() 26089 MB/s\n[ 3.982759] raid6: avx2x4 gen() 29495 MB/s\n[ 3.983683] raid6: using algorithm avx2x4 gen() 29495 MB/s\n[ 3.984747] raid6: using avx2x2 recovery algorithm\n[ 3.986744] xor: automatically using best checksumming function:\n[ 4.026758] avx : 36181.000 MB/sec\n[ 4.028617] async_tx: api initialized (async)\n[ 4.036033] md: raid6 personality registered for level 6\n[ 4.037127] md: raid5 personality registered for level 5\n[ 4.038163] md: raid4 personality registered for level 4\n[ 4.042348] 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.065677] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.094030] 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.193979] 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.197331] systemd[1]: Detected virtualization kvm.\n[ 4.198308] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.202162] systemd[1]: Set hostname to .\n[ 4.206114] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207267] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.346086] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.348461] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.350695] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.352816] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.355287] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.357498] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.359481] 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.362302] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.364407] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.366219] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.368706] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.370787] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.373053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.375299] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.379408] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.384571] systemd[1]: Starting Uncomplicated firewall...\n[ 4.390020] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.392560] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.399364] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.407095] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409738] 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.417165] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.[ 4.420390] iscsi: registered transport (tcp)\n\n[ 4.422966] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.426812] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.431113] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.435089] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.440130] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.443055] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.450288] 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.460372] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.465076] 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.474725] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476733] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481216] systemd[1]: Mounted Huge Pages File System.\n[ 4.482426] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.485743] systemd[1]: Started Journal Service.\n[[0;32m OK [0m[ 4.488780] iscsi: registered transport (iser)\n] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.944080] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:13:13 +0000. Up 5.26 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.012930] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Oct 2018 17:13:14 +0000. Up 7.03 seconds.\n[ 8.014712] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.020341] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.022184] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.028105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.029941] cloud-init[1024]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:95:ec:83 |\n[ 8.032095] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe95:ec83/64 | . | link | fa:16:3e:95:ec:83 |\n[ 8.036100] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.040100] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.044102] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.048095] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.049771] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.056111] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.057802] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.060111] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.064126] cloud-init[1024]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.068106] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.070456] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.[ 8.076265] cloud-init[1024]: Generating public/private rsa key pair.\n[ 8.077223] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.078375] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.079539] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.082491] cloud-init[1024]: SHA256:Ouc5mYySsN2Y/zH0bCH0ygQZm8Lfj3c6FKbVhgSr2dg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started ACPI Events Check.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.092572] cloud-init[1024]: The key's randomart image is:\n[ 8.094357] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.095381] cloud-init[1024]: | . .. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.100597] cloud-init[1024]: | . = .. |\n[ 8.101545] cloud-init[1024]: | o = o. o |\n[ 8.102448] cloud-init[1024]: | o X .= o |\n[ 8.103361] cloud-init[1024]: | = E+oo |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n\n[ 8.106639] cloud-init[1024]: | . =.B.. |\n[ 8.107665] cloud-init[1024]: | + =ooB+* . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.110529] cloud-init[1024]: | . * o+=*.o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.113768] cloud-init[1024]: | o..+... |\n[ 8.116170] cloud-init[1024]: +----[SHA256]-----+\n[ 8.118205] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.122105] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.124982] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.128087] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.[ 8.132432] cloud-init[1024]: SHA256:Ro8LReZlDYWl2pL7m1Bs7OBCPaDHlMu1SYF4hx2ek8U root@sdnvpn-3-2-quagga\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.137854] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m[ 8.140838] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.141655] cloud-init[1024]: | . +=o=*o |\n] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[ 8.144580] cloud-init[1024]: | . +*oBE.. |\n[ 8.150996] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[1024]: | .+.@ . |\n[ 8.158466] cloud-init Starting LSB: MD monitoring daemon...\n[1024]: | = O % |[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.182269] cloud-init[1024]: | . B S B |\n[ 8.189060] cloud-init[1024]: | o + X |\n[ 8.198122] cloud-init[1024]: | . = . |\n Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...\n[ 8.201320] cloud-init[1024]: | . o . |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.[ 8.221166] \ncloud-init[1024]: | +. |\n[ 8.249766] cloud-init[1024]: [+----[SHA256]-----+[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.300133] cloud-init[1024]: Generating public/private ecdsa key pair. Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.359498] [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.423320] cloud-init[1024]: [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 8.472505] cloud-init[1024]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.515834] cloud-init[1024]: SHA256:BMO9Qp9e1TK0y5OaXbbMMsg5S+BGUZrF6gzEQ4eAfIQ root@sdnvpn-3-2-quagga\n[ 8.528067] cloud-init[1024]: The key's randomart image is:\n[ 8.541370] cloud-init[1024]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.550352] cloud-init[1024]: | . +o=+o..o... |\n[ 8.551790] cloud-init[1024]: | E . B+.=. +.. |\n[ 8.560281] cloud-init[1024]: | . o o=+ ..o |\n[ 8.564066] cloud-init[1024]: | o.=... o |\n[ 8.572788] cloud-init[1024]: | *S. = o |\n[ 8.577283] cloud-init[1024]: | o+o * * . |\n[ 8.582007] cloud-init[1024]: | o O + + |\n[ 8.590138] cloud-init[1024]: | . . o o |\n[ 8.593640] cloud-init[1024]: | . |\n[ 8.598821] cloud-init[1024]: +----[SHA256]-----+\n[ 8.602574] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.606971] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.611833] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.616809] cloud-init[1024]: The key fingerprint is:\n[ 8.619887] cloud-init[1024]: SHA256:/JyEVGDJOsclAf+4sZkNy19Pwwx1H9QiIntdCzia7lA root@sdnvpn-3-2-quagga\n[ 8.624743] cloud-init[1024]: The key's randomart image is:\n[ 8.628819] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.634510] cloud-init[1024]: | .o++.. ..|\n[ 8.636740] cloud-init[1024]: | o=.= o + .|\n[ 8.640056] cloud-init[1024]: | ooB + +.+.|\n[ 8.644058] cloud-init[1024]: | ooE+. ....o|\n[ 8.645325] cloud-init[1024]: | =S.o . .|\n[ 8.648240] cloud-init[1024]: | ...& . + |\n[ 8.652055] cloud-init[1024]: | oB = . = |\n[ 8.654119] cloud-init[1024]: | .. . o . |\n[ 8.660058] cloud-init[1024]: | . . |\n[ 8.661412] cloud-init[1024]: +----[SHA256]-----+\n[ 8.867954] cloud-init[1136]: Generating locales (this might take a while)...\n[ 9.456342] cloud-init[1136]: en_US.UTF-8... done\n[ 9.458561] cloud-init[1136]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 129.911817] cloud-init[1136]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 06 Oct 2018 17:13:16 +0000. Up 8.80 seconds.\n[ 130.215704] cloud-init[1414]: + chpasswd\n[ 130.216871] cloud-init[1414]: + echo ubuntu:opnfv\n[ 130.293755] cloud-init[1414]: + sleep 20\n"} 2018-10-06 17:15:27,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-598c0a06-62ef-4dbe-891d-f8663af52eed 2018-10-06 17:15:57,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1a614d6e11d0a894d4cb0b9a40f23a86742ddc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:15:58,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:15: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-fc9171c8-f49b-481c-805f-ceb66e5baf75 x-compute-request-id: req-fc9171c8-f49b-481c-805f-ceb66e5baf75 Content-Encoding: gzip Content-Length: 14792 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 611851780 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137771] pid_max: default: 32768 minimum: 301\n[ 0.138683] ACPI: Core revision 20150930\n[ 0.140073] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141417] Security Framework initialized\n[ 0.142255] Yama: becoming mindful.\n[ 0.143004] AppArmor: AppArmor initialized\n[ 0.143903] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145338] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147046] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148292] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149712] Initializing cgroup subsys io\n[ 0.150546] Initializing cgroup subsys memory\n[ 0.151432] Initializing cgroup subsys devices\n[ 0.152335] Initializing cgroup subsys freezer\n[ 0.153226] Initializing cgroup subsys net_cls\n[ 0.154123] Initializing cgroup subsys perf_event\n[ 0.155053] Initializing cgroup subsys net_prio\n[ 0.155959] Initializing cgroup subsys hugetlb\n[ 0.156855] Initializing cgroup subsys pids\n[ 0.157754] CPU: Physical Processor ID: 0\n[ 0.159285] mce: CPU supports 10 MCE banks\n[ 0.160153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161179] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171917] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178330] ftrace: allocating 32123 entries in 126 pages\n[ 0.204764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206004] smpboot: Max logical packages: 1\n[ 0.207021] x2apic enabled\n[ 0.207859] Switched APIC routing to physical x2apic.\n[ 0.209634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210778] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212821] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214652] KVM setup paravirtual spinlock\n[ 0.215947] x86: Booted up 1 node, 1 CPUs\n[ 0.216772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218184] devtmpfs: initialized\n[ 0.220677] evm: security.selinux\n[ 0.221387] evm: security.SMACK64\n[ 0.222093] evm: security.SMACK64EXEC\n[ 0.222850] evm: security.SMACK64TRANSMUTE\n[ 0.223679] evm: security.SMACK64MMAP\n[ 0.224440] evm: security.ima\n[ 0.225086] evm: security.capability\n[ 0.225911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227802] pinctrl core: initialized pinctrl subsystem\n[ 0.228918] RTC time: 17:13:07, date: 10/06/18\n[ 0.229879] NET: Registered protocol family 16\n[ 0.230872] cpuidle: using governor ladder\n[ 0.231709] cpuidle: using governor menu\n[ 0.232514] PCCT header not found.\n[ 0.233275] ACPI: bus type PCI registered\n[ 0.234094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235359] PCI: Using configuration type 1 for base access\n[ 0.237547] ACPI: Added _OSI(Module Device)\n[ 0.238395] ACPI: Added _OSI(Processor Device)\n[ 0.239270] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240183] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242358] ACPI: Interpreter enabled\n[ 0.243142] ACPI: (supports S0 S5)\n[ 0.243863] ACPI: Using IOAPIC for interrupt routing\n[ 0.244830] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249125] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253985] acpiphp: Slot [3] registered\n[ 0.254807] acpiphp: Slot [4] registered\n[ 0.255626] acpiphp: Slot [5] registered\n[ 0.256442] acpiphp: Slot [6] registered\n[ 0.257254] acpiphp: Slot [7] registered\n[ 0.258067] acpiphp: Slot [8] registered\n[ 0.258881] acpiphp: Slot [9] registered\n[ 0.259703] acpiphp: Slot [10] registered\n[ 0.260533] acpiphp: Slot [11] registered\n[ 0.261357] acpiphp: Slot [12] registered\n[ 0.262192] acpiphp: Slot [13] registered\n[ 0.263024] acpiphp: Slot [14] registered\n[ 0.274554] acpiphp: Slot [15] registered\n[ 0.275393] acpiphp: Slot [16] registered\n[ 0.276223] acpiphp: Slot [17] registered\n[ 0.277054] acpiphp: Slot [18] registered\n[ 0.277884] acpiphp: Slot [19] registered\n[ 0.278716] acpiphp: Slot [20] registered\n[ 0.279546] acpiphp: Slot [21] registered\n[ 0.280369] acpiphp: Slot [22] registered\n[ 0.281200] acpiphp: Slot [23] registered\n[ 0.282027] acpiphp: Slot [24] registered\n[ 0.282861] acpiphp: Slot [25] registered\n[ 0.283688] acpiphp: Slot [26] registered\n[ 0.284512] acpiphp: Slot [27] registered\n[ 0.285333] acpiphp: Slot [28] registered\n[ 0.286164] acpiphp: Slot [29] registered\n[ 0.287000] acpiphp: Slot [30] registered\n[ 0.287829] acpiphp: Slot [31] registered\n[ 0.288649] PCI host bridge to bus 0000:00\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293431] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303808] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305097] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358966] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361943] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364826] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366625] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370468] vgaarb: loaded\n[ 0.371078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372243] SCSI subsystem initialized\n[ 0.373075] ACPI: bus type USB registered\n[ 0.373905] usbcore: registered new interface driver usbfs\n[ 0.374958] usbcore: registered new interface driver hub\n[ 0.375982] usbcore: registered new device driver usb\n[ 0.377041] PCI: Using ACPI for IRQ routing\n[ 0.378087] NetLabel: Initializing\n[ 0.378814] NetLabel: domain hash size = 128\n[ 0.379684] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380658] NetLabel: unlabeled traffic allowed by default\n[ 0.381764] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382757] clocksource: Switched to clocksource kvm-clock\n[ 0.388197] AppArmor: AppArmor Filesystem Enabled\n[ 0.389174] pnp: PnP ACPI init\n[ 0.390096] pnp: PnP ACPI: found 5 devices\n[ 0.396171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397902] NET: Registered protocol family 2\n[ 0.398873] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401403] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402616] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403736] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404950] NET: Registered protocol family 1\n[ 0.405836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406958] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408055] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436564] Trying to unpack rootfs image as initramfs...\n[ 1.727222] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742988] Scanning for low memory corruption every 60 seconds\n[ 1.744724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.746255] audit: initializing netlink subsys (disabled)\n[ 1.747664] audit: type=2000 audit(1538845989.754:1): initialized\n[ 1.749375] Initialise system trusted keyring\n[ 1.750598] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752178] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754595] zbud: loaded\n[ 1.755467] VFS: Disk quotas dquot_6.6.0\n[ 1.756550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757961] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759209] fuse init (API version 7.23)\n[ 1.760108] Key type big_key registered\n[ 1.760915] Allocating IMA MOK and blacklist keyrings.\n[ 1.762031] Key type asymmetric registered\n[ 1.762882] Asymmetric key parser 'x509' registered\n[ 1.763859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765343] io scheduler noop registered\n[ 1.766152] io scheduler deadline registered (default)\n[ 1.767166] io scheduler cfq registered\n[ 1.768021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771858] ACPI: Power Button [PWRF]\n[ 1.772713] GHES: HEST is not enabled!\n[ 1.786602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843945] Linux agpgart interface v0.103\n[ 1.845967] brd: module loaded\n[ 1.847236] loop: module loaded\n[ 1.848809] vda: vda1\n[ 1.850146] scsi host0: ata_piix\n[ 1.850908] scsi host1: ata_piix\n[ 1.851635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852882] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854350] libphy: Fixed MDIO Bus: probed\n[ 1.855203] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856177] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858408] PPP generic driver version 2.4.2\n[ 1.859329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860594] ehci-pci: EHCI PCI platform driver\n[ 1.861482] ehci-platform: EHCI generic platform driver\n[ 1.862487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863693] ohci-pci: OHCI PCI platform driver\n[ 1.864596] ohci-platform: OHCI generic platform driver\n[ 1.865608] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881144] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887533] usb usb1: Product: UHCI Host Controller\n[ 1.888490] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889654] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890670] hub 1-0:1.0: USB hub found\n[ 1.891477] hub 1-0:1.0: 2 ports detected\n[ 1.892403] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894566] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895552] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896608] mousedev: PS/2 mouse device common for all mice\n[ 1.897890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899786] rtc_cmos 00:00: RTC can wake from S4\n[ 1.900915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903355] i2c /dev entries driver\n[ 1.904139] device-mapper: uevent: version 1.0.3\n[ 1.905098] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908087] NET: Registered protocol family 10\n[ 1.909103] NET: Registered protocol family 17\n[ 1.910011] Key type dns_resolver registered\n[ 1.910973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912089] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913870] registered taskstats version 1\n[ 1.914727] Loading compiled-in X.509 certificates\n[ 1.916183] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918072] zswap: loaded using pool lzo/zbud\n[ 1.919889] Key type trusted registered\n[ 1.922152] Key type encrypted registered\n[ 1.923011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924073] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925130] evm: HMAC attrs: 0x1\n[ 1.926090] Magic number: 6:446:238\n[ 1.926962] rtc_cmos 00:00: setting system clock to 2018-10-06 17:13:09 UTC (1538845989)\n[ 1.928607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929744] EDD information not available.\n[ 2.007320] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.008814] ata1.00: configured for MWDMA2\n[ 2.010031] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.012403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.013670] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025717] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027625] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029176] Write protecting the kernel read-only data: 14336k\n[ 2.030731] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032461] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041108] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043147] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046926] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048771] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052636] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054422] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056604] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.088441] virtio_net virtio0 ens3: renamed from eth0\n[ 2.096580] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.098419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.120375] AVX2 version of gcm_enc/dec engaged.\n[ 2.121381] AES CTR mode by8 optimization enabled\n[ 2.127101] FDC 0 is a S82078B\n[ 2.202797] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.363899] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.365200] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.366503] usb 1-1: Product: QEMU USB Tablet\n[ 2.367369] usb 1-1: Manufacturer: QEMU\n[ 2.368164] usb 1-1: SerialNumber: 42\n[ 2.375364] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.382467] usbcore: registered new interface driver usbhid\n[ 2.383576] usbhid: USB HID core driver\n[ 2.386305] 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.388603] 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.742814] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.744232] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.359789] md: linear personality registered for level -1\n[ 3.362410] md: multipath personality registered for level -4\n[ 3.365101] md: raid0 personality registered for level 0\n[ 3.368066] md: raid1 personality registered for level 1\n[ 3.438761] raid6: sse2x1 gen() 11707 MB/s\n[ 3.506761] raid6: sse2x1 xor() 9091 MB/s\n[ 3.574760] raid6: sse2x2 gen() 14773 MB/s\n[ 3.642761] raid6: sse2x2 xor() 9883 MB/s\n[ 3.710760] raid6: sse2x4 gen() 17083 MB/s\n[ 3.778759] raid6: sse2x4 xor() 11821 MB/s\n[ 3.846760] raid6: avx2x1 gen() 22420 MB/s\n[ 3.914760] raid6: avx2x2 gen() 26089 MB/s\n[ 3.982759] raid6: avx2x4 gen() 29495 MB/s\n[ 3.983683] raid6: using algorithm avx2x4 gen() 29495 MB/s\n[ 3.984747] raid6: using avx2x2 recovery algorithm\n[ 3.986744] xor: automatically using best checksumming function:\n[ 4.026758] avx : 36181.000 MB/sec\n[ 4.028617] async_tx: api initialized (async)\n[ 4.036033] md: raid6 personality registered for level 6\n[ 4.037127] md: raid5 personality registered for level 5\n[ 4.038163] md: raid4 personality registered for level 4\n[ 4.042348] 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.065677] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.094030] 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.193979] 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.197331] systemd[1]: Detected virtualization kvm.\n[ 4.198308] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.202162] systemd[1]: Set hostname to .\n[ 4.206114] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207267] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.346086] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.348461] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.350695] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.352816] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.355287] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.357498] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.359481] 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.362302] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.364407] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.366219] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.368706] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.370787] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.373053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.375299] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.379408] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.384571] systemd[1]: Starting Uncomplicated firewall...\n[ 4.390020] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.392560] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.399364] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.407095] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409738] 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.417165] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.[ 4.420390] iscsi: registered transport (tcp)\n\n[ 4.422966] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.426812] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.431113] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.435089] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.440130] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.443055] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.450288] 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.460372] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.465076] 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.474725] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476733] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481216] systemd[1]: Mounted Huge Pages File System.\n[ 4.482426] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.485743] systemd[1]: Started Journal Service.\n[[0;32m OK [0m[ 4.488780] iscsi: registered transport (iser)\n] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.944080] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:13:13 +0000. Up 5.26 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.012930] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Oct 2018 17:13:14 +0000. Up 7.03 seconds.\n[ 8.014712] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.020341] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.022184] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.028105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.029941] cloud-init[1024]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:95:ec:83 |\n[ 8.032095] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe95:ec83/64 | . | link | fa:16:3e:95:ec:83 |\n[ 8.036100] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.040100] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.044102] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.048095] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.049771] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.056111] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.057802] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.060111] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.064126] cloud-init[1024]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.068106] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.070456] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.[ 8.076265] cloud-init[1024]: Generating public/private rsa key pair.\n[ 8.077223] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.078375] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.079539] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.082491] cloud-init[1024]: SHA256:Ouc5mYySsN2Y/zH0bCH0ygQZm8Lfj3c6FKbVhgSr2dg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started ACPI Events Check.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.092572] cloud-init[1024]: The key's randomart image is:\n[ 8.094357] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.095381] cloud-init[1024]: | . .. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.100597] cloud-init[1024]: | . = .. |\n[ 8.101545] cloud-init[1024]: | o = o. o |\n[ 8.102448] cloud-init[1024]: | o X .= o |\n[ 8.103361] cloud-init[1024]: | = E+oo |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n\n[ 8.106639] cloud-init[1024]: | . =.B.. |\n[ 8.107665] cloud-init[1024]: | + =ooB+* . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.110529] cloud-init[1024]: | . * o+=*.o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.113768] cloud-init[1024]: | o..+... |\n[ 8.116170] cloud-init[1024]: +----[SHA256]-----+\n[ 8.118205] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.122105] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.124982] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.128087] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.[ 8.132432] cloud-init[1024]: SHA256:Ro8LReZlDYWl2pL7m1Bs7OBCPaDHlMu1SYF4hx2ek8U root@sdnvpn-3-2-quagga\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.137854] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m[ 8.140838] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.141655] cloud-init[1024]: | . +=o=*o |\n] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[ 8.144580] cloud-init[1024]: | . +*oBE.. |\n[ 8.150996] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[1024]: | .+.@ . |\n[ 8.158466] cloud-init Starting LSB: MD monitoring daemon...\n[1024]: | = O % |[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.182269] cloud-init[1024]: | . B S B |\n[ 8.189060] cloud-init[1024]: | o + X |\n[ 8.198122] cloud-init[1024]: | . = . |\n Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...\n[ 8.201320] cloud-init[1024]: | . o . |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.[ 8.221166] \ncloud-init[1024]: | +. |\n[ 8.249766] cloud-init[1024]: [+----[SHA256]-----+[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.300133] cloud-init[1024]: Generating public/private ecdsa key pair. Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.359498] [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.423320] cloud-init[1024]: [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 8.472505] cloud-init[1024]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.515834] cloud-init[1024]: SHA256:BMO9Qp9e1TK0y5OaXbbMMsg5S+BGUZrF6gzEQ4eAfIQ root@sdnvpn-3-2-quagga\n[ 8.528067] cloud-init[1024]: The key's randomart image is:\n[ 8.541370] cloud-init[1024]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.550352] cloud-init[1024]: | . +o=+o..o... |\n[ 8.551790] cloud-init[1024]: | E . B+.=. +.. |\n[ 8.560281] cloud-init[1024]: | . o o=+ ..o |\n[ 8.564066] cloud-init[1024]: | o.=... o |\n[ 8.572788] cloud-init[1024]: | *S. = o |\n[ 8.577283] cloud-init[1024]: | o+o * * . |\n[ 8.582007] cloud-init[1024]: | o O + + |\n[ 8.590138] cloud-init[1024]: | . . o o |\n[ 8.593640] cloud-init[1024]: | . |\n[ 8.598821] cloud-init[1024]: +----[SHA256]-----+\n[ 8.602574] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.606971] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.611833] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.616809] cloud-init[1024]: The key fingerprint is:\n[ 8.619887] cloud-init[1024]: SHA256:/JyEVGDJOsclAf+4sZkNy19Pwwx1H9QiIntdCzia7lA root@sdnvpn-3-2-quagga\n[ 8.624743] cloud-init[1024]: The key's randomart image is:\n[ 8.628819] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.634510] cloud-init[1024]: | .o++.. ..|\n[ 8.636740] cloud-init[1024]: | o=.= o + .|\n[ 8.640056] cloud-init[1024]: | ooB + +.+.|\n[ 8.644058] cloud-init[1024]: | ooE+. ....o|\n[ 8.645325] cloud-init[1024]: | =S.o . .|\n[ 8.648240] cloud-init[1024]: | ...& . + |\n[ 8.652055] cloud-init[1024]: | oB = . = |\n[ 8.654119] cloud-init[1024]: | .. . o . |\n[ 8.660058] cloud-init[1024]: | . . |\n[ 8.661412] cloud-init[1024]: +----[SHA256]-----+\n[ 8.867954] cloud-init[1136]: Generating locales (this might take a while)...\n[ 9.456342] cloud-init[1136]: en_US.UTF-8... done\n[ 9.458561] cloud-init[1136]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 129.911817] cloud-init[1136]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 06 Oct 2018 17:13:16 +0000. Up 8.80 seconds.\n[ 130.215704] cloud-init[1414]: + chpasswd\n[ 130.216871] cloud-init[1414]: + echo ubuntu:opnfv\n[ 130.293755] cloud-init[1414]: + sleep 20\n[ 150.295476] cloud-init[1414]: + NEIGHBOR_IP=172.30.9.23\n[ 150.296687] cloud-init[1414]: + OWN_IP=172.30.9.208\n[ 150.297608] cloud-init[1414]: + EXT_NET_MASK=24\n[ 150.299667] cloud-init[1414]: ++ awk '{print $2}'\n[ 150.300677] cloud-init[1414]: ++ getent hosts\n[ 150.303786] cloud-init[1414]: ++ awk '{print $1}'\n[ 150.305452] cloud-init[1414]: ++ cat /etc/hostname\n[ 150.308073] cloud-init[1414]: + [[ localhost\n[ 150.308953] cloud-init[1414]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 150.312027] cloud-init[1414]: + tee -a /etc/hosts\n[ 150.314174] cloud-init[1414]: ++ awk '{print $1}'\n[ 150.315102] cloud-init[1414]: ++ cat /etc/hostname\n[ 150.317743] cloud-init[1414]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 150.319033] cloud-init[1414]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 150.321025] cloud-init[1414]: + quagga_int=\n[ 150.322858] cloud-init[1414]: ++ awk 'NR>2{print $1}'\n[ 150.324486] cloud-init[1414]: ++ netstat -ia\n[ 150.327046] cloud-init[1414]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.329200] cloud-init[1414]: ++ grep ens3\n[ 150.330435] cloud-init[1414]: ++ ifconfig\n[ 150.331266] cloud-init[1414]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:95:ec:83 ' ']'\n[ 150.343734] cloud-init[1414]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.348028] cloud-init[1414]: ++ grep ens6\n[ 150.348862] cloud-init[1414]: ++ ifconfig\n[ 150.351108] cloud-init[1414]: + '[' -z '' ']'\n[ 150.351974] cloud-init[1414]: + quagga_int=ens6\n[ 150.354697] cloud-init[1414]: + break\n[ 150.355479] cloud-init[1414]: + '[' -z ens6 ']'\n[ 150.357622] cloud-init[1414]: + ip link set ens6 up\n[ 150.359558] cloud-init[1414]: + ip addr add 172.30.9.208/24 dev ens6\n[ 150.361460] cloud-init[1414]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 150.372416] cloud-init[1414]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 150.376045] cloud-init[1414]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 150.377190] cloud-init[1414]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 150.380029] cloud-init[1414]: + touch /var/log/bgpd.log\n[ 150.380999] cloud-init[1414]: + chown quagga:quagga /var/log/bgpd.log\n[ 150.384034] cloud-init[1414]: + chown quagga:quagga /etc/quagga/daemons\n[ 150.385662] cloud-init[1414]: + cat\n[ 150.387336] cloud-init[1414]: + touch /etc/quagga/zebra.conf\n[ 150.388499] cloud-init[1414]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 150.389756] cloud-init[1414]: + cat\n[ 150.390655] cloud-init[1414]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 150.391917] cloud-init[1414]: + service quagga restart\n[ 150.413169] cloud-init[1414]: + pgrep bgpd\n[ 150.418183] cloud-init[1414]: 1508\n[ 150.420078] cloud-init[1414]: + pgrep zebra\n[ 150.421830] cloud-init[1414]: 1504\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Oct 6 17:15:38 ec2: \n<14>Oct 6 17:15:38 ec2: #############################################################\n<14>Oct 6 17:15:38 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Oct 6 17:15:38 ec2: 1024 SHA256:Ro8LReZlDYWl2pL7m1Bs7OBCPaDHlMu1SYF4hx2ek8U root@sdnvpn-3-2-quagga (DSA)\n<14>Oct 6 17:15:38 ec2: 256 SHA256:BMO9Qp9e1TK0y5OaXbbMMsg5S+BGUZrF6gzEQ4eAfIQ root@sdnvpn-3-2-quagga (ECDSA)\n<14>Oct 6 17:15:38 ec2: 256 SHA256:/JyEVGDJOsclAf+4sZkNy19Pwwx1H9QiIntdCzia7lA root@sdnvpn-3-2-quagga (ED25519)\n<14>Oct 6 17:15:38 ec2: 2048 SHA256:Ouc5mYySsN2Y/zH0bCH0ygQZm8Lfj3c6FKbVhgSr2dg root@sdnvpn-3-2-quagga (RSA)\n<14>Oct 6 17:15:38 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Oct 6 17:15:38 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEEYyLuUzKwHb/+0EtsM8NjcwKkDFKpGAlZSQgu4PfdiDiwOveucbFtj266vuJEe3slKhEm30Fw+CM33HCqQLRk= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDlr24pj3jZHXtEmNI7y5+OGMh/ZyLR6712GHs1ryyx root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKPGU6254z2TRg1MMKTGJAfFn7BZJILntaBfs4RWGChXAIF3CnvDei8anbZ0abSsrE7ObJqFZ38waJKWK7P9xNOB0TdxJuvzjDSZt+d15+xUU10TyneXJXzLe91hW21nEagKdXpPqstn4obvEbr1PBMZncwHL1EIPpNNsjiIY+MTVoG5esUEbkPIkfrkT2aHD2NZCI27aN1HSNR88ht4pMLwxJTU8WwHXxH3RZuTGLcUMBpXSWj0a1P84LJVX0iHd2XUBWDAOanp+sIqc7tiZy9W+Zt0G74EHB7l8LUdgA8MJdqW7O1Y0YAWaxiO8q0+2P9TgVwlEGJkW2tICA6Ln5 root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 150.462029] cloud-init[1414]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 06 Oct 2018 17:15:17 +0000. Up 130.14 seconds.\n[ 150.463723] cloud-init[1414]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 150.465221] cloud-init[1414]: Cloud-init v. 0.7.9 finished at Sat, 06 Oct 2018 17:15:38 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 150.45 seconds\n"} 2018-10-06 17:15:58,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-fc9171c8-f49b-481c-805f-ceb66e5baf75 2018-10-06 17:15:58,473 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-10-06 17:15:58,474 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-06 17:15:58,474 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-06 17:15:58,475 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-06 17:15:58,477 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-06 17:15:59,209 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-06 17:15:59,209 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.208 --use-source-ip 172.30.9.23: client: JAVA_HOME not set; results may vary  2018-10-06 17:15:59,211 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-06 17:15:59,211 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-06 17:15:59,212 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-06 17:15:59,212 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-06 17:15:59,253 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-06 17:15:59,931 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-06 17:15:59,932 - 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.208, 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 1 seconds Read thread: off Write thread: off  2018-10-06 17:15:59,932 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-10-06 17:15:59,933 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-10-06 17:15:59,933 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-06 17:16:00,934 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-06 17:16:00,934 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-06 17:16:00,935 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-06 17:16:00,937 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-06 17:16:01,630 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-06 17:16:01,631 - 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.208, 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.23 For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread:off Write thread: off  2018-10-06 17:16:01,631 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-10-06 17:16:01,632 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-06 17:16:01,632 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-10-06 17:16:02,634 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-06 17:16:02,634 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-06 17:16:02,635 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-06 17:16:02,637 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-06 17:16:03,331 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-06 17:16:03,333 - 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.208, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.208 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.23 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.23, Local port: 33165 Foreign host: 172.30.9.208, Foreign port: 179 Nexthop: 172.30.9.23 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-10-06 17:16:03,333 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-10-06 17:16:03,333 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:01 2018-10-06 17:16:03,334 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-06 17:16:04,335 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-10-06 17:16:04,335 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-06 17:16:04,336 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-06 17:16:04,336 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-06 17:16:04,339 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-06 17:16:04,412 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-06 17:16:04,413 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-06 17:16:04,413 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-06 17:16:04,414 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-06 17:16:04,414 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-06 17:16:04,456 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-06 17:16:04,569 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-06 17:16:04,570 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-06 17:16:04,570 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-06 17:16:04,571 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-06 17:16:04,571 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-06 17:16:04,612 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-06 17:16:04,761 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-06 17:16:04,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/8a3563ff-b112-4821-8945-7b9631daaf35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5c65206b3cab74423c998f0bafe93b078e9fc5" 2018-10-06 17:16:04,768 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-06 17:16:04,965 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:16:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1eb531ef-e4fc-4f25-b0ab-dc7976551a01 x-compute-request-id: req-1eb531ef-e4fc-4f25-b0ab-dc7976551a01 Content-Length: 0 Content-Type: application/json 2018-10-06 17:16:04,966 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/8a3563ff-b112-4821-8945-7b9631daaf35 used request id req-1eb531ef-e4fc-4f25-b0ab-dc7976551a01 2018-10-06 17:16:04,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5c65206b3cab74423c998f0bafe93b078e9fc5" -d '{"forceDelete": null}' 2018-10-06 17:16:05,337 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:16:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12f6790d-f06b-4567-a11a-de851ec9c080 x-compute-request-id: req-12f6790d-f06b-4567-a11a-de851ec9c080 Content-Length: 0 Content-Type: application/json 2018-10-06 17:16:05,337 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb7f8d76-b343-4a36-8f6f-ea1a60f9320c/action used request id req-12f6790d-f06b-4567-a11a-de851ec9c080 2018-10-06 17:16:05,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ebfd61bb5dda09ae62112c262b2291044f2e6d47" 2018-10-06 17:16:07,113 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-54103185-13ee-4749-aed2-3e4ff7606174 Date: Sat, 06 Oct 2018 17:16:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:16:07,114 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/adfba29e-2860-4fbc-a4c7-9b84a40995ce used request id req-54103185-13ee-4749-aed2-3e4ff7606174 2018-10-06 17:16:07,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/a3aa3b59-9cc3-421e-9141-ca0dcd7a5dbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:08,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c52bf580-f745-49e2-acb4-2bf12d91cffd Content-Length: 0 Date: Sat, 06 Oct 2018 17:16:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:08,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/a3aa3b59-9cc3-421e-9141-ca0dcd7a5dbb used request id req-c52bf580-f745-49e2-acb4-2bf12d91cffd 2018-10-06 17:16:08,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/d11405e4-08b9-48e5-93d6-644f2d2b8339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:09,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c9ebd62-d0d9-40e1-b318-d368ffb32981 Content-Length: 0 Date: Sat, 06 Oct 2018 17:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:09,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/d11405e4-08b9-48e5-93d6-644f2d2b8339 used request id req-1c9ebd62-d0d9-40e1-b318-d368ffb32981 2018-10-06 17:16:09,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"subnet_id": "675ad0d7-7b23-4877-9639-c2eac1005372"}' 2018-10-06 17:16:10,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-904cb6fb-7bac-40b1-9275-257e67071f8f Date: Sat, 06 Oct 2018 17:16:10 GMT RESP BODY: {"network_id": "dec69ef9-7d90-4230-b6c3-09ee7d7a9792", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "675ad0d7-7b23-4877-9639-c2eac1005372", "subnet_ids": ["675ad0d7-7b23-4877-9639-c2eac1005372"], "port_id": "c7b51f3d-051d-43c9-90c7-9fc2565fe34f", "id": "45ef8a62-52c7-488b-9186-4041b3098adc"} 2018-10-06 17:16:10,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc/remove_router_interface used request id req-904cb6fb-7bac-40b1-9275-257e67071f8f 2018-10-06 17:16:10,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"subnet_id": "db382f9c-a793-4ccd-a273-411b4a282660"}' 2018-10-06 17:16:11,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-00b2fc1b-c0b2-4360-aabf-19f333a43a0b Date: Sat, 06 Oct 2018 17:16:11 GMT RESP BODY: {"network_id": "db6cca03-1d2e-4be2-939c-8a2d67e21a5b", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "db382f9c-a793-4ccd-a273-411b4a282660", "subnet_ids": ["db382f9c-a793-4ccd-a273-411b4a282660"], "port_id": "d49719db-57d8-490f-b7c2-630b06670af9", "id": "741e1f45-64ce-4d0e-b304-7a67c1c8f76f"} 2018-10-06 17:16:11,691 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f/remove_router_interface used request id req-00b2fc1b-c0b2-4360-aabf-19f333a43a0b 2018-10-06 17:16:11,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:16:12,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-0e5eb6fe-8121-4896-80f4-121f18ded8ce Date: Sat, 06 Oct 2018 17:16:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:16:12Z", "revision_number": 8, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "45ef8a62-52c7-488b-9186-4041b3098adc", "name": "sdnvpn-3-1-router"}} 2018-10-06 17:16:12,703 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc used request id req-0e5eb6fe-8121-4896-80f4-121f18ded8ce 2018-10-06 17:16:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:16:13,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-7e904e56-178c-4108-8dfd-5c82c259ebf4 Date: Sat, 06 Oct 2018 17:16:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:10:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:16:13Z", "revision_number": 7, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "741e1f45-64ce-4d0e-b304-7a67c1c8f76f", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-06 17:16:13,680 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f used request id req-7e904e56-178c-4108-8dfd-5c82c259ebf4 2018-10-06 17:16:13,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/675ad0d7-7b23-4877-9639-c2eac1005372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:15,955 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa21d972-d8f8-4fdd-9bec-daa504475717 Date: Sat, 06 Oct 2018 17:16:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:15,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/675ad0d7-7b23-4877-9639-c2eac1005372 used request id req-fa21d972-d8f8-4fdd-9bec-daa504475717 2018-10-06 17:16:15,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/db382f9c-a793-4ccd-a273-411b4a282660 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:18,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-326cc901-2ae0-4e68-a544-a9543725791e Date: Sat, 06 Oct 2018 17:16:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:18,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/db382f9c-a793-4ccd-a273-411b4a282660 used request id req-326cc901-2ae0-4e68-a544-a9543725791e 2018-10-06 17:16:18,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:19,137 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2e80546-5e51-4b3c-ac7a-e492c439f3c3 Content-Length: 0 Date: Sat, 06 Oct 2018 17:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:19,138 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/45ef8a62-52c7-488b-9186-4041b3098adc used request id req-c2e80546-5e51-4b3c-ac7a-e492c439f3c3 2018-10-06 17:16:19,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:19,431 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2fe4e953-24f7-40aa-bf64-f6e7df5b96f1 Content-Length: 0 Date: Sat, 06 Oct 2018 17:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:19,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/741e1f45-64ce-4d0e-b304-7a67c1c8f76f used request id req-2fe4e953-24f7-40aa-bf64-f6e7df5b96f1 2018-10-06 17:16:19,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/dec69ef9-7d90-4230-b6c3-09ee7d7a9792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:20,345 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c3cc4fe-4668-4029-a0f9-f866fa4b5cb5 Date: Sat, 06 Oct 2018 17:16:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:20,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/dec69ef9-7d90-4230-b6c3-09ee7d7a9792 used request id req-5c3cc4fe-4668-4029-a0f9-f866fa4b5cb5 2018-10-06 17:16:20,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/db6cca03-1d2e-4be2-939c-8a2d67e21a5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e822497de46d250cc451be7e03104e990ffb07" 2018-10-06 17:16:21,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6747aad-4e61-43e3-980a-9c51ffeeabc1 Date: Sat, 06 Oct 2018 17:16:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:16:21,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/db6cca03-1d2e-4be2-939c-8a2d67e21a5b used request id req-f6747aad-4e61-43e3-980a-9c51ffeeabc1 2018-10-06 17:16:21,198 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that OpenDaylight can start/communicate with zrpcd/Quagga | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | zrpcd is running in overcloud-controller-2 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-0 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-1 | +----------------------------------------------------------------------------------------+ | PASS | Found BGP entity owner | +----------------------------------------------------------------------------------------+ | PASS | bgpd is running | +----------------------------------------------------------------------------------------+ | PASS | Assign a Floating IP to sdnvpn-3-2-quagga | | PASS | Bootstrap quagga inside an OpenStack instance | +========================================================================================+ +----------------------------------------------------------------------------------------+ | Peer Quagga with OpenDaylight | +----------------------------------------------------------------------------------------+ | PASS | Peering with quagga | +========================================================================================+ 2018-10-06 17:16:21,198 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-06 17:16:21,198 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-06 17:16:21,199 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-10-06 17:16:21,199 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-06 17:16:21,199 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-06 17:16:21,199 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-06 17:16:21,272 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-06 17:16:21,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:21,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:21,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:21,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:21,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:21,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:21,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:21,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:21,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:21,281 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:16:21,281 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-10-06 17:16:21,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:21,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9a676e-03f5-4626-9e15-95a22db7fb78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:21,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ac9a676e-03f5-4626-9e15-95a22db7fb78 2018-10-06 17:16:21,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:21,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["YjxY-429RoGg1HmmJuXHkQ"], "issued_at": "2018-10-06T17:16:21.000000Z"}} 2018-10-06 17:16:21,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f96c51866234751bcd0fa9398c4a5ab7b1b8a603" 2018-10-06 17:16:22,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-659baada-5e34-405c-b526-9f71a589a9b4 Date: Sat, 06 Oct 2018 17:16:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:16:22,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-659baada-5e34-405c-b526-9f71a589a9b4 2018-10-06 17:16:22,216 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:16:22,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f96c51866234751bcd0fa9398c4a5ab7b1b8a603" 2018-10-06 17:16:22,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4ed5322c-8c80-4c81-b3ed-1f43fd635c98 Date: Sat, 06 Oct 2018 17:16:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:16:22,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4ed5322c-8c80-4c81-b3ed-1f43fd635c98 2018-10-06 17:16:22,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f96c51866234751bcd0fa9398c4a5ab7b1b8a603" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:16:22,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0 X-Openstack-Request-Id: req-47c5c6fb-794d-4ee4-8ca9-c955fd764283 Date: Sat, 06 Oct 2018 17:16:22 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:16:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:16:22Z", "visibility": "public", "locations": [], "self": "/v2/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "min_disk": 0, "protected": false, "id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "file": "/v2/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:16:22,993 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-47c5c6fb-794d-4ee4-8ca9-c955fd764283 2018-10-06 17:16:23,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f96c51866234751bcd0fa9398c4a5ab7b1b8a603" -d '' 2018-10-06 17:16:24,456 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-645836f4-043f-488c-b319-2d105079a9a5 Date: Sat, 06 Oct 2018 17:16:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:16:24,456 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0/file used request id req-645836f4-043f-488c-b319-2d105079a9a5 2018-10-06 17:16:24,456 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-10-06 17:16:24,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:24,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58594184-4ef2-4385-9d4b-6dc3acaadda7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:24,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-58594184-4ef2-4385-9d4b-6dc3acaadda7 2018-10-06 17:16:24,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:24,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["IzFdtz9sScapOkKluin6zw"], "issued_at": "2018-10-06T17:16:24.000000Z"}} 2018-10-06 17:16:24,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-10-06 17:16:25,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-95035cf6-89ec-4e04-8692-00a58e8951ab Date: Sat, 06 Oct 2018 17:16: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":"28312575-e401-4f08-a3f4-85fdc170e897","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:16:25Z","is_default":false,"provider:segmentation_id":50,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:16:25Z","mtu":1450}} 2018-10-06 17:16:25,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-95035cf6-89ec-4e04-8692-00a58e8951ab 2018-10-06 17:16:25,411 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 28312575-e401-4f08-a3f4-85fdc170e897 with cidr 10.10.10.0/24 2018-10-06 17:16:25,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"subnets": [{"ip_version": 4, "network_id": "28312575-e401-4f08-a3f4-85fdc170e897", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-10-06 17:16:26,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-53930f7e-3d02-4958-8ddf-96d8a943c966 Date: Sat, 06 Oct 2018 17:16:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28312575-e401-4f08-a3f4-85fdc170e897","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:16:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:16:25Z","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":"b02668b3789342938652e3506ba63a25","id":"d6e4b17a-fef5-4d3b-8aee-3305580e3e7d","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-10-06 17:16:26,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-53930f7e-3d02-4958-8ddf-96d8a943c966 2018-10-06 17:16:26,102 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-10-06 17:16:26,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-10-06 17:16:26,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-cdf01941-55ce-4172-9afc-60be0eccb71a Date: Sat, 06 Oct 2018 17:16: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":"7e964c48-9011-4cb1-a3fa-93a5537e4fb3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:16:26Z","is_default":false,"provider:segmentation_id":97,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:16:26Z","mtu":1450}} 2018-10-06 17:16:26,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-cdf01941-55ce-4172-9afc-60be0eccb71a 2018-10-06 17:16:26,508 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 7e964c48-9011-4cb1-a3fa-93a5537e4fb3 with cidr 10.10.10.0/24 2018-10-06 17:16:26,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"subnets": [{"ip_version": 4, "network_id": "7e964c48-9011-4cb1-a3fa-93a5537e4fb3", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-10-06 17:16:27,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-57539f3a-e33b-4d49-82d9-bc3df1662c53 Date: Sat, 06 Oct 2018 17:16:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e964c48-9011-4cb1-a3fa-93a5537e4fb3","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:16:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:16:26Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"2a717087-efd2-45a5-9ff0-030c5a747ea9","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-10-06 17:16:27,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-57539f3a-e33b-4d49-82d9-bc3df1662c53 2018-10-06 17:16:27,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:16:27,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-77bab3f8-f834-4531-b2e4-6ddaf5c563eb Date: Sat, 06 Oct 2018 17:16:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:10:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-06T17:10:28Z", "revision_number": 0, "id": "6f120a01-567c-45a7-aa79-75fa5a215922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 179, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 7, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:16:27,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-77bab3f8-f834-4531-b2e4-6ddaf5c563eb 2018-10-06 17:16:27,540 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:16:27,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:27,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8d558e-c690-479c-9d23-fbeda50e2400 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:27,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7f8d558e-c690-479c-9d23-fbeda50e2400 2018-10-06 17:16:27,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:28,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["WQBvw0_ORFSF4LfK7dF-rw"], "issued_at": "2018-10-06T17:16:28.000000Z"}} 2018-10-06 17:16:28,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2758015366ae112fe1f4bf6e6707e05a43a8eb86" 2018-10-06 17:16:28,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d811898-40a8-430e-8801-010076c83294 x-compute-request-id: req-8d811898-40a8-430e-8801-010076c83294 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:16:28,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-8d811898-40a8-430e-8801-010076c83294 2018-10-06 17:16:28,180 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-06 17:16:28,180 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-10-06 17:16:28,180 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0 network=28312575-e401-4f08-a3f4-85fdc170e897 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:28,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:28,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:28,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:28,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:28,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:28,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:28,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:28,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:28,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:28,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:28,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:28,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:28,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:28,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:28,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:28,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:28,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c17ff99-68ea-4485-87d4-6761bb9c93ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:28,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5c17ff99-68ea-4485-87d4-6761bb9c93ff 2018-10-06 17:16:28,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:28,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["T3J5xBWjR0O2bYhj-mUXyA"], "issued_at": "2018-10-06T17:16:28.000000Z"}} 2018-10-06 17:16:28,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" 2018-10-06 17:16:28,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9b3d7cb-14ed-4b7a-8d45-3730f8276237 x-compute-request-id: req-e9b3d7cb-14ed-4b7a-8d45-3730f8276237 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:16:28,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e9b3d7cb-14ed-4b7a-8d45-3730f8276237 2018-10-06 17:16:28,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" 2018-10-06 17:16:28,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49d440d5-b3d5-4493-bfcd-787fdb77b274 x-compute-request-id: req-49d440d5-b3d5-4493-bfcd-787fdb77b274 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:16:28,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-49d440d5-b3d5-4493-bfcd-787fdb77b274 2018-10-06 17:16:28,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "28312575-e401-4f08-a3f4-85fdc170e897"}], "config_drive": true}}' 2018-10-06 17:16:31,287 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65b4604e-2076-4a7b-a4b4-36f77f0cceda x-compute-request-id: req-65b4604e-2076-4a7b-a4b4-36f77f0cceda Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "25a8f0da-df95-4e28-911a-04339cfc5447", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "bookmark"}], "adminPass": "wUmmbL73TJ5c"}} 2018-10-06 17:16:31,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-65b4604e-2076-4a7b-a4b4-36f77f0cceda 2018-10-06 17:16:31,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:31,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf1828b-cab0-4580-8805-9c985e1647bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:31,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ddf1828b-cab0-4580-8805-9c985e1647bd 2018-10-06 17:16:31,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:31,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["XTGuEzk1S5m_8FYo5YpAtA"], "issued_at": "2018-10-06T17:16:31.000000Z"}} 2018-10-06 17:16:31,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f480d2525a495d6eb7164a60f6948258c9d9059" 2018-10-06 17:16:32,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e86b9554-e458-4a6c-a5a3-58f9398262b2 x-compute-request-id: req-e86b9554-e458-4a6c-a5a3-58f9398262b2 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.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "25a8f0da-df95-4e28-911a-04339cfc5447", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:16:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-10-06T17:16:31Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:32,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 used request id req-e86b9554-e458-4a6c-a5a3-58f9398262b2 2018-10-06 17:16:35,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f480d2525a495d6eb7164a60f6948258c9d9059" 2018-10-06 17:16:35,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da21c6d5-62ea-4175-8bd0-d41a6eaa7480 x-compute-request-id: req-da21c6d5-62ea-4175-8bd0-d41a6eaa7480 Content-Encoding: gzip Content-Length: 779 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:2e:34:20", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "25a8f0da-df95-4e28-911a-04339cfc5447", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:16:32Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-10-06T17:16:31Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:35,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 used request id req-da21c6d5-62ea-4175-8bd0-d41a6eaa7480 2018-10-06 17:16:38,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f480d2525a495d6eb7164a60f6948258c9d9059" 2018-10-06 17:16:39,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38beedf7-90cc-4526-90c6-eed1ca0d114b x-compute-request-id: req-38beedf7-90cc-4526-90c6-eed1ca0d114b Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:34:20", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-10-06T17:16:32.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "25a8f0da-df95-4e28-911a-04339cfc5447", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:16:37Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-10-06T17:16:31Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:39,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 used request id req-38beedf7-90cc-4526-90c6-eed1ca0d114b 2018-10-06 17:16:39,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" 2018-10-06 17:16:40,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19c637ce-4ff7-4e54-89ed-6e4b03185206 x-compute-request-id: req-19c637ce-4ff7-4e54-89ed-6e4b03185206 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:34:20", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/25a8f0da-df95-4e28-911a-04339cfc5447", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-10-06T17:16:32.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "25a8f0da-df95-4e28-911a-04339cfc5447", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:16:37Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-10-06T17:16:31Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:40,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447 used request id req-19c637ce-4ff7-4e54-89ed-6e4b03185206 2018-10-06 17:16:40,344 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-10-06 17:16:40,344 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-10-06 17:16:40,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2758015366ae112fe1f4bf6e6707e05a43a8eb86" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:16:41,792 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:16:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b910ab9-adfe-4843-bba0-5c6e75d588cc x-compute-request-id: req-7b910ab9-adfe-4843-bba0-5c6e75d588cc Content-Length: 0 Content-Type: application/json 2018-10-06 17:16:41,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-7b910ab9-adfe-4843-bba0-5c6e75d588cc 2018-10-06 17:16:41,793 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-10-06 17:16:41,793 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0 network=7e964c48-9011-4cb1-a3fa-93a5537e4fb3 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-10-06 17:16:41,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:41,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:41,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:41,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:41,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:41,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:41,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:41,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:41,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:41,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:41,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:41,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:41,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:41,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:41,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:41,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:41,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:41,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:41,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:41,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:41,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:41,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:41,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:41,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d824c810-6c1f-4388-8fee-9efd513c2100 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:41,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d824c810-6c1f-4388-8fee-9efd513c2100 2018-10-06 17:16:41,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:42,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["X8kmC07KQNOO70kx-H6C7w"], "issued_at": "2018-10-06T17:16:42.000000Z"}} 2018-10-06 17:16:42,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" 2018-10-06 17:16:42,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-549be50f-1f81-4633-bda9-ed93efedf773 x-compute-request-id: req-549be50f-1f81-4633-bda9-ed93efedf773 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:16:42,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-549be50f-1f81-4633-bda9-ed93efedf773 2018-10-06 17:16:42,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" 2018-10-06 17:16:42,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5eed9581-f7bf-4327-942c-e997bbeda01d x-compute-request-id: req-5eed9581-f7bf-4327-942c-e997bbeda01d Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:16:42,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-5eed9581-f7bf-4327-942c-e997bbeda01d 2018-10-06 17:16:42,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "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": "7e964c48-9011-4cb1-a3fa-93a5537e4fb3"}], "config_drive": true}}' 2018-10-06 17:16:44,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-891cb63b-bb2e-4013-aabc-b281df479f02 x-compute-request-id: req-891cb63b-bb2e-4013-aabc-b281df479f02 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c8c7dbb0-c812-41f8-9354-b87bf80e479b", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "bookmark"}], "adminPass": "3rvou8uetAqx"}} 2018-10-06 17:16:44,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-891cb63b-bb2e-4013-aabc-b281df479f02 2018-10-06 17:16:44,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:44,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91743961-acbf-4c42-af66-0108bc22cca1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:44,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-91743961-acbf-4c42-af66-0108bc22cca1 2018-10-06 17:16:44,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:44,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["XcokiWe0RyuuJqG1jLxdeA"], "issued_at": "2018-10-06T17:16:44.000000Z"}} 2018-10-06 17:16:44,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe430108b850d45dd0923a91b6bae6a7d1d0b0d9" 2018-10-06 17:16:44,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86b89fa6-9062-44ac-95f9-67d9c202749a x-compute-request-id: req-86b89fa6-9062-44ac-95f9-67d9c202749a Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c8c7dbb0-c812-41f8-9354-b87bf80e479b", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:16:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-10-06T17:16:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:44,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b used request id req-86b89fa6-9062-44ac-95f9-67d9c202749a 2018-10-06 17:16:47,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe430108b850d45dd0923a91b6bae6a7d1d0b0d9" 2018-10-06 17:16:48,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcf79a14-2158-437d-b144-b5b97d385172 x-compute-request-id: req-bcf79a14-2158-437d-b144-b5b97d385172 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:c8:53", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c8c7dbb0-c812-41f8-9354-b87bf80e479b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:16:45Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-10-06T17:16:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:48,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b used request id req-bcf79a14-2158-437d-b144-b5b97d385172 2018-10-06 17:16:51,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe430108b850d45dd0923a91b6bae6a7d1d0b0d9" 2018-10-06 17:16:52,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16: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-921781ed-e688-435b-8bd6-be50c6db743d x-compute-request-id: req-921781ed-e688-435b-8bd6-be50c6db743d 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:ae:c8:53", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-10-06T17:16:43.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c8c7dbb0-c812-41f8-9354-b87bf80e479b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:16:48Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-10-06T17:16:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:52,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b used request id req-921781ed-e688-435b-8bd6-be50c6db743d 2018-10-06 17:16:52,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" 2018-10-06 17:16:52,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15816174-31d9-4f8b-a67d-8bdec27f8f18 x-compute-request-id: req-15816174-31d9-4f8b-a67d-8bdec27f8f18 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:ae:c8:53", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-10-06T17:16:43.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c8c7dbb0-c812-41f8-9354-b87bf80e479b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:16:48Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-10-06T17:16:44Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:52,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b used request id req-15816174-31d9-4f8b-a67d-8bdec27f8f18 2018-10-06 17:16:52,830 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-10-06 17:16:52,830 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-10-06 17:16:52,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2758015366ae112fe1f4bf6e6707e05a43a8eb86" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:16:54,348 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:16:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c63a89c4-eca6-40f1-941b-f24405042f9e x-compute-request-id: req-c63a89c4-eca6-40f1-941b-f24405042f9e Content-Length: 0 Content-Type: application/json 2018-10-06 17:16:54,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-c63a89c4-eca6-40f1-941b-f24405042f9e 2018-10-06 17:16:54,350 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-10-06 17:16:54,351 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0 network=28312575-e401-4f08-a3f4-85fdc170e897 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-10-06 17:16:54,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:54,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:54,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:54,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:54,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:16:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:16:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:16:54,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:16:54,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:54,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-959707f7-4b38-45f1-90c6-11076e055a9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:54,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-959707f7-4b38-45f1-90c6-11076e055a9e 2018-10-06 17:16:54,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:54,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["1FK1kDDdQeO4pQAGk9_zjA"], "issued_at": "2018-10-06T17:16:54.000000Z"}} 2018-10-06 17:16:54,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e5ed69da1d5717ee85d626243ea3da7fc7ed64" 2018-10-06 17:16:54,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5117737d-cb98-4e45-afb6-b4c9f636bee6 x-compute-request-id: req-5117737d-cb98-4e45-afb6-b4c9f636bee6 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:16:54,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5117737d-cb98-4e45-afb6-b4c9f636bee6 2018-10-06 17:16:54,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e5ed69da1d5717ee85d626243ea3da7fc7ed64" 2018-10-06 17:16:54,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e90bf5f2-dc48-456d-b1d5-f9bfa36b0c9f x-compute-request-id: req-e90bf5f2-dc48-456d-b1d5-f9bfa36b0c9f Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:16:54,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-e90bf5f2-dc48-456d-b1d5-f9bfa36b0c9f 2018-10-06 17:16:54,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e5ed69da1d5717ee85d626243ea3da7fc7ed64" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "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": "28312575-e401-4f08-a3f4-85fdc170e897"}], "config_drive": true}}' 2018-10-06 17:16:56,822 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-347e314c-4662-477c-8901-780ae9acee3b x-compute-request-id: req-347e314c-4662-477c-8901-780ae9acee3b Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dd3e6b2d-63cb-4206-8803-eac575e7a97b", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "bookmark"}], "adminPass": "62cJydWCvwVY"}} 2018-10-06 17:16:56,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-347e314c-4662-477c-8901-780ae9acee3b 2018-10-06 17:16:56,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:16:56,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b2f970-3774-4435-831a-3d3d4fd32d9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:16:56,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b5b2f970-3774-4435-831a-3d3d4fd32d9c 2018-10-06 17:16:56,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:16:57,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["21apjqlLRqav2pWw__0OIg"], "issued_at": "2018-10-06T17:16:57.000000Z"}} 2018-10-06 17:16:57,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3600e747674a568b6c922aa846d858fe33d82646" 2018-10-06 17:16:57,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:16:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67153fd7-cae6-481f-9b55-94a35f3b82b5 x-compute-request-id: req-67153fd7-cae6-481f-9b55-94a35f3b82b5 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.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "dd3e6b2d-63cb-4206-8803-eac575e7a97b", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:16:57Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2018-10-06T17:16:56Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:16:57,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b used request id req-67153fd7-cae6-481f-9b55-94a35f3b82b5 2018-10-06 17:17:00,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3600e747674a568b6c922aa846d858fe33d82646" 2018-10-06 17:17:01,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cceb60e2-fe2a-4aaa-b419-8004e05c924c x-compute-request-id: req-cceb60e2-fe2a-4aaa-b419-8004e05c924c 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.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "dd3e6b2d-63cb-4206-8803-eac575e7a97b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:16:58Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-10-06T17:16:56Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:17:01,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b used request id req-cceb60e2-fe2a-4aaa-b419-8004e05c924c 2018-10-06 17:17:04,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3600e747674a568b6c922aa846d858fe33d82646" 2018-10-06 17:17:05,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17: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-5bba82da-a8a2-40fd-854e-cc34770f56ab x-compute-request-id: req-5bba82da-a8a2-40fd-854e-cc34770f56ab Content-Encoding: gzip Content-Length: 786 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:47:9d:93", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": "2018-10-06T17:16:57.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "dd3e6b2d-63cb-4206-8803-eac575e7a97b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:17:02Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-10-06T17:16:56Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:17:05,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b used request id req-5bba82da-a8a2-40fd-854e-cc34770f56ab 2018-10-06 17:17:05,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e5ed69da1d5717ee85d626243ea3da7fc7ed64" 2018-10-06 17:17:05,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-514ce591-d4c8-4d2d-9575-fd8abd9e0b6c x-compute-request-id: req-514ce591-d4c8-4d2d-9575-fd8abd9e0b6c Content-Encoding: gzip Content-Length: 786 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:47:9d:93", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b", "rel": "bookmark"}], "image": {"id": "87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "links": [{"href": "http://172.30.9.26:8774/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": "2018-10-06T17:16:57.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "dd3e6b2d-63cb-4206-8803-eac575e7a97b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:17:02Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-10-06T17:16:56Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:17:05,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b used request id req-514ce591-d4c8-4d2d-9575-fd8abd9e0b6c 2018-10-06 17:17:05,802 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-10-06 17:17:05,802 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-10-06 17:17:05,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2758015366ae112fe1f4bf6e6707e05a43a8eb86" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:17:07,605 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:17:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-def3644b-47b6-4e25-9b4f-954bce49c220 x-compute-request-id: req-def3644b-47b6-4e25-9b4f-954bce49c220 Content-Length: 0 Content-Type: application/json 2018-10-06 17:17:07,605 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action used request id req-def3644b-47b6-4e25-9b4f-954bce49c220 2018-10-06 17:17:07,605 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-10-06 17:17:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-401176", "route_distinguishers": "111:111"}}' 2018-10-06 17:17:07,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-e18b4ebc-8718-493c-aa15-3293984d8543 Date: Sat, 06 Oct 2018 17:17:07 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "eaaad1fd-c352-4d9f-9f8b-0062544716b1", "name": "sdnvpn-1-401176", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:17:07,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-e18b4ebc-8718-493c-aa15-3293984d8543 2018-10-06 17:17:07,989 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-401176', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'b02668b3789342938652e3506ba63a25', u'route_targets': [u'55:55'], u'project_id': u'b02668b3789342938652e3506ba63a25', u'type': u'l3', u'id': u'eaaad1fd-c352-4d9f-9f8b-0062544716b1'}} 2018-10-06 17:17:07,990 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-10-06 17:17:07,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/eaaad1fd-c352-4d9f-9f8b-0062544716b1/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"network_association": {"network_id": "28312575-e401-4f08-a3f4-85fdc170e897"}}' 2018-10-06 17:17:08,474 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-6275ac7e-27fb-45aa-a915-4fb3b54a5ad6 Date: Sat, 06 Oct 2018 17:17:08 GMT RESP BODY: {"network_association": {"network_id": "28312575-e401-4f08-a3f4-85fdc170e897", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "ac62067b-aa43-4be3-a05c-4cf18bdfbd21"}} 2018-10-06 17:17:08,474 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/eaaad1fd-c352-4d9f-9f8b-0062544716b1/network_associations used request id req-6275ac7e-27fb-45aa-a915-4fb3b54a5ad6 2018-10-06 17:17:08,474 - sdnvpn_test_utils - INFO - Waiting for instance 25a8f0da-df95-4e28-911a-04339cfc5447 to boot up 2018-10-06 17:17:08,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:09,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61a688f5-a97b-43a4-ba34-245077671958 x-compute-request-id: req-61a688f5-a97b-43a4-ba34-245077671958 Content-Encoding: gzip Content-Length: 10236 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494017759 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132255] pid_max: default: 32768 minimum: 301\n[ 0.133156] ACPI: Core revision 20150930\n[ 0.134545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135856] Security Framework initialized\n[ 0.136678] Yama: becoming mindful.\n[ 0.137410] AppArmor: AppArmor initialized\n[ 0.138283] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139637] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143553] Initializing cgroup subsys io\n[ 0.144374] Initializing cgroup subsys memory\n[ 0.145234] Initializing cgroup subsys devices\n[ 0.146126] Initializing cgroup subsys freezer\n[ 0.147002] Initializing cgroup subsys net_cls\n[ 0.147872] Initializing cgroup subsys perf_event\n[ 0.148787] Initializing cgroup subsys net_prio\n[ 0.149686] Initializing cgroup subsys hugetlb\n[ 0.150559] Initializing cgroup subsys pids\n[ 0.151437] CPU: Physical Processor ID: 0\n[ 0.152948] mce: CPU supports 10 MCE banks\n[ 0.153821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173443] ftrace: allocating 31920 entries in 125 pages\n[ 0.199559] smpboot: Max logical packages: 1\n[ 0.200423] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201782] x2apic enabled\n[ 0.202593] Switched APIC routing to physical x2apic.\n[ 0.204331] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205456] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209230] KVM setup paravirtual spinlock\n[ 0.210531] x86: Booted up 1 node, 1 CPUs\n[ 0.211336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212730] devtmpfs: initialized\n[ 0.214451] evm: security.selinux\n[ 0.215152] evm: security.SMACK64\n[ 0.215853] evm: security.SMACK64EXEC\n[ 0.216614] evm: security.SMACK64TRANSMUTE\n[ 0.217425] evm: security.SMACK64MMAP\n[ 0.218174] evm: security.ima\n[ 0.218821] evm: security.capability\n[ 0.219629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221489] pinctrl core: initialized pinctrl subsystem\n[ 0.222597] RTC time: 17:16:32, date: 10/06/18\n[ 0.223558] NET: Registered protocol family 16\n[ 0.224533] cpuidle: using governor ladder\n[ 0.225352] cpuidle: using governor menu\n[ 0.226145] PCCT header not found.\n[ 0.226911] ACPI: bus type PCI registered\n[ 0.227725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228959] PCI: Using configuration type 1 for base access\n[ 0.230714] ACPI: Added _OSI(Module Device)\n[ 0.231561] ACPI: Added _OSI(Processor Device)\n[ 0.232425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233318] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235417] ACPI: Interpreter enabled\n[ 0.236187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243572] ACPI: (supports S0 S5)\n[ 0.244278] ACPI: Using IOAPIC for interrupt routing\n[ 0.245327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249569] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250808] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254218] acpiphp: Slot [3] registered\n[ 0.255024] acpiphp: Slot [4] registered\n[ 0.255830] acpiphp: Slot [5] registered\n[ 0.256633] acpiphp: Slot [6] registered\n[ 0.257435] acpiphp: Slot [7] registered\n[ 0.258236] acpiphp: Slot [8] registered\n[ 0.259040] acpiphp: Slot [9] registered\n[ 0.259841] acpiphp: Slot [10] registered\n[ 0.260659] acpiphp: Slot [11] registered\n[ 0.261475] acpiphp: Slot [12] registered\n[ 0.262293] acpiphp: Slot [13] registered\n[ 0.263109] acpiphp: Slot [14] registered\n[ 0.263925] acpiphp: Slot [15] registered\n[ 0.274785] acpiphp: Slot [16] registered\n[ 0.275607] acpiphp: Slot [17] registered\n[ 0.276427] acpiphp: Slot [18] registered\n[ 0.277237] acpiphp: Slot [19] registered\n[ 0.278040] acpiphp: Slot [20] registered\n[ 0.278860] acpiphp: Slot [21] registered\n[ 0.279680] acpiphp: Slot [22] registered\n[ 0.280494] acpiphp: Slot [23] registered\n[ 0.281307] acpiphp: Slot [24] registered\n[ 0.282122] acpiphp: Slot [25] registered\n[ 0.282940] acpiphp: Slot [26] registered\n[ 0.283757] acpiphp: Slot [27] registered\n[ 0.284574] acpiphp: Slot [28] registered\n[ 0.285390] acpiphp: Slot [29] registered\n[ 0.286201] acpiphp: Slot [30] registered\n[ 0.287023] acpiphp: Slot [31] registered\n[ 0.287839] PCI host bridge to bus 0000:00\n[ 0.288656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292535] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293973] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302571] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357761] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364386] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367113] vgaarb: loaded\n[ 0.367718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368856] SCSI subsystem initialized\n[ 0.369673] ACPI: bus type USB registered\n[ 0.370488] usbcore: registered new interface driver usbfs\n[ 0.371520] usbcore: registered new interface driver hub\n[ 0.372528] usbcore: registered new device driver usb\n[ 0.373584] PCI: Using ACPI for IRQ routing\n[ 0.374605] NetLabel: Initializing\n[ 0.375315] NetLabel: domain hash size = 128\n[ 0.376172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377130] NetLabel: unlabeled traffic allowed by default\n[ 0.378226] clocksource: Switched to clocksource kvm-clock\n[ 0.383774] AppArmor: AppArmor Filesystem Enabled\n[ 0.384737] pnp: PnP ACPI init\n[ 0.385650] pnp: PnP ACPI: found 5 devices\n[ 0.392046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393725] NET: Registered protocol family 2\n[ 0.394677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397104] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400511] NET: Registered protocol family 1\n[ 0.401374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402473] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431851] Trying to unpack rootfs image as initramfs...\n[ 0.482323] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496266] Scanning for low memory corruption every 60 seconds\n[ 0.497659] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498838] audit: initializing netlink subsys (disabled)\n[ 0.499885] audit: type=2000 audit(1538846193.043:1): initialized\n[ 0.501209] Initialise system trusted keyring\n[ 0.502165] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503367] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505342] zbud: loaded\n[ 0.506058] VFS: Disk quotas dquot_6.6.0\n[ 0.506905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508474] fuse init (API version 7.23)\n[ 0.509375] Key type big_key registered\n[ 0.510184] Allocating IMA MOK and blacklist keyrings.\n[ 0.511315] Key type asymmetric registered\n[ 0.512183] Asymmetric key parser 'x509' registered\n[ 0.513163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515053] io scheduler noop registered\n[ 0.515889] io scheduler deadline registered (default)\n[ 0.516917] io scheduler cfq registered\n[ 0.517790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518879] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521704] ACPI: Power Button [PWRF]\n[ 0.522578] GHES: HEST is not enabled!\n[ 0.536261] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591531] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594644] Linux agpgart interface v0.103\n[ 0.596767] brd: module loaded\n[ 0.597973] loop: module loaded\n[ 0.602800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604273] GPT:90111 != 2097151\n[ 0.604957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606058] GPT:90111 != 2097151\n[ 0.606749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607727] vda: vda1 vda15\n[ 0.609246] scsi host0: ata_piix\n[ 0.609989] scsi host1: ata_piix\n[ 0.610717] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613386] libphy: Fixed MDIO Bus: probed\n[ 0.614202] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617252] PPP generic driver version 2.4.2\n[ 0.618143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619444] ehci-pci: EHCI PCI platform driver\n[ 0.620319] ehci-platform: EHCI generic platform driver\n[ 0.621310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622458] ohci-pci: OHCI PCI platform driver\n[ 0.623331] ohci-platform: OHCI generic platform driver\n[ 0.624321] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641222] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642251] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646068] usb usb1: Product: UHCI Host Controller\n[ 0.647023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648187] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649192] hub 1-0:1.0: USB hub found\n[ 0.649976] hub 1-0:1.0: 2 ports detected\n[ 0.650895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653029] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655029] mousedev: PS/2 mouse device common for all mice\n[ 0.656289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661741] i2c /dev entries driver\n[ 0.662514] device-mapper: uevent: version 1.0.3\n[ 0.663468] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665132] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666437] NET: Registered protocol family 10\n[ 0.667448] NET: Registered protocol family 17\n[ 0.668344] Key type dns_resolver registered\n[ 0.669280] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672161] registered taskstats version 1\n[ 0.673008] Loading compiled-in X.509 certificates\n[ 0.674474] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676348] zswap: loaded using pool lzo/zbud\n[ 0.677735] Key type trusted registered\n[ 0.679300] Key type encrypted registered\n[ 0.680136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682211] evm: HMAC attrs: 0x1\n[ 0.683153] Magic number: 6:996:288\n[ 0.683943] tty tty21: hash matches\n[ 0.684750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:33 UTC (1538846193)\n[ 0.686383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687514] EDD information not available.\n[ 0.766752] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768206] ata1.00: configured for MWDMA2\n[ 0.779581] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781775] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783027] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784294] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786162] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787713] Write protecting the kernel read-only data: 14336k\n[ 0.789285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.422935] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCa1V69Kd8AiZ9oSCXUCoifV8U4qiB1my0vx/0Ep2TcLg7lqYSyiReO7ij7wczcbJ9qZt4jwBRsQfWJaaReZ4nOVIPvxxKTTTrnWOISxEFzSxH91Mb9SLFQ6DyeF9fVawT/rDepHY1YjVWbzJQ+bY+sIkB3GnqvCNyZT1iB7dAVO67gHAzz0dw4qsLeeGJ8WyEX6LYgx5cB93avSDS++3T0VkAQIPipsA8fKgEtJ2v3DMTNxQAH7SK0tgTpu/r8WVDhv2DHKYV2Fsz7sNLTPyZxLRgifniaq+NZGf4OylMhWYEMrjSdnzEhygQl3mS/6OcUln1VKjLQWP6xmSgq3cA5 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMiL9+aW4rZ+GnCwnYfj+JG8o4WiElVMWkMIx1qPT8ApXjd/AnMCmOT8IwHwUClx4uO5QnXMMD03YBy8Vxsm10v8yex3/6s/1C81DrPkFbzRsflsrp6OKsIBgksfgP/iZu1KDKVkW0ZWSKSgIZ5mdpYs1ALBECcfPzOipHETQjebAAAAFQC+ziwAKIoDAKHqvZ06cNIV0conAwAAAIAR6fEIASVO3l49+FDVYpDOI/skGnIZYM5e9EVfndF2q8YsirOv7a7RezHA55ujYaVwgxJJ/HFfNIHv18+lMbqPQIqIZn8tVqLC+A78gtJanC0SudCAxwR3MfctTJUmH3f9kHqsnu0VKwN/cE6A42E3rICd8JSllrI1ZnuRBAtyNgAAAIB3JFuDmZCz/jpFLh9Ixj5Syuz+OUwle4HsYrbMm7lBU7DgPiFEVdYleazjQ7bJ2laPeUtY2MhxUl2QlJJA8ft1nFasObVPUodVdgORg0MILVXx8VQwcsU7FaIz8+w1+IOEro3IYcyAh3JoXRs74ySJXtaF7Q5zuMTYBNyEERSw+Q== 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:fe2e:3420/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 25a8f0da-df95-4e28-911a-04339cfc5447\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n/dev/root resized successfully [took 1.46s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2E:34:20 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2e:3420/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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:17:09,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-61a688f5-a97b-43a4-ba34-245077671958 2018-10-06 17:17:11,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:12,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ed9cb17-e133-4820-bb59-b97b7584363e x-compute-request-id: req-0ed9cb17-e133-4820-bb59-b97b7584363e Content-Encoding: gzip Content-Length: 10255 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494017759 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132255] pid_max: default: 32768 minimum: 301\n[ 0.133156] ACPI: Core revision 20150930\n[ 0.134545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135856] Security Framework initialized\n[ 0.136678] Yama: becoming mindful.\n[ 0.137410] AppArmor: AppArmor initialized\n[ 0.138283] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139637] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143553] Initializing cgroup subsys io\n[ 0.144374] Initializing cgroup subsys memory\n[ 0.145234] Initializing cgroup subsys devices\n[ 0.146126] Initializing cgroup subsys freezer\n[ 0.147002] Initializing cgroup subsys net_cls\n[ 0.147872] Initializing cgroup subsys perf_event\n[ 0.148787] Initializing cgroup subsys net_prio\n[ 0.149686] Initializing cgroup subsys hugetlb\n[ 0.150559] Initializing cgroup subsys pids\n[ 0.151437] CPU: Physical Processor ID: 0\n[ 0.152948] mce: CPU supports 10 MCE banks\n[ 0.153821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173443] ftrace: allocating 31920 entries in 125 pages\n[ 0.199559] smpboot: Max logical packages: 1\n[ 0.200423] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201782] x2apic enabled\n[ 0.202593] Switched APIC routing to physical x2apic.\n[ 0.204331] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205456] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209230] KVM setup paravirtual spinlock\n[ 0.210531] x86: Booted up 1 node, 1 CPUs\n[ 0.211336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212730] devtmpfs: initialized\n[ 0.214451] evm: security.selinux\n[ 0.215152] evm: security.SMACK64\n[ 0.215853] evm: security.SMACK64EXEC\n[ 0.216614] evm: security.SMACK64TRANSMUTE\n[ 0.217425] evm: security.SMACK64MMAP\n[ 0.218174] evm: security.ima\n[ 0.218821] evm: security.capability\n[ 0.219629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221489] pinctrl core: initialized pinctrl subsystem\n[ 0.222597] RTC time: 17:16:32, date: 10/06/18\n[ 0.223558] NET: Registered protocol family 16\n[ 0.224533] cpuidle: using governor ladder\n[ 0.225352] cpuidle: using governor menu\n[ 0.226145] PCCT header not found.\n[ 0.226911] ACPI: bus type PCI registered\n[ 0.227725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228959] PCI: Using configuration type 1 for base access\n[ 0.230714] ACPI: Added _OSI(Module Device)\n[ 0.231561] ACPI: Added _OSI(Processor Device)\n[ 0.232425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233318] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235417] ACPI: Interpreter enabled\n[ 0.236187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243572] ACPI: (supports S0 S5)\n[ 0.244278] ACPI: Using IOAPIC for interrupt routing\n[ 0.245327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249569] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250808] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254218] acpiphp: Slot [3] registered\n[ 0.255024] acpiphp: Slot [4] registered\n[ 0.255830] acpiphp: Slot [5] registered\n[ 0.256633] acpiphp: Slot [6] registered\n[ 0.257435] acpiphp: Slot [7] registered\n[ 0.258236] acpiphp: Slot [8] registered\n[ 0.259040] acpiphp: Slot [9] registered\n[ 0.259841] acpiphp: Slot [10] registered\n[ 0.260659] acpiphp: Slot [11] registered\n[ 0.261475] acpiphp: Slot [12] registered\n[ 0.262293] acpiphp: Slot [13] registered\n[ 0.263109] acpiphp: Slot [14] registered\n[ 0.263925] acpiphp: Slot [15] registered\n[ 0.274785] acpiphp: Slot [16] registered\n[ 0.275607] acpiphp: Slot [17] registered\n[ 0.276427] acpiphp: Slot [18] registered\n[ 0.277237] acpiphp: Slot [19] registered\n[ 0.278040] acpiphp: Slot [20] registered\n[ 0.278860] acpiphp: Slot [21] registered\n[ 0.279680] acpiphp: Slot [22] registered\n[ 0.280494] acpiphp: Slot [23] registered\n[ 0.281307] acpiphp: Slot [24] registered\n[ 0.282122] acpiphp: Slot [25] registered\n[ 0.282940] acpiphp: Slot [26] registered\n[ 0.283757] acpiphp: Slot [27] registered\n[ 0.284574] acpiphp: Slot [28] registered\n[ 0.285390] acpiphp: Slot [29] registered\n[ 0.286201] acpiphp: Slot [30] registered\n[ 0.287023] acpiphp: Slot [31] registered\n[ 0.287839] PCI host bridge to bus 0000:00\n[ 0.288656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292535] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293973] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302571] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357761] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364386] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367113] vgaarb: loaded\n[ 0.367718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368856] SCSI subsystem initialized\n[ 0.369673] ACPI: bus type USB registered\n[ 0.370488] usbcore: registered new interface driver usbfs\n[ 0.371520] usbcore: registered new interface driver hub\n[ 0.372528] usbcore: registered new device driver usb\n[ 0.373584] PCI: Using ACPI for IRQ routing\n[ 0.374605] NetLabel: Initializing\n[ 0.375315] NetLabel: domain hash size = 128\n[ 0.376172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377130] NetLabel: unlabeled traffic allowed by default\n[ 0.378226] clocksource: Switched to clocksource kvm-clock\n[ 0.383774] AppArmor: AppArmor Filesystem Enabled\n[ 0.384737] pnp: PnP ACPI init\n[ 0.385650] pnp: PnP ACPI: found 5 devices\n[ 0.392046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393725] NET: Registered protocol family 2\n[ 0.394677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397104] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400511] NET: Registered protocol family 1\n[ 0.401374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402473] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431851] Trying to unpack rootfs image as initramfs...\n[ 0.482323] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496266] Scanning for low memory corruption every 60 seconds\n[ 0.497659] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498838] audit: initializing netlink subsys (disabled)\n[ 0.499885] audit: type=2000 audit(1538846193.043:1): initialized\n[ 0.501209] Initialise system trusted keyring\n[ 0.502165] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503367] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505342] zbud: loaded\n[ 0.506058] VFS: Disk quotas dquot_6.6.0\n[ 0.506905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508474] fuse init (API version 7.23)\n[ 0.509375] Key type big_key registered\n[ 0.510184] Allocating IMA MOK and blacklist keyrings.\n[ 0.511315] Key type asymmetric registered\n[ 0.512183] Asymmetric key parser 'x509' registered\n[ 0.513163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515053] io scheduler noop registered\n[ 0.515889] io scheduler deadline registered (default)\n[ 0.516917] io scheduler cfq registered\n[ 0.517790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518879] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521704] ACPI: Power Button [PWRF]\n[ 0.522578] GHES: HEST is not enabled!\n[ 0.536261] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591531] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594644] Linux agpgart interface v0.103\n[ 0.596767] brd: module loaded\n[ 0.597973] loop: module loaded\n[ 0.602800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604273] GPT:90111 != 2097151\n[ 0.604957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606058] GPT:90111 != 2097151\n[ 0.606749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607727] vda: vda1 vda15\n[ 0.609246] scsi host0: ata_piix\n[ 0.609989] scsi host1: ata_piix\n[ 0.610717] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613386] libphy: Fixed MDIO Bus: probed\n[ 0.614202] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617252] PPP generic driver version 2.4.2\n[ 0.618143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619444] ehci-pci: EHCI PCI platform driver\n[ 0.620319] ehci-platform: EHCI generic platform driver\n[ 0.621310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622458] ohci-pci: OHCI PCI platform driver\n[ 0.623331] ohci-platform: OHCI generic platform driver\n[ 0.624321] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641222] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642251] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646068] usb usb1: Product: UHCI Host Controller\n[ 0.647023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648187] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649192] hub 1-0:1.0: USB hub found\n[ 0.649976] hub 1-0:1.0: 2 ports detected\n[ 0.650895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653029] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655029] mousedev: PS/2 mouse device common for all mice\n[ 0.656289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661741] i2c /dev entries driver\n[ 0.662514] device-mapper: uevent: version 1.0.3\n[ 0.663468] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665132] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666437] NET: Registered protocol family 10\n[ 0.667448] NET: Registered protocol family 17\n[ 0.668344] Key type dns_resolver registered\n[ 0.669280] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672161] registered taskstats version 1\n[ 0.673008] Loading compiled-in X.509 certificates\n[ 0.674474] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676348] zswap: loaded using pool lzo/zbud\n[ 0.677735] Key type trusted registered\n[ 0.679300] Key type encrypted registered\n[ 0.680136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682211] evm: HMAC attrs: 0x1\n[ 0.683153] Magic number: 6:996:288\n[ 0.683943] tty tty21: hash matches\n[ 0.684750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:33 UTC (1538846193)\n[ 0.686383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687514] EDD information not available.\n[ 0.766752] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768206] ata1.00: configured for MWDMA2\n[ 0.779581] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781775] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783027] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784294] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786162] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787713] Write protecting the kernel read-only data: 14336k\n[ 0.789285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.422935] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCa1V69Kd8AiZ9oSCXUCoifV8U4qiB1my0vx/0Ep2TcLg7lqYSyiReO7ij7wczcbJ9qZt4jwBRsQfWJaaReZ4nOVIPvxxKTTTrnWOISxEFzSxH91Mb9SLFQ6DyeF9fVawT/rDepHY1YjVWbzJQ+bY+sIkB3GnqvCNyZT1iB7dAVO67gHAzz0dw4qsLeeGJ8WyEX6LYgx5cB93avSDS++3T0VkAQIPipsA8fKgEtJ2v3DMTNxQAH7SK0tgTpu/r8WVDhv2DHKYV2Fsz7sNLTPyZxLRgifniaq+NZGf4OylMhWYEMrjSdnzEhygQl3mS/6OcUln1VKjLQWP6xmSgq3cA5 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMiL9+aW4rZ+GnCwnYfj+JG8o4WiElVMWkMIx1qPT8ApXjd/AnMCmOT8IwHwUClx4uO5QnXMMD03YBy8Vxsm10v8yex3/6s/1C81DrPkFbzRsflsrp6OKsIBgksfgP/iZu1KDKVkW0ZWSKSgIZ5mdpYs1ALBECcfPzOipHETQjebAAAAFQC+ziwAKIoDAKHqvZ06cNIV0conAwAAAIAR6fEIASVO3l49+FDVYpDOI/skGnIZYM5e9EVfndF2q8YsirOv7a7RezHA55ujYaVwgxJJ/HFfNIHv18+lMbqPQIqIZn8tVqLC+A78gtJanC0SudCAxwR3MfctTJUmH3f9kHqsnu0VKwN/cE6A42E3rICd8JSllrI1ZnuRBAtyNgAAAIB3JFuDmZCz/jpFLh9Ixj5Syuz+OUwle4HsYrbMm7lBU7DgPiFEVdYleazjQ7bJ2laPeUtY2MhxUl2QlJJA8ft1nFasObVPUodVdgORg0MILVXx8VQwcsU7FaIz8+w1+IOEro3IYcyAh3JoXRs74ySJXtaF7Q5zuMTYBNyEERSw+Q== 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:fe2e:3420/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 25a8f0da-df95-4e28-911a-04339cfc5447\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n/dev/root resized successfully [took 1.46s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2E:34:20 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2e:3420/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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:17:12,648 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-0ed9cb17-e133-4820-bb59-b97b7584363e 2018-10-06 17:17:14,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:15,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b31f6e6b-2fae-43ab-b428-e5778d2e7c89 x-compute-request-id: req-b31f6e6b-2fae-43ab-b428-e5778d2e7c89 Content-Encoding: gzip Content-Length: 10255 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494017759 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132255] pid_max: default: 32768 minimum: 301\n[ 0.133156] ACPI: Core revision 20150930\n[ 0.134545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135856] Security Framework initialized\n[ 0.136678] Yama: becoming mindful.\n[ 0.137410] AppArmor: AppArmor initialized\n[ 0.138283] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139637] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143553] Initializing cgroup subsys io\n[ 0.144374] Initializing cgroup subsys memory\n[ 0.145234] Initializing cgroup subsys devices\n[ 0.146126] Initializing cgroup subsys freezer\n[ 0.147002] Initializing cgroup subsys net_cls\n[ 0.147872] Initializing cgroup subsys perf_event\n[ 0.148787] Initializing cgroup subsys net_prio\n[ 0.149686] Initializing cgroup subsys hugetlb\n[ 0.150559] Initializing cgroup subsys pids\n[ 0.151437] CPU: Physical Processor ID: 0\n[ 0.152948] mce: CPU supports 10 MCE banks\n[ 0.153821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173443] ftrace: allocating 31920 entries in 125 pages\n[ 0.199559] smpboot: Max logical packages: 1\n[ 0.200423] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201782] x2apic enabled\n[ 0.202593] Switched APIC routing to physical x2apic.\n[ 0.204331] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205456] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209230] KVM setup paravirtual spinlock\n[ 0.210531] x86: Booted up 1 node, 1 CPUs\n[ 0.211336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212730] devtmpfs: initialized\n[ 0.214451] evm: security.selinux\n[ 0.215152] evm: security.SMACK64\n[ 0.215853] evm: security.SMACK64EXEC\n[ 0.216614] evm: security.SMACK64TRANSMUTE\n[ 0.217425] evm: security.SMACK64MMAP\n[ 0.218174] evm: security.ima\n[ 0.218821] evm: security.capability\n[ 0.219629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221489] pinctrl core: initialized pinctrl subsystem\n[ 0.222597] RTC time: 17:16:32, date: 10/06/18\n[ 0.223558] NET: Registered protocol family 16\n[ 0.224533] cpuidle: using governor ladder\n[ 0.225352] cpuidle: using governor menu\n[ 0.226145] PCCT header not found.\n[ 0.226911] ACPI: bus type PCI registered\n[ 0.227725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228959] PCI: Using configuration type 1 for base access\n[ 0.230714] ACPI: Added _OSI(Module Device)\n[ 0.231561] ACPI: Added _OSI(Processor Device)\n[ 0.232425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233318] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235417] ACPI: Interpreter enabled\n[ 0.236187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243572] ACPI: (supports S0 S5)\n[ 0.244278] ACPI: Using IOAPIC for interrupt routing\n[ 0.245327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249569] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250808] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254218] acpiphp: Slot [3] registered\n[ 0.255024] acpiphp: Slot [4] registered\n[ 0.255830] acpiphp: Slot [5] registered\n[ 0.256633] acpiphp: Slot [6] registered\n[ 0.257435] acpiphp: Slot [7] registered\n[ 0.258236] acpiphp: Slot [8] registered\n[ 0.259040] acpiphp: Slot [9] registered\n[ 0.259841] acpiphp: Slot [10] registered\n[ 0.260659] acpiphp: Slot [11] registered\n[ 0.261475] acpiphp: Slot [12] registered\n[ 0.262293] acpiphp: Slot [13] registered\n[ 0.263109] acpiphp: Slot [14] registered\n[ 0.263925] acpiphp: Slot [15] registered\n[ 0.274785] acpiphp: Slot [16] registered\n[ 0.275607] acpiphp: Slot [17] registered\n[ 0.276427] acpiphp: Slot [18] registered\n[ 0.277237] acpiphp: Slot [19] registered\n[ 0.278040] acpiphp: Slot [20] registered\n[ 0.278860] acpiphp: Slot [21] registered\n[ 0.279680] acpiphp: Slot [22] registered\n[ 0.280494] acpiphp: Slot [23] registered\n[ 0.281307] acpiphp: Slot [24] registered\n[ 0.282122] acpiphp: Slot [25] registered\n[ 0.282940] acpiphp: Slot [26] registered\n[ 0.283757] acpiphp: Slot [27] registered\n[ 0.284574] acpiphp: Slot [28] registered\n[ 0.285390] acpiphp: Slot [29] registered\n[ 0.286201] acpiphp: Slot [30] registered\n[ 0.287023] acpiphp: Slot [31] registered\n[ 0.287839] PCI host bridge to bus 0000:00\n[ 0.288656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292535] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293973] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302571] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357761] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364386] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367113] vgaarb: loaded\n[ 0.367718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368856] SCSI subsystem initialized\n[ 0.369673] ACPI: bus type USB registered\n[ 0.370488] usbcore: registered new interface driver usbfs\n[ 0.371520] usbcore: registered new interface driver hub\n[ 0.372528] usbcore: registered new device driver usb\n[ 0.373584] PCI: Using ACPI for IRQ routing\n[ 0.374605] NetLabel: Initializing\n[ 0.375315] NetLabel: domain hash size = 128\n[ 0.376172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377130] NetLabel: unlabeled traffic allowed by default\n[ 0.378226] clocksource: Switched to clocksource kvm-clock\n[ 0.383774] AppArmor: AppArmor Filesystem Enabled\n[ 0.384737] pnp: PnP ACPI init\n[ 0.385650] pnp: PnP ACPI: found 5 devices\n[ 0.392046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393725] NET: Registered protocol family 2\n[ 0.394677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397104] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400511] NET: Registered protocol family 1\n[ 0.401374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402473] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431851] Trying to unpack rootfs image as initramfs...\n[ 0.482323] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496266] Scanning for low memory corruption every 60 seconds\n[ 0.497659] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498838] audit: initializing netlink subsys (disabled)\n[ 0.499885] audit: type=2000 audit(1538846193.043:1): initialized\n[ 0.501209] Initialise system trusted keyring\n[ 0.502165] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503367] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505342] zbud: loaded\n[ 0.506058] VFS: Disk quotas dquot_6.6.0\n[ 0.506905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508474] fuse init (API version 7.23)\n[ 0.509375] Key type big_key registered\n[ 0.510184] Allocating IMA MOK and blacklist keyrings.\n[ 0.511315] Key type asymmetric registered\n[ 0.512183] Asymmetric key parser 'x509' registered\n[ 0.513163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515053] io scheduler noop registered\n[ 0.515889] io scheduler deadline registered (default)\n[ 0.516917] io scheduler cfq registered\n[ 0.517790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518879] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521704] ACPI: Power Button [PWRF]\n[ 0.522578] GHES: HEST is not enabled!\n[ 0.536261] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591531] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594644] Linux agpgart interface v0.103\n[ 0.596767] brd: module loaded\n[ 0.597973] loop: module loaded\n[ 0.602800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604273] GPT:90111 != 2097151\n[ 0.604957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606058] GPT:90111 != 2097151\n[ 0.606749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607727] vda: vda1 vda15\n[ 0.609246] scsi host0: ata_piix\n[ 0.609989] scsi host1: ata_piix\n[ 0.610717] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613386] libphy: Fixed MDIO Bus: probed\n[ 0.614202] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617252] PPP generic driver version 2.4.2\n[ 0.618143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619444] ehci-pci: EHCI PCI platform driver\n[ 0.620319] ehci-platform: EHCI generic platform driver\n[ 0.621310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622458] ohci-pci: OHCI PCI platform driver\n[ 0.623331] ohci-platform: OHCI generic platform driver\n[ 0.624321] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641222] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642251] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646068] usb usb1: Product: UHCI Host Controller\n[ 0.647023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648187] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649192] hub 1-0:1.0: USB hub found\n[ 0.649976] hub 1-0:1.0: 2 ports detected\n[ 0.650895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653029] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655029] mousedev: PS/2 mouse device common for all mice\n[ 0.656289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661741] i2c /dev entries driver\n[ 0.662514] device-mapper: uevent: version 1.0.3\n[ 0.663468] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665132] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666437] NET: Registered protocol family 10\n[ 0.667448] NET: Registered protocol family 17\n[ 0.668344] Key type dns_resolver registered\n[ 0.669280] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672161] registered taskstats version 1\n[ 0.673008] Loading compiled-in X.509 certificates\n[ 0.674474] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676348] zswap: loaded using pool lzo/zbud\n[ 0.677735] Key type trusted registered\n[ 0.679300] Key type encrypted registered\n[ 0.680136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682211] evm: HMAC attrs: 0x1\n[ 0.683153] Magic number: 6:996:288\n[ 0.683943] tty tty21: hash matches\n[ 0.684750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:33 UTC (1538846193)\n[ 0.686383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687514] EDD information not available.\n[ 0.766752] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768206] ata1.00: configured for MWDMA2\n[ 0.779581] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781775] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783027] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784294] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786162] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787713] Write protecting the kernel read-only data: 14336k\n[ 0.789285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.422935] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCa1V69Kd8AiZ9oSCXUCoifV8U4qiB1my0vx/0Ep2TcLg7lqYSyiReO7ij7wczcbJ9qZt4jwBRsQfWJaaReZ4nOVIPvxxKTTTrnWOISxEFzSxH91Mb9SLFQ6DyeF9fVawT/rDepHY1YjVWbzJQ+bY+sIkB3GnqvCNyZT1iB7dAVO67gHAzz0dw4qsLeeGJ8WyEX6LYgx5cB93avSDS++3T0VkAQIPipsA8fKgEtJ2v3DMTNxQAH7SK0tgTpu/r8WVDhv2DHKYV2Fsz7sNLTPyZxLRgifniaq+NZGf4OylMhWYEMrjSdnzEhygQl3mS/6OcUln1VKjLQWP6xmSgq3cA5 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMiL9+aW4rZ+GnCwnYfj+JG8o4WiElVMWkMIx1qPT8ApXjd/AnMCmOT8IwHwUClx4uO5QnXMMD03YBy8Vxsm10v8yex3/6s/1C81DrPkFbzRsflsrp6OKsIBgksfgP/iZu1KDKVkW0ZWSKSgIZ5mdpYs1ALBECcfPzOipHETQjebAAAAFQC+ziwAKIoDAKHqvZ06cNIV0conAwAAAIAR6fEIASVO3l49+FDVYpDOI/skGnIZYM5e9EVfndF2q8YsirOv7a7RezHA55ujYaVwgxJJ/HFfNIHv18+lMbqPQIqIZn8tVqLC+A78gtJanC0SudCAxwR3MfctTJUmH3f9kHqsnu0VKwN/cE6A42E3rICd8JSllrI1ZnuRBAtyNgAAAIB3JFuDmZCz/jpFLh9Ixj5Syuz+OUwle4HsYrbMm7lBU7DgPiFEVdYleazjQ7bJ2laPeUtY2MhxUl2QlJJA8ft1nFasObVPUodVdgORg0MILVXx8VQwcsU7FaIz8+w1+IOEro3IYcyAh3JoXRs74ySJXtaF7Q5zuMTYBNyEERSw+Q== 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:fe2e:3420/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 25a8f0da-df95-4e28-911a-04339cfc5447\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n/dev/root resized successfully [took 1.46s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2E:34:20 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2e:3420/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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:17:15,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-b31f6e6b-2fae-43ab-b428-e5778d2e7c89 2018-10-06 17:17:17,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:18,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-485bc219-7bbf-45b5-9155-a17725f1549d x-compute-request-id: req-485bc219-7bbf-45b5-9155-a17725f1549d Content-Encoding: gzip Content-Length: 10255 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494017759 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132255] pid_max: default: 32768 minimum: 301\n[ 0.133156] ACPI: Core revision 20150930\n[ 0.134545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135856] Security Framework initialized\n[ 0.136678] Yama: becoming mindful.\n[ 0.137410] AppArmor: AppArmor initialized\n[ 0.138283] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139637] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143553] Initializing cgroup subsys io\n[ 0.144374] Initializing cgroup subsys memory\n[ 0.145234] Initializing cgroup subsys devices\n[ 0.146126] Initializing cgroup subsys freezer\n[ 0.147002] Initializing cgroup subsys net_cls\n[ 0.147872] Initializing cgroup subsys perf_event\n[ 0.148787] Initializing cgroup subsys net_prio\n[ 0.149686] Initializing cgroup subsys hugetlb\n[ 0.150559] Initializing cgroup subsys pids\n[ 0.151437] CPU: Physical Processor ID: 0\n[ 0.152948] mce: CPU supports 10 MCE banks\n[ 0.153821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173443] ftrace: allocating 31920 entries in 125 pages\n[ 0.199559] smpboot: Max logical packages: 1\n[ 0.200423] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201782] x2apic enabled\n[ 0.202593] Switched APIC routing to physical x2apic.\n[ 0.204331] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205456] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209230] KVM setup paravirtual spinlock\n[ 0.210531] x86: Booted up 1 node, 1 CPUs\n[ 0.211336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212730] devtmpfs: initialized\n[ 0.214451] evm: security.selinux\n[ 0.215152] evm: security.SMACK64\n[ 0.215853] evm: security.SMACK64EXEC\n[ 0.216614] evm: security.SMACK64TRANSMUTE\n[ 0.217425] evm: security.SMACK64MMAP\n[ 0.218174] evm: security.ima\n[ 0.218821] evm: security.capability\n[ 0.219629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221489] pinctrl core: initialized pinctrl subsystem\n[ 0.222597] RTC time: 17:16:32, date: 10/06/18\n[ 0.223558] NET: Registered protocol family 16\n[ 0.224533] cpuidle: using governor ladder\n[ 0.225352] cpuidle: using governor menu\n[ 0.226145] PCCT header not found.\n[ 0.226911] ACPI: bus type PCI registered\n[ 0.227725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228959] PCI: Using configuration type 1 for base access\n[ 0.230714] ACPI: Added _OSI(Module Device)\n[ 0.231561] ACPI: Added _OSI(Processor Device)\n[ 0.232425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233318] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235417] ACPI: Interpreter enabled\n[ 0.236187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243572] ACPI: (supports S0 S5)\n[ 0.244278] ACPI: Using IOAPIC for interrupt routing\n[ 0.245327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249569] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250808] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254218] acpiphp: Slot [3] registered\n[ 0.255024] acpiphp: Slot [4] registered\n[ 0.255830] acpiphp: Slot [5] registered\n[ 0.256633] acpiphp: Slot [6] registered\n[ 0.257435] acpiphp: Slot [7] registered\n[ 0.258236] acpiphp: Slot [8] registered\n[ 0.259040] acpiphp: Slot [9] registered\n[ 0.259841] acpiphp: Slot [10] registered\n[ 0.260659] acpiphp: Slot [11] registered\n[ 0.261475] acpiphp: Slot [12] registered\n[ 0.262293] acpiphp: Slot [13] registered\n[ 0.263109] acpiphp: Slot [14] registered\n[ 0.263925] acpiphp: Slot [15] registered\n[ 0.274785] acpiphp: Slot [16] registered\n[ 0.275607] acpiphp: Slot [17] registered\n[ 0.276427] acpiphp: Slot [18] registered\n[ 0.277237] acpiphp: Slot [19] registered\n[ 0.278040] acpiphp: Slot [20] registered\n[ 0.278860] acpiphp: Slot [21] registered\n[ 0.279680] acpiphp: Slot [22] registered\n[ 0.280494] acpiphp: Slot [23] registered\n[ 0.281307] acpiphp: Slot [24] registered\n[ 0.282122] acpiphp: Slot [25] registered\n[ 0.282940] acpiphp: Slot [26] registered\n[ 0.283757] acpiphp: Slot [27] registered\n[ 0.284574] acpiphp: Slot [28] registered\n[ 0.285390] acpiphp: Slot [29] registered\n[ 0.286201] acpiphp: Slot [30] registered\n[ 0.287023] acpiphp: Slot [31] registered\n[ 0.287839] PCI host bridge to bus 0000:00\n[ 0.288656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292535] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293973] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302571] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357761] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364386] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367113] vgaarb: loaded\n[ 0.367718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368856] SCSI subsystem initialized\n[ 0.369673] ACPI: bus type USB registered\n[ 0.370488] usbcore: registered new interface driver usbfs\n[ 0.371520] usbcore: registered new interface driver hub\n[ 0.372528] usbcore: registered new device driver usb\n[ 0.373584] PCI: Using ACPI for IRQ routing\n[ 0.374605] NetLabel: Initializing\n[ 0.375315] NetLabel: domain hash size = 128\n[ 0.376172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377130] NetLabel: unlabeled traffic allowed by default\n[ 0.378226] clocksource: Switched to clocksource kvm-clock\n[ 0.383774] AppArmor: AppArmor Filesystem Enabled\n[ 0.384737] pnp: PnP ACPI init\n[ 0.385650] pnp: PnP ACPI: found 5 devices\n[ 0.392046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393725] NET: Registered protocol family 2\n[ 0.394677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397104] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400511] NET: Registered protocol family 1\n[ 0.401374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402473] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431851] Trying to unpack rootfs image as initramfs...\n[ 0.482323] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496266] Scanning for low memory corruption every 60 seconds\n[ 0.497659] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498838] audit: initializing netlink subsys (disabled)\n[ 0.499885] audit: type=2000 audit(1538846193.043:1): initialized\n[ 0.501209] Initialise system trusted keyring\n[ 0.502165] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503367] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505342] zbud: loaded\n[ 0.506058] VFS: Disk quotas dquot_6.6.0\n[ 0.506905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508474] fuse init (API version 7.23)\n[ 0.509375] Key type big_key registered\n[ 0.510184] Allocating IMA MOK and blacklist keyrings.\n[ 0.511315] Key type asymmetric registered\n[ 0.512183] Asymmetric key parser 'x509' registered\n[ 0.513163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515053] io scheduler noop registered\n[ 0.515889] io scheduler deadline registered (default)\n[ 0.516917] io scheduler cfq registered\n[ 0.517790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518879] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521704] ACPI: Power Button [PWRF]\n[ 0.522578] GHES: HEST is not enabled!\n[ 0.536261] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591531] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594644] Linux agpgart interface v0.103\n[ 0.596767] brd: module loaded\n[ 0.597973] loop: module loaded\n[ 0.602800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604273] GPT:90111 != 2097151\n[ 0.604957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606058] GPT:90111 != 2097151\n[ 0.606749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607727] vda: vda1 vda15\n[ 0.609246] scsi host0: ata_piix\n[ 0.609989] scsi host1: ata_piix\n[ 0.610717] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613386] libphy: Fixed MDIO Bus: probed\n[ 0.614202] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617252] PPP generic driver version 2.4.2\n[ 0.618143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619444] ehci-pci: EHCI PCI platform driver\n[ 0.620319] ehci-platform: EHCI generic platform driver\n[ 0.621310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622458] ohci-pci: OHCI PCI platform driver\n[ 0.623331] ohci-platform: OHCI generic platform driver\n[ 0.624321] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641222] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642251] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646068] usb usb1: Product: UHCI Host Controller\n[ 0.647023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648187] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649192] hub 1-0:1.0: USB hub found\n[ 0.649976] hub 1-0:1.0: 2 ports detected\n[ 0.650895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653029] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655029] mousedev: PS/2 mouse device common for all mice\n[ 0.656289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661741] i2c /dev entries driver\n[ 0.662514] device-mapper: uevent: version 1.0.3\n[ 0.663468] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665132] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666437] NET: Registered protocol family 10\n[ 0.667448] NET: Registered protocol family 17\n[ 0.668344] Key type dns_resolver registered\n[ 0.669280] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672161] registered taskstats version 1\n[ 0.673008] Loading compiled-in X.509 certificates\n[ 0.674474] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676348] zswap: loaded using pool lzo/zbud\n[ 0.677735] Key type trusted registered\n[ 0.679300] Key type encrypted registered\n[ 0.680136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682211] evm: HMAC attrs: 0x1\n[ 0.683153] Magic number: 6:996:288\n[ 0.683943] tty tty21: hash matches\n[ 0.684750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:33 UTC (1538846193)\n[ 0.686383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687514] EDD information not available.\n[ 0.766752] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768206] ata1.00: configured for MWDMA2\n[ 0.779581] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781775] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783027] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784294] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786162] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787713] Write protecting the kernel read-only data: 14336k\n[ 0.789285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.422935] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCa1V69Kd8AiZ9oSCXUCoifV8U4qiB1my0vx/0Ep2TcLg7lqYSyiReO7ij7wczcbJ9qZt4jwBRsQfWJaaReZ4nOVIPvxxKTTTrnWOISxEFzSxH91Mb9SLFQ6DyeF9fVawT/rDepHY1YjVWbzJQ+bY+sIkB3GnqvCNyZT1iB7dAVO67gHAzz0dw4qsLeeGJ8WyEX6LYgx5cB93avSDS++3T0VkAQIPipsA8fKgEtJ2v3DMTNxQAH7SK0tgTpu/r8WVDhv2DHKYV2Fsz7sNLTPyZxLRgifniaq+NZGf4OylMhWYEMrjSdnzEhygQl3mS/6OcUln1VKjLQWP6xmSgq3cA5 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMiL9+aW4rZ+GnCwnYfj+JG8o4WiElVMWkMIx1qPT8ApXjd/AnMCmOT8IwHwUClx4uO5QnXMMD03YBy8Vxsm10v8yex3/6s/1C81DrPkFbzRsflsrp6OKsIBgksfgP/iZu1KDKVkW0ZWSKSgIZ5mdpYs1ALBECcfPzOipHETQjebAAAAFQC+ziwAKIoDAKHqvZ06cNIV0conAwAAAIAR6fEIASVO3l49+FDVYpDOI/skGnIZYM5e9EVfndF2q8YsirOv7a7RezHA55ujYaVwgxJJ/HFfNIHv18+lMbqPQIqIZn8tVqLC+A78gtJanC0SudCAxwR3MfctTJUmH3f9kHqsnu0VKwN/cE6A42E3rICd8JSllrI1ZnuRBAtyNgAAAIB3JFuDmZCz/jpFLh9Ixj5Syuz+OUwle4HsYrbMm7lBU7DgPiFEVdYleazjQ7bJ2laPeUtY2MhxUl2QlJJA8ft1nFasObVPUodVdgORg0MILVXx8VQwcsU7FaIz8+w1+IOEro3IYcyAh3JoXRs74ySJXtaF7Q5zuMTYBNyEERSw+Q== 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:fe2e:3420/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 25a8f0da-df95-4e28-911a-04339cfc5447\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n/dev/root resized successfully [took 1.46s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2E:34:20 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2e:3420/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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:17:18,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-485bc219-7bbf-45b5-9155-a17725f1549d 2018-10-06 17:17:20,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:21,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51ec4ef5-f02a-438a-b6f6-121ba0dc7871 x-compute-request-id: req-51ec4ef5-f02a-438a-b6f6-121ba0dc7871 Content-Encoding: gzip Content-Length: 10255 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494017759 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132255] pid_max: default: 32768 minimum: 301\n[ 0.133156] ACPI: Core revision 20150930\n[ 0.134545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135856] Security Framework initialized\n[ 0.136678] Yama: becoming mindful.\n[ 0.137410] AppArmor: AppArmor initialized\n[ 0.138283] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139637] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143553] Initializing cgroup subsys io\n[ 0.144374] Initializing cgroup subsys memory\n[ 0.145234] Initializing cgroup subsys devices\n[ 0.146126] Initializing cgroup subsys freezer\n[ 0.147002] Initializing cgroup subsys net_cls\n[ 0.147872] Initializing cgroup subsys perf_event\n[ 0.148787] Initializing cgroup subsys net_prio\n[ 0.149686] Initializing cgroup subsys hugetlb\n[ 0.150559] Initializing cgroup subsys pids\n[ 0.151437] CPU: Physical Processor ID: 0\n[ 0.152948] mce: CPU supports 10 MCE banks\n[ 0.153821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173443] ftrace: allocating 31920 entries in 125 pages\n[ 0.199559] smpboot: Max logical packages: 1\n[ 0.200423] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201782] x2apic enabled\n[ 0.202593] Switched APIC routing to physical x2apic.\n[ 0.204331] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205456] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209230] KVM setup paravirtual spinlock\n[ 0.210531] x86: Booted up 1 node, 1 CPUs\n[ 0.211336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212730] devtmpfs: initialized\n[ 0.214451] evm: security.selinux\n[ 0.215152] evm: security.SMACK64\n[ 0.215853] evm: security.SMACK64EXEC\n[ 0.216614] evm: security.SMACK64TRANSMUTE\n[ 0.217425] evm: security.SMACK64MMAP\n[ 0.218174] evm: security.ima\n[ 0.218821] evm: security.capability\n[ 0.219629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221489] pinctrl core: initialized pinctrl subsystem\n[ 0.222597] RTC time: 17:16:32, date: 10/06/18\n[ 0.223558] NET: Registered protocol family 16\n[ 0.224533] cpuidle: using governor ladder\n[ 0.225352] cpuidle: using governor menu\n[ 0.226145] PCCT header not found.\n[ 0.226911] ACPI: bus type PCI registered\n[ 0.227725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228959] PCI: Using configuration type 1 for base access\n[ 0.230714] ACPI: Added _OSI(Module Device)\n[ 0.231561] ACPI: Added _OSI(Processor Device)\n[ 0.232425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233318] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235417] ACPI: Interpreter enabled\n[ 0.236187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243572] ACPI: (supports S0 S5)\n[ 0.244278] ACPI: Using IOAPIC for interrupt routing\n[ 0.245327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249569] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250808] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254218] acpiphp: Slot [3] registered\n[ 0.255024] acpiphp: Slot [4] registered\n[ 0.255830] acpiphp: Slot [5] registered\n[ 0.256633] acpiphp: Slot [6] registered\n[ 0.257435] acpiphp: Slot [7] registered\n[ 0.258236] acpiphp: Slot [8] registered\n[ 0.259040] acpiphp: Slot [9] registered\n[ 0.259841] acpiphp: Slot [10] registered\n[ 0.260659] acpiphp: Slot [11] registered\n[ 0.261475] acpiphp: Slot [12] registered\n[ 0.262293] acpiphp: Slot [13] registered\n[ 0.263109] acpiphp: Slot [14] registered\n[ 0.263925] acpiphp: Slot [15] registered\n[ 0.274785] acpiphp: Slot [16] registered\n[ 0.275607] acpiphp: Slot [17] registered\n[ 0.276427] acpiphp: Slot [18] registered\n[ 0.277237] acpiphp: Slot [19] registered\n[ 0.278040] acpiphp: Slot [20] registered\n[ 0.278860] acpiphp: Slot [21] registered\n[ 0.279680] acpiphp: Slot [22] registered\n[ 0.280494] acpiphp: Slot [23] registered\n[ 0.281307] acpiphp: Slot [24] registered\n[ 0.282122] acpiphp: Slot [25] registered\n[ 0.282940] acpiphp: Slot [26] registered\n[ 0.283757] acpiphp: Slot [27] registered\n[ 0.284574] acpiphp: Slot [28] registered\n[ 0.285390] acpiphp: Slot [29] registered\n[ 0.286201] acpiphp: Slot [30] registered\n[ 0.287023] acpiphp: Slot [31] registered\n[ 0.287839] PCI host bridge to bus 0000:00\n[ 0.288656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292535] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293973] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302571] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357761] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364386] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367113] vgaarb: loaded\n[ 0.367718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368856] SCSI subsystem initialized\n[ 0.369673] ACPI: bus type USB registered\n[ 0.370488] usbcore: registered new interface driver usbfs\n[ 0.371520] usbcore: registered new interface driver hub\n[ 0.372528] usbcore: registered new device driver usb\n[ 0.373584] PCI: Using ACPI for IRQ routing\n[ 0.374605] NetLabel: Initializing\n[ 0.375315] NetLabel: domain hash size = 128\n[ 0.376172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377130] NetLabel: unlabeled traffic allowed by default\n[ 0.378226] clocksource: Switched to clocksource kvm-clock\n[ 0.383774] AppArmor: AppArmor Filesystem Enabled\n[ 0.384737] pnp: PnP ACPI init\n[ 0.385650] pnp: PnP ACPI: found 5 devices\n[ 0.392046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393725] NET: Registered protocol family 2\n[ 0.394677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397104] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400511] NET: Registered protocol family 1\n[ 0.401374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402473] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431851] Trying to unpack rootfs image as initramfs...\n[ 0.482323] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496266] Scanning for low memory corruption every 60 seconds\n[ 0.497659] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498838] audit: initializing netlink subsys (disabled)\n[ 0.499885] audit: type=2000 audit(1538846193.043:1): initialized\n[ 0.501209] Initialise system trusted keyring\n[ 0.502165] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503367] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505342] zbud: loaded\n[ 0.506058] VFS: Disk quotas dquot_6.6.0\n[ 0.506905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508474] fuse init (API version 7.23)\n[ 0.509375] Key type big_key registered\n[ 0.510184] Allocating IMA MOK and blacklist keyrings.\n[ 0.511315] Key type asymmetric registered\n[ 0.512183] Asymmetric key parser 'x509' registered\n[ 0.513163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515053] io scheduler noop registered\n[ 0.515889] io scheduler deadline registered (default)\n[ 0.516917] io scheduler cfq registered\n[ 0.517790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518879] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521704] ACPI: Power Button [PWRF]\n[ 0.522578] GHES: HEST is not enabled!\n[ 0.536261] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591531] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594644] Linux agpgart interface v0.103\n[ 0.596767] brd: module loaded\n[ 0.597973] loop: module loaded\n[ 0.602800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604273] GPT:90111 != 2097151\n[ 0.604957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606058] GPT:90111 != 2097151\n[ 0.606749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607727] vda: vda1 vda15\n[ 0.609246] scsi host0: ata_piix\n[ 0.609989] scsi host1: ata_piix\n[ 0.610717] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613386] libphy: Fixed MDIO Bus: probed\n[ 0.614202] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617252] PPP generic driver version 2.4.2\n[ 0.618143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619444] ehci-pci: EHCI PCI platform driver\n[ 0.620319] ehci-platform: EHCI generic platform driver\n[ 0.621310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622458] ohci-pci: OHCI PCI platform driver\n[ 0.623331] ohci-platform: OHCI generic platform driver\n[ 0.624321] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641222] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642251] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646068] usb usb1: Product: UHCI Host Controller\n[ 0.647023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648187] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649192] hub 1-0:1.0: USB hub found\n[ 0.649976] hub 1-0:1.0: 2 ports detected\n[ 0.650895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653029] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655029] mousedev: PS/2 mouse device common for all mice\n[ 0.656289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661741] i2c /dev entries driver\n[ 0.662514] device-mapper: uevent: version 1.0.3\n[ 0.663468] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665132] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666437] NET: Registered protocol family 10\n[ 0.667448] NET: Registered protocol family 17\n[ 0.668344] Key type dns_resolver registered\n[ 0.669280] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672161] registered taskstats version 1\n[ 0.673008] Loading compiled-in X.509 certificates\n[ 0.674474] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676348] zswap: loaded using pool lzo/zbud\n[ 0.677735] Key type trusted registered\n[ 0.679300] Key type encrypted registered\n[ 0.680136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682211] evm: HMAC attrs: 0x1\n[ 0.683153] Magic number: 6:996:288\n[ 0.683943] tty tty21: hash matches\n[ 0.684750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:33 UTC (1538846193)\n[ 0.686383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687514] EDD information not available.\n[ 0.766752] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768206] ata1.00: configured for MWDMA2\n[ 0.779581] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781775] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783027] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784294] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786162] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787713] Write protecting the kernel read-only data: 14336k\n[ 0.789285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.422935] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCa1V69Kd8AiZ9oSCXUCoifV8U4qiB1my0vx/0Ep2TcLg7lqYSyiReO7ij7wczcbJ9qZt4jwBRsQfWJaaReZ4nOVIPvxxKTTTrnWOISxEFzSxH91Mb9SLFQ6DyeF9fVawT/rDepHY1YjVWbzJQ+bY+sIkB3GnqvCNyZT1iB7dAVO67gHAzz0dw4qsLeeGJ8WyEX6LYgx5cB93avSDS++3T0VkAQIPipsA8fKgEtJ2v3DMTNxQAH7SK0tgTpu/r8WVDhv2DHKYV2Fsz7sNLTPyZxLRgifniaq+NZGf4OylMhWYEMrjSdnzEhygQl3mS/6OcUln1VKjLQWP6xmSgq3cA5 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMiL9+aW4rZ+GnCwnYfj+JG8o4WiElVMWkMIx1qPT8ApXjd/AnMCmOT8IwHwUClx4uO5QnXMMD03YBy8Vxsm10v8yex3/6s/1C81DrPkFbzRsflsrp6OKsIBgksfgP/iZu1KDKVkW0ZWSKSgIZ5mdpYs1ALBECcfPzOipHETQjebAAAAFQC+ziwAKIoDAKHqvZ06cNIV0conAwAAAIAR6fEIASVO3l49+FDVYpDOI/skGnIZYM5e9EVfndF2q8YsirOv7a7RezHA55ujYaVwgxJJ/HFfNIHv18+lMbqPQIqIZn8tVqLC+A78gtJanC0SudCAxwR3MfctTJUmH3f9kHqsnu0VKwN/cE6A42E3rICd8JSllrI1ZnuRBAtyNgAAAIB3JFuDmZCz/jpFLh9Ixj5Syuz+OUwle4HsYrbMm7lBU7DgPiFEVdYleazjQ7bJ2laPeUtY2MhxUl2QlJJA8ft1nFasObVPUodVdgORg0MILVXx8VQwcsU7FaIz8+w1+IOEro3IYcyAh3JoXRs74ySJXtaF7Q5zuMTYBNyEERSw+Q== 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:fe2e:3420/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 25a8f0da-df95-4e28-911a-04339cfc5447\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n/dev/root resized successfully [took 1.46s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2E:34:20 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2e:3420/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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:17:21,943 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-51ec4ef5-f02a-438a-b6f6-121ba0dc7871 2018-10-06 17:17:23,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:25,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97c724d6-3fa3-42a7-8961-c9685fb836b0 x-compute-request-id: req-97c724d6-3fa3-42a7-8961-c9685fb836b0 Content-Encoding: gzip Content-Length: 10255 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494017759 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132255] pid_max: default: 32768 minimum: 301\n[ 0.133156] ACPI: Core revision 20150930\n[ 0.134545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135856] Security Framework initialized\n[ 0.136678] Yama: becoming mindful.\n[ 0.137410] AppArmor: AppArmor initialized\n[ 0.138283] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139637] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143553] Initializing cgroup subsys io\n[ 0.144374] Initializing cgroup subsys memory\n[ 0.145234] Initializing cgroup subsys devices\n[ 0.146126] Initializing cgroup subsys freezer\n[ 0.147002] Initializing cgroup subsys net_cls\n[ 0.147872] Initializing cgroup subsys perf_event\n[ 0.148787] Initializing cgroup subsys net_prio\n[ 0.149686] Initializing cgroup subsys hugetlb\n[ 0.150559] Initializing cgroup subsys pids\n[ 0.151437] CPU: Physical Processor ID: 0\n[ 0.152948] mce: CPU supports 10 MCE banks\n[ 0.153821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173443] ftrace: allocating 31920 entries in 125 pages\n[ 0.199559] smpboot: Max logical packages: 1\n[ 0.200423] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201782] x2apic enabled\n[ 0.202593] Switched APIC routing to physical x2apic.\n[ 0.204331] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205456] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209230] KVM setup paravirtual spinlock\n[ 0.210531] x86: Booted up 1 node, 1 CPUs\n[ 0.211336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212730] devtmpfs: initialized\n[ 0.214451] evm: security.selinux\n[ 0.215152] evm: security.SMACK64\n[ 0.215853] evm: security.SMACK64EXEC\n[ 0.216614] evm: security.SMACK64TRANSMUTE\n[ 0.217425] evm: security.SMACK64MMAP\n[ 0.218174] evm: security.ima\n[ 0.218821] evm: security.capability\n[ 0.219629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221489] pinctrl core: initialized pinctrl subsystem\n[ 0.222597] RTC time: 17:16:32, date: 10/06/18\n[ 0.223558] NET: Registered protocol family 16\n[ 0.224533] cpuidle: using governor ladder\n[ 0.225352] cpuidle: using governor menu\n[ 0.226145] PCCT header not found.\n[ 0.226911] ACPI: bus type PCI registered\n[ 0.227725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228959] PCI: Using configuration type 1 for base access\n[ 0.230714] ACPI: Added _OSI(Module Device)\n[ 0.231561] ACPI: Added _OSI(Processor Device)\n[ 0.232425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233318] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235417] ACPI: Interpreter enabled\n[ 0.236187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243572] ACPI: (supports S0 S5)\n[ 0.244278] ACPI: Using IOAPIC for interrupt routing\n[ 0.245327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249569] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250808] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254218] acpiphp: Slot [3] registered\n[ 0.255024] acpiphp: Slot [4] registered\n[ 0.255830] acpiphp: Slot [5] registered\n[ 0.256633] acpiphp: Slot [6] registered\n[ 0.257435] acpiphp: Slot [7] registered\n[ 0.258236] acpiphp: Slot [8] registered\n[ 0.259040] acpiphp: Slot [9] registered\n[ 0.259841] acpiphp: Slot [10] registered\n[ 0.260659] acpiphp: Slot [11] registered\n[ 0.261475] acpiphp: Slot [12] registered\n[ 0.262293] acpiphp: Slot [13] registered\n[ 0.263109] acpiphp: Slot [14] registered\n[ 0.263925] acpiphp: Slot [15] registered\n[ 0.274785] acpiphp: Slot [16] registered\n[ 0.275607] acpiphp: Slot [17] registered\n[ 0.276427] acpiphp: Slot [18] registered\n[ 0.277237] acpiphp: Slot [19] registered\n[ 0.278040] acpiphp: Slot [20] registered\n[ 0.278860] acpiphp: Slot [21] registered\n[ 0.279680] acpiphp: Slot [22] registered\n[ 0.280494] acpiphp: Slot [23] registered\n[ 0.281307] acpiphp: Slot [24] registered\n[ 0.282122] acpiphp: Slot [25] registered\n[ 0.282940] acpiphp: Slot [26] registered\n[ 0.283757] acpiphp: Slot [27] registered\n[ 0.284574] acpiphp: Slot [28] registered\n[ 0.285390] acpiphp: Slot [29] registered\n[ 0.286201] acpiphp: Slot [30] registered\n[ 0.287023] acpiphp: Slot [31] registered\n[ 0.287839] PCI host bridge to bus 0000:00\n[ 0.288656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292535] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293973] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302571] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357761] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364386] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367113] vgaarb: loaded\n[ 0.367718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368856] SCSI subsystem initialized\n[ 0.369673] ACPI: bus type USB registered\n[ 0.370488] usbcore: registered new interface driver usbfs\n[ 0.371520] usbcore: registered new interface driver hub\n[ 0.372528] usbcore: registered new device driver usb\n[ 0.373584] PCI: Using ACPI for IRQ routing\n[ 0.374605] NetLabel: Initializing\n[ 0.375315] NetLabel: domain hash size = 128\n[ 0.376172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377130] NetLabel: unlabeled traffic allowed by default\n[ 0.378226] clocksource: Switched to clocksource kvm-clock\n[ 0.383774] AppArmor: AppArmor Filesystem Enabled\n[ 0.384737] pnp: PnP ACPI init\n[ 0.385650] pnp: PnP ACPI: found 5 devices\n[ 0.392046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393725] NET: Registered protocol family 2\n[ 0.394677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397104] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400511] NET: Registered protocol family 1\n[ 0.401374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402473] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431851] Trying to unpack rootfs image as initramfs...\n[ 0.482323] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496266] Scanning for low memory corruption every 60 seconds\n[ 0.497659] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498838] audit: initializing netlink subsys (disabled)\n[ 0.499885] audit: type=2000 audit(1538846193.043:1): initialized\n[ 0.501209] Initialise system trusted keyring\n[ 0.502165] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503367] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505342] zbud: loaded\n[ 0.506058] VFS: Disk quotas dquot_6.6.0\n[ 0.506905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508474] fuse init (API version 7.23)\n[ 0.509375] Key type big_key registered\n[ 0.510184] Allocating IMA MOK and blacklist keyrings.\n[ 0.511315] Key type asymmetric registered\n[ 0.512183] Asymmetric key parser 'x509' registered\n[ 0.513163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515053] io scheduler noop registered\n[ 0.515889] io scheduler deadline registered (default)\n[ 0.516917] io scheduler cfq registered\n[ 0.517790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518879] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521704] ACPI: Power Button [PWRF]\n[ 0.522578] GHES: HEST is not enabled!\n[ 0.536261] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591531] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594644] Linux agpgart interface v0.103\n[ 0.596767] brd: module loaded\n[ 0.597973] loop: module loaded\n[ 0.602800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604273] GPT:90111 != 2097151\n[ 0.604957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606058] GPT:90111 != 2097151\n[ 0.606749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607727] vda: vda1 vda15\n[ 0.609246] scsi host0: ata_piix\n[ 0.609989] scsi host1: ata_piix\n[ 0.610717] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613386] libphy: Fixed MDIO Bus: probed\n[ 0.614202] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617252] PPP generic driver version 2.4.2\n[ 0.618143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619444] ehci-pci: EHCI PCI platform driver\n[ 0.620319] ehci-platform: EHCI generic platform driver\n[ 0.621310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622458] ohci-pci: OHCI PCI platform driver\n[ 0.623331] ohci-platform: OHCI generic platform driver\n[ 0.624321] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641222] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642251] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646068] usb usb1: Product: UHCI Host Controller\n[ 0.647023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648187] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649192] hub 1-0:1.0: USB hub found\n[ 0.649976] hub 1-0:1.0: 2 ports detected\n[ 0.650895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653029] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655029] mousedev: PS/2 mouse device common for all mice\n[ 0.656289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661741] i2c /dev entries driver\n[ 0.662514] device-mapper: uevent: version 1.0.3\n[ 0.663468] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665132] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666437] NET: Registered protocol family 10\n[ 0.667448] NET: Registered protocol family 17\n[ 0.668344] Key type dns_resolver registered\n[ 0.669280] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672161] registered taskstats version 1\n[ 0.673008] Loading compiled-in X.509 certificates\n[ 0.674474] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676348] zswap: loaded using pool lzo/zbud\n[ 0.677735] Key type trusted registered\n[ 0.679300] Key type encrypted registered\n[ 0.680136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682211] evm: HMAC attrs: 0x1\n[ 0.683153] Magic number: 6:996:288\n[ 0.683943] tty tty21: hash matches\n[ 0.684750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:33 UTC (1538846193)\n[ 0.686383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687514] EDD information not available.\n[ 0.766752] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768206] ata1.00: configured for MWDMA2\n[ 0.779581] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781775] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783027] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784294] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786162] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787713] Write protecting the kernel read-only data: 14336k\n[ 0.789285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.422935] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCa1V69Kd8AiZ9oSCXUCoifV8U4qiB1my0vx/0Ep2TcLg7lqYSyiReO7ij7wczcbJ9qZt4jwBRsQfWJaaReZ4nOVIPvxxKTTTrnWOISxEFzSxH91Mb9SLFQ6DyeF9fVawT/rDepHY1YjVWbzJQ+bY+sIkB3GnqvCNyZT1iB7dAVO67gHAzz0dw4qsLeeGJ8WyEX6LYgx5cB93avSDS++3T0VkAQIPipsA8fKgEtJ2v3DMTNxQAH7SK0tgTpu/r8WVDhv2DHKYV2Fsz7sNLTPyZxLRgifniaq+NZGf4OylMhWYEMrjSdnzEhygQl3mS/6OcUln1VKjLQWP6xmSgq3cA5 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMiL9+aW4rZ+GnCwnYfj+JG8o4WiElVMWkMIx1qPT8ApXjd/AnMCmOT8IwHwUClx4uO5QnXMMD03YBy8Vxsm10v8yex3/6s/1C81DrPkFbzRsflsrp6OKsIBgksfgP/iZu1KDKVkW0ZWSKSgIZ5mdpYs1ALBECcfPzOipHETQjebAAAAFQC+ziwAKIoDAKHqvZ06cNIV0conAwAAAIAR6fEIASVO3l49+FDVYpDOI/skGnIZYM5e9EVfndF2q8YsirOv7a7RezHA55ujYaVwgxJJ/HFfNIHv18+lMbqPQIqIZn8tVqLC+A78gtJanC0SudCAxwR3MfctTJUmH3f9kHqsnu0VKwN/cE6A42E3rICd8JSllrI1ZnuRBAtyNgAAAIB3JFuDmZCz/jpFLh9Ixj5Syuz+OUwle4HsYrbMm7lBU7DgPiFEVdYleazjQ7bJ2laPeUtY2MhxUl2QlJJA8ft1nFasObVPUodVdgORg0MILVXx8VQwcsU7FaIz8+w1+IOEro3IYcyAh3JoXRs74ySJXtaF7Q5zuMTYBNyEERSw+Q== 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:fe2e:3420/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 25a8f0da-df95-4e28-911a-04339cfc5447\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n/dev/root resized successfully [took 1.46s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2E:34:20 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2e:3420/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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:17:25,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-97c724d6-3fa3-42a7-8961-c9685fb836b0 2018-10-06 17:17:27,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06fe7dd4d3f2f4410cf972c91fa5631be09e4a0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:28,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1163c7a-cb63-44a2-a828-b79ef62aeee6 x-compute-request-id: req-d1163c7a-cb63-44a2-a828-b79ef62aeee6 Content-Encoding: gzip Content-Length: 11170 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494017759 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132255] pid_max: default: 32768 minimum: 301\n[ 0.133156] ACPI: Core revision 20150930\n[ 0.134545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135856] Security Framework initialized\n[ 0.136678] Yama: becoming mindful.\n[ 0.137410] AppArmor: AppArmor initialized\n[ 0.138283] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139637] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143553] Initializing cgroup subsys io\n[ 0.144374] Initializing cgroup subsys memory\n[ 0.145234] Initializing cgroup subsys devices\n[ 0.146126] Initializing cgroup subsys freezer\n[ 0.147002] Initializing cgroup subsys net_cls\n[ 0.147872] Initializing cgroup subsys perf_event\n[ 0.148787] Initializing cgroup subsys net_prio\n[ 0.149686] Initializing cgroup subsys hugetlb\n[ 0.150559] Initializing cgroup subsys pids\n[ 0.151437] CPU: Physical Processor ID: 0\n[ 0.152948] mce: CPU supports 10 MCE banks\n[ 0.153821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173443] ftrace: allocating 31920 entries in 125 pages\n[ 0.199559] smpboot: Max logical packages: 1\n[ 0.200423] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201782] x2apic enabled\n[ 0.202593] Switched APIC routing to physical x2apic.\n[ 0.204331] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205456] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209230] KVM setup paravirtual spinlock\n[ 0.210531] x86: Booted up 1 node, 1 CPUs\n[ 0.211336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212730] devtmpfs: initialized\n[ 0.214451] evm: security.selinux\n[ 0.215152] evm: security.SMACK64\n[ 0.215853] evm: security.SMACK64EXEC\n[ 0.216614] evm: security.SMACK64TRANSMUTE\n[ 0.217425] evm: security.SMACK64MMAP\n[ 0.218174] evm: security.ima\n[ 0.218821] evm: security.capability\n[ 0.219629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221489] pinctrl core: initialized pinctrl subsystem\n[ 0.222597] RTC time: 17:16:32, date: 10/06/18\n[ 0.223558] NET: Registered protocol family 16\n[ 0.224533] cpuidle: using governor ladder\n[ 0.225352] cpuidle: using governor menu\n[ 0.226145] PCCT header not found.\n[ 0.226911] ACPI: bus type PCI registered\n[ 0.227725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228959] PCI: Using configuration type 1 for base access\n[ 0.230714] ACPI: Added _OSI(Module Device)\n[ 0.231561] ACPI: Added _OSI(Processor Device)\n[ 0.232425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233318] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235417] ACPI: Interpreter enabled\n[ 0.236187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243572] ACPI: (supports S0 S5)\n[ 0.244278] ACPI: Using IOAPIC for interrupt routing\n[ 0.245327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249569] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250808] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254218] acpiphp: Slot [3] registered\n[ 0.255024] acpiphp: Slot [4] registered\n[ 0.255830] acpiphp: Slot [5] registered\n[ 0.256633] acpiphp: Slot [6] registered\n[ 0.257435] acpiphp: Slot [7] registered\n[ 0.258236] acpiphp: Slot [8] registered\n[ 0.259040] acpiphp: Slot [9] registered\n[ 0.259841] acpiphp: Slot [10] registered\n[ 0.260659] acpiphp: Slot [11] registered\n[ 0.261475] acpiphp: Slot [12] registered\n[ 0.262293] acpiphp: Slot [13] registered\n[ 0.263109] acpiphp: Slot [14] registered\n[ 0.263925] acpiphp: Slot [15] registered\n[ 0.274785] acpiphp: Slot [16] registered\n[ 0.275607] acpiphp: Slot [17] registered\n[ 0.276427] acpiphp: Slot [18] registered\n[ 0.277237] acpiphp: Slot [19] registered\n[ 0.278040] acpiphp: Slot [20] registered\n[ 0.278860] acpiphp: Slot [21] registered\n[ 0.279680] acpiphp: Slot [22] registered\n[ 0.280494] acpiphp: Slot [23] registered\n[ 0.281307] acpiphp: Slot [24] registered\n[ 0.282122] acpiphp: Slot [25] registered\n[ 0.282940] acpiphp: Slot [26] registered\n[ 0.283757] acpiphp: Slot [27] registered\n[ 0.284574] acpiphp: Slot [28] registered\n[ 0.285390] acpiphp: Slot [29] registered\n[ 0.286201] acpiphp: Slot [30] registered\n[ 0.287023] acpiphp: Slot [31] registered\n[ 0.287839] PCI host bridge to bus 0000:00\n[ 0.288656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292535] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293973] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302571] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357761] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364386] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367113] vgaarb: loaded\n[ 0.367718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368856] SCSI subsystem initialized\n[ 0.369673] ACPI: bus type USB registered\n[ 0.370488] usbcore: registered new interface driver usbfs\n[ 0.371520] usbcore: registered new interface driver hub\n[ 0.372528] usbcore: registered new device driver usb\n[ 0.373584] PCI: Using ACPI for IRQ routing\n[ 0.374605] NetLabel: Initializing\n[ 0.375315] NetLabel: domain hash size = 128\n[ 0.376172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377130] NetLabel: unlabeled traffic allowed by default\n[ 0.378226] clocksource: Switched to clocksource kvm-clock\n[ 0.383774] AppArmor: AppArmor Filesystem Enabled\n[ 0.384737] pnp: PnP ACPI init\n[ 0.385650] pnp: PnP ACPI: found 5 devices\n[ 0.392046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393725] NET: Registered protocol family 2\n[ 0.394677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397104] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400511] NET: Registered protocol family 1\n[ 0.401374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402473] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431851] Trying to unpack rootfs image as initramfs...\n[ 0.482323] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496266] Scanning for low memory corruption every 60 seconds\n[ 0.497659] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498838] audit: initializing netlink subsys (disabled)\n[ 0.499885] audit: type=2000 audit(1538846193.043:1): initialized\n[ 0.501209] Initialise system trusted keyring\n[ 0.502165] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503367] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505342] zbud: loaded\n[ 0.506058] VFS: Disk quotas dquot_6.6.0\n[ 0.506905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508474] fuse init (API version 7.23)\n[ 0.509375] Key type big_key registered\n[ 0.510184] Allocating IMA MOK and blacklist keyrings.\n[ 0.511315] Key type asymmetric registered\n[ 0.512183] Asymmetric key parser 'x509' registered\n[ 0.513163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515053] io scheduler noop registered\n[ 0.515889] io scheduler deadline registered (default)\n[ 0.516917] io scheduler cfq registered\n[ 0.517790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518879] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521704] ACPI: Power Button [PWRF]\n[ 0.522578] GHES: HEST is not enabled!\n[ 0.536261] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591531] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594644] Linux agpgart interface v0.103\n[ 0.596767] brd: module loaded\n[ 0.597973] loop: module loaded\n[ 0.602800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604273] GPT:90111 != 2097151\n[ 0.604957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606058] GPT:90111 != 2097151\n[ 0.606749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607727] vda: vda1 vda15\n[ 0.609246] scsi host0: ata_piix\n[ 0.609989] scsi host1: ata_piix\n[ 0.610717] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613386] libphy: Fixed MDIO Bus: probed\n[ 0.614202] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617252] PPP generic driver version 2.4.2\n[ 0.618143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619444] ehci-pci: EHCI PCI platform driver\n[ 0.620319] ehci-platform: EHCI generic platform driver\n[ 0.621310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622458] ohci-pci: OHCI PCI platform driver\n[ 0.623331] ohci-platform: OHCI generic platform driver\n[ 0.624321] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641222] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642251] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646068] usb usb1: Product: UHCI Host Controller\n[ 0.647023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648187] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649192] hub 1-0:1.0: USB hub found\n[ 0.649976] hub 1-0:1.0: 2 ports detected\n[ 0.650895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653029] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655029] mousedev: PS/2 mouse device common for all mice\n[ 0.656289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661741] i2c /dev entries driver\n[ 0.662514] device-mapper: uevent: version 1.0.3\n[ 0.663468] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665132] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666437] NET: Registered protocol family 10\n[ 0.667448] NET: Registered protocol family 17\n[ 0.668344] Key type dns_resolver registered\n[ 0.669280] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672161] registered taskstats version 1\n[ 0.673008] Loading compiled-in X.509 certificates\n[ 0.674474] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676348] zswap: loaded using pool lzo/zbud\n[ 0.677735] Key type trusted registered\n[ 0.679300] Key type encrypted registered\n[ 0.680136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682211] evm: HMAC attrs: 0x1\n[ 0.683153] Magic number: 6:996:288\n[ 0.683943] tty tty21: hash matches\n[ 0.684750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:33 UTC (1538846193)\n[ 0.686383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687514] EDD information not available.\n[ 0.766752] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768206] ata1.00: configured for MWDMA2\n[ 0.779581] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781775] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783027] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784294] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786162] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787713] Write protecting the kernel read-only data: 14336k\n[ 0.789285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.422935] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCa1V69Kd8AiZ9oSCXUCoifV8U4qiB1my0vx/0Ep2TcLg7lqYSyiReO7ij7wczcbJ9qZt4jwBRsQfWJaaReZ4nOVIPvxxKTTTrnWOISxEFzSxH91Mb9SLFQ6DyeF9fVawT/rDepHY1YjVWbzJQ+bY+sIkB3GnqvCNyZT1iB7dAVO67gHAzz0dw4qsLeeGJ8WyEX6LYgx5cB93avSDS++3T0VkAQIPipsA8fKgEtJ2v3DMTNxQAH7SK0tgTpu/r8WVDhv2DHKYV2Fsz7sNLTPyZxLRgifniaq+NZGf4OylMhWYEMrjSdnzEhygQl3mS/6OcUln1VKjLQWP6xmSgq3cA5 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMiL9+aW4rZ+GnCwnYfj+JG8o4WiElVMWkMIx1qPT8ApXjd/AnMCmOT8IwHwUClx4uO5QnXMMD03YBy8Vxsm10v8yex3/6s/1C81DrPkFbzRsflsrp6OKsIBgksfgP/iZu1KDKVkW0ZWSKSgIZ5mdpYs1ALBECcfPzOipHETQjebAAAAFQC+ziwAKIoDAKHqvZ06cNIV0conAwAAAIAR6fEIASVO3l49+FDVYpDOI/skGnIZYM5e9EVfndF2q8YsirOv7a7RezHA55ujYaVwgxJJ/HFfNIHv18+lMbqPQIqIZn8tVqLC+A78gtJanC0SudCAxwR3MfctTJUmH3f9kHqsnu0VKwN/cE6A42E3rICd8JSllrI1ZnuRBAtyNgAAAIB3JFuDmZCz/jpFLh9Ixj5Syuz+OUwle4HsYrbMm7lBU7DgPiFEVdYleazjQ7bJ2laPeUtY2MhxUl2QlJJA8ft1nFasObVPUodVdgORg0MILVXx8VQwcsU7FaIz8+w1+IOEro3IYcyAh3JoXRs74ySJXtaF7Q5zuMTYBNyEERSw+Q== 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:fe2e:3420/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 25a8f0da-df95-4e28-911a-04339cfc5447\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n/dev/root resized successfully [took 1.46s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2E:34:20 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2e:3420/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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-2-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.123088] usb 1-1: SerialNumber: 42\n[ 1.369846] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405424] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.422935] random: dd urandom read with 13 bits of entropy available\n[ 1.464514] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.466304] ISO 9660 Extensions: RRIP_1991A\n[ 1.494309] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.494312] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.727382] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.034913] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:17:15 cirros authpriv.info dropbear[499]: Exit (cirros): Exited normally\nOct 6 18:17:16 cirros authpriv.info dropbear[502]: Child connection from 10.10.10.11:44736\nOct 6 18:17:16 cirros authpriv.notice dropbear[502]: 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:44736\nOct 6 18:17:16 cirros authpriv.info dropbear[502]: Exit (cirros): Exited normally\nOct 6 18:17:16 cirros authpriv.info dropbear[505]: Child connection from 10.10.10.11:44738\nOct 6 18:17:16 cirros authpriv.notice dropbear[505]: 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:44738\nOct 6 18:17:16 cirros authpriv.info dropbear[505]: Exit (cirros): Exited normally\nOct 6 18:17:17 cirros authpriv.info dropbear[508]: Child connection from 10.10.10.11:44740\nOct 6 18:17:17 cirros authpriv.notice dropbear[508]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:44740\nOct 6 18:17:17 cirros authpriv.info dropbear[508]: Exit (cirros): Exited normally\nOct 6 18:17:17 cirros authpriv.info dropbear[511]: Child connection from 10.10.10.11:44742\nOct 6 18:17:17 cirros authpriv.notice dropbear[511]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:44742\nOct 6 18:17:17 cirros authpriv.info dropbear[511]: Exit (cirros): Exited normally\nOct 6 18:17:18 cirros authpriv.info dropbear[514]: Child connection from 10.10.10.11:44744\nOct 6 18:17:18 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:44744\nOct 6 18:17:18 cirros authpriv.info dropbear[514]: Exit (cirros): Exited normally\nOct 6 18:17:18 cirros authpriv.info dropbear[517]: Child connection from 10.10.10.11:44746\nOct 6 18:17:18 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:44746\nOct 6 18:17:18 cirros authpriv.info dropbear[517]: Exit (cirros): Exited normally\nOct 6 18:17:19 cirros authpriv.info dropbear[520]: Child connection from 10.10.10.11:44748\nOct 6 18:17:19 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:44748\nOct 6 18:17:19 cirros authpriv.info dropbear[520]: Exit (cirros): Exited normally\nOct 6 18:17:19 cirros authpriv.info dropbear[523]: Child connection from 10.10.10.11:44750\nOct 6 18:17:19 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:44750\nOct 6 18:17:19 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-2-2 login: "} 2018-10-06 17:17:28,126 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-d1163c7a-cb63-44a2-a828-b79ef62aeee6 2018-10-06 17:17:30,163 - sdnvpn_test_utils - INFO - Waiting for instance dd3e6b2d-63cb-4206-8803-eac575e7a97b to boot up 2018-10-06 17:17:30,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e5ed69da1d5717ee85d626243ea3da7fc7ed64" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:31,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fea5b9e-d486-4e48-8ae3-566a6be88ba7 x-compute-request-id: req-8fea5b9e-d486-4e48-8ae3-566a6be88ba7 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 513725457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133221] pid_max: default: 32768 minimum: 301\n[ 0.134100] ACPI: Core revision 20150930\n[ 0.135484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136776] Security Framework initialized\n[ 0.137577] Yama: becoming mindful.\n[ 0.138298] AppArmor: AppArmor initialized\n[ 0.139151] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140458] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142883] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144256] Initializing cgroup subsys io\n[ 0.145047] Initializing cgroup subsys memory\n[ 0.145892] Initializing cgroup subsys devices\n[ 0.146759] Initializing cgroup subsys freezer\n[ 0.147614] Initializing cgroup subsys net_cls\n[ 0.148463] Initializing cgroup subsys perf_event\n[ 0.149352] Initializing cgroup subsys net_prio\n[ 0.150218] Initializing cgroup subsys hugetlb\n[ 0.151072] Initializing cgroup subsys pids\n[ 0.151931] CPU: Physical Processor ID: 0\n[ 0.153409] mce: CPU supports 10 MCE banks\n[ 0.154243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166282] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172994] ftrace: allocating 31920 entries in 125 pages\n[ 0.200684] smpboot: Max logical packages: 1\n[ 0.201557] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202891] x2apic enabled\n[ 0.203698] Switched APIC routing to physical x2apic.\n[ 0.205433] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208481] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210234] KVM setup paravirtual spinlock\n[ 0.211551] x86: Booted up 1 node, 1 CPUs\n[ 0.212343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213723] devtmpfs: initialized\n[ 0.215430] evm: security.selinux\n[ 0.216113] evm: security.SMACK64\n[ 0.216793] evm: security.SMACK64EXEC\n[ 0.217523] evm: security.SMACK64TRANSMUTE\n[ 0.218314] evm: security.SMACK64MMAP\n[ 0.219046] evm: security.ima\n[ 0.219681] evm: security.capability\n[ 0.220477] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222299] pinctrl core: initialized pinctrl subsystem\n[ 0.223385] RTC time: 17:16:57, date: 10/06/18\n[ 0.224333] NET: Registered protocol family 16\n[ 0.225293] cpuidle: using governor ladder\n[ 0.226101] cpuidle: using governor menu\n[ 0.226878] PCCT header not found.\n[ 0.227626] ACPI: bus type PCI registered\n[ 0.228414] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229635] PCI: Using configuration type 1 for base access\n[ 0.231390] ACPI: Added _OSI(Module Device)\n[ 0.232226] ACPI: Added _OSI(Processor Device)\n[ 0.233064] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233943] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236007] ACPI: Interpreter enabled\n[ 0.236792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244123] ACPI: (supports S0 S5)\n[ 0.244821] ACPI: Using IOAPIC for interrupt routing\n[ 0.245759] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252371] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254567] acpiphp: Slot [3] registered\n[ 0.255366] acpiphp: Slot [4] registered\n[ 0.256158] acpiphp: Slot [5] registered\n[ 0.256952] acpiphp: Slot [6] registered\n[ 0.257737] acpiphp: Slot [7] registered\n[ 0.258546] acpiphp: Slot [8] registered\n[ 0.259345] acpiphp: Slot [9] registered\n[ 0.260128] acpiphp: Slot [10] registered\n[ 0.260923] acpiphp: Slot [11] registered\n[ 0.261744] acpiphp: Slot [12] registered\n[ 0.262560] acpiphp: Slot [13] registered\n[ 0.263361] acpiphp: Slot [14] registered\n[ 0.264157] acpiphp: Slot [15] registered\n[ 0.275202] acpiphp: Slot [16] registered\n[ 0.276002] acpiphp: Slot [17] registered\n[ 0.276808] acpiphp: Slot [18] registered\n[ 0.277616] acpiphp: Slot [19] registered\n[ 0.278422] acpiphp: Slot [20] registered\n[ 0.279237] acpiphp: Slot [21] registered\n[ 0.280034] acpiphp: Slot [22] registered\n[ 0.280834] acpiphp: Slot [23] registered\n[ 0.281662] acpiphp: Slot [24] registered\n[ 0.282461] acpiphp: Slot [25] registered\n[ 0.283261] acpiphp: Slot [26] registered\n[ 0.284054] acpiphp: Slot [27] registered\n[ 0.284862] acpiphp: Slot [28] registered\n[ 0.285660] acpiphp: Slot [29] registered\n[ 0.286461] acpiphp: Slot [30] registered\n[ 0.287271] acpiphp: Slot [31] registered\n[ 0.288063] PCI host bridge to bus 0000:00\n[ 0.288860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292658] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300242] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303886] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312263] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359877] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361355] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364172] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365541] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367369] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368526] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369558] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371072] vgaarb: loaded\n[ 0.371672] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372808] SCSI subsystem initialized\n[ 0.373621] ACPI: bus type USB registered\n[ 0.374423] usbcore: registered new interface driver usbfs\n[ 0.375431] usbcore: registered new interface driver hub\n[ 0.376431] usbcore: registered new device driver usb\n[ 0.377475] PCI: Using ACPI for IRQ routing\n[ 0.378499] NetLabel: Initializing\n[ 0.379199] NetLabel: domain hash size = 128\n[ 0.380029] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380967] NetLabel: unlabeled traffic allowed by default\n[ 0.382049] clocksource: Switched to clocksource kvm-clock\n[ 0.387885] AppArmor: AppArmor Filesystem Enabled\n[ 0.388829] pnp: PnP ACPI init\n[ 0.389746] pnp: PnP ACPI: found 5 devices\n[ 0.396140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397842] NET: Registered protocol family 2\n[ 0.398812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400078] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401248] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402416] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403496] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404653] NET: Registered protocol family 1\n[ 0.405514] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406644] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421673] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435923] Trying to unpack rootfs image as initramfs...\n[ 0.485736] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499630] Scanning for low memory corruption every 60 seconds\n[ 0.500956] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502110] audit: initializing netlink subsys (disabled)\n[ 0.503142] audit: type=2000 audit(1538846217.912:1): initialized\n[ 0.504472] Initialise system trusted keyring\n[ 0.505407] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508550] zbud: loaded\n[ 0.509260] VFS: Disk quotas dquot_6.6.0\n[ 0.510089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511603] fuse init (API version 7.23)\n[ 0.512504] Key type big_key registered\n[ 0.513306] Allocating IMA MOK and blacklist keyrings.\n[ 0.514419] Key type asymmetric registered\n[ 0.515243] Asymmetric key parser 'x509' registered\n[ 0.516194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518034] io scheduler noop registered\n[ 0.518853] io scheduler deadline registered (default)\n[ 0.519851] io scheduler cfq registered\n[ 0.520688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524475] ACPI: Power Button [PWRF]\n[ 0.525308] GHES: HEST is not enabled!\n[ 0.539016] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567269] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569499] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599046] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602766] Linux agpgart interface v0.103\n[ 0.604920] brd: module loaded\n[ 0.606201] loop: module loaded\n[ 0.611079] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612532] GPT:90111 != 2097151\n[ 0.613211] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614302] GPT:90111 != 2097151\n[ 0.614972] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615932] vda: vda1 vda15\n[ 0.617447] scsi host0: ata_piix\n[ 0.618189] scsi host1: ata_piix\n[ 0.618888] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620093] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621527] libphy: Fixed MDIO Bus: probed\n[ 0.622350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623296] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625457] PPP generic driver version 2.4.2\n[ 0.626367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627851] ehci-pci: EHCI PCI platform driver\n[ 0.628715] ehci-platform: EHCI generic platform driver\n[ 0.629691] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630810] ohci-pci: OHCI PCI platform driver\n[ 0.631679] ohci-platform: OHCI generic platform driver\n[ 0.632658] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647418] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648447] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649882] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650882] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653204] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654620] usb usb1: Product: UHCI Host Controller\n[ 0.655554] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657741] hub 1-0:1.0: USB hub found\n[ 0.658524] hub 1-0:1.0: 2 ports detected\n[ 0.659426] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661546] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662505] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663530] mousedev: PS/2 mouse device common for all mice\n[ 0.664791] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666628] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668908] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670103] i2c /dev entries driver\n[ 0.670862] device-mapper: uevent: version 1.0.3\n[ 0.671794] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673419] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674706] NET: Registered protocol family 10\n[ 0.675691] NET: Registered protocol family 17\n[ 0.676601] Key type dns_resolver registered\n[ 0.677526] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678655] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680420] registered taskstats version 1\n[ 0.681243] Loading compiled-in X.509 certificates\n[ 0.682692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684531] zswap: loaded using pool lzo/zbud\n[ 0.686372] Key type trusted registered\n[ 0.688362] Key type encrypted registered\n[ 0.689196] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690236] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691274] evm: HMAC attrs: 0x1\n[ 0.692206] Magic number: 6:996:288\n[ 0.692990] tty tty21: hash matches\n[ 0.693794] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:58 UTC (1538846218)\n[ 0.695383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696483] EDD information not available.\n[ 0.774588] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776020] ata1.00: configured for MWDMA2\n[ 0.787919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790133] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791356] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792601] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795995] Write protecting the kernel read-only data: 14336k\n[ 0.797549] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799344] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.997121] 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.43s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-06 17:17:31,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action used request id req-8fea5b9e-d486-4e48-8ae3-566a6be88ba7 2018-10-06 17:17:33,245 - sdnvpn_test_utils - INFO - Waiting for instance c8c7dbb0-c812-41f8-9354-b87bf80e479b to boot up 2018-10-06 17:17:33,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:34,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab21b4e6-96ee-4469-a34e-ef1d604585ee x-compute-request-id: req-ab21b4e6-96ee-4469-a34e-ef1d604585ee Content-Encoding: gzip Content-Length: 7912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:17:34,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-ab21b4e6-96ee-4469-a34e-ef1d604585ee 2018-10-06 17:17:36,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:37,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd9788a2-12bb-42b8-a3e0-1a7afb46e0e0 x-compute-request-id: req-dd9788a2-12bb-42b8-a3e0-1a7afb46e0e0 Content-Encoding: gzip Content-Length: 7912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:17:37,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-dd9788a2-12bb-42b8-a3e0-1a7afb46e0e0 2018-10-06 17:17:39,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:40,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f3f2457-9400-4e29-b135-9971bf42cb76 x-compute-request-id: req-8f3f2457-9400-4e29-b135-9971bf42cb76 Content-Encoding: gzip Content-Length: 7912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:17:40,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-8f3f2457-9400-4e29-b135-9971bf42cb76 2018-10-06 17:17:42,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:43,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89e49423-1017-492d-9122-84cc347462e6 x-compute-request-id: req-89e49423-1017-492d-9122-84cc347462e6 Content-Encoding: gzip Content-Length: 7912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:17:43,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-89e49423-1017-492d-9122-84cc347462e6 2018-10-06 17:17:45,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:46,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c4ae906-85e8-48f8-8ee1-fb34257508be x-compute-request-id: req-8c4ae906-85e8-48f8-8ee1-fb34257508be Content-Encoding: gzip Content-Length: 7912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:17:46,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-8c4ae906-85e8-48f8-8ee1-fb34257508be 2018-10-06 17:17:48,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:49,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c819753-000c-4251-9e88-1dea92e53a1d x-compute-request-id: req-8c819753-000c-4251-9e88-1dea92e53a1d Content-Encoding: gzip Content-Length: 7912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:17:49,744 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-8c819753-000c-4251-9e88-1dea92e53a1d 2018-10-06 17:17:51,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:17:52,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e813f8fe-64ae-4ba7-83a0-2f30b5a62642 x-compute-request-id: req-e813f8fe-64ae-4ba7-83a0-2f30b5a62642 Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n"} 2018-10-06 17:17:52,865 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-e813f8fe-64ae-4ba7-83a0-2f30b5a62642 2018-10-06 17:17:54,868 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 17:18:24,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e5ed69da1d5717ee85d626243ea3da7fc7ed64" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:18:25,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:18:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30407517-0fb0-4d91-b7c7-e79fb7e893bb x-compute-request-id: req-30407517-0fb0-4d91-b7c7-e79fb7e893bb Content-Encoding: gzip Content-Length: 8145 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513725457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133221] pid_max: default: 32768 minimum: 301\n[ 0.134100] ACPI: Core revision 20150930\n[ 0.135484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136776] Security Framework initialized\n[ 0.137577] Yama: becoming mindful.\n[ 0.138298] AppArmor: AppArmor initialized\n[ 0.139151] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140458] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142883] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144256] Initializing cgroup subsys io\n[ 0.145047] Initializing cgroup subsys memory\n[ 0.145892] Initializing cgroup subsys devices\n[ 0.146759] Initializing cgroup subsys freezer\n[ 0.147614] Initializing cgroup subsys net_cls\n[ 0.148463] Initializing cgroup subsys perf_event\n[ 0.149352] Initializing cgroup subsys net_prio\n[ 0.150218] Initializing cgroup subsys hugetlb\n[ 0.151072] Initializing cgroup subsys pids\n[ 0.151931] CPU: Physical Processor ID: 0\n[ 0.153409] mce: CPU supports 10 MCE banks\n[ 0.154243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166282] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172994] ftrace: allocating 31920 entries in 125 pages\n[ 0.200684] smpboot: Max logical packages: 1\n[ 0.201557] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202891] x2apic enabled\n[ 0.203698] Switched APIC routing to physical x2apic.\n[ 0.205433] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208481] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210234] KVM setup paravirtual spinlock\n[ 0.211551] x86: Booted up 1 node, 1 CPUs\n[ 0.212343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213723] devtmpfs: initialized\n[ 0.215430] evm: security.selinux\n[ 0.216113] evm: security.SMACK64\n[ 0.216793] evm: security.SMACK64EXEC\n[ 0.217523] evm: security.SMACK64TRANSMUTE\n[ 0.218314] evm: security.SMACK64MMAP\n[ 0.219046] evm: security.ima\n[ 0.219681] evm: security.capability\n[ 0.220477] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222299] pinctrl core: initialized pinctrl subsystem\n[ 0.223385] RTC time: 17:16:57, date: 10/06/18\n[ 0.224333] NET: Registered protocol family 16\n[ 0.225293] cpuidle: using governor ladder\n[ 0.226101] cpuidle: using governor menu\n[ 0.226878] PCCT header not found.\n[ 0.227626] ACPI: bus type PCI registered\n[ 0.228414] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229635] PCI: Using configuration type 1 for base access\n[ 0.231390] ACPI: Added _OSI(Module Device)\n[ 0.232226] ACPI: Added _OSI(Processor Device)\n[ 0.233064] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233943] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236007] ACPI: Interpreter enabled\n[ 0.236792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244123] ACPI: (supports S0 S5)\n[ 0.244821] ACPI: Using IOAPIC for interrupt routing\n[ 0.245759] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252371] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254567] acpiphp: Slot [3] registered\n[ 0.255366] acpiphp: Slot [4] registered\n[ 0.256158] acpiphp: Slot [5] registered\n[ 0.256952] acpiphp: Slot [6] registered\n[ 0.257737] acpiphp: Slot [7] registered\n[ 0.258546] acpiphp: Slot [8] registered\n[ 0.259345] acpiphp: Slot [9] registered\n[ 0.260128] acpiphp: Slot [10] registered\n[ 0.260923] acpiphp: Slot [11] registered\n[ 0.261744] acpiphp: Slot [12] registered\n[ 0.262560] acpiphp: Slot [13] registered\n[ 0.263361] acpiphp: Slot [14] registered\n[ 0.264157] acpiphp: Slot [15] registered\n[ 0.275202] acpiphp: Slot [16] registered\n[ 0.276002] acpiphp: Slot [17] registered\n[ 0.276808] acpiphp: Slot [18] registered\n[ 0.277616] acpiphp: Slot [19] registered\n[ 0.278422] acpiphp: Slot [20] registered\n[ 0.279237] acpiphp: Slot [21] registered\n[ 0.280034] acpiphp: Slot [22] registered\n[ 0.280834] acpiphp: Slot [23] registered\n[ 0.281662] acpiphp: Slot [24] registered\n[ 0.282461] acpiphp: Slot [25] registered\n[ 0.283261] acpiphp: Slot [26] registered\n[ 0.284054] acpiphp: Slot [27] registered\n[ 0.284862] acpiphp: Slot [28] registered\n[ 0.285660] acpiphp: Slot [29] registered\n[ 0.286461] acpiphp: Slot [30] registered\n[ 0.287271] acpiphp: Slot [31] registered\n[ 0.288063] PCI host bridge to bus 0000:00\n[ 0.288860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292658] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300242] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303886] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312263] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359877] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361355] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364172] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365541] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367369] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368526] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369558] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371072] vgaarb: loaded\n[ 0.371672] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372808] SCSI subsystem initialized\n[ 0.373621] ACPI: bus type USB registered\n[ 0.374423] usbcore: registered new interface driver usbfs\n[ 0.375431] usbcore: registered new interface driver hub\n[ 0.376431] usbcore: registered new device driver usb\n[ 0.377475] PCI: Using ACPI for IRQ routing\n[ 0.378499] NetLabel: Initializing\n[ 0.379199] NetLabel: domain hash size = 128\n[ 0.380029] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380967] NetLabel: unlabeled traffic allowed by default\n[ 0.382049] clocksource: Switched to clocksource kvm-clock\n[ 0.387885] AppArmor: AppArmor Filesystem Enabled\n[ 0.388829] pnp: PnP ACPI init\n[ 0.389746] pnp: PnP ACPI: found 5 devices\n[ 0.396140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397842] NET: Registered protocol family 2\n[ 0.398812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400078] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401248] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402416] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403496] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404653] NET: Registered protocol family 1\n[ 0.405514] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406644] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421673] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435923] Trying to unpack rootfs image as initramfs...\n[ 0.485736] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499630] Scanning for low memory corruption every 60 seconds\n[ 0.500956] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502110] audit: initializing netlink subsys (disabled)\n[ 0.503142] audit: type=2000 audit(1538846217.912:1): initialized\n[ 0.504472] Initialise system trusted keyring\n[ 0.505407] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508550] zbud: loaded\n[ 0.509260] VFS: Disk quotas dquot_6.6.0\n[ 0.510089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511603] fuse init (API version 7.23)\n[ 0.512504] Key type big_key registered\n[ 0.513306] Allocating IMA MOK and blacklist keyrings.\n[ 0.514419] Key type asymmetric registered\n[ 0.515243] Asymmetric key parser 'x509' registered\n[ 0.516194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518034] io scheduler noop registered\n[ 0.518853] io scheduler deadline registered (default)\n[ 0.519851] io scheduler cfq registered\n[ 0.520688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524475] ACPI: Power Button [PWRF]\n[ 0.525308] GHES: HEST is not enabled!\n[ 0.539016] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567269] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569499] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599046] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602766] Linux agpgart interface v0.103\n[ 0.604920] brd: module loaded\n[ 0.606201] loop: module loaded\n[ 0.611079] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612532] GPT:90111 != 2097151\n[ 0.613211] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614302] GPT:90111 != 2097151\n[ 0.614972] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615932] vda: vda1 vda15\n[ 0.617447] scsi host0: ata_piix\n[ 0.618189] scsi host1: ata_piix\n[ 0.618888] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620093] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621527] libphy: Fixed MDIO Bus: probed\n[ 0.622350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623296] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625457] PPP generic driver version 2.4.2\n[ 0.626367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627851] ehci-pci: EHCI PCI platform driver\n[ 0.628715] ehci-platform: EHCI generic platform driver\n[ 0.629691] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630810] ohci-pci: OHCI PCI platform driver\n[ 0.631679] ohci-platform: OHCI generic platform driver\n[ 0.632658] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647418] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648447] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649882] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650882] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653204] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654620] usb usb1: Product: UHCI Host Controller\n[ 0.655554] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657741] hub 1-0:1.0: USB hub found\n[ 0.658524] hub 1-0:1.0: 2 ports detected\n[ 0.659426] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661546] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662505] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663530] mousedev: PS/2 mouse device common for all mice\n[ 0.664791] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666628] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668908] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670103] i2c /dev entries driver\n[ 0.670862] device-mapper: uevent: version 1.0.3\n[ 0.671794] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673419] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674706] NET: Registered protocol family 10\n[ 0.675691] NET: Registered protocol family 17\n[ 0.676601] Key type dns_resolver registered\n[ 0.677526] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678655] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680420] registered taskstats version 1\n[ 0.681243] Loading compiled-in X.509 certificates\n[ 0.682692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684531] zswap: loaded using pool lzo/zbud\n[ 0.686372] Key type trusted registered\n[ 0.688362] Key type encrypted registered\n[ 0.689196] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690236] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691274] evm: HMAC attrs: 0x1\n[ 0.692206] Magic number: 6:996:288\n[ 0.692990] tty tty21: hash matches\n[ 0.693794] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:58 UTC (1538846218)\n[ 0.695383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696483] EDD information not available.\n[ 0.774588] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776020] ata1.00: configured for MWDMA2\n[ 0.787919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790133] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791356] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792601] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795995] Write protecting the kernel read-only data: 14336k\n[ 0.797549] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799344] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.997121] 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.43s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-06 17:18:25,974 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action used request id req-30407517-0fb0-4d91-b7c7-e79fb7e893bb 2018-10-06 17:18:25,975 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-1' (10.10.10.11) to 'sdnvpn-2-2' (10.10.10.12). -->Expected result: sdnvpn-2-2. 2018-10-06 17:18:25,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e5ed69da1d5717ee85d626243ea3da7fc7ed64" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:18:27,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:18:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-619c0bde-a061-4c64-9d42-c42c08331794 x-compute-request-id: req-619c0bde-a061-4c64-9d42-c42c08331794 Content-Encoding: gzip Content-Length: 8145 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513725457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133221] pid_max: default: 32768 minimum: 301\n[ 0.134100] ACPI: Core revision 20150930\n[ 0.135484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136776] Security Framework initialized\n[ 0.137577] Yama: becoming mindful.\n[ 0.138298] AppArmor: AppArmor initialized\n[ 0.139151] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140458] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142883] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144256] Initializing cgroup subsys io\n[ 0.145047] Initializing cgroup subsys memory\n[ 0.145892] Initializing cgroup subsys devices\n[ 0.146759] Initializing cgroup subsys freezer\n[ 0.147614] Initializing cgroup subsys net_cls\n[ 0.148463] Initializing cgroup subsys perf_event\n[ 0.149352] Initializing cgroup subsys net_prio\n[ 0.150218] Initializing cgroup subsys hugetlb\n[ 0.151072] Initializing cgroup subsys pids\n[ 0.151931] CPU: Physical Processor ID: 0\n[ 0.153409] mce: CPU supports 10 MCE banks\n[ 0.154243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166282] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172994] ftrace: allocating 31920 entries in 125 pages\n[ 0.200684] smpboot: Max logical packages: 1\n[ 0.201557] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202891] x2apic enabled\n[ 0.203698] Switched APIC routing to physical x2apic.\n[ 0.205433] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208481] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210234] KVM setup paravirtual spinlock\n[ 0.211551] x86: Booted up 1 node, 1 CPUs\n[ 0.212343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213723] devtmpfs: initialized\n[ 0.215430] evm: security.selinux\n[ 0.216113] evm: security.SMACK64\n[ 0.216793] evm: security.SMACK64EXEC\n[ 0.217523] evm: security.SMACK64TRANSMUTE\n[ 0.218314] evm: security.SMACK64MMAP\n[ 0.219046] evm: security.ima\n[ 0.219681] evm: security.capability\n[ 0.220477] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222299] pinctrl core: initialized pinctrl subsystem\n[ 0.223385] RTC time: 17:16:57, date: 10/06/18\n[ 0.224333] NET: Registered protocol family 16\n[ 0.225293] cpuidle: using governor ladder\n[ 0.226101] cpuidle: using governor menu\n[ 0.226878] PCCT header not found.\n[ 0.227626] ACPI: bus type PCI registered\n[ 0.228414] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229635] PCI: Using configuration type 1 for base access\n[ 0.231390] ACPI: Added _OSI(Module Device)\n[ 0.232226] ACPI: Added _OSI(Processor Device)\n[ 0.233064] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233943] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236007] ACPI: Interpreter enabled\n[ 0.236792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244123] ACPI: (supports S0 S5)\n[ 0.244821] ACPI: Using IOAPIC for interrupt routing\n[ 0.245759] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252371] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254567] acpiphp: Slot [3] registered\n[ 0.255366] acpiphp: Slot [4] registered\n[ 0.256158] acpiphp: Slot [5] registered\n[ 0.256952] acpiphp: Slot [6] registered\n[ 0.257737] acpiphp: Slot [7] registered\n[ 0.258546] acpiphp: Slot [8] registered\n[ 0.259345] acpiphp: Slot [9] registered\n[ 0.260128] acpiphp: Slot [10] registered\n[ 0.260923] acpiphp: Slot [11] registered\n[ 0.261744] acpiphp: Slot [12] registered\n[ 0.262560] acpiphp: Slot [13] registered\n[ 0.263361] acpiphp: Slot [14] registered\n[ 0.264157] acpiphp: Slot [15] registered\n[ 0.275202] acpiphp: Slot [16] registered\n[ 0.276002] acpiphp: Slot [17] registered\n[ 0.276808] acpiphp: Slot [18] registered\n[ 0.277616] acpiphp: Slot [19] registered\n[ 0.278422] acpiphp: Slot [20] registered\n[ 0.279237] acpiphp: Slot [21] registered\n[ 0.280034] acpiphp: Slot [22] registered\n[ 0.280834] acpiphp: Slot [23] registered\n[ 0.281662] acpiphp: Slot [24] registered\n[ 0.282461] acpiphp: Slot [25] registered\n[ 0.283261] acpiphp: Slot [26] registered\n[ 0.284054] acpiphp: Slot [27] registered\n[ 0.284862] acpiphp: Slot [28] registered\n[ 0.285660] acpiphp: Slot [29] registered\n[ 0.286461] acpiphp: Slot [30] registered\n[ 0.287271] acpiphp: Slot [31] registered\n[ 0.288063] PCI host bridge to bus 0000:00\n[ 0.288860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292658] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300242] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303886] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312263] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359877] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361355] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364172] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365541] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367369] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368526] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369558] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371072] vgaarb: loaded\n[ 0.371672] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372808] SCSI subsystem initialized\n[ 0.373621] ACPI: bus type USB registered\n[ 0.374423] usbcore: registered new interface driver usbfs\n[ 0.375431] usbcore: registered new interface driver hub\n[ 0.376431] usbcore: registered new device driver usb\n[ 0.377475] PCI: Using ACPI for IRQ routing\n[ 0.378499] NetLabel: Initializing\n[ 0.379199] NetLabel: domain hash size = 128\n[ 0.380029] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380967] NetLabel: unlabeled traffic allowed by default\n[ 0.382049] clocksource: Switched to clocksource kvm-clock\n[ 0.387885] AppArmor: AppArmor Filesystem Enabled\n[ 0.388829] pnp: PnP ACPI init\n[ 0.389746] pnp: PnP ACPI: found 5 devices\n[ 0.396140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397842] NET: Registered protocol family 2\n[ 0.398812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400078] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401248] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402416] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403496] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404653] NET: Registered protocol family 1\n[ 0.405514] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406644] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421673] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435923] Trying to unpack rootfs image as initramfs...\n[ 0.485736] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499630] Scanning for low memory corruption every 60 seconds\n[ 0.500956] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502110] audit: initializing netlink subsys (disabled)\n[ 0.503142] audit: type=2000 audit(1538846217.912:1): initialized\n[ 0.504472] Initialise system trusted keyring\n[ 0.505407] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508550] zbud: loaded\n[ 0.509260] VFS: Disk quotas dquot_6.6.0\n[ 0.510089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511603] fuse init (API version 7.23)\n[ 0.512504] Key type big_key registered\n[ 0.513306] Allocating IMA MOK and blacklist keyrings.\n[ 0.514419] Key type asymmetric registered\n[ 0.515243] Asymmetric key parser 'x509' registered\n[ 0.516194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518034] io scheduler noop registered\n[ 0.518853] io scheduler deadline registered (default)\n[ 0.519851] io scheduler cfq registered\n[ 0.520688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524475] ACPI: Power Button [PWRF]\n[ 0.525308] GHES: HEST is not enabled!\n[ 0.539016] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567269] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569499] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599046] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602766] Linux agpgart interface v0.103\n[ 0.604920] brd: module loaded\n[ 0.606201] loop: module loaded\n[ 0.611079] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612532] GPT:90111 != 2097151\n[ 0.613211] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614302] GPT:90111 != 2097151\n[ 0.614972] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615932] vda: vda1 vda15\n[ 0.617447] scsi host0: ata_piix\n[ 0.618189] scsi host1: ata_piix\n[ 0.618888] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620093] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621527] libphy: Fixed MDIO Bus: probed\n[ 0.622350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623296] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625457] PPP generic driver version 2.4.2\n[ 0.626367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627851] ehci-pci: EHCI PCI platform driver\n[ 0.628715] ehci-platform: EHCI generic platform driver\n[ 0.629691] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630810] ohci-pci: OHCI PCI platform driver\n[ 0.631679] ohci-platform: OHCI generic platform driver\n[ 0.632658] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647418] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648447] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649882] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650882] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653204] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654620] usb usb1: Product: UHCI Host Controller\n[ 0.655554] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657741] hub 1-0:1.0: USB hub found\n[ 0.658524] hub 1-0:1.0: 2 ports detected\n[ 0.659426] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661546] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662505] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663530] mousedev: PS/2 mouse device common for all mice\n[ 0.664791] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666628] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668908] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670103] i2c /dev entries driver\n[ 0.670862] device-mapper: uevent: version 1.0.3\n[ 0.671794] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673419] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674706] NET: Registered protocol family 10\n[ 0.675691] NET: Registered protocol family 17\n[ 0.676601] Key type dns_resolver registered\n[ 0.677526] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678655] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680420] registered taskstats version 1\n[ 0.681243] Loading compiled-in X.509 certificates\n[ 0.682692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684531] zswap: loaded using pool lzo/zbud\n[ 0.686372] Key type trusted registered\n[ 0.688362] Key type encrypted registered\n[ 0.689196] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690236] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691274] evm: HMAC attrs: 0x1\n[ 0.692206] Magic number: 6:996:288\n[ 0.692990] tty tty21: hash matches\n[ 0.693794] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:58 UTC (1538846218)\n[ 0.695383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696483] EDD information not available.\n[ 0.774588] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776020] ata1.00: configured for MWDMA2\n[ 0.787919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790133] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791356] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792601] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795995] Write protecting the kernel read-only data: 14336k\n[ 0.797549] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799344] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.997121] 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.43s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-06 17:18:27,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action used request id req-619c0bde-a061-4c64-9d42-c42c08331794 2018-10-06 17:18:27,051 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-10-06 17:18:27,051 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-10-06 17:18:27,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-442808", "route_distinguishers": "222:222"}}' 2018-10-06 17:18:27,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-a5e61637-b7d1-4855-86b3-a233301b9f48 Date: Sat, 06 Oct 2018 17:18:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "c1fdf734-0ed8-4869-9f6f-d2db17077f24", "name": "sdnvpn-2-442808", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:18:27,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-a5e61637-b7d1-4855-86b3-a233301b9f48 2018-10-06 17:18:27,439 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-442808', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'b02668b3789342938652e3506ba63a25', u'route_targets': [u'88:88'], u'project_id': u'b02668b3789342938652e3506ba63a25', u'type': u'l3', u'id': u'c1fdf734-0ed8-4869-9f6f-d2db17077f24'}} 2018-10-06 17:18:27,440 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-10-06 17:18:27,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/c1fdf734-0ed8-4869-9f6f-d2db17077f24/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" -d '{"network_association": {"network_id": "7e964c48-9011-4cb1-a3fa-93a5537e4fb3"}}' 2018-10-06 17:18:28,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-994a3152-dc3e-42be-8261-c13e295c136f Date: Sat, 06 Oct 2018 17:18:28 GMT RESP BODY: {"network_association": {"network_id": "7e964c48-9011-4cb1-a3fa-93a5537e4fb3", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "16dcfbd4-59e2-4332-8149-9dbc9e9aef17"}} 2018-10-06 17:18:28,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/c1fdf734-0ed8-4869-9f6f-d2db17077f24/network_associations used request id req-994a3152-dc3e-42be-8261-c13e295c136f 2018-10-06 17:18:28,062 - sdnvpn_test_utils - DEBUG - Waiting for network eaaad1fd-c352-4d9f-9f8b-0062544716b1 to associate with BGPVPN 28312575-e401-4f08-a3f4-85fdc170e897 2018-10-06 17:18:28,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/eaaad1fd-c352-4d9f-9f8b-0062544716b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:18:28,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-b7b3bb0d-f96f-432f-9a1e-2638c9f39a8f Date: Sat, 06 Oct 2018 17:18:28 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "eaaad1fd-c352-4d9f-9f8b-0062544716b1", "name": "sdnvpn-1-401176", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["55:55"], "networks": ["28312575-e401-4f08-a3f4-85fdc170e897"], "route_targets": ["55:55"], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:18:28,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/eaaad1fd-c352-4d9f-9f8b-0062544716b1 used request id req-b7b3bb0d-f96f-432f-9a1e-2638c9f39a8f 2018-10-06 17:18:29,386 - sdnvpn_test_utils - DEBUG - Waiting for network c1fdf734-0ed8-4869-9f6f-d2db17077f24 to associate with BGPVPN 7e964c48-9011-4cb1-a3fa-93a5537e4fb3 2018-10-06 17:18:29,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/c1fdf734-0ed8-4869-9f6f-d2db17077f24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:18:29,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-71395494-be25-4664-842d-6de904d1f82e Date: Sat, 06 Oct 2018 17:18:29 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "c1fdf734-0ed8-4869-9f6f-d2db17077f24", "name": "sdnvpn-2-442808", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["7e964c48-9011-4cb1-a3fa-93a5537e4fb3"], "route_targets": ["88:88"], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:18:29,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/c1fdf734-0ed8-4869-9f6f-d2db17077f24 used request id req-71395494-be25-4664-842d-6de904d1f82e 2018-10-06 17:18:30,703 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 17:19:00,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:19:01,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d7a2913-e836-4fea-b055-60dbd423ed68 x-compute-request-id: req-9d7a2913-e836-4fea-b055-60dbd423ed68 Content-Encoding: gzip Content-Length: 8147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.63s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-10-06 17:19:01,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-9d7a2913-e836-4fea-b055-60dbd423ed68 2018-10-06 17:19:01,811 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-4' (10.10.10.12) to 'sdnvpn-2-1' (10.10.10.11). -->Expected result: not reachable. 2018-10-06 17:19:01,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdba7146ae8d3bc1afa268553df862ef4048c27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:19:02,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ba477e3-8005-46d3-884f-2f390fa4ae97 x-compute-request-id: req-6ba477e3-8005-46d3-884f-2f390fa4ae97 Content-Encoding: gzip Content-Length: 8147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513275901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.163680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165790] pid_max: default: 32768 minimum: 301\n[ 0.166955] ACPI: Core revision 20150930\n[ 0.168588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170270] Security Framework initialized\n[ 0.171358] Yama: becoming mindful.\n[ 0.172267] AppArmor: AppArmor initialized\n[ 0.173363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175133] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180161] Initializing cgroup subsys io\n[ 0.181224] Initializing cgroup subsys memory\n[ 0.182332] Initializing cgroup subsys devices\n[ 0.183421] Initializing cgroup subsys freezer\n[ 0.184536] Initializing cgroup subsys net_cls\n[ 0.185676] Initializing cgroup subsys perf_event\n[ 0.186852] Initializing cgroup subsys net_prio\n[ 0.187997] Initializing cgroup subsys hugetlb\n[ 0.189142] Initializing cgroup subsys pids\n[ 0.190253] CPU: Physical Processor ID: 0\n[ 0.191950] mce: CPU supports 10 MCE banks\n[ 0.193041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.194376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205448] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212366] ftrace: allocating 31920 entries in 125 pages\n[ 0.238843] smpboot: Max logical packages: 1\n[ 0.239952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241668] x2apic enabled\n[ 0.242659] Switched APIC routing to physical x2apic.\n[ 0.244674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.246132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.248651] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.250940] KVM setup paravirtual spinlock\n[ 0.252498] x86: Booted up 1 node, 1 CPUs\n[ 0.253562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.255370] devtmpfs: initialized\n[ 0.257328] evm: security.selinux\n[ 0.258232] evm: security.SMACK64\n[ 0.259130] evm: security.SMACK64EXEC\n[ 0.260088] evm: security.SMACK64TRANSMUTE\n[ 0.261154] evm: security.SMACK64MMAP\n[ 0.262117] evm: security.ima\n[ 0.262930] evm: security.capability\n[ 0.263951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266346] pinctrl core: initialized pinctrl subsystem\n[ 0.267784] RTC time: 17:16:43, date: 10/06/18\n[ 0.269064] NET: Registered protocol family 16\n[ 0.270361] cpuidle: using governor ladder\n[ 0.271466] cpuidle: using governor menu\n[ 0.272516] PCCT header not found.\n[ 0.273478] ACPI: bus type PCI registered\n[ 0.274539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276114] PCI: Using configuration type 1 for base access\n[ 0.278222] ACPI: Added _OSI(Module Device)\n[ 0.279318] ACPI: Added _OSI(Processor Device)\n[ 0.280419] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284064] ACPI: Interpreter enabled\n[ 0.285039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294592] ACPI: (supports S0 S5)\n[ 0.295498] ACPI: Using IOAPIC for interrupt routing\n[ 0.296742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307972] acpiphp: Slot [3] registered\n[ 0.309000] acpiphp: Slot [4] registered\n[ 0.310025] acpiphp: Slot [5] registered\n[ 0.311037] acpiphp: Slot [6] registered\n[ 0.312048] acpiphp: Slot [7] registered\n[ 0.313046] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.315113] acpiphp: Slot [10] registered\n[ 0.316157] acpiphp: Slot [11] registered\n[ 0.317173] acpiphp: Slot [12] registered\n[ 0.318202] acpiphp: Slot [13] registered\n[ 0.319258] acpiphp: Slot [14] registered\n[ 0.320313] acpiphp: Slot [15] registered\n[ 0.331426] acpiphp: Slot [16] registered\n[ 0.332486] acpiphp: Slot [17] registered\n[ 0.333529] acpiphp: Slot [18] registered\n[ 0.334572] acpiphp: Slot [19] registered\n[ 0.335616] acpiphp: Slot [20] registered\n[ 0.336659] acpiphp: Slot [21] registered\n[ 0.337714] acpiphp: Slot [22] registered\n[ 0.338752] acpiphp: Slot [23] registered\n[ 0.339810] acpiphp: Slot [24] registered\n[ 0.340867] acpiphp: Slot [25] registered\n[ 0.341897] acpiphp: Slot [26] registered\n[ 0.342945] acpiphp: Slot [27] registered\n[ 0.344001] acpiphp: Slot [28] registered\n[ 0.345071] acpiphp: Slot [29] registered\n[ 0.346120] acpiphp: Slot [30] registered\n[ 0.347162] acpiphp: Slot [31] registered\n[ 0.348209] PCI host bridge to bus 0000:00\n[ 0.349257] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.352495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354380] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356259] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365726] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425368] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431371] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433155] vgaarb: loaded\n[ 0.433833] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435129] SCSI subsystem initialized\n[ 0.436043] ACPI: bus type USB registered\n[ 0.436955] usbcore: registered new interface driver usbfs\n[ 0.438162] usbcore: registered new interface driver hub\n[ 0.439328] usbcore: registered new device driver usb\n[ 0.440537] PCI: Using ACPI for IRQ routing\n[ 0.441676] NetLabel: Initializing\n[ 0.442474] NetLabel: domain hash size = 128\n[ 0.443444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444530] NetLabel: unlabeled traffic allowed by default\n[ 0.445803] clocksource: Switched to clocksource kvm-clock\n[ 0.451365] AppArmor: AppArmor Filesystem Enabled\n[ 0.452486] pnp: PnP ACPI init\n[ 0.453481] pnp: PnP ACPI: found 5 devices\n[ 0.459952] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461960] NET: Registered protocol family 2\n[ 0.463035] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.464510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.465855] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469796] NET: Registered protocol family 1\n[ 0.470817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472109] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487559] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502277] Trying to unpack rootfs image as initramfs...\n[ 0.552985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.567024] Scanning for low memory corruption every 60 seconds\n[ 0.568545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569886] audit: initializing netlink subsys (disabled)\n[ 0.572446] audit: type=2000 audit(1538846204.366:1): initialized\n[ 0.574199] Initialise system trusted keyring\n[ 0.575264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578822] zbud: loaded\n[ 0.579617] VFS: Disk quotas dquot_6.6.0\n[ 0.580555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582292] fuse init (API version 7.23)\n[ 0.583316] Key type big_key registered\n[ 0.584247] Allocating IMA MOK and blacklist keyrings.\n[ 0.585901] Key type asymmetric registered\n[ 0.586863] Asymmetric key parser 'x509' registered\n[ 0.587962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589664] io scheduler noop registered\n[ 0.590591] io scheduler deadline registered (default)\n[ 0.591753] io scheduler cfq registered\n[ 0.592695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595402] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597109] ACPI: Power Button [PWRF]\n[ 0.598096] GHES: HEST is not enabled!\n[ 0.611962] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641070] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670899] Linux agpgart interface v0.103\n[ 0.674080] brd: module loaded\n[ 0.675881] loop: module loaded\n[ 0.684951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686739] GPT:90111 != 2097151\n[ 0.687583] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688927] GPT:90111 != 2097151\n[ 0.689745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690895] vda: vda1 vda15\n[ 0.692470] scsi host0: ata_piix\n[ 0.693336] scsi host1: ata_piix\n[ 0.694167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695655] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697336] libphy: Fixed MDIO Bus: probed\n[ 0.698553] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701931] PPP generic driver version 2.4.2\n[ 0.703196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704634] ehci-pci: EHCI PCI platform driver\n[ 0.705678] ehci-platform: EHCI generic platform driver\n[ 0.706881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708261] ohci-pci: OHCI PCI platform driver\n[ 0.709297] ohci-platform: OHCI generic platform driver\n[ 0.710492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727976] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733709] usb usb1: Product: UHCI Host Controller\n[ 0.734877] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737383] hub 1-0:1.0: USB hub found\n[ 0.738312] hub 1-0:1.0: 2 ports detected\n[ 0.739477] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744263] mousedev: PS/2 mouse device common for all mice\n[ 0.745634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748525] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750892] i2c /dev entries driver\n[ 0.751650] device-mapper: uevent: version 1.0.3\n[ 0.752595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755518] NET: Registered protocol family 10\n[ 0.756515] NET: Registered protocol family 17\n[ 0.757406] Key type dns_resolver registered\n[ 0.758339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761179] registered taskstats version 1\n[ 0.762024] Loading compiled-in X.509 certificates\n[ 0.763466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765298] zswap: loaded using pool lzo/zbud\n[ 0.766685] Key type trusted registered\n[ 0.768244] Key type encrypted registered\n[ 0.769066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771134] evm: HMAC attrs: 0x1\n[ 0.772438] Magic number: 6:996:288\n[ 0.773211] tty tty21: hash matches\n[ 0.774011] rtc_cmos 00:00: setting system clock to 2018-10-06 17:16:44 UTC (1538846204)\n[ 0.775596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776704] EDD information not available.\n[ 0.850379] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.851801] ata1.00: configured for MWDMA2\n[ 0.863495] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.865689] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.866901] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.868149] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.870041] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871572] Write protecting the kernel read-only data: 14336k\n[ 0.873127] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874925] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.260516] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.63s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-10-06 17:19:02,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-6ba477e3-8005-46d3-884f-2f390fa4ae97 2018-10-06 17:19:02,888 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-10-06 17:19:02,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2758015366ae112fe1f4bf6e6707e05a43a8eb86" -d '{"forceDelete": null}' 2018-10-06 17:19:03,068 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3940f18-d0f3-42b0-8bea-e9c61134e019 x-compute-request-id: req-f3940f18-d0f3-42b0-8bea-e9c61134e019 Content-Length: 0 Content-Type: application/json 2018-10-06 17:19:03,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/dd3e6b2d-63cb-4206-8803-eac575e7a97b/action used request id req-f3940f18-d0f3-42b0-8bea-e9c61134e019 2018-10-06 17:19:03,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2758015366ae112fe1f4bf6e6707e05a43a8eb86" -d '{"forceDelete": null}' 2018-10-06 17:19:03,248 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3f3eafc-e9ea-4055-afd0-7ea707292e16 x-compute-request-id: req-f3f3eafc-e9ea-4055-afd0-7ea707292e16 Content-Length: 0 Content-Type: application/json 2018-10-06 17:19:03,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/25a8f0da-df95-4e28-911a-04339cfc5447/action used request id req-f3f3eafc-e9ea-4055-afd0-7ea707292e16 2018-10-06 17:19:03,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2758015366ae112fe1f4bf6e6707e05a43a8eb86" -d '{"forceDelete": null}' 2018-10-06 17:19:03,445 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-199575aa-4e22-4d3c-888a-399e1b832ac7 x-compute-request-id: req-199575aa-4e22-4d3c-888a-399e1b832ac7 Content-Length: 0 Content-Type: application/json 2018-10-06 17:19:03,446 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c8c7dbb0-c812-41f8-9354-b87bf80e479b/action used request id req-199575aa-4e22-4d3c-888a-399e1b832ac7 2018-10-06 17:19:03,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f96c51866234751bcd0fa9398c4a5ab7b1b8a603" 2018-10-06 17:19:05,365 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-735da9dc-338e-49f3-8345-d9ca490856fa Date: Sat, 06 Oct 2018 17:19:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:19:05,365 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/87cc26a1-c859-4fb1-9a7f-9b6c43bf28e0 used request id req-735da9dc-338e-49f3-8345-d9ca490856fa 2018-10-06 17:19:05,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/eaaad1fd-c352-4d9f-9f8b-0062544716b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:19:05,870 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-555ce3d9-dc20-46da-9e05-a23fed2c2cd3 Content-Length: 0 Date: Sat, 06 Oct 2018 17:19:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:19:05,871 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/eaaad1fd-c352-4d9f-9f8b-0062544716b1 used request id req-555ce3d9-dc20-46da-9e05-a23fed2c2cd3 2018-10-06 17:19:05,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/c1fdf734-0ed8-4869-9f6f-d2db17077f24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:19:06,437 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e74b26b2-49c0-4c46-ac93-574654216122 Content-Length: 0 Date: Sat, 06 Oct 2018 17:19:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:19:06,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/c1fdf734-0ed8-4869-9f6f-d2db17077f24 used request id req-e74b26b2-49c0-4c46-ac93-574654216122 2018-10-06 17:19:06,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/d6e4b17a-fef5-4d3b-8aee-3305580e3e7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:19:08,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef4618a7-f688-4e9a-a48a-d18e0842d70e Date: Sat, 06 Oct 2018 17:19:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:19:08,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d6e4b17a-fef5-4d3b-8aee-3305580e3e7d used request id req-ef4618a7-f688-4e9a-a48a-d18e0842d70e 2018-10-06 17:19:08,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/2a717087-efd2-45a5-9ff0-030c5a747ea9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:19:11,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8808ddfd-24c9-4095-8298-cc7de14f8bc5 Date: Sat, 06 Oct 2018 17:19:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:19:11,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/2a717087-efd2-45a5-9ff0-030c5a747ea9 used request id req-8808ddfd-24c9-4095-8298-cc7de14f8bc5 2018-10-06 17:19:11,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/28312575-e401-4f08-a3f4-85fdc170e897 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:19:11,986 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a54e06f6-8cad-4be2-b357-6d365a360152 Date: Sat, 06 Oct 2018 17:19:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:19:11,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/28312575-e401-4f08-a3f4-85fdc170e897 used request id req-a54e06f6-8cad-4be2-b357-6d365a360152 2018-10-06 17:19:11,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/7e964c48-9011-4cb1-a3fa-93a5537e4fb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6497e8cd0a474933ec79f609350046d0bcbf38a" 2018-10-06 17:19:12,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd2af9c3-4a11-4603-84d0-f77eed816970 Date: Sat, 06 Oct 2018 17:19:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:19:12,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7e964c48-9011-4cb1-a3fa-93a5537e4fb3 used request id req-bd2af9c3-4a11-4603-84d0-f77eed816970 2018-10-06 17:19:12,645 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN1 with eRT=iRT | | Associate network 'sdnvpn-2-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] | +----------------------------------------------------------------------------------------+ | Create VPN2 with eRT=iRT | | Associate network 'sdnvpn-2-2-net' to the VPN2. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] | +========================================================================================+ 2018-10-06 17:19:12,645 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-06 17:19:12,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-06 17:19:12,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-10-06 17:19:12,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-06 17:19:12,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-06 17:19:12,647 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-06 17:19:12,730 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-06 17:19:12,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:12,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:12,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:12,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:12,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:12,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:12,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:12,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:12,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:12,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:12,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:12,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:12,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:19:12,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:12,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:12,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:12,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:12,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:12,741 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:19:12,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:12,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105cc2ac-4b43-4e70-8481-040db6927175 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:12,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-105cc2ac-4b43-4e70-8481-040db6927175 2018-10-06 17:19:12,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:13,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["G0pOKfsKSS-LYiiBo6MY4Q"], "issued_at": "2018-10-06T17:19:13.000000Z"}} 2018-10-06 17:19:13,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40af9e1d3477c7043ae123959e8e708fa52e3ada" 2018-10-06 17:19:13,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-5ec85bad-f446-4dec-97e3-e2a4ae28ff73 Date: Sat, 06 Oct 2018 17:19:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:19:13,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-5ec85bad-f446-4dec-97e3-e2a4ae28ff73 2018-10-06 17:19:13,692 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:19:13,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40af9e1d3477c7043ae123959e8e708fa52e3ada" 2018-10-06 17:19:14,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6f3a8e1e-707c-459b-a3a4-4b396095f4eb Date: Sat, 06 Oct 2018 17:19:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:19:14,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6f3a8e1e-707c-459b-a3a4-4b396095f4eb 2018-10-06 17:19:14,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}40af9e1d3477c7043ae123959e8e708fa52e3ada" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:19:14,492 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46 X-Openstack-Request-Id: req-f6d2df27-8e89-4946-a058-bc46acd2c2ff Date: Sat, 06 Oct 2018 17:19:14 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:19:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:19:14Z", "visibility": "public", "locations": [], "self": "/v2/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "min_disk": 0, "protected": false, "id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "file": "/v2/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:19:14,492 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f6d2df27-8e89-4946-a058-bc46acd2c2ff 2018-10-06 17:19:14,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40af9e1d3477c7043ae123959e8e708fa52e3ada" -d '' 2018-10-06 17:19:16,276 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97eb5603-7d6c-4e2f-a589-36c9d992d173 Date: Sat, 06 Oct 2018 17:19:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:19:16,276 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46/file used request id req-97eb5603-7d6c-4e2f-a589-36c9d992d173 2018-10-06 17:19:16,277 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-10-06 17:19:16,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:16,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055da6a3-63b8-48be-a718-0bf3778b522f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:16,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-055da6a3-63b8-48be-a718-0bf3778b522f 2018-10-06 17:19:16,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:16,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["g3ZFASQMRDmRR3lhA4w5Ug"], "issued_at": "2018-10-06T17:19:16.000000Z"}} 2018-10-06 17:19:16,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-10-06 17:19:17,094 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-b023e850-37b9-4776-aa07-04c88cb493f8 Date: Sat, 06 Oct 2018 17:19: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":"18ff8f12-5db5-4635-8810-5a3538473a07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:19:16Z","is_default":false,"provider:segmentation_id":19,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:19:16Z","mtu":1450}} 2018-10-06 17:19:17,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-b023e850-37b9-4776-aa07-04c88cb493f8 2018-10-06 17:19:17,094 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 18ff8f12-5db5-4635-8810-5a3538473a07 with cidr 10.10.10.0/24 2018-10-06 17:19:17,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"subnets": [{"ip_version": 4, "network_id": "18ff8f12-5db5-4635-8810-5a3538473a07", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-10-06 17:19:17,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-faf54aa6-3dab-4e84-810d-a94f7a85f29a Date: Sat, 06 Oct 2018 17:19:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18ff8f12-5db5-4635-8810-5a3538473a07","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:19:17Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:19:17Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"ac3dc5ae-3315-4e98-8be7-d6ac78e03907","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-10-06 17:19:17,705 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-faf54aa6-3dab-4e84-810d-a94f7a85f29a 2018-10-06 17:19:17,706 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-10-06 17:19:17,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-10-06 17:19:18,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-092d48f8-d903-4d9f-823b-57ee4635cd91 Date: Sat, 06 Oct 2018 17:19:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0db199c7-3ec7-4144-a263-01af15e9cdcd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:19:17Z","is_default":false,"provider:segmentation_id":99,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:19:17Z","mtu":1450}} 2018-10-06 17:19:18,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-092d48f8-d903-4d9f-823b-57ee4635cd91 2018-10-06 17:19:18,107 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 0db199c7-3ec7-4144-a263-01af15e9cdcd with cidr 10.10.11.0/24 2018-10-06 17:19:18,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"subnets": [{"ip_version": 4, "network_id": "0db199c7-3ec7-4144-a263-01af15e9cdcd", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-10-06 17:19:18,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c4241e0d-d646-43e6-a7c9-b213dc0f4462 Date: Sat, 06 Oct 2018 17:19:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0db199c7-3ec7-4144-a263-01af15e9cdcd","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:19:18Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:19:18Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"00afce52-5718-445e-98bc-181487b26768","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-10-06 17:19:18,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-c4241e0d-d646-43e6-a7c9-b213dc0f4462 2018-10-06 17:19:18,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:19:18,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-e8b9a3a0-2136-461d-8650-281d57ba0bad Date: Sat, 06 Oct 2018 17:19:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:10:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-06T17:10:28Z", "revision_number": 0, "id": "6f120a01-567c-45a7-aa79-75fa5a215922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 179, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 7, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:19:18,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-e8b9a3a0-2136-461d-8650-281d57ba0bad 2018-10-06 17:19:18,914 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:19:18,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:18,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d049293-c0ad-488b-ab46-3ac7e414cf4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:18,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8d049293-c0ad-488b-ab46-3ac7e414cf4e 2018-10-06 17:19:18,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:19,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["S8ESRIBZQXqVkX1sF9f7Xw"], "issued_at": "2018-10-06T17:19:19.000000Z"}} 2018-10-06 17:19:19,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" 2018-10-06 17:19:19,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91967864-aec1-4219-aa3b-673dd33dd4ba x-compute-request-id: req-91967864-aec1-4219-aa3b-673dd33dd4ba 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:19:19,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-91967864-aec1-4219-aa3b-673dd33dd4ba 2018-10-06 17:19:19,553 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-06 17:19:19,553 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-10-06 17:19:19,553 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=3370d52e-19af-4a97-9f95-24bb3e6fdd46 network=18ff8f12-5db5-4635-8810-5a3538473a07 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:19:19,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:19,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:19,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:19,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:19,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:19,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:19,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:19,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:19,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:19,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:19,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:19,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:19,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:19,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:19,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:19,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:19,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:19,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:19,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:19,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-231845a2-42be-4e2d-b936-3b7fc67556da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:19,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-231845a2-42be-4e2d-b936-3b7fc67556da 2018-10-06 17:19:19,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:20,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["BdQonU1BQXGPmQSMOOp5WQ"], "issued_at": "2018-10-06T17:19:20.000000Z"}} 2018-10-06 17:19:20,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" 2018-10-06 17:19:20,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88831352-b10b-4263-bc72-be5a9aa0713f x-compute-request-id: req-88831352-b10b-4263-bc72-be5a9aa0713f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:19:20,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-88831352-b10b-4263-bc72-be5a9aa0713f 2018-10-06 17:19:20,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" 2018-10-06 17:19:20,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a70cc1d9-929e-4a8c-b925-565b945a8e54 x-compute-request-id: req-a70cc1d9-929e-4a8c-b925-565b945a8e54 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:19:20,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-a70cc1d9-929e-4a8c-b925-565b945a8e54 2018-10-06 17:19:20,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "18ff8f12-5db5-4635-8810-5a3538473a07"}]}}' 2018-10-06 17:19:21,914 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c46a774-4c69-4aad-857d-8cf598cd526d x-compute-request-id: req-1c46a774-4c69-4aad-857d-8cf598cd526d Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8f097205-d2ee-4fee-a468-637545d820c5", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "bookmark"}], "adminPass": "3FsenEFHhDJd"}} 2018-10-06 17:19:21,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1c46a774-4c69-4aad-857d-8cf598cd526d 2018-10-06 17:19:21,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:21,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b2f849-d511-44a3-ad22-f41faa96a272 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:21,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-88b2f849-d511-44a3-ad22-f41faa96a272 2018-10-06 17:19:21,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:22,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["fjD66MlDSQqErBFxAtyp7Q"], "issued_at": "2018-10-06T17:19:22.000000Z"}} 2018-10-06 17:19:22,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f65c62a5fbf361a05887d20d5e395c072d3851" 2018-10-06 17:19:22,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7f39b77-4ea1-47df-8b14-8618184c3261 x-compute-request-id: req-b7f39b77-4ea1-47df-8b14-8618184c3261 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "8f097205-d2ee-4fee-a468-637545d820c5", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:19:22Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-10-06T17:19:21Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:22,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 used request id req-b7f39b77-4ea1-47df-8b14-8618184c3261 2018-10-06 17:19:25,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f65c62a5fbf361a05887d20d5e395c072d3851" 2018-10-06 17:19:26,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a02fd38a-9260-44b6-932f-16ed79dbf289 x-compute-request-id: req-a02fd38a-9260-44b6-932f-16ed79dbf289 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:12:dd:aa", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "8f097205-d2ee-4fee-a468-637545d820c5", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:19:22Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-10-06T17:19:21Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:26,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 used request id req-a02fd38a-9260-44b6-932f-16ed79dbf289 2018-10-06 17:19:29,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f65c62a5fbf361a05887d20d5e395c072d3851" 2018-10-06 17:19:30,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d275eff8-8f75-448f-88e4-e53a35c4acca x-compute-request-id: req-d275eff8-8f75-448f-88e4-e53a35c4acca 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:12:dd:aa", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-10-06T17:19:21.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "8f097205-d2ee-4fee-a468-637545d820c5", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:19:26Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-10-06T17:19:21Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:30,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 used request id req-d275eff8-8f75-448f-88e4-e53a35c4acca 2018-10-06 17:19:30,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" 2018-10-06 17:19:31,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-580c0e88-80fa-4e1b-ad47-0f3e424d31cd x-compute-request-id: req-580c0e88-80fa-4e1b-ad47-0f3e424d31cd 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:12:dd:aa", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8f097205-d2ee-4fee-a468-637545d820c5", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-10-06T17:19:21.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "8f097205-d2ee-4fee-a468-637545d820c5", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:19:26Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-10-06T17:19:21Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:31,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5 used request id req-580c0e88-80fa-4e1b-ad47-0f3e424d31cd 2018-10-06 17:19:31,022 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.5'. 2018-10-06 17:19:31,022 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-10-06 17:19:31,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:19:32,656 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19: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-9ed3e943-1862-4313-b8f8-a33a9c4b20f0 x-compute-request-id: req-9ed3e943-1862-4313-b8f8-a33a9c4b20f0 Content-Length: 0 Content-Type: application/json 2018-10-06 17:19:32,656 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-9ed3e943-1862-4313-b8f8-a33a9c4b20f0 2018-10-06 17:19:32,656 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-10-06 17:19:32,656 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=3370d52e-19af-4a97-9f95-24bb3e6fdd46 network=18ff8f12-5db5-4635-8810-5a3538473a07 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:32,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:32,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:32,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:32,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:32,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:32,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:32,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:32,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:32,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:32,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:32,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:32,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:32,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:32,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55bc023d-21f1-42d0-80b9-b39cae973a37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:32,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-55bc023d-21f1-42d0-80b9-b39cae973a37 2018-10-06 17:19:32,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:33,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["GHyLEXM7Ti2lJ6l1X3HWcg"], "issued_at": "2018-10-06T17:19:33.000000Z"}} 2018-10-06 17:19:33,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" 2018-10-06 17:19:33,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d12dff41-669b-4c54-a8d0-e023110a819b x-compute-request-id: req-d12dff41-669b-4c54-a8d0-e023110a819b Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:19:33,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d12dff41-669b-4c54-a8d0-e023110a819b 2018-10-06 17:19:33,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" 2018-10-06 17:19:33,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83867043-e257-4c62-9d76-ff169efe2a8c x-compute-request-id: req-83867043-e257-4c62-9d76-ff169efe2a8c Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:19:33,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-83867043-e257-4c62-9d76-ff169efe2a8c 2018-10-06 17:19:33,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "18ff8f12-5db5-4635-8810-5a3538473a07"}]}}' 2018-10-06 17:19:34,660 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e5cf6c40-0a55-413e-87b7-b3843afc388a x-compute-request-id: req-e5cf6c40-0a55-413e-87b7-b3843afc388a Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "bookmark"}], "adminPass": "Q5SzCMvKxjEn"}} 2018-10-06 17:19:34,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-e5cf6c40-0a55-413e-87b7-b3843afc388a 2018-10-06 17:19:34,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:34,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d316c76-88f8-41ca-97cd-627e6022947a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:34,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8d316c76-88f8-41ca-97cd-627e6022947a 2018-10-06 17:19:34,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:35,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["6qM-dLl8S2CFimM3l0iidg"], "issued_at": "2018-10-06T17:19:35.000000Z"}} 2018-10-06 17:19:35,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c905446ec45a207270a1d633e9a5558497ac2e" 2018-10-06 17:19:35,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e122ee6e-76b1-4f0c-afb2-ae7efcaaa146 x-compute-request-id: req-e122ee6e-76b1-4f0c-afb2-ae7efcaaa146 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:19:35Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-3", "created": "2018-10-06T17:19:34Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:35,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 used request id req-e122ee6e-76b1-4f0c-afb2-ae7efcaaa146 2018-10-06 17:19:38,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c905446ec45a207270a1d633e9a5558497ac2e" 2018-10-06 17:19:39,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ce31cde-a5df-49da-9791-177a4df24cb4 x-compute-request-id: req-4ce31cde-a5df-49da-9791-177a4df24cb4 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.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:19:35Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-10-06T17:19:34Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:39,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 used request id req-4ce31cde-a5df-49da-9791-177a4df24cb4 2018-10-06 17:19:42,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c905446ec45a207270a1d633e9a5558497ac2e" 2018-10-06 17:19:42,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f554c8e-cbc3-40ac-9b28-11e31c0eb703 x-compute-request-id: req-2f554c8e-cbc3-40ac-9b28-11e31c0eb703 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:c9:54", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-10-06T17:19:36.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:19:40Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-10-06T17:19:34Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:42,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 used request id req-2f554c8e-cbc3-40ac-9b28-11e31c0eb703 2018-10-06 17:19:42,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" 2018-10-06 17:19:43,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cf00a56-08d8-446a-856d-9d0506fdc2d4 x-compute-request-id: req-6cf00a56-08d8-446a-856d-9d0506fdc2d4 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:c9:54", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-10-06T17:19:36.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "208a3797-a567-4bd8-8a61-b06b7a9ad9a1", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:19:40Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-10-06T17:19:34Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:43,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1 used request id req-6cf00a56-08d8-446a-856d-9d0506fdc2d4 2018-10-06 17:19:43,306 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.7'. 2018-10-06 17:19:43,306 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-10-06 17:19:43,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:19:44,502 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f514ed5-e18e-4ab9-98e3-9b1588bf5367 x-compute-request-id: req-3f514ed5-e18e-4ab9-98e3-9b1588bf5367 Content-Length: 0 Content-Type: application/json 2018-10-06 17:19:44,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action used request id req-3f514ed5-e18e-4ab9-98e3-9b1588bf5367 2018-10-06 17:19:44,502 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-10-06 17:19:44,503 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=3370d52e-19af-4a97-9f95-24bb3e6fdd46 network=0db199c7-3ec7-4144-a263-01af15e9cdcd secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:19:44,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:44,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:44,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:44,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:44,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:44,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:44,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:44,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:44,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:44,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:44,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:44,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:44,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:44,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:44,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:44,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:44,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:44,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:44,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:44,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:44,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:44,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a6aefd-b8d6-4788-8eb0-e5e486971b14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:44,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c7a6aefd-b8d6-4788-8eb0-e5e486971b14 2018-10-06 17:19:44,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:44,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["qhOEJs63SGCwd0dLHGU0tw"], "issued_at": "2018-10-06T17:19:44.000000Z"}} 2018-10-06 17:19:44,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" 2018-10-06 17:19:45,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19: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-c4c9720f-5433-4b98-aece-a03c81ca4f0c x-compute-request-id: req-c4c9720f-5433-4b98-aece-a03c81ca4f0c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:19:45,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c4c9720f-5433-4b98-aece-a03c81ca4f0c 2018-10-06 17:19:45,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" 2018-10-06 17:19:45,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24dbc9d5-70a9-4284-a000-58085dc7e755 x-compute-request-id: req-24dbc9d5-70a9-4284-a000-58085dc7e755 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:19:45,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-24dbc9d5-70a9-4284-a000-58085dc7e755 2018-10-06 17:19:45,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0db199c7-3ec7-4144-a263-01af15e9cdcd"}]}}' 2018-10-06 17:19:46,541 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0353dee1-75ca-4715-8ebf-0cf5167af617 x-compute-request-id: req-0353dee1-75ca-4715-8ebf-0cf5167af617 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "bookmark"}], "adminPass": "5pZUeYDEAE97"}} 2018-10-06 17:19:46,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0353dee1-75ca-4715-8ebf-0cf5167af617 2018-10-06 17:19:46,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:46,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9229c066-be23-47af-bf21-488a636610a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:46,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9229c066-be23-47af-bf21-488a636610a1 2018-10-06 17:19:46,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:46,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["rwSv2d3TRlGc2q9RFAD68Q"], "issued_at": "2018-10-06T17:19:46.000000Z"}} 2018-10-06 17:19:46,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7369b60264e0992db82f983b37091053528050e5" 2018-10-06 17:19:47,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7aa4997d-f6e4-4a74-8225-81f83ff884ca x-compute-request-id: req-7aa4997d-f6e4-4a74-8225-81f83ff884ca Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:19: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-1-5", "created": "2018-10-06T17:19:46Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:47,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c used request id req-7aa4997d-f6e4-4a74-8225-81f83ff884ca 2018-10-06 17:19:50,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7369b60264e0992db82f983b37091053528050e5" 2018-10-06 17:19:51,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c75ac9db-ec3f-4e12-8a0f-d1b61148d165 x-compute-request-id: req-c75ac9db-ec3f-4e12-8a0f-d1b61148d165 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:d9:39", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:19:47Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-10-06T17:19:46Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:51,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c used request id req-c75ac9db-ec3f-4e12-8a0f-d1b61148d165 2018-10-06 17:19:54,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7369b60264e0992db82f983b37091053528050e5" 2018-10-06 17:19:54,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31263845-5acc-405a-925a-2b896c1d9266 x-compute-request-id: req-31263845-5acc-405a-925a-2b896c1d9266 Content-Encoding: gzip Content-Length: 779 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:73:d9:39", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-10-06T17:19:46.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:19:50Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-10-06T17:19:46Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:54,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c used request id req-31263845-5acc-405a-925a-2b896c1d9266 2018-10-06 17:19:54,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" 2018-10-06 17:19:55,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8007f4e-fecd-4719-a7a2-428ce0dfa69b x-compute-request-id: req-c8007f4e-fecd-4719-a7a2-428ce0dfa69b Content-Encoding: gzip Content-Length: 779 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:73:d9:39", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-10-06T17:19:46.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a4ac4df1-9233-4d59-b87e-1d4acbfc282c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:19:50Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-10-06T17:19:46Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:55,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c used request id req-c8007f4e-fecd-4719-a7a2-428ce0dfa69b 2018-10-06 17:19:55,594 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.11'. 2018-10-06 17:19:55,594 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-10-06 17:19:55,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:19:56,926 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3022f1f3-d614-4a26-ac50-d8245132692d x-compute-request-id: req-3022f1f3-d614-4a26-ac50-d8245132692d Content-Length: 0 Content-Type: application/json 2018-10-06 17:19:56,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-3022f1f3-d614-4a26-ac50-d8245132692d 2018-10-06 17:19:56,927 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-10-06 17:19:56,927 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=3370d52e-19af-4a97-9f95-24bb3e6fdd46 network=0db199c7-3ec7-4144-a263-01af15e9cdcd secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.11 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:19:56,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:56,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:56,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:56,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:56,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:56,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:56,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:56,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:56,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:56,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:19:56,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:19:56,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:19:56,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:19:56,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:19:56,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:19:56,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:19:56,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:19:56,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:19:56,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:56,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ef1162-24ec-4155-8ce8-8512efc68eed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:56,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-79ef1162-24ec-4155-8ce8-8512efc68eed 2018-10-06 17:19:56,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:57,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["1s7ReqrERSKvhrty3qMoqw"], "issued_at": "2018-10-06T17:19:57.000000Z"}} 2018-10-06 17:19:57,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" 2018-10-06 17:19:57,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96bda7ed-15d3-4397-8582-969fa47f7c5e x-compute-request-id: req-96bda7ed-15d3-4397-8582-969fa47f7c5e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:19:57,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-96bda7ed-15d3-4397-8582-969fa47f7c5e 2018-10-06 17:19:57,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" 2018-10-06 17:19:57,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73e1319a-857e-47b9-a502-9f4ab55e3578 x-compute-request-id: req-73e1319a-857e-47b9-a502-9f4ab55e3578 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:19:57,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-73e1319a-857e-47b9-a502-9f4ab55e3578 2018-10-06 17:19:57,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0db199c7-3ec7-4144-a263-01af15e9cdcd"}], "config_drive": true}}' 2018-10-06 17:19:58,955 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:19:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f832e81-bee2-4753-a7e9-f7d62e4d83a2 x-compute-request-id: req-2f832e81-bee2-4753-a7e9-f7d62e4d83a2 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a884c23c-1e74-4cad-9bcb-554c78f8662b", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "bookmark"}], "adminPass": "qrsbeEW5ry6H"}} 2018-10-06 17:19:58,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-2f832e81-bee2-4753-a7e9-f7d62e4d83a2 2018-10-06 17:19:58,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:19:58,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9bbc3a9-4249-491f-b510-8024dba1b85d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:19:58,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d9bbc3a9-4249-491f-b510-8024dba1b85d 2018-10-06 17:19:58,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:19:59,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:19:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["uN5LjekYRZKXkfljezeWWw"], "issued_at": "2018-10-06T17:19:59.000000Z"}} 2018-10-06 17:19:59,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fe394a5957ddd2c42392000779e64eadcb14035" 2018-10-06 17:19:59,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:19:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-961f31cc-c65d-4791-9fc8-968ff0ef3335 x-compute-request-id: req-961f31cc-c65d-4791-9fc8-968ff0ef3335 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a884c23c-1e74-4cad-9bcb-554c78f8662b", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:19:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-4", "created": "2018-10-06T17:19:58Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:19:59,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b used request id req-961f31cc-c65d-4791-9fc8-968ff0ef3335 2018-10-06 17:20:02,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fe394a5957ddd2c42392000779e64eadcb14035" 2018-10-06 17:20:03,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20: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-fad92558-69b3-4c68-8fa4-487033c1dc38 x-compute-request-id: req-fad92558-69b3-4c68-8fa4-487033c1dc38 Content-Encoding: gzip Content-Length: 785 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:59:68:c9", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a884c23c-1e74-4cad-9bcb-554c78f8662b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:19:59Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-10-06T17:19:58Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:20:03,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b used request id req-fad92558-69b3-4c68-8fa4-487033c1dc38 2018-10-06 17:20:06,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fe394a5957ddd2c42392000779e64eadcb14035" 2018-10-06 17:20:07,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-7a78f78e-0b04-4127-9193-45456e4e359f x-compute-request-id: req-7a78f78e-0b04-4127-9193-45456e4e359f Content-Encoding: gzip Content-Length: 791 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:59:68:c9", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-10-06T17:19:58.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a884c23c-1e74-4cad-9bcb-554c78f8662b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:20:03Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-10-06T17:19:58Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:20:07,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b used request id req-7a78f78e-0b04-4127-9193-45456e4e359f 2018-10-06 17:20:07,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" 2018-10-06 17:20:07,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-09ad65eb-2b88-4367-b1b0-c1eea73db564 x-compute-request-id: req-09ad65eb-2b88-4367-b1b0-c1eea73db564 Content-Encoding: gzip Content-Length: 791 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:59:68:c9", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-10-06T17:19:58.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a884c23c-1e74-4cad-9bcb-554c78f8662b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:20:03Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-10-06T17:19:58Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:20:07,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b used request id req-09ad65eb-2b88-4367-b1b0-c1eea73db564 2018-10-06 17:20:07,625 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.14'. 2018-10-06 17:20:07,625 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-10-06 17:20:07,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:20:08,321 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-e9ba042b-7ae8-4239-8836-30f1cdee62a2 x-compute-request-id: req-e9ba042b-7ae8-4239-8836-30f1cdee62a2 Content-Length: 0 Content-Type: application/json 2018-10-06 17:20:08,322 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-e9ba042b-7ae8-4239-8836-30f1cdee62a2 2018-10-06 17:20:08,322 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-10-06 17:20:08,322 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=3370d52e-19af-4a97-9f95-24bb3e6fdd46 network=18ff8f12-5db5-4635-8810-5a3538473a07 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.5 10.10.10.7 10.10.11.14 10.10.11.11 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:20:08,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:20:08,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:20:08,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:20:08,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:20:08,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:20:08,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:20:08,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:20:08,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:20:08,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:20:08,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:20:08,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:20:08,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:20:08,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:20:08,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:20:08,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:20:08,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:20:08,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:20:08,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:20:08,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:20:08,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:20:08,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2734cdca-f944-464b-ab50-9bf390acf546 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:20:08,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2734cdca-f944-464b-ab50-9bf390acf546 2018-10-06 17:20:08,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:20:08,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["lHWIq2ggSw-mDxUOHW4EFQ"], "issued_at": "2018-10-06T17:20:08.000000Z"}} 2018-10-06 17:20:08,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" 2018-10-06 17:20:08,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67f24507-c2ce-40d9-8cb7-840764af7d07 x-compute-request-id: req-67f24507-c2ce-40d9-8cb7-840764af7d07 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:20:08,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-67f24507-c2ce-40d9-8cb7-840764af7d07 2018-10-06 17:20:08,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" 2018-10-06 17:20:08,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d577eb0-e841-4fb1-9f9d-3c4666dabcc0 x-compute-request-id: req-3d577eb0-e841-4fb1-9f9d-3c4666dabcc0 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:20:08,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-3d577eb0-e841-4fb1-9f9d-3c4666dabcc0 2018-10-06 17:20:08,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC41IDEwLjEwLjEwLjcgMTAuMTAuMTEuMTQgMTAuMTAuMTEuMTEKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "18ff8f12-5db5-4635-8810-5a3538473a07"}], "config_drive": true}}' 2018-10-06 17:20:10,841 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:20:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb6aa040-6808-4ebb-b9c7-68bcb7643b91 x-compute-request-id: req-bb6aa040-6808-4ebb-b9c7-68bcb7643b91 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f66cb3f-7ca3-4492-b8a6-866840c6168f", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "bookmark"}], "adminPass": "dK5W5kswJB73"}} 2018-10-06 17:20:10,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-bb6aa040-6808-4ebb-b9c7-68bcb7643b91 2018-10-06 17:20:10,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:20:10,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a3ac6bd-a3eb-4056-bd09-fd1d0141abe8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:20:10,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7a3ac6bd-a3eb-4056-bd09-fd1d0141abe8 2018-10-06 17:20:10,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:20:11,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["WMPeFK7OSP6LSpGbQtS4bA"], "issued_at": "2018-10-06T17:20:11.000000Z"}} 2018-10-06 17:20:11,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c2a403d24ac7f98bb27302234caf61780e991" 2018-10-06 17:20:11,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33a53c57-12d7-4038-96ce-cc4210f832ff x-compute-request-id: req-33a53c57-12d7-4038-96ce-cc4210f832ff Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f66cb3f-7ca3-4492-b8a6-866840c6168f", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:20:11Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-10-06T17:20:10Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:20:11,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f used request id req-33a53c57-12d7-4038-96ce-cc4210f832ff 2018-10-06 17:20:14,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c2a403d24ac7f98bb27302234caf61780e991" 2018-10-06 17:20:15,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19924a7b-9b2a-424f-a1ba-ec1c5ce63e79 x-compute-request-id: req-19924a7b-9b2a-424f-a1ba-ec1c5ce63e79 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:1e:ee", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f66cb3f-7ca3-4492-b8a6-866840c6168f", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:20:11Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-10-06T17:20:10Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:20:15,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f used request id req-19924a7b-9b2a-424f-a1ba-ec1c5ce63e79 2018-10-06 17:20:18,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c2a403d24ac7f98bb27302234caf61780e991" 2018-10-06 17:20:18,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20: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-d3b5807f-7982-42a2-ae38-455ddf4c1574 x-compute-request-id: req-d3b5807f-7982-42a2-ae38-455ddf4c1574 Content-Encoding: gzip Content-Length: 784 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:1e:ee", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-10-06T17:20:09.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f66cb3f-7ca3-4492-b8a6-866840c6168f", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:20:15Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-10-06T17:20:10Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:20:18,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f used request id req-d3b5807f-7982-42a2-ae38-455ddf4c1574 2018-10-06 17:20:18,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" 2018-10-06 17:20:19,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20: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-e949e2d6-04db-43f7-93c4-a49f21d9ae47 x-compute-request-id: req-e949e2d6-04db-43f7-93c4-a49f21d9ae47 Content-Encoding: gzip Content-Length: 784 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:1e:ee", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f", "rel": "bookmark"}], "image": {"id": "3370d52e-19af-4a97-9f95-24bb3e6fdd46", "links": [{"href": "http://172.30.9.26:8774/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-10-06T17:20:09.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f66cb3f-7ca3-4492-b8a6-866840c6168f", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:20:15Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-10-06T17:20:10Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:20:19,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f used request id req-e949e2d6-04db-43f7-93c4-a49f21d9ae47 2018-10-06 17:20:19,744 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.6'. 2018-10-06 17:20:19,744 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-10-06 17:20:19,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:20:21,020 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:20:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c66b08d2-018b-441b-bb3d-6ea0a3596b05 x-compute-request-id: req-c66b08d2-018b-441b-bb3d-6ea0a3596b05 Content-Length: 0 Content-Type: application/json 2018-10-06 17:20:21,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-c66b08d2-018b-441b-bb3d-6ea0a3596b05 2018-10-06 17:20:21,020 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-06 17:20:21,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-275369", "route_distinguishers": "11:11"}}' 2018-10-06 17:20:21,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-7557c6fe-9364-448b-9046-0c3e79d4fe3e Date: Sat, 06 Oct 2018 17:20:21 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "508bf990-6994-4945-808b-11a44e3e9ac4", "name": "sdnvpn-275369", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:20:21,367 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-7557c6fe-9364-448b-9046-0c3e79d4fe3e 2018-10-06 17:20:21,367 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-275369', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'b02668b3789342938652e3506ba63a25', u'route_targets': [], u'project_id': u'b02668b3789342938652e3506ba63a25', u'type': u'l3', u'id': u'508bf990-6994-4945-808b-11a44e3e9ac4'}} 2018-10-06 17:20:21,367 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-06 17:20:21,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"network_association": {"network_id": "18ff8f12-5db5-4635-8810-5a3538473a07"}}' 2018-10-06 17:20:21,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-509f8d24-c5e9-4267-b001-738019902af3 Date: Sat, 06 Oct 2018 17:20:21 GMT RESP BODY: {"network_association": {"network_id": "18ff8f12-5db5-4635-8810-5a3538473a07", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "8284629d-3f64-4170-9eda-33ba973f4e0f"}} 2018-10-06 17:20:21,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4/network_associations used request id req-509f8d24-c5e9-4267-b001-738019902af3 2018-10-06 17:20:21,833 - sdnvpn_test_utils - INFO - Waiting for instance 8f097205-d2ee-4fee-a468-637545d820c5 to boot up 2018-10-06 17:20:21,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:22,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61ba7d85-0b51-41cf-8248-52b2eccaadaf x-compute-request-id: req-61ba7d85-0b51-41cf-8248-52b2eccaadaf Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:20:22,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-61ba7d85-0b51-41cf-8248-52b2eccaadaf 2018-10-06 17:20:24,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:26,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27335953-a161-4d81-97d5-8ac06b1b688c x-compute-request-id: req-27335953-a161-4d81-97d5-8ac06b1b688c Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:20:26,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-27335953-a161-4d81-97d5-8ac06b1b688c 2018-10-06 17:20:28,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:29,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-178af5d0-b5ad-4705-9b67-d4723d42e7a6 x-compute-request-id: req-178af5d0-b5ad-4705-9b67-d4723d42e7a6 Content-Encoding: gzip Content-Length: 7823 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-10-06 17:20:29,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-178af5d0-b5ad-4705-9b67-d4723d42e7a6 2018-10-06 17:20:31,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:32,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc2b1d11-7e58-4993-b48a-ab494a106f13 x-compute-request-id: req-bc2b1d11-7e58-4993-b48a-ab494a106f13 Content-Encoding: gzip Content-Length: 9383 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n"} 2018-10-06 17:20:32,174 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-bc2b1d11-7e58-4993-b48a-ab494a106f13 2018-10-06 17:20:34,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:35,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-210a4af8-cebe-47dc-b7e2-370e003cb904 x-compute-request-id: req-210a4af8-cebe-47dc-b7e2-370e003cb904 Content-Encoding: gzip Content-Length: 9434 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n"} 2018-10-06 17:20:35,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-210a4af8-cebe-47dc-b7e2-370e003cb904 2018-10-06 17:20:37,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:38,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20: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-dae4571a-e498-4111-8619-c00c2c61c1f9 x-compute-request-id: req-dae4571a-e498-4111-8619-c00c2c61c1f9 Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n"} 2018-10-06 17:20:38,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-dae4571a-e498-4111-8619-c00c2c61c1f9 2018-10-06 17:20:40,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:41,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04ad3d3e-231c-4960-b54c-bf4f27207b9f x-compute-request-id: req-04ad3d3e-231c-4960-b54c-bf4f27207b9f Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n"} 2018-10-06 17:20:41,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-04ad3d3e-231c-4960-b54c-bf4f27207b9f 2018-10-06 17:20:43,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:44,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7783a496-4bdf-4a54-a46e-29c930d74e74 x-compute-request-id: req-7783a496-4bdf-4a54-a46e-29c930d74e74 Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n"} 2018-10-06 17:20:44,638 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-7783a496-4bdf-4a54-a46e-29c930d74e74 2018-10-06 17:20:46,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:47,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af2b3b7f-326b-42d7-b332-0d5515ce6560 x-compute-request-id: req-af2b3b7f-326b-42d7-b332-0d5515ce6560 Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n"} 2018-10-06 17:20:47,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-af2b3b7f-326b-42d7-b332-0d5515ce6560 2018-10-06 17:20:49,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:50,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9581a69-677e-4901-a20a-837d3d86c0d2 x-compute-request-id: req-e9581a69-677e-4901-a20a-837d3d86c0d2 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:20:50,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-e9581a69-677e-4901-a20a-837d3d86c0d2 2018-10-06 17:20:52,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:53,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9417114e-6fe9-4575-855c-cada8ff6325e x-compute-request-id: req-9417114e-6fe9-4575-855c-cada8ff6325e Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:20:53,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-9417114e-6fe9-4575-855c-cada8ff6325e 2018-10-06 17:20:55,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:20:57,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20: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-5b8f81a4-148d-4074-8c45-b5027ff89741 x-compute-request-id: req-5b8f81a4-148d-4074-8c45-b5027ff89741 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:20:57,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-5b8f81a4-148d-4074-8c45-b5027ff89741 2018-10-06 17:20:59,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:00,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf5192bd-5908-4ed5-981a-19b1ef398de7 x-compute-request-id: req-cf5192bd-5908-4ed5-981a-19b1ef398de7 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:21:00,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-cf5192bd-5908-4ed5-981a-19b1ef398de7 2018-10-06 17:21:02,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:03,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c17fb3fb-210c-4876-99c0-ffde77741831 x-compute-request-id: req-c17fb3fb-210c-4876-99c0-ffde77741831 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:21:03,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-c17fb3fb-210c-4876-99c0-ffde77741831 2018-10-06 17:21:05,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:06,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5df6303-5817-4e61-ba1e-f0d857d1a476 x-compute-request-id: req-f5df6303-5817-4e61-ba1e-f0d857d1a476 Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:21:06,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-f5df6303-5817-4e61-ba1e-f0d857d1a476 2018-10-06 17:21:08,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:09,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d490c29f-74c0-4395-9236-d577cc1d7b97 x-compute-request-id: req-d490c29f-74c0-4395-9236-d577cc1d7b97 Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:21:09,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-d490c29f-74c0-4395-9236-d577cc1d7b97 2018-10-06 17:21:11,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:12,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21: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-7aa97d31-47f4-4db5-8a2e-831165780896 x-compute-request-id: req-7aa97d31-47f4-4db5-8a2e-831165780896 Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:21:12,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-7aa97d31-47f4-4db5-8a2e-831165780896 2018-10-06 17:21:14,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:15,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21: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-5209cfb1-7a8e-44c5-a71b-4a1e291771ca x-compute-request-id: req-5209cfb1-7a8e-44c5-a71b-4a1e291771ca Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:21:15,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-5209cfb1-7a8e-44c5-a71b-4a1e291771ca 2018-10-06 17:21:17,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d078e0f1954e50056b72b506dd862afd83a3cdb2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:18,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de5d2b71-73fb-4b01-acf1-3c439b478173 x-compute-request-id: req-de5d2b71-73fb-4b01-acf1-3c439b478173 Content-Encoding: gzip Content-Length: 10877 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488981597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156833] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158496] pid_max: default: 32768 minimum: 301\n[ 0.159393] ACPI: Core revision 20150930\n[ 0.160782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162099] Security Framework initialized\n[ 0.162917] Yama: becoming mindful.\n[ 0.163649] AppArmor: AppArmor initialized\n[ 0.164517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169727] Initializing cgroup subsys io\n[ 0.170539] Initializing cgroup subsys memory\n[ 0.171397] Initializing cgroup subsys devices\n[ 0.172277] Initializing cgroup subsys freezer\n[ 0.173146] Initializing cgroup subsys net_cls\n[ 0.174016] Initializing cgroup subsys perf_event\n[ 0.174925] Initializing cgroup subsys net_prio\n[ 0.175808] Initializing cgroup subsys hugetlb\n[ 0.176678] Initializing cgroup subsys pids\n[ 0.177562] CPU: Physical Processor ID: 0\n[ 0.179065] mce: CPU supports 10 MCE banks\n[ 0.179923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191787] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198495] ftrace: allocating 31920 entries in 125 pages\n[ 0.226046] smpboot: Max logical packages: 1\n[ 0.226898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228261] x2apic enabled\n[ 0.229074] Switched APIC routing to physical x2apic.\n[ 0.230831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233948] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235735] KVM setup paravirtual spinlock\n[ 0.237077] x86: Booted up 1 node, 1 CPUs\n[ 0.237888] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239281] devtmpfs: initialized\n[ 0.241006] evm: security.selinux\n[ 0.241705] evm: security.SMACK64\n[ 0.242402] evm: security.SMACK64EXEC\n[ 0.243151] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244706] evm: security.ima\n[ 0.245351] evm: security.capability\n[ 0.246162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248026] pinctrl core: initialized pinctrl subsystem\n[ 0.249141] RTC time: 17:19:21, date: 10/06/18\n[ 0.250100] NET: Registered protocol family 16\n[ 0.251078] cpuidle: using governor ladder\n[ 0.251897] cpuidle: using governor menu\n[ 0.252681] PCCT header not found.\n[ 0.253439] ACPI: bus type PCI registered\n[ 0.254245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255490] PCI: Using configuration type 1 for base access\n[ 0.257263] ACPI: Added _OSI(Module Device)\n[ 0.258112] ACPI: Added _OSI(Processor Device)\n[ 0.258980] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259880] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262015] ACPI: Interpreter enabled\n[ 0.262788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270159] ACPI: (supports S0 S5)\n[ 0.270863] ACPI: Using IOAPIC for interrupt routing\n[ 0.271928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277408] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280838] acpiphp: Slot [3] registered\n[ 0.281645] acpiphp: Slot [4] registered\n[ 0.282448] acpiphp: Slot [5] registered\n[ 0.283252] acpiphp: Slot [6] registered\n[ 0.284051] acpiphp: Slot [7] registered\n[ 0.284853] acpiphp: Slot [8] registered\n[ 0.285656] acpiphp: Slot [9] registered\n[ 0.286459] acpiphp: Slot [10] registered\n[ 0.287278] acpiphp: Slot [11] registered\n[ 0.288095] acpiphp: Slot [12] registered\n[ 0.288917] acpiphp: Slot [13] registered\n[ 0.289730] acpiphp: Slot [14] registered\n[ 0.290545] acpiphp: Slot [15] registered\n[ 0.301487] acpiphp: Slot [16] registered\n[ 0.302304] acpiphp: Slot [17] registered\n[ 0.303117] acpiphp: Slot [18] registered\n[ 0.303929] acpiphp: Slot [19] registered\n[ 0.304734] acpiphp: Slot [20] registered\n[ 0.305553] acpiphp: Slot [21] registered\n[ 0.306371] acpiphp: Slot [22] registered\n[ 0.307184] acpiphp: Slot [23] registered\n[ 0.308000] acpiphp: Slot [24] registered\n[ 0.308811] acpiphp: Slot [25] registered\n[ 0.309629] acpiphp: Slot [26] registered\n[ 0.310442] acpiphp: Slot [27] registered\n[ 0.311258] acpiphp: Slot [28] registered\n[ 0.312070] acpiphp: Slot [29] registered\n[ 0.312882] acpiphp: Slot [30] registered\n[ 0.313696] acpiphp: Slot [31] registered\n[ 0.314508] PCI host bridge to bus 0000:00\n[ 0.315318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317750] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329381] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330648] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393691] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396302] vgaarb: loaded\n[ 0.396909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398074] SCSI subsystem initialized\n[ 0.398911] ACPI: bus type USB registered\n[ 0.399728] usbcore: registered new interface driver usbfs\n[ 0.400767] usbcore: registered new interface driver hub\n[ 0.401780] usbcore: registered new device driver usb\n[ 0.402847] PCI: Using ACPI for IRQ routing\n[ 0.403898] NetLabel: Initializing\n[ 0.404615] NetLabel: domain hash size = 128\n[ 0.405478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406441] NetLabel: unlabeled traffic allowed by default\n[ 0.407555] clocksource: Switched to clocksource kvm-clock\n[ 0.413419] AppArmor: AppArmor Filesystem Enabled\n[ 0.414383] pnp: PnP ACPI init\n[ 0.415311] pnp: PnP ACPI: found 5 devices\n[ 0.421716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423423] NET: Registered protocol family 2\n[ 0.424400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426840] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429096] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430263] NET: Registered protocol family 1\n[ 0.431132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433308] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447358] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461586] Trying to unpack rootfs image as initramfs...\n[ 0.512761] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526589] Scanning for low memory corruption every 60 seconds\n[ 0.527965] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529173] audit: initializing netlink subsys (disabled)\n[ 0.530226] audit: type=2000 audit(1538846362.217:1): initialized\n[ 0.531589] Initialise system trusted keyring\n[ 0.532535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533729] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535724] zbud: loaded\n[ 0.536448] VFS: Disk quotas dquot_6.6.0\n[ 0.537283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538819] fuse init (API version 7.23)\n[ 0.539743] Key type big_key registered\n[ 0.540575] Allocating IMA MOK and blacklist keyrings.\n[ 0.542090] Key type asymmetric registered\n[ 0.542934] Asymmetric key parser 'x509' registered\n[ 0.543922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545423] io scheduler noop registered\n[ 0.546244] io scheduler deadline registered (default)\n[ 0.547262] io scheduler cfq registered\n[ 0.548202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552084] ACPI: Power Button [PWRF]\n[ 0.552944] GHES: HEST is not enabled!\n[ 0.566686] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632703] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635763] Linux agpgart interface v0.103\n[ 0.638339] brd: module loaded\n[ 0.639958] loop: module loaded\n[ 0.644780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646410] GPT:90111 != 2097151\n[ 0.647156] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648416] GPT:90111 != 2097151\n[ 0.649165] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650219] vda: vda1 vda15\n[ 0.652038] scsi host0: ata_piix\n[ 0.652830] scsi host1: ata_piix\n[ 0.653619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654971] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656535] libphy: Fixed MDIO Bus: probed\n[ 0.657439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660782] PPP generic driver version 2.4.2\n[ 0.661871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663598] ehci-pci: EHCI PCI platform driver\n[ 0.664759] ehci-platform: EHCI generic platform driver\n[ 0.666180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668757] ohci-platform: OHCI generic platform driver\n[ 0.669986] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684813] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693876] usb usb1: Product: UHCI Host Controller\n[ 0.695226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698193] hub 1-0:1.0: USB hub found\n[ 0.699232] hub 1-0:1.0: 2 ports detected\n[ 0.700361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703092] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705667] mousedev: PS/2 mouse device common for all mice\n[ 0.707249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714493] i2c /dev entries driver\n[ 0.715447] device-mapper: uevent: version 1.0.3\n[ 0.716713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718972] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720658] NET: Registered protocol family 10\n[ 0.721994] NET: Registered protocol family 17\n[ 0.723234] Key type dns_resolver registered\n[ 0.724492] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728484] registered taskstats version 1\n[ 0.729605] Loading compiled-in X.509 certificates\n[ 0.731408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734056] zswap: loaded using pool lzo/zbud\n[ 0.735757] Key type trusted registered\n[ 0.738060] Key type encrypted registered\n[ 0.739218] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742181] evm: HMAC attrs: 0x1\n[ 0.743380] Magic number: 6:549:339\n[ 0.744503] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:22 UTC (1538846362)\n[ 0.746773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748320] EDD information not available.\n[ 0.816511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818709] Write protecting the kernel read-only data: 14336k\n[ 0.830663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.653165] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.59. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgVl989I5dHGRbp+Xp0/umTiuZo2N/SZXS45KuSN6CspgxpUFSLkc/Sd6QjM6fpS9pOMdkveW4Ews34hqsncZ49FQDqOYS/TImYiZwyTnuWOQ7IAXcRnVNPvbWLboRan+2LKPrK/maj1fuYbFSbzv5/IffJ7Nfu/ll6Wxkcs+reA8gjybr2eFKy+8CUCSatPG+MYBrZcNdncf+1iFh9qYETb3A5Zrjxp/Ldc5eaDTTLkZ8j9givw29okVPj+N+vrsnF04FCQxzZvISgVaVgnrv2ZSFna0uYTii727aFq/42GSiOYhcqfaMbCLs7BsoxmnuTeFuZx1aYQlaVrpVPZUL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBANSBkRljl/Ul5w2UpDWcpq2BwGqRVkUO67RFba7Wxgkhuh71VK/n6B8udtkQT4oNb2jRpJeauoQ8bXb3JzPKl9tg1HVfyEXuH1tL132Z4fMe//f7dHsva7d4BxzXP++3bk04nWOJQQOu4egReHuIFrtgQuoOge94QueiMSF6vzDVAAAAFQDmmHow7ZB+qMDPjtfX3M/wqzWqkwAAAIBLC4iH//SSSjX/NYVFSx0czeu8kr7VYhzO2v6f3fQDilEZQMdZIhABrC9scjf0z7XgGE67ZVZKSct/wYb782XhaYtG0cuWdzMRkQEpG+d+6DmIm8gk6FdIZS5QZnXbMf1cJntWx8Wt2q8fL4Yy9V6LhAmQ79Wf5LtVe03D1HRCZQAAAIEAm4iwv6cCBJA2STqOz0IjiCGeCV4D8agmKs7cilKJVmdPQAI+b0+5O8rLAd6eFVX7Cw5ppd+4i8c1pk1hn8DgP1XJhPFyQTQon5ucsZShdQJxunt30CAcN6WWoyreWMDK523CN4g3PQCpU8RWqoZu7eDz+zCJVNvPTho7eYKcupc= 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.5,24,fe80::f816:3eff:fe12:ddaa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 4.73s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:12:DD:AA \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:ddaa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82 errors:0 dropped:17 overruns:0 frame:0\n TX packets:105 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9811 (9.5 KiB) TX bytes:9718 (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\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 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.172330] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.172331] usb 1-1: Product: QEMU USB Tablet\n[ 1.172332] usb 1-1: Manufacturer: QEMU\n[ 1.172333] usb 1-1: SerialNumber: 42\n[ 1.523822] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.599039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.632977] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.653165] random: dd urandom read with 5 bits of entropy available\n[ 63.834628] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.767905] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:19:23 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:19:23 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:19:23 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:19:23 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:19:23 cirros kern.notice kernel: [ 1.653165] random: dd urandom read with 5 bits of entropy available\nOct 6 18:20:25 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:20:25 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:20:25 cirros kern.info kernel: [ 63.834628] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:20:26 cirros kern.info kernel: [ 64.767905] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-2 login: "} 2018-10-06 17:21:18,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-de5d2b71-73fb-4b01-acf1-3c439b478173 2018-10-06 17:21:20,796 - sdnvpn_test_utils - INFO - Waiting for instance 208a3797-a567-4bd8-8a61-b06b7a9ad9a1 to boot up 2018-10-06 17:21:20,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:21,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72e13341-1f42-456d-8f75-b2526cdb9061 x-compute-request-id: req-72e13341-1f42-456d-8f75-b2526cdb9061 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 572741129 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138026] pid_max: default: 32768 minimum: 301\n[ 0.138926] ACPI: Core revision 20150930\n[ 0.140318] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141639] Security Framework initialized\n[ 0.142462] Yama: becoming mindful.\n[ 0.143196] AppArmor: AppArmor initialized\n[ 0.144069] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145415] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147918] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149342] Initializing cgroup subsys io\n[ 0.150165] Initializing cgroup subsys memory\n[ 0.151033] Initializing cgroup subsys devices\n[ 0.151920] Initializing cgroup subsys freezer\n[ 0.152796] Initializing cgroup subsys net_cls\n[ 0.153674] Initializing cgroup subsys perf_event\n[ 0.154590] Initializing cgroup subsys net_prio\n[ 0.155493] Initializing cgroup subsys hugetlb\n[ 0.156373] Initializing cgroup subsys pids\n[ 0.157263] CPU: Physical Processor ID: 0\n[ 0.158778] mce: CPU supports 10 MCE banks\n[ 0.159646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172535] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178925] ftrace: allocating 31920 entries in 125 pages\n[ 0.205457] smpboot: Max logical packages: 1\n[ 0.206320] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207692] x2apic enabled\n[ 0.208510] Switched APIC routing to physical x2apic.\n[ 0.210266] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213432] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215235] KVM setup paravirtual spinlock\n[ 0.216585] x86: Booted up 1 node, 1 CPUs\n[ 0.217398] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218793] devtmpfs: initialized\n[ 0.220519] evm: security.selinux\n[ 0.221226] evm: security.SMACK64\n[ 0.221919] evm: security.SMACK64EXEC\n[ 0.222669] evm: security.SMACK64TRANSMUTE\n[ 0.223480] evm: security.SMACK64MMAP\n[ 0.224233] evm: security.ima\n[ 0.224876] evm: security.capability\n[ 0.225687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227554] pinctrl core: initialized pinctrl subsystem\n[ 0.228663] RTC time: 17:19:36, date: 10/06/18\n[ 0.229623] NET: Registered protocol family 16\n[ 0.230598] cpuidle: using governor ladder\n[ 0.231423] cpuidle: using governor menu\n[ 0.232212] PCCT header not found.\n[ 0.232970] ACPI: bus type PCI registered\n[ 0.233779] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235029] PCI: Using configuration type 1 for base access\n[ 0.236791] ACPI: Added _OSI(Module Device)\n[ 0.237650] ACPI: Added _OSI(Processor Device)\n[ 0.238520] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239426] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241548] ACPI: Interpreter enabled\n[ 0.242329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249728] ACPI: (supports S0 S5)\n[ 0.250475] ACPI: Using IOAPIC for interrupt routing\n[ 0.251543] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254644] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255793] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258219] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260441] acpiphp: Slot [3] registered\n[ 0.261245] acpiphp: Slot [4] registered\n[ 0.262043] acpiphp: Slot [5] registered\n[ 0.262836] acpiphp: Slot [6] registered\n[ 0.263634] acpiphp: Slot [7] registered\n[ 0.264436] acpiphp: Slot [8] registered\n[ 0.265237] acpiphp: Slot [9] registered\n[ 0.266034] acpiphp: Slot [10] registered\n[ 0.266847] acpiphp: Slot [11] registered\n[ 0.267675] acpiphp: Slot [12] registered\n[ 0.268491] acpiphp: Slot [13] registered\n[ 0.269302] acpiphp: Slot [14] registered\n[ 0.270111] acpiphp: Slot [15] registered\n[ 0.281123] acpiphp: Slot [16] registered\n[ 0.281934] acpiphp: Slot [17] registered\n[ 0.282749] acpiphp: Slot [18] registered\n[ 0.283562] acpiphp: Slot [19] registered\n[ 0.284373] acpiphp: Slot [20] registered\n[ 0.285191] acpiphp: Slot [21] registered\n[ 0.286002] acpiphp: Slot [22] registered\n[ 0.286810] acpiphp: Slot [23] registered\n[ 0.287622] acpiphp: Slot [24] registered\n[ 0.288435] acpiphp: Slot [25] registered\n[ 0.289248] acpiphp: Slot [26] registered\n[ 0.290059] acpiphp: Slot [27] registered\n[ 0.290866] acpiphp: Slot [28] registered\n[ 0.291681] acpiphp: Slot [29] registered\n[ 0.292490] acpiphp: Slot [30] registered\n[ 0.293303] acpiphp: Slot [31] registered\n[ 0.294112] PCI host bridge to bus 0000:00\n[ 0.294920] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297348] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306441] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307717] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308888] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310156] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317810] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364219] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365662] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367071] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368463] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369710] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373612] vgaarb: loaded\n[ 0.374217] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375347] SCSI subsystem initialized\n[ 0.376167] ACPI: bus type USB registered\n[ 0.376984] usbcore: registered new interface driver usbfs\n[ 0.378017] usbcore: registered new interface driver hub\n[ 0.379021] usbcore: registered new device driver usb\n[ 0.380066] PCI: Using ACPI for IRQ routing\n[ 0.381083] NetLabel: Initializing\n[ 0.381791] NetLabel: domain hash size = 128\n[ 0.382651] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383602] NetLabel: unlabeled traffic allowed by default\n[ 0.384688] clocksource: Switched to clocksource kvm-clock\n[ 0.390098] AppArmor: AppArmor Filesystem Enabled\n[ 0.391062] pnp: PnP ACPI init\n[ 0.391967] pnp: PnP ACPI: found 5 devices\n[ 0.398339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400040] NET: Registered protocol family 2\n[ 0.400995] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402276] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405704] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406880] NET: Registered protocol family 1\n[ 0.407748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409925] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438147] Trying to unpack rootfs image as initramfs...\n[ 0.487075] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500939] Scanning for low memory corruption every 60 seconds\n[ 0.502495] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503879] audit: initializing netlink subsys (disabled)\n[ 0.505142] audit: type=2000 audit(1538846377.196:1): initialized\n[ 0.506691] Initialise system trusted keyring\n[ 0.507795] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509231] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511456] zbud: loaded\n[ 0.512241] VFS: Disk quotas dquot_6.6.0\n[ 0.513205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514933] fuse init (API version 7.23)\n[ 0.515961] Key type big_key registered\n[ 0.516904] Allocating IMA MOK and blacklist keyrings.\n[ 0.518187] Key type asymmetric registered\n[ 0.519144] Asymmetric key parser 'x509' registered\n[ 0.520270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522389] io scheduler noop registered\n[ 0.523322] io scheduler deadline registered (default)\n[ 0.524486] io scheduler cfq registered\n[ 0.525460] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526698] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528177] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529884] ACPI: Power Button [PWRF]\n[ 0.530839] GHES: HEST is not enabled!\n[ 0.544314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574423] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600006] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602639] Linux agpgart interface v0.103\n[ 0.605221] brd: module loaded\n[ 0.606680] loop: module loaded\n[ 0.612098] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614138] GPT:90111 != 2097151\n[ 0.615099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616539] GPT:90111 != 2097151\n[ 0.617442] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618777] vda: vda1 vda15\n[ 0.620635] scsi host0: ata_piix\n[ 0.621623] scsi host1: ata_piix\n[ 0.622592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624218] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625923] libphy: Fixed MDIO Bus: probed\n[ 0.626900] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628044] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630509] PPP generic driver version 2.4.2\n[ 0.631567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633021] ehci-pci: EHCI PCI platform driver\n[ 0.634071] ehci-platform: EHCI generic platform driver\n[ 0.635258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636618] ohci-pci: OHCI PCI platform driver\n[ 0.637665] ohci-platform: OHCI generic platform driver\n[ 0.638854] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654652] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656384] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662148] usb usb1: Product: UHCI Host Controller\n[ 0.663274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664662] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665806] hub 1-0:1.0: USB hub found\n[ 0.666733] hub 1-0:1.0: 2 ports detected\n[ 0.667797] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670232] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671383] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672594] mousedev: PS/2 mouse device common for all mice\n[ 0.674083] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678958] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680411] i2c /dev entries driver\n[ 0.681309] device-mapper: uevent: version 1.0.3\n[ 0.682427] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684372] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685895] NET: Registered protocol family 10\n[ 0.687075] NET: Registered protocol family 17\n[ 0.688153] Key type dns_resolver registered\n[ 0.689253] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692657] registered taskstats version 1\n[ 0.693664] Loading compiled-in X.509 certificates\n[ 0.695303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697530] zswap: loaded using pool lzo/zbud\n[ 0.699048] Key type trusted registered\n[ 0.700701] Key type encrypted registered\n[ 0.701662] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702868] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704081] evm: HMAC attrs: 0x1\n[ 0.705136] Magic number: 6:549:339\n[ 0.706103] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:37 UTC (1538846377)\n[ 0.708001] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709347] EDD information not available.\n[ 0.785640] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787472] Write protecting the kernel read-only data: 14336k\n[ 0.799245] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801305] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.18\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.384158] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.34. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iiaIcB8u1n92eEOKnOgVe5tmaTnZRZrq0MFBvQ6KZI/5zIULXUEH17QL+814pHwREr297YsgU2w/C3rTnnjK7l4FlXAx0/S2X8Tos55y4z1X7swpeAj37VHTkpJgkvl3sl+cIb4OODmTyYHkRd/aSRcGDuUto/JTddFp5wrXu05++tDrN8++mwNJ3auFBfjVudHzzAu4DyjsyYfHw3h9Jruohtu0GQAxIUTofOQIgjnyg/p6r+8RiwuAWVRP9wGpIK1RAsIrw3SbtKx7N8pQbUnAoRjlGuP7MtpaM+JyO6xdkU9rOYjnm5uBABf9ZM2T/XtpyqRaqCJyX9FzPOBz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAM9HOflPA6kItyDeylCjwZW1Tlm3Iw8OdbyKxN3qIwKKkd7iaVerocirTd989XqpXEIch80nU8nLVniJqPqwU63JbpCacc2HU3ILSrbxTIy3MathkSpO3FdCiuQ91jSlyK7wFJdOn6/tLDhcLzGMCIImwdpQXWWxfkAgKRR/qAJBAAAAFQDfaeQrQY4qlZkVUemk2/sejNus9wAAAIEAtgGA02vW46wzw/zrZQTuJcw8g4+T5JnbMeJNinKaEN939vpMfRY3qweJFgMC/hARTu8zCmLA0rLUsF8eZAiweY6G2qYtejFJ+Ym2eZjIEAncQa7rrn5zGtGzx2rZl5o/rgBtiEiUdjPc1P2oHBJbHesM70h6pff9vl2nGE1H60gAAACAf48nh/A9gZeIM8bXDcVTI+W6hxG/KVDxbCiB57mJDnMwmFD2pzVG6tgUHvKDAgTW7meQAS6QiDDbgV2f9/6FzUDr6fYlxDsdr+2qqGeJeFKCjHwtX371VESoeziGVJ0Iky0p+MRHPnPogNRzh00OC84s64ZclIZwtadIjkVcD8U= 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:fe4e:c954/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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.36 ===\n/dev/root resized successfully [took 1.45s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4E:C9:54 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4e:c954/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9822 (9.5 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:21:21,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action used request id req-72e13341-1f42-456d-8f75-b2526cdb9061 2018-10-06 17:21:23,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:24,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b654bea2-9db8-4e35-a0a7-6927eb9743a6 x-compute-request-id: req-b654bea2-9db8-4e35-a0a7-6927eb9743a6 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 572741129 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138026] pid_max: default: 32768 minimum: 301\n[ 0.138926] ACPI: Core revision 20150930\n[ 0.140318] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141639] Security Framework initialized\n[ 0.142462] Yama: becoming mindful.\n[ 0.143196] AppArmor: AppArmor initialized\n[ 0.144069] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145415] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147918] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149342] Initializing cgroup subsys io\n[ 0.150165] Initializing cgroup subsys memory\n[ 0.151033] Initializing cgroup subsys devices\n[ 0.151920] Initializing cgroup subsys freezer\n[ 0.152796] Initializing cgroup subsys net_cls\n[ 0.153674] Initializing cgroup subsys perf_event\n[ 0.154590] Initializing cgroup subsys net_prio\n[ 0.155493] Initializing cgroup subsys hugetlb\n[ 0.156373] Initializing cgroup subsys pids\n[ 0.157263] CPU: Physical Processor ID: 0\n[ 0.158778] mce: CPU supports 10 MCE banks\n[ 0.159646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172535] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178925] ftrace: allocating 31920 entries in 125 pages\n[ 0.205457] smpboot: Max logical packages: 1\n[ 0.206320] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207692] x2apic enabled\n[ 0.208510] Switched APIC routing to physical x2apic.\n[ 0.210266] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213432] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215235] KVM setup paravirtual spinlock\n[ 0.216585] x86: Booted up 1 node, 1 CPUs\n[ 0.217398] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218793] devtmpfs: initialized\n[ 0.220519] evm: security.selinux\n[ 0.221226] evm: security.SMACK64\n[ 0.221919] evm: security.SMACK64EXEC\n[ 0.222669] evm: security.SMACK64TRANSMUTE\n[ 0.223480] evm: security.SMACK64MMAP\n[ 0.224233] evm: security.ima\n[ 0.224876] evm: security.capability\n[ 0.225687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227554] pinctrl core: initialized pinctrl subsystem\n[ 0.228663] RTC time: 17:19:36, date: 10/06/18\n[ 0.229623] NET: Registered protocol family 16\n[ 0.230598] cpuidle: using governor ladder\n[ 0.231423] cpuidle: using governor menu\n[ 0.232212] PCCT header not found.\n[ 0.232970] ACPI: bus type PCI registered\n[ 0.233779] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235029] PCI: Using configuration type 1 for base access\n[ 0.236791] ACPI: Added _OSI(Module Device)\n[ 0.237650] ACPI: Added _OSI(Processor Device)\n[ 0.238520] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239426] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241548] ACPI: Interpreter enabled\n[ 0.242329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249728] ACPI: (supports S0 S5)\n[ 0.250475] ACPI: Using IOAPIC for interrupt routing\n[ 0.251543] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254644] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255793] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258219] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260441] acpiphp: Slot [3] registered\n[ 0.261245] acpiphp: Slot [4] registered\n[ 0.262043] acpiphp: Slot [5] registered\n[ 0.262836] acpiphp: Slot [6] registered\n[ 0.263634] acpiphp: Slot [7] registered\n[ 0.264436] acpiphp: Slot [8] registered\n[ 0.265237] acpiphp: Slot [9] registered\n[ 0.266034] acpiphp: Slot [10] registered\n[ 0.266847] acpiphp: Slot [11] registered\n[ 0.267675] acpiphp: Slot [12] registered\n[ 0.268491] acpiphp: Slot [13] registered\n[ 0.269302] acpiphp: Slot [14] registered\n[ 0.270111] acpiphp: Slot [15] registered\n[ 0.281123] acpiphp: Slot [16] registered\n[ 0.281934] acpiphp: Slot [17] registered\n[ 0.282749] acpiphp: Slot [18] registered\n[ 0.283562] acpiphp: Slot [19] registered\n[ 0.284373] acpiphp: Slot [20] registered\n[ 0.285191] acpiphp: Slot [21] registered\n[ 0.286002] acpiphp: Slot [22] registered\n[ 0.286810] acpiphp: Slot [23] registered\n[ 0.287622] acpiphp: Slot [24] registered\n[ 0.288435] acpiphp: Slot [25] registered\n[ 0.289248] acpiphp: Slot [26] registered\n[ 0.290059] acpiphp: Slot [27] registered\n[ 0.290866] acpiphp: Slot [28] registered\n[ 0.291681] acpiphp: Slot [29] registered\n[ 0.292490] acpiphp: Slot [30] registered\n[ 0.293303] acpiphp: Slot [31] registered\n[ 0.294112] PCI host bridge to bus 0000:00\n[ 0.294920] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297348] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306441] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307717] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308888] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310156] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317810] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364219] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365662] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367071] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368463] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369710] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373612] vgaarb: loaded\n[ 0.374217] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375347] SCSI subsystem initialized\n[ 0.376167] ACPI: bus type USB registered\n[ 0.376984] usbcore: registered new interface driver usbfs\n[ 0.378017] usbcore: registered new interface driver hub\n[ 0.379021] usbcore: registered new device driver usb\n[ 0.380066] PCI: Using ACPI for IRQ routing\n[ 0.381083] NetLabel: Initializing\n[ 0.381791] NetLabel: domain hash size = 128\n[ 0.382651] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383602] NetLabel: unlabeled traffic allowed by default\n[ 0.384688] clocksource: Switched to clocksource kvm-clock\n[ 0.390098] AppArmor: AppArmor Filesystem Enabled\n[ 0.391062] pnp: PnP ACPI init\n[ 0.391967] pnp: PnP ACPI: found 5 devices\n[ 0.398339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400040] NET: Registered protocol family 2\n[ 0.400995] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402276] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405704] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406880] NET: Registered protocol family 1\n[ 0.407748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409925] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438147] Trying to unpack rootfs image as initramfs...\n[ 0.487075] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500939] Scanning for low memory corruption every 60 seconds\n[ 0.502495] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503879] audit: initializing netlink subsys (disabled)\n[ 0.505142] audit: type=2000 audit(1538846377.196:1): initialized\n[ 0.506691] Initialise system trusted keyring\n[ 0.507795] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509231] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511456] zbud: loaded\n[ 0.512241] VFS: Disk quotas dquot_6.6.0\n[ 0.513205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514933] fuse init (API version 7.23)\n[ 0.515961] Key type big_key registered\n[ 0.516904] Allocating IMA MOK and blacklist keyrings.\n[ 0.518187] Key type asymmetric registered\n[ 0.519144] Asymmetric key parser 'x509' registered\n[ 0.520270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522389] io scheduler noop registered\n[ 0.523322] io scheduler deadline registered (default)\n[ 0.524486] io scheduler cfq registered\n[ 0.525460] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526698] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528177] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529884] ACPI: Power Button [PWRF]\n[ 0.530839] GHES: HEST is not enabled!\n[ 0.544314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574423] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600006] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602639] Linux agpgart interface v0.103\n[ 0.605221] brd: module loaded\n[ 0.606680] loop: module loaded\n[ 0.612098] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614138] GPT:90111 != 2097151\n[ 0.615099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616539] GPT:90111 != 2097151\n[ 0.617442] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618777] vda: vda1 vda15\n[ 0.620635] scsi host0: ata_piix\n[ 0.621623] scsi host1: ata_piix\n[ 0.622592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624218] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625923] libphy: Fixed MDIO Bus: probed\n[ 0.626900] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628044] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630509] PPP generic driver version 2.4.2\n[ 0.631567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633021] ehci-pci: EHCI PCI platform driver\n[ 0.634071] ehci-platform: EHCI generic platform driver\n[ 0.635258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636618] ohci-pci: OHCI PCI platform driver\n[ 0.637665] ohci-platform: OHCI generic platform driver\n[ 0.638854] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654652] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656384] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662148] usb usb1: Product: UHCI Host Controller\n[ 0.663274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664662] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665806] hub 1-0:1.0: USB hub found\n[ 0.666733] hub 1-0:1.0: 2 ports detected\n[ 0.667797] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670232] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671383] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672594] mousedev: PS/2 mouse device common for all mice\n[ 0.674083] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678958] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680411] i2c /dev entries driver\n[ 0.681309] device-mapper: uevent: version 1.0.3\n[ 0.682427] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684372] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685895] NET: Registered protocol family 10\n[ 0.687075] NET: Registered protocol family 17\n[ 0.688153] Key type dns_resolver registered\n[ 0.689253] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692657] registered taskstats version 1\n[ 0.693664] Loading compiled-in X.509 certificates\n[ 0.695303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697530] zswap: loaded using pool lzo/zbud\n[ 0.699048] Key type trusted registered\n[ 0.700701] Key type encrypted registered\n[ 0.701662] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702868] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704081] evm: HMAC attrs: 0x1\n[ 0.705136] Magic number: 6:549:339\n[ 0.706103] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:37 UTC (1538846377)\n[ 0.708001] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709347] EDD information not available.\n[ 0.785640] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787472] Write protecting the kernel read-only data: 14336k\n[ 0.799245] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801305] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.18\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.384158] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.34. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iiaIcB8u1n92eEOKnOgVe5tmaTnZRZrq0MFBvQ6KZI/5zIULXUEH17QL+814pHwREr297YsgU2w/C3rTnnjK7l4FlXAx0/S2X8Tos55y4z1X7swpeAj37VHTkpJgkvl3sl+cIb4OODmTyYHkRd/aSRcGDuUto/JTddFp5wrXu05++tDrN8++mwNJ3auFBfjVudHzzAu4DyjsyYfHw3h9Jruohtu0GQAxIUTofOQIgjnyg/p6r+8RiwuAWVRP9wGpIK1RAsIrw3SbtKx7N8pQbUnAoRjlGuP7MtpaM+JyO6xdkU9rOYjnm5uBABf9ZM2T/XtpyqRaqCJyX9FzPOBz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAM9HOflPA6kItyDeylCjwZW1Tlm3Iw8OdbyKxN3qIwKKkd7iaVerocirTd989XqpXEIch80nU8nLVniJqPqwU63JbpCacc2HU3ILSrbxTIy3MathkSpO3FdCiuQ91jSlyK7wFJdOn6/tLDhcLzGMCIImwdpQXWWxfkAgKRR/qAJBAAAAFQDfaeQrQY4qlZkVUemk2/sejNus9wAAAIEAtgGA02vW46wzw/zrZQTuJcw8g4+T5JnbMeJNinKaEN939vpMfRY3qweJFgMC/hARTu8zCmLA0rLUsF8eZAiweY6G2qYtejFJ+Ym2eZjIEAncQa7rrn5zGtGzx2rZl5o/rgBtiEiUdjPc1P2oHBJbHesM70h6pff9vl2nGE1H60gAAACAf48nh/A9gZeIM8bXDcVTI+W6hxG/KVDxbCiB57mJDnMwmFD2pzVG6tgUHvKDAgTW7meQAS6QiDDbgV2f9/6FzUDr6fYlxDsdr+2qqGeJeFKCjHwtX371VESoeziGVJ0Iky0p+MRHPnPogNRzh00OC84s64ZclIZwtadIjkVcD8U= 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:fe4e:c954/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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.36 ===\n/dev/root resized successfully [took 1.45s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4E:C9:54 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4e:c954/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9822 (9.5 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:21:24,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action used request id req-b654bea2-9db8-4e35-a0a7-6927eb9743a6 2018-10-06 17:21:26,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:28,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7904d0e-af31-4104-9e17-3cdb44057de5 x-compute-request-id: req-f7904d0e-af31-4104-9e17-3cdb44057de5 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 572741129 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138026] pid_max: default: 32768 minimum: 301\n[ 0.138926] ACPI: Core revision 20150930\n[ 0.140318] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141639] Security Framework initialized\n[ 0.142462] Yama: becoming mindful.\n[ 0.143196] AppArmor: AppArmor initialized\n[ 0.144069] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145415] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147918] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149342] Initializing cgroup subsys io\n[ 0.150165] Initializing cgroup subsys memory\n[ 0.151033] Initializing cgroup subsys devices\n[ 0.151920] Initializing cgroup subsys freezer\n[ 0.152796] Initializing cgroup subsys net_cls\n[ 0.153674] Initializing cgroup subsys perf_event\n[ 0.154590] Initializing cgroup subsys net_prio\n[ 0.155493] Initializing cgroup subsys hugetlb\n[ 0.156373] Initializing cgroup subsys pids\n[ 0.157263] CPU: Physical Processor ID: 0\n[ 0.158778] mce: CPU supports 10 MCE banks\n[ 0.159646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172535] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178925] ftrace: allocating 31920 entries in 125 pages\n[ 0.205457] smpboot: Max logical packages: 1\n[ 0.206320] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207692] x2apic enabled\n[ 0.208510] Switched APIC routing to physical x2apic.\n[ 0.210266] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213432] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215235] KVM setup paravirtual spinlock\n[ 0.216585] x86: Booted up 1 node, 1 CPUs\n[ 0.217398] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218793] devtmpfs: initialized\n[ 0.220519] evm: security.selinux\n[ 0.221226] evm: security.SMACK64\n[ 0.221919] evm: security.SMACK64EXEC\n[ 0.222669] evm: security.SMACK64TRANSMUTE\n[ 0.223480] evm: security.SMACK64MMAP\n[ 0.224233] evm: security.ima\n[ 0.224876] evm: security.capability\n[ 0.225687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227554] pinctrl core: initialized pinctrl subsystem\n[ 0.228663] RTC time: 17:19:36, date: 10/06/18\n[ 0.229623] NET: Registered protocol family 16\n[ 0.230598] cpuidle: using governor ladder\n[ 0.231423] cpuidle: using governor menu\n[ 0.232212] PCCT header not found.\n[ 0.232970] ACPI: bus type PCI registered\n[ 0.233779] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235029] PCI: Using configuration type 1 for base access\n[ 0.236791] ACPI: Added _OSI(Module Device)\n[ 0.237650] ACPI: Added _OSI(Processor Device)\n[ 0.238520] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239426] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241548] ACPI: Interpreter enabled\n[ 0.242329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249728] ACPI: (supports S0 S5)\n[ 0.250475] ACPI: Using IOAPIC for interrupt routing\n[ 0.251543] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254644] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255793] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258219] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260441] acpiphp: Slot [3] registered\n[ 0.261245] acpiphp: Slot [4] registered\n[ 0.262043] acpiphp: Slot [5] registered\n[ 0.262836] acpiphp: Slot [6] registered\n[ 0.263634] acpiphp: Slot [7] registered\n[ 0.264436] acpiphp: Slot [8] registered\n[ 0.265237] acpiphp: Slot [9] registered\n[ 0.266034] acpiphp: Slot [10] registered\n[ 0.266847] acpiphp: Slot [11] registered\n[ 0.267675] acpiphp: Slot [12] registered\n[ 0.268491] acpiphp: Slot [13] registered\n[ 0.269302] acpiphp: Slot [14] registered\n[ 0.270111] acpiphp: Slot [15] registered\n[ 0.281123] acpiphp: Slot [16] registered\n[ 0.281934] acpiphp: Slot [17] registered\n[ 0.282749] acpiphp: Slot [18] registered\n[ 0.283562] acpiphp: Slot [19] registered\n[ 0.284373] acpiphp: Slot [20] registered\n[ 0.285191] acpiphp: Slot [21] registered\n[ 0.286002] acpiphp: Slot [22] registered\n[ 0.286810] acpiphp: Slot [23] registered\n[ 0.287622] acpiphp: Slot [24] registered\n[ 0.288435] acpiphp: Slot [25] registered\n[ 0.289248] acpiphp: Slot [26] registered\n[ 0.290059] acpiphp: Slot [27] registered\n[ 0.290866] acpiphp: Slot [28] registered\n[ 0.291681] acpiphp: Slot [29] registered\n[ 0.292490] acpiphp: Slot [30] registered\n[ 0.293303] acpiphp: Slot [31] registered\n[ 0.294112] PCI host bridge to bus 0000:00\n[ 0.294920] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297348] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306441] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307717] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308888] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310156] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317810] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364219] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365662] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367071] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368463] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369710] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373612] vgaarb: loaded\n[ 0.374217] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375347] SCSI subsystem initialized\n[ 0.376167] ACPI: bus type USB registered\n[ 0.376984] usbcore: registered new interface driver usbfs\n[ 0.378017] usbcore: registered new interface driver hub\n[ 0.379021] usbcore: registered new device driver usb\n[ 0.380066] PCI: Using ACPI for IRQ routing\n[ 0.381083] NetLabel: Initializing\n[ 0.381791] NetLabel: domain hash size = 128\n[ 0.382651] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383602] NetLabel: unlabeled traffic allowed by default\n[ 0.384688] clocksource: Switched to clocksource kvm-clock\n[ 0.390098] AppArmor: AppArmor Filesystem Enabled\n[ 0.391062] pnp: PnP ACPI init\n[ 0.391967] pnp: PnP ACPI: found 5 devices\n[ 0.398339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400040] NET: Registered protocol family 2\n[ 0.400995] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402276] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405704] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406880] NET: Registered protocol family 1\n[ 0.407748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409925] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438147] Trying to unpack rootfs image as initramfs...\n[ 0.487075] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500939] Scanning for low memory corruption every 60 seconds\n[ 0.502495] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503879] audit: initializing netlink subsys (disabled)\n[ 0.505142] audit: type=2000 audit(1538846377.196:1): initialized\n[ 0.506691] Initialise system trusted keyring\n[ 0.507795] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509231] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511456] zbud: loaded\n[ 0.512241] VFS: Disk quotas dquot_6.6.0\n[ 0.513205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514933] fuse init (API version 7.23)\n[ 0.515961] Key type big_key registered\n[ 0.516904] Allocating IMA MOK and blacklist keyrings.\n[ 0.518187] Key type asymmetric registered\n[ 0.519144] Asymmetric key parser 'x509' registered\n[ 0.520270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522389] io scheduler noop registered\n[ 0.523322] io scheduler deadline registered (default)\n[ 0.524486] io scheduler cfq registered\n[ 0.525460] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526698] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528177] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529884] ACPI: Power Button [PWRF]\n[ 0.530839] GHES: HEST is not enabled!\n[ 0.544314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574423] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600006] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602639] Linux agpgart interface v0.103\n[ 0.605221] brd: module loaded\n[ 0.606680] loop: module loaded\n[ 0.612098] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614138] GPT:90111 != 2097151\n[ 0.615099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616539] GPT:90111 != 2097151\n[ 0.617442] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618777] vda: vda1 vda15\n[ 0.620635] scsi host0: ata_piix\n[ 0.621623] scsi host1: ata_piix\n[ 0.622592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624218] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625923] libphy: Fixed MDIO Bus: probed\n[ 0.626900] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628044] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630509] PPP generic driver version 2.4.2\n[ 0.631567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633021] ehci-pci: EHCI PCI platform driver\n[ 0.634071] ehci-platform: EHCI generic platform driver\n[ 0.635258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636618] ohci-pci: OHCI PCI platform driver\n[ 0.637665] ohci-platform: OHCI generic platform driver\n[ 0.638854] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654652] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656384] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662148] usb usb1: Product: UHCI Host Controller\n[ 0.663274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664662] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665806] hub 1-0:1.0: USB hub found\n[ 0.666733] hub 1-0:1.0: 2 ports detected\n[ 0.667797] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670232] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671383] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672594] mousedev: PS/2 mouse device common for all mice\n[ 0.674083] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678958] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680411] i2c /dev entries driver\n[ 0.681309] device-mapper: uevent: version 1.0.3\n[ 0.682427] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684372] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685895] NET: Registered protocol family 10\n[ 0.687075] NET: Registered protocol family 17\n[ 0.688153] Key type dns_resolver registered\n[ 0.689253] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692657] registered taskstats version 1\n[ 0.693664] Loading compiled-in X.509 certificates\n[ 0.695303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697530] zswap: loaded using pool lzo/zbud\n[ 0.699048] Key type trusted registered\n[ 0.700701] Key type encrypted registered\n[ 0.701662] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702868] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704081] evm: HMAC attrs: 0x1\n[ 0.705136] Magic number: 6:549:339\n[ 0.706103] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:37 UTC (1538846377)\n[ 0.708001] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709347] EDD information not available.\n[ 0.785640] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787472] Write protecting the kernel read-only data: 14336k\n[ 0.799245] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801305] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.18\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.384158] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.34. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iiaIcB8u1n92eEOKnOgVe5tmaTnZRZrq0MFBvQ6KZI/5zIULXUEH17QL+814pHwREr297YsgU2w/C3rTnnjK7l4FlXAx0/S2X8Tos55y4z1X7swpeAj37VHTkpJgkvl3sl+cIb4OODmTyYHkRd/aSRcGDuUto/JTddFp5wrXu05++tDrN8++mwNJ3auFBfjVudHzzAu4DyjsyYfHw3h9Jruohtu0GQAxIUTofOQIgjnyg/p6r+8RiwuAWVRP9wGpIK1RAsIrw3SbtKx7N8pQbUnAoRjlGuP7MtpaM+JyO6xdkU9rOYjnm5uBABf9ZM2T/XtpyqRaqCJyX9FzPOBz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAM9HOflPA6kItyDeylCjwZW1Tlm3Iw8OdbyKxN3qIwKKkd7iaVerocirTd989XqpXEIch80nU8nLVniJqPqwU63JbpCacc2HU3ILSrbxTIy3MathkSpO3FdCiuQ91jSlyK7wFJdOn6/tLDhcLzGMCIImwdpQXWWxfkAgKRR/qAJBAAAAFQDfaeQrQY4qlZkVUemk2/sejNus9wAAAIEAtgGA02vW46wzw/zrZQTuJcw8g4+T5JnbMeJNinKaEN939vpMfRY3qweJFgMC/hARTu8zCmLA0rLUsF8eZAiweY6G2qYtejFJ+Ym2eZjIEAncQa7rrn5zGtGzx2rZl5o/rgBtiEiUdjPc1P2oHBJbHesM70h6pff9vl2nGE1H60gAAACAf48nh/A9gZeIM8bXDcVTI+W6hxG/KVDxbCiB57mJDnMwmFD2pzVG6tgUHvKDAgTW7meQAS6QiDDbgV2f9/6FzUDr6fYlxDsdr+2qqGeJeFKCjHwtX371VESoeziGVJ0Iky0p+MRHPnPogNRzh00OC84s64ZclIZwtadIjkVcD8U= 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:fe4e:c954/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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.36 ===\n/dev/root resized successfully [took 1.45s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4E:C9:54 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4e:c954/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9822 (9.5 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:21:28,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action used request id req-f7904d0e-af31-4104-9e17-3cdb44057de5 2018-10-06 17:21:30,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6bb5e049d4ea16cb8bffa1dab2d146c62f5b0dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:31,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48ed4912-300a-4f8f-a223-602ead56e16c x-compute-request-id: req-48ed4912-300a-4f8f-a223-602ead56e16c Content-Encoding: gzip Content-Length: 10888 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 572741129 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138026] pid_max: default: 32768 minimum: 301\n[ 0.138926] ACPI: Core revision 20150930\n[ 0.140318] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141639] Security Framework initialized\n[ 0.142462] Yama: becoming mindful.\n[ 0.143196] AppArmor: AppArmor initialized\n[ 0.144069] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145415] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147918] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149342] Initializing cgroup subsys io\n[ 0.150165] Initializing cgroup subsys memory\n[ 0.151033] Initializing cgroup subsys devices\n[ 0.151920] Initializing cgroup subsys freezer\n[ 0.152796] Initializing cgroup subsys net_cls\n[ 0.153674] Initializing cgroup subsys perf_event\n[ 0.154590] Initializing cgroup subsys net_prio\n[ 0.155493] Initializing cgroup subsys hugetlb\n[ 0.156373] Initializing cgroup subsys pids\n[ 0.157263] CPU: Physical Processor ID: 0\n[ 0.158778] mce: CPU supports 10 MCE banks\n[ 0.159646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172535] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178925] ftrace: allocating 31920 entries in 125 pages\n[ 0.205457] smpboot: Max logical packages: 1\n[ 0.206320] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207692] x2apic enabled\n[ 0.208510] Switched APIC routing to physical x2apic.\n[ 0.210266] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213432] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215235] KVM setup paravirtual spinlock\n[ 0.216585] x86: Booted up 1 node, 1 CPUs\n[ 0.217398] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218793] devtmpfs: initialized\n[ 0.220519] evm: security.selinux\n[ 0.221226] evm: security.SMACK64\n[ 0.221919] evm: security.SMACK64EXEC\n[ 0.222669] evm: security.SMACK64TRANSMUTE\n[ 0.223480] evm: security.SMACK64MMAP\n[ 0.224233] evm: security.ima\n[ 0.224876] evm: security.capability\n[ 0.225687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227554] pinctrl core: initialized pinctrl subsystem\n[ 0.228663] RTC time: 17:19:36, date: 10/06/18\n[ 0.229623] NET: Registered protocol family 16\n[ 0.230598] cpuidle: using governor ladder\n[ 0.231423] cpuidle: using governor menu\n[ 0.232212] PCCT header not found.\n[ 0.232970] ACPI: bus type PCI registered\n[ 0.233779] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235029] PCI: Using configuration type 1 for base access\n[ 0.236791] ACPI: Added _OSI(Module Device)\n[ 0.237650] ACPI: Added _OSI(Processor Device)\n[ 0.238520] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239426] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241548] ACPI: Interpreter enabled\n[ 0.242329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249728] ACPI: (supports S0 S5)\n[ 0.250475] ACPI: Using IOAPIC for interrupt routing\n[ 0.251543] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254644] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255793] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258219] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260441] acpiphp: Slot [3] registered\n[ 0.261245] acpiphp: Slot [4] registered\n[ 0.262043] acpiphp: Slot [5] registered\n[ 0.262836] acpiphp: Slot [6] registered\n[ 0.263634] acpiphp: Slot [7] registered\n[ 0.264436] acpiphp: Slot [8] registered\n[ 0.265237] acpiphp: Slot [9] registered\n[ 0.266034] acpiphp: Slot [10] registered\n[ 0.266847] acpiphp: Slot [11] registered\n[ 0.267675] acpiphp: Slot [12] registered\n[ 0.268491] acpiphp: Slot [13] registered\n[ 0.269302] acpiphp: Slot [14] registered\n[ 0.270111] acpiphp: Slot [15] registered\n[ 0.281123] acpiphp: Slot [16] registered\n[ 0.281934] acpiphp: Slot [17] registered\n[ 0.282749] acpiphp: Slot [18] registered\n[ 0.283562] acpiphp: Slot [19] registered\n[ 0.284373] acpiphp: Slot [20] registered\n[ 0.285191] acpiphp: Slot [21] registered\n[ 0.286002] acpiphp: Slot [22] registered\n[ 0.286810] acpiphp: Slot [23] registered\n[ 0.287622] acpiphp: Slot [24] registered\n[ 0.288435] acpiphp: Slot [25] registered\n[ 0.289248] acpiphp: Slot [26] registered\n[ 0.290059] acpiphp: Slot [27] registered\n[ 0.290866] acpiphp: Slot [28] registered\n[ 0.291681] acpiphp: Slot [29] registered\n[ 0.292490] acpiphp: Slot [30] registered\n[ 0.293303] acpiphp: Slot [31] registered\n[ 0.294112] PCI host bridge to bus 0000:00\n[ 0.294920] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297348] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306441] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307717] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308888] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310156] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317810] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364219] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365662] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367071] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368463] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369710] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373612] vgaarb: loaded\n[ 0.374217] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375347] SCSI subsystem initialized\n[ 0.376167] ACPI: bus type USB registered\n[ 0.376984] usbcore: registered new interface driver usbfs\n[ 0.378017] usbcore: registered new interface driver hub\n[ 0.379021] usbcore: registered new device driver usb\n[ 0.380066] PCI: Using ACPI for IRQ routing\n[ 0.381083] NetLabel: Initializing\n[ 0.381791] NetLabel: domain hash size = 128\n[ 0.382651] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383602] NetLabel: unlabeled traffic allowed by default\n[ 0.384688] clocksource: Switched to clocksource kvm-clock\n[ 0.390098] AppArmor: AppArmor Filesystem Enabled\n[ 0.391062] pnp: PnP ACPI init\n[ 0.391967] pnp: PnP ACPI: found 5 devices\n[ 0.398339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400040] NET: Registered protocol family 2\n[ 0.400995] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402276] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405704] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406880] NET: Registered protocol family 1\n[ 0.407748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409925] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438147] Trying to unpack rootfs image as initramfs...\n[ 0.487075] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500939] Scanning for low memory corruption every 60 seconds\n[ 0.502495] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503879] audit: initializing netlink subsys (disabled)\n[ 0.505142] audit: type=2000 audit(1538846377.196:1): initialized\n[ 0.506691] Initialise system trusted keyring\n[ 0.507795] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509231] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511456] zbud: loaded\n[ 0.512241] VFS: Disk quotas dquot_6.6.0\n[ 0.513205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514933] fuse init (API version 7.23)\n[ 0.515961] Key type big_key registered\n[ 0.516904] Allocating IMA MOK and blacklist keyrings.\n[ 0.518187] Key type asymmetric registered\n[ 0.519144] Asymmetric key parser 'x509' registered\n[ 0.520270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522389] io scheduler noop registered\n[ 0.523322] io scheduler deadline registered (default)\n[ 0.524486] io scheduler cfq registered\n[ 0.525460] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526698] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528177] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529884] ACPI: Power Button [PWRF]\n[ 0.530839] GHES: HEST is not enabled!\n[ 0.544314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574423] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600006] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602639] Linux agpgart interface v0.103\n[ 0.605221] brd: module loaded\n[ 0.606680] loop: module loaded\n[ 0.612098] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614138] GPT:90111 != 2097151\n[ 0.615099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616539] GPT:90111 != 2097151\n[ 0.617442] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618777] vda: vda1 vda15\n[ 0.620635] scsi host0: ata_piix\n[ 0.621623] scsi host1: ata_piix\n[ 0.622592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624218] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625923] libphy: Fixed MDIO Bus: probed\n[ 0.626900] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628044] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630509] PPP generic driver version 2.4.2\n[ 0.631567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633021] ehci-pci: EHCI PCI platform driver\n[ 0.634071] ehci-platform: EHCI generic platform driver\n[ 0.635258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636618] ohci-pci: OHCI PCI platform driver\n[ 0.637665] ohci-platform: OHCI generic platform driver\n[ 0.638854] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654652] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656384] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662148] usb usb1: Product: UHCI Host Controller\n[ 0.663274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664662] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665806] hub 1-0:1.0: USB hub found\n[ 0.666733] hub 1-0:1.0: 2 ports detected\n[ 0.667797] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670232] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671383] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672594] mousedev: PS/2 mouse device common for all mice\n[ 0.674083] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678958] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680411] i2c /dev entries driver\n[ 0.681309] device-mapper: uevent: version 1.0.3\n[ 0.682427] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684372] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685895] NET: Registered protocol family 10\n[ 0.687075] NET: Registered protocol family 17\n[ 0.688153] Key type dns_resolver registered\n[ 0.689253] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692657] registered taskstats version 1\n[ 0.693664] Loading compiled-in X.509 certificates\n[ 0.695303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697530] zswap: loaded using pool lzo/zbud\n[ 0.699048] Key type trusted registered\n[ 0.700701] Key type encrypted registered\n[ 0.701662] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702868] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704081] evm: HMAC attrs: 0x1\n[ 0.705136] Magic number: 6:549:339\n[ 0.706103] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:37 UTC (1538846377)\n[ 0.708001] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709347] EDD information not available.\n[ 0.785640] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787472] Write protecting the kernel read-only data: 14336k\n[ 0.799245] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801305] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.18\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.384158] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.34. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iiaIcB8u1n92eEOKnOgVe5tmaTnZRZrq0MFBvQ6KZI/5zIULXUEH17QL+814pHwREr297YsgU2w/C3rTnnjK7l4FlXAx0/S2X8Tos55y4z1X7swpeAj37VHTkpJgkvl3sl+cIb4OODmTyYHkRd/aSRcGDuUto/JTddFp5wrXu05++tDrN8++mwNJ3auFBfjVudHzzAu4DyjsyYfHw3h9Jruohtu0GQAxIUTofOQIgjnyg/p6r+8RiwuAWVRP9wGpIK1RAsIrw3SbtKx7N8pQbUnAoRjlGuP7MtpaM+JyO6xdkU9rOYjnm5uBABf9ZM2T/XtpyqRaqCJyX9FzPOBz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAM9HOflPA6kItyDeylCjwZW1Tlm3Iw8OdbyKxN3qIwKKkd7iaVerocirTd989XqpXEIch80nU8nLVniJqPqwU63JbpCacc2HU3ILSrbxTIy3MathkSpO3FdCiuQ91jSlyK7wFJdOn6/tLDhcLzGMCIImwdpQXWWxfkAgKRR/qAJBAAAAFQDfaeQrQY4qlZkVUemk2/sejNus9wAAAIEAtgGA02vW46wzw/zrZQTuJcw8g4+T5JnbMeJNinKaEN939vpMfRY3qweJFgMC/hARTu8zCmLA0rLUsF8eZAiweY6G2qYtejFJ+Ym2eZjIEAncQa7rrn5zGtGzx2rZl5o/rgBtiEiUdjPc1P2oHBJbHesM70h6pff9vl2nGE1H60gAAACAf48nh/A9gZeIM8bXDcVTI+W6hxG/KVDxbCiB57mJDnMwmFD2pzVG6tgUHvKDAgTW7meQAS6QiDDbgV2f9/6FzUDr6fYlxDsdr+2qqGeJeFKCjHwtX371VESoeziGVJ0Iky0p+MRHPnPogNRzh00OC84s64ZclIZwtadIjkVcD8U= 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:fe4e:c954/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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.36 ===\n/dev/root resized successfully [took 1.45s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4E:C9:54 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4e:c954/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9822 (9.5 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 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.136021] usb 1-1: Product: QEMU USB Tablet\n[ 1.136022] usb 1-1: Manufacturer: QEMU\n[ 1.136022] usb 1-1: SerialNumber: 42\n[ 1.354481] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.366293] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.384158] random: dd urandom read with 5 bits of entropy available\n[ 1.500750] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.500752] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 63.485651] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.830546] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:19:38 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:19:38 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:19:38 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:19:38 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:19:38 cirros kern.notice kernel: [ 1.384158] random: dd urandom read with 5 bits of entropy available\nOct 6 18:19:38 cirros kern.info kernel: [ 1.500750] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:19:38 cirros kern.info kernel: [ 1.500752] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:20:39 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:20:40 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:20:40 cirros kern.info kernel: [ 63.485651] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:20:40 cirros kern.info kernel: [ 63.830546] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-3 login: "} 2018-10-06 17:21:31,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action used request id req-48ed4912-300a-4f8f-a223-602ead56e16c 2018-10-06 17:21:33,195 - sdnvpn_test_utils - INFO - Waiting for instance a4ac4df1-9233-4d59-b87e-1d4acbfc282c to boot up 2018-10-06 17:21:33,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:34,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38107d1e-afac-440a-898f-e9a30760c4a8 x-compute-request-id: req-38107d1e-afac-440a-898f-e9a30760c4a8 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:34,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-38107d1e-afac-440a-898f-e9a30760c4a8 2018-10-06 17:21:36,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:37,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-add7c997-658e-4bfa-aaee-8b639a529b8a x-compute-request-id: req-add7c997-658e-4bfa-aaee-8b639a529b8a Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:37,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-add7c997-658e-4bfa-aaee-8b639a529b8a 2018-10-06 17:21:39,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:40,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbcae238-1e9b-4d3a-b1b2-9aca17ec60d2 x-compute-request-id: req-cbcae238-1e9b-4d3a-b1b2-9aca17ec60d2 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:40,459 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-cbcae238-1e9b-4d3a-b1b2-9aca17ec60d2 2018-10-06 17:21:42,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:43,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d7800db-c4c7-412e-8014-355ad1d0f634 x-compute-request-id: req-3d7800db-c4c7-412e-8014-355ad1d0f634 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:43,543 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-3d7800db-c4c7-412e-8014-355ad1d0f634 2018-10-06 17:21:45,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:46,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-361474c0-b2b7-4d99-9130-ca7147f5e441 x-compute-request-id: req-361474c0-b2b7-4d99-9130-ca7147f5e441 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:46,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-361474c0-b2b7-4d99-9130-ca7147f5e441 2018-10-06 17:21:48,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:49,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21: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-174644ac-9223-4265-8e65-0dd9a0a5c076 x-compute-request-id: req-174644ac-9223-4265-8e65-0dd9a0a5c076 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:49,719 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-174644ac-9223-4265-8e65-0dd9a0a5c076 2018-10-06 17:21:51,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:52,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72699dbe-5592-4899-bab6-2034d1471147 x-compute-request-id: req-72699dbe-5592-4899-bab6-2034d1471147 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:52,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-72699dbe-5592-4899-bab6-2034d1471147 2018-10-06 17:21:54,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:55,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a845aa0-db5a-48c3-b55a-3402c54283d2 x-compute-request-id: req-4a845aa0-db5a-48c3-b55a-3402c54283d2 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:55,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-4a845aa0-db5a-48c3-b55a-3402c54283d2 2018-10-06 17:21:57,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:21:58,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:21:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd934b96-0fe9-4124-854c-253bbe83a516 x-compute-request-id: req-bd934b96-0fe9-4124-854c-253bbe83a516 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:21:58,994 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-bd934b96-0fe9-4124-854c-253bbe83a516 2018-10-06 17:22:01,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:02,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92721a04-c108-4e4b-a3e1-6557e6270ce6 x-compute-request-id: req-92721a04-c108-4e4b-a3e1-6557e6270ce6 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:02,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-92721a04-c108-4e4b-a3e1-6557e6270ce6 2018-10-06 17:22:04,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:05,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-defbec21-e67e-4910-8678-b36722cec6f8 x-compute-request-id: req-defbec21-e67e-4910-8678-b36722cec6f8 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:05,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-defbec21-e67e-4910-8678-b36722cec6f8 2018-10-06 17:22:07,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:08,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5970ec97-8e10-495e-8dc6-a0a939630ade x-compute-request-id: req-5970ec97-8e10-495e-8dc6-a0a939630ade Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:08,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-5970ec97-8e10-495e-8dc6-a0a939630ade 2018-10-06 17:22:10,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:11,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bb45ba7-aaa4-4100-90a4-502aa56875cf x-compute-request-id: req-5bb45ba7-aaa4-4100-90a4-502aa56875cf Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:11,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-5bb45ba7-aaa4-4100-90a4-502aa56875cf 2018-10-06 17:22:13,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:14,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48fe0e1b-394e-4de1-9ef3-f8ad87cdd76b x-compute-request-id: req-48fe0e1b-394e-4de1-9ef3-f8ad87cdd76b Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:14,424 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-48fe0e1b-394e-4de1-9ef3-f8ad87cdd76b 2018-10-06 17:22:16,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:17,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb64b1b5-636e-4949-be35-892bae665faa x-compute-request-id: req-cb64b1b5-636e-4949-be35-892bae665faa Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:17,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-cb64b1b5-636e-4949-be35-892bae665faa 2018-10-06 17:22:19,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:20,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22: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-9db1ce17-6f24-446c-a955-37763402b89f x-compute-request-id: req-9db1ce17-6f24-446c-a955-37763402b89f Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:20,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-9db1ce17-6f24-446c-a955-37763402b89f 2018-10-06 17:22:22,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:23,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22: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-c8b1ced3-6728-42ac-bcb0-0a8c89f00f77 x-compute-request-id: req-c8b1ced3-6728-42ac-bcb0-0a8c89f00f77 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:23,698 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-c8b1ced3-6728-42ac-bcb0-0a8c89f00f77 2018-10-06 17:22:25,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:26,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1266cc9e-0dab-43ef-a27b-74a59edcb803 x-compute-request-id: req-1266cc9e-0dab-43ef-a27b-74a59edcb803 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:26,791 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-1266cc9e-0dab-43ef-a27b-74a59edcb803 2018-10-06 17:22:28,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:29,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6be0bd29-ee02-418b-ac9d-ed9ffc8f69b5 x-compute-request-id: req-6be0bd29-ee02-418b-ac9d-ed9ffc8f69b5 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:29,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-6be0bd29-ee02-418b-ac9d-ed9ffc8f69b5 2018-10-06 17:22:31,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:32,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce782c46-0ce4-40a6-aedb-2177e532cf59 x-compute-request-id: req-ce782c46-0ce4-40a6-aedb-2177e532cf59 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:32,990 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-ce782c46-0ce4-40a6-aedb-2177e532cf59 2018-10-06 17:22:35,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:36,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22: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-547c4296-16e4-45d0-ab05-f1b8360ddb58 x-compute-request-id: req-547c4296-16e4-45d0-ab05-f1b8360ddb58 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:36,087 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-547c4296-16e4-45d0-ab05-f1b8360ddb58 2018-10-06 17:22:38,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:39,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22: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-8728d67b-0931-4e9c-b9c0-64d725b588d6 x-compute-request-id: req-8728d67b-0931-4e9c-b9c0-64d725b588d6 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:39,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-8728d67b-0931-4e9c-b9c0-64d725b588d6 2018-10-06 17:22:41,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:42,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2980ffa2-cae6-47c2-95e3-39f8bc51df16 x-compute-request-id: req-2980ffa2-cae6-47c2-95e3-39f8bc51df16 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:42,271 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-2980ffa2-cae6-47c2-95e3-39f8bc51df16 2018-10-06 17:22:44,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:45,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee81400e-92ac-4d2a-acfc-631bb5200b46 x-compute-request-id: req-ee81400e-92ac-4d2a-acfc-631bb5200b46 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:45,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-ee81400e-92ac-4d2a-acfc-631bb5200b46 2018-10-06 17:22:47,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:48,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59440b07-bbaf-4faf-8fc2-24114b2a59ca x-compute-request-id: req-59440b07-bbaf-4faf-8fc2-24114b2a59ca Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:48,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-59440b07-bbaf-4faf-8fc2-24114b2a59ca 2018-10-06 17:22:50,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:51,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d4e144c-4005-4cea-9da9-3b00e4cc88d0 x-compute-request-id: req-2d4e144c-4005-4cea-9da9-3b00e4cc88d0 Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:22:51,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-2d4e144c-4005-4cea-9da9-3b00e4cc88d0 2018-10-06 17:22:53,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:54,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48c6285e-0467-4168-b9d4-cc1ae5047e28 x-compute-request-id: req-48c6285e-0467-4168-b9d4-cc1ae5047e28 Content-Encoding: gzip Content-Length: 7800 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\n"} 2018-10-06 17:22:54,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-48c6285e-0467-4168-b9d4-cc1ae5047e28 2018-10-06 17:22:56,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:22:57,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7547bd0f-3ce5-47d4-892e-5997535cf9a4 x-compute-request-id: req-7547bd0f-3ce5-47d4-892e-5997535cf9a4 Content-Encoding: gzip Content-Length: 7808 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\n"} 2018-10-06 17:22:57,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-7547bd0f-3ce5-47d4-892e-5997535cf9a4 2018-10-06 17:22:59,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:00,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:22:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5145e7a-c85b-4b3a-9337-7ab524ffe93c x-compute-request-id: req-b5145e7a-c85b-4b3a-9337-7ab524ffe93c Content-Encoding: gzip Content-Length: 7819 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\n"} 2018-10-06 17:23:00,806 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-b5145e7a-c85b-4b3a-9337-7ab524ffe93c 2018-10-06 17:23:02,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:03,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-508f3ad5-53c5-49ea-a720-415e5245c3e9 x-compute-request-id: req-508f3ad5-53c5-49ea-a720-415e5245c3e9 Content-Encoding: gzip Content-Length: 7827 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\n"} 2018-10-06 17:23:03,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-508f3ad5-53c5-49ea-a720-415e5245c3e9 2018-10-06 17:23:05,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:06,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-564bcd94-112c-4131-84cb-e1e464b485c1 x-compute-request-id: req-564bcd94-112c-4131-84cb-e1e464b485c1 Content-Encoding: gzip Content-Length: 7840 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\n"} 2018-10-06 17:23:06,985 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-564bcd94-112c-4131-84cb-e1e464b485c1 2018-10-06 17:23:09,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:10,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d02b21a-2bb0-47b9-b7ff-78e2a446312a x-compute-request-id: req-6d02b21a-2bb0-47b9-b7ff-78e2a446312a Content-Encoding: gzip Content-Length: 7845 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\n"} 2018-10-06 17:23:10,125 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-6d02b21a-2bb0-47b9-b7ff-78e2a446312a 2018-10-06 17:23:12,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:13,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85c6cdff-585a-4f6f-8219-3bb881e34dfa x-compute-request-id: req-85c6cdff-585a-4f6f-8219-3bb881e34dfa Content-Encoding: gzip Content-Length: 7860 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\n"} 2018-10-06 17:23:13,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-85c6cdff-585a-4f6f-8219-3bb881e34dfa 2018-10-06 17:23:15,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:16,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b75cbc53-0377-431a-a973-9bc3c10c17e7 x-compute-request-id: req-b75cbc53-0377-431a-a973-9bc3c10c17e7 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\nfailed 12/20: up 203.24. request failed\n"} 2018-10-06 17:23:16,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-b75cbc53-0377-431a-a973-9bc3c10c17e7 2018-10-06 17:23:18,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:19,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36bc269b-67c8-476c-aa6c-85a3b2177c81 x-compute-request-id: req-36bc269b-67c8-476c-aa6c-85a3b2177c81 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\nfailed 12/20: up 203.24. request failed\nfailed 13/20: up 205.25. request failed\nfailed 14/20: up 207.25. request failed\n"} 2018-10-06 17:23:19,400 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-36bc269b-67c8-476c-aa6c-85a3b2177c81 2018-10-06 17:23:21,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:22,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07565623-2a80-45d1-b326-910d290463f7 x-compute-request-id: req-07565623-2a80-45d1-b326-910d290463f7 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 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\nfailed 12/20: up 203.24. request failed\nfailed 13/20: up 205.25. request failed\nfailed 14/20: up 207.25. request failed\nfailed 15/20: up 209.25. request failed\nfailed 16/20: up 211.26. request failed\n"} 2018-10-06 17:23:22,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-07565623-2a80-45d1-b326-910d290463f7 2018-10-06 17:23:24,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:25,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bdf1956-2a3a-4838-b7f8-0886b282d027 x-compute-request-id: req-0bdf1956-2a3a-4838-b7f8-0886b282d027 Content-Encoding: gzip Content-Length: 7897 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\nfailed 12/20: up 203.24. request failed\nfailed 13/20: up 205.25. request failed\nfailed 14/20: up 207.25. request failed\nfailed 15/20: up 209.25. request failed\nfailed 16/20: up 211.26. request failed\nfailed 17/20: up 213.26. request failed\n"} 2018-10-06 17:23:25,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-0bdf1956-2a3a-4838-b7f8-0886b282d027 2018-10-06 17:23:27,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:28,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58ffe234-1c3d-4046-82f0-75c380ad9654 x-compute-request-id: req-58ffe234-1c3d-4046-82f0-75c380ad9654 Content-Encoding: gzip Content-Length: 7910 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\nfailed 12/20: up 203.24. request failed\nfailed 13/20: up 205.25. request failed\nfailed 14/20: up 207.25. request failed\nfailed 15/20: up 209.25. request failed\nfailed 16/20: up 211.26. request failed\nfailed 17/20: up 213.26. request failed\nfailed 18/20: up 215.27. request failed\nfailed 19/20: up 217.27. request failed\n"} 2018-10-06 17:23:28,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-58ffe234-1c3d-4046-82f0-75c380ad9654 2018-10-06 17:23:30,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:31,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23: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-290ba431-0fd6-49a2-9e1e-0d147b271232 x-compute-request-id: req-290ba431-0fd6-49a2-9e1e-0d147b271232 Content-Encoding: gzip Content-Length: 7916 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\nfailed 12/20: up 203.24. request failed\nfailed 13/20: up 205.25. request failed\nfailed 14/20: up 207.25. request failed\nfailed 15/20: up 209.25. request failed\nfailed 16/20: up 211.26. request failed\nfailed 17/20: up 213.26. request failed\nfailed 18/20: up 215.27. request failed\nfailed 19/20: up 217.27. request failed\nfailed 20/20: up 219.27. request failed\n"} 2018-10-06 17:23:31,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-290ba431-0fd6-49a2-9e1e-0d147b271232 2018-10-06 17:23:33,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31963564734e7874bc3965ae2f3804942d0895f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:34,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98b98a05-c0ad-4c0a-bee0-a38875e1793e x-compute-request-id: req-98b98a05-c0ad-4c0a-bee0-a38875e1793e Content-Encoding: gzip Content-Length: 10563 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523796494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131353] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132992] pid_max: default: 32768 minimum: 301\n[ 0.133872] ACPI: Core revision 20150930\n[ 0.135250] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136538] Security Framework initialized\n[ 0.137341] Yama: becoming mindful.\n[ 0.138059] AppArmor: AppArmor initialized\n[ 0.138911] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141480] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142670] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144036] Initializing cgroup subsys io\n[ 0.144833] Initializing cgroup subsys memory\n[ 0.145678] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147408] Initializing cgroup subsys net_cls\n[ 0.148263] Initializing cgroup subsys perf_event\n[ 0.149159] Initializing cgroup subsys net_prio\n[ 0.150027] Initializing cgroup subsys hugetlb\n[ 0.150888] Initializing cgroup subsys pids\n[ 0.151750] CPU: Physical Processor ID: 0\n[ 0.153236] mce: CPU supports 10 MCE banks\n[ 0.154084] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172596] ftrace: allocating 31920 entries in 125 pages\n[ 0.198859] smpboot: Max logical packages: 1\n[ 0.199701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201026] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203567] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208432] KVM setup paravirtual spinlock\n[ 0.209712] x86: Booted up 1 node, 1 CPUs\n[ 0.210524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211899] devtmpfs: initialized\n[ 0.213609] evm: security.selinux\n[ 0.214304] evm: security.SMACK64\n[ 0.214989] evm: security.SMACK64EXEC\n[ 0.215720] evm: security.SMACK64TRANSMUTE\n[ 0.216517] evm: security.SMACK64MMAP\n[ 0.217256] evm: security.ima\n[ 0.217889] evm: security.capability\n[ 0.218683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220514] pinctrl core: initialized pinctrl subsystem\n[ 0.221605] RTC time: 17:19:46, date: 10/06/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223512] cpuidle: using governor ladder\n[ 0.224326] cpuidle: using governor menu\n[ 0.225102] PCCT header not found.\n[ 0.225847] ACPI: bus type PCI registered\n[ 0.226646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227873] PCI: Using configuration type 1 for base access\n[ 0.229615] ACPI: Added _OSI(Module Device)\n[ 0.230458] ACPI: Added _OSI(Processor Device)\n[ 0.231310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232199] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234288] ACPI: Interpreter enabled\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242316] ACPI: (supports S0 S5)\n[ 0.243012] ACPI: Using IOAPIC for interrupt routing\n[ 0.243956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249382] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252761] acpiphp: Slot [3] registered\n[ 0.253566] acpiphp: Slot [4] registered\n[ 0.254364] acpiphp: Slot [5] registered\n[ 0.255153] acpiphp: Slot [6] registered\n[ 0.255940] acpiphp: Slot [7] registered\n[ 0.256730] acpiphp: Slot [8] registered\n[ 0.257520] acpiphp: Slot [9] registered\n[ 0.258309] acpiphp: Slot [10] registered\n[ 0.259108] acpiphp: Slot [11] registered\n[ 0.259913] acpiphp: Slot [12] registered\n[ 0.260722] acpiphp: Slot [13] registered\n[ 0.261531] acpiphp: Slot [14] registered\n[ 0.262332] acpiphp: Slot [15] registered\n[ 0.273103] acpiphp: Slot [16] registered\n[ 0.273904] acpiphp: Slot [17] registered\n[ 0.274711] acpiphp: Slot [18] registered\n[ 0.275513] acpiphp: Slot [19] registered\n[ 0.276315] acpiphp: Slot [20] registered\n[ 0.277122] acpiphp: Slot [21] registered\n[ 0.277922] acpiphp: Slot [22] registered\n[ 0.278726] acpiphp: Slot [23] registered\n[ 0.279532] acpiphp: Slot [24] registered\n[ 0.280337] acpiphp: Slot [25] registered\n[ 0.281142] acpiphp: Slot [26] registered\n[ 0.281943] acpiphp: Slot [27] registered\n[ 0.282745] acpiphp: Slot [28] registered\n[ 0.283550] acpiphp: Slot [29] registered\n[ 0.284354] acpiphp: Slot [30] registered\n[ 0.285166] acpiphp: Slot [31] registered\n[ 0.285968] PCI host bridge to bus 0000:00\n[ 0.286765] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287961] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290609] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292044] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298220] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299488] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300648] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355040] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357908] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361940] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365679] vgaarb: loaded\n[ 0.366276] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367401] SCSI subsystem initialized\n[ 0.368213] ACPI: bus type USB registered\n[ 0.369026] usbcore: registered new interface driver usbfs\n[ 0.370043] usbcore: registered new interface driver hub\n[ 0.371038] usbcore: registered new device driver usb\n[ 0.372084] PCI: Using ACPI for IRQ routing\n[ 0.373098] NetLabel: Initializing\n[ 0.373804] NetLabel: domain hash size = 128\n[ 0.374648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375584] NetLabel: unlabeled traffic allowed by default\n[ 0.376676] clocksource: Switched to clocksource kvm-clock\n[ 0.382082] AppArmor: AppArmor Filesystem Enabled\n[ 0.383028] pnp: PnP ACPI init\n[ 0.383921] pnp: PnP ACPI: found 5 devices\n[ 0.390279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391964] NET: Registered protocol family 2\n[ 0.392908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395339] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396489] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398719] NET: Registered protocol family 1\n[ 0.399586] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429993] Trying to unpack rootfs image as initramfs...\n[ 0.480492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494387] Scanning for low memory corruption every 60 seconds\n[ 0.495750] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496888] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1538846387.152:1): initialized\n[ 0.499187] Initialise system trusted keyring\n[ 0.500102] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503204] zbud: loaded\n[ 0.503899] VFS: Disk quotas dquot_6.6.0\n[ 0.504725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506214] fuse init (API version 7.23)\n[ 0.507094] Key type big_key registered\n[ 0.507874] Allocating IMA MOK and blacklist keyrings.\n[ 0.508975] Key type asymmetric registered\n[ 0.509786] Asymmetric key parser 'x509' registered\n[ 0.510723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512526] io scheduler noop registered\n[ 0.513325] io scheduler deadline registered (default)\n[ 0.514300] io scheduler cfq registered\n[ 0.515119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518829] ACPI: Power Button [PWRF]\n[ 0.519651] GHES: HEST is not enabled!\n[ 0.533316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563567] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589745] Linux agpgart interface v0.103\n[ 0.591718] brd: module loaded\n[ 0.592883] loop: module loaded\n[ 0.597045] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598484] GPT:90111 != 2097151\n[ 0.599147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600213] GPT:90111 != 2097151\n[ 0.600877] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601822] vda: vda1 vda15\n[ 0.604403] scsi host0: ata_piix\n[ 0.605752] scsi host1: ata_piix\n[ 0.606448] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609051] libphy: Fixed MDIO Bus: probed\n[ 0.609846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613231] PPP generic driver version 2.4.2\n[ 0.614101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615255] ehci-pci: EHCI PCI platform driver\n[ 0.616101] ehci-platform: EHCI generic platform driver\n[ 0.617071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618165] ohci-pci: OHCI PCI platform driver\n[ 0.619014] ohci-platform: OHCI generic platform driver\n[ 0.619972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641387] usb usb1: Product: UHCI Host Controller\n[ 0.642299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644350] hub 1-0:1.0: USB hub found\n[ 0.645120] hub 1-0:1.0: 2 ports detected\n[ 0.645999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650630] mousedev: PS/2 mouse device common for all mice\n[ 0.652052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655413] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656827] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658242] i2c /dev entries driver\n[ 0.659157] device-mapper: uevent: version 1.0.3\n[ 0.660150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662049] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663576] NET: Registered protocol family 10\n[ 0.664733] NET: Registered protocol family 17\n[ 0.665695] Key type dns_resolver registered\n[ 0.666720] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669645] registered taskstats version 1\n[ 0.670467] Loading compiled-in X.509 certificates\n[ 0.671890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673717] zswap: loaded using pool lzo/zbud\n[ 0.675084] Key type trusted registered\n[ 0.676615] Key type encrypted registered\n[ 0.677440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678453] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679464] evm: HMAC attrs: 0x1\n[ 0.680386] Magic number: 6:549:339\n[ 0.681241] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:47 UTC (1538846387)\n[ 0.682809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683903] EDD information not available.\n[ 0.765962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767505] Write protecting the kernel read-only data: 14336k\n[ 0.779561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223843] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.20. request failed\nfailed 2/20: up 183.20. request failed\nfailed 3/20: up 185.21. request failed\nfailed 4/20: up 187.21. request failed\nfailed 5/20: up 189.21. request failed\nfailed 6/20: up 191.22. request failed\nfailed 7/20: up 193.22. request failed\nfailed 8/20: up 195.23. request failed\nfailed 9/20: up 197.23. request failed\nfailed 10/20: up 199.23. request failed\nfailed 11/20: up 201.24. request failed\nfailed 12/20: up 203.24. request failed\nfailed 13/20: up 205.25. request failed\nfailed 14/20: up 207.25. request failed\nfailed 15/20: up 209.25. request failed\nfailed 16/20: up 211.26. request failed\nfailed 17/20: up 213.26. request failed\nfailed 18/20: up 215.27. request failed\nfailed 19/20: up 217.27. request failed\nfailed 20/20: up 219.27. request failed\nfailed to read iid from metadata. tried 20\nfailed to get instance-id of datasource\nTop of dropbear init script\nStarting dropbear sshd: failed to get instance-id of datasource\nOK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZCV6QtLjxxZhEo4gQY3zkEaU9aP9TB6TWmYtwWuKZ/IRDz1/Q86/2XZGeT/KcFPg4N66kHKHduQRXBrYTmH9p5yS03Xxa8Dot69gIM434q/+xRNru6PUML7qN676YTAhmyA90rq+vcZAZ7Oo2U+bn3pcqTwI9I8BPyzCAyt2bvJ2f/A3ZrU8sRpb7otOqaP17RN2OB1aQPnaVQUPxpj8ff4dq9L2u4jzTNkDxmxo/Oe+VzS09lH8jbDtwDZHqSIxo/GIJt4u65TmFRfo30sbPA9ezYJVRA71orb7UoaBxVgmzrsZZpfqgLfJwIKBvhOyye04frP6MKhzZKylizEph root@cirros\nssh-dss AAAAB3NzaC1kc3MAAACBAKx1aWVmURasz4Ljn2hJgbER02OkBJtCP0t1ovUjxI28XZo08je9l2JdEYxjMabLa0/KHieCr5mEG0jGtgvcTMlFxfb8KCciLw+olG7L2gWqBvetkjESj+wdn9+J59ae8KSH9J83krkDGHUjyayiLyI2Jtuydq9xZbwdQ0PJXFj/AAAAFQDS28IXk6WUwL1/UrR239+7jx5kdQAAAIAMC6W33Jh2S16kZ/cvSmVLe3U1SGcDp0+DX3FDccmf8n8+9TYrB6ddUkUOEQxfpNw73GsGbd6RXgh3nUVHRfsT6yP+pffR+aIlRH0gYhgjC737pWzHDXrr1JaX3bdbQRXpIZaxSmaRnQkrfwNHAxH1eiD7nVnwKWZ47svbYCvaewAAAIA8q9YBqmpV94PPGEIybDxCJCbH3r8WxBGmDG0OPPSITyhcig0p2gP+YBHUcYBNQJacccnWwJ/oA/fvu/GyW5Au/UUI2k/g460YhuDvYNGeBH0DResv+L13eplgwNfw42goEDAXgvQB/67q0U7s/swdGHqqymr1CRC50uW39V0qKA== root@cirros\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,,8,fe80::f816:3eff:fe73:d939/64,\nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: None None ===\n=== cirros: current=0.4.0 uptime=221.77 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: failed to get instance-id of datasource\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:73:D9:39 \n inet6 addr: fe80::f816:3eff:fe73:d939/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1\n RX packets:51 errors:0 dropped:47 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5753 (5.6 KiB) TX bytes:1332 (1.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:12 errors:0 dropped:0 overruns:0 frame:0\n TX packets:12 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:1020 (1020.0 B) TX bytes:1020 (1020.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n### cat /etc/resolv.conf\ncat: can't open '/etc/resolv.conf': No such file or directory\n### gateway not found\n/sbin/cirros-status: line 1: can't open /etc/resolv.conf: no such file\n### pinging nameservers\n### uname -a\nLinux cirros 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.117189] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.117191] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.117193] usb 1-1: Product: QEMU USB Tablet\n[ 1.117193] usb 1-1: Manufacturer: QEMU\n[ 1.117194] usb 1-1: SerialNumber: 42\n[ 1.194122] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.206031] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.223843] random: dd urandom read with 5 bits of entropy available\n[ 1.492915] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 221.899038] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n### tail -n 25 /var/log/messages\nOct 6 18:19:48 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:19:48 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:19:48 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:19:48 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:19:48 cirros kern.notice kernel: [ 1.223843] random: dd urandom read with 5 bits of entropy available\nOct 6 18:19:48 cirros kern.info kernel: [ 1.492915] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 6 18:23:28 cirros authpriv.info dropbear[357]: Running in background\nOct 6 18:23:28 cirros kern.info kernel: [ 221.899038] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\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.\ncirros login: "} 2018-10-06 17:23:34,857 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-98b98a05-c0ad-4c0a-bee0-a38875e1793e 2018-10-06 17:23:36,875 - sdnvpn_test_utils - INFO - Waiting for instance 2f66cb3f-7ca3-4492-b8a6-866840c6168f to boot up 2018-10-06 17:23:36,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:37,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce5a9213-2c43-4a3a-8963-1678fa1e54a8 x-compute-request-id: req-ce5a9213-2c43-4a3a-8963-1678fa1e54a8 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 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\n"} 2018-10-06 17:23:37,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-ce5a9213-2c43-4a3a-8963-1678fa1e54a8 2018-10-06 17:23:39,957 - sdnvpn_test_utils - INFO - Waiting for instance a884c23c-1e74-4cad-9bcb-554c78f8662b to boot up 2018-10-06 17:23:39,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:41,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-8551291b-926c-4ca3-98a6-e5076fd812c4 x-compute-request-id: req-8551291b-926c-4ca3-98a6-e5076fd812c4 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:23:41,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-8551291b-926c-4ca3-98a6-e5076fd812c4 2018-10-06 17:23:43,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:44,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-fa4a2afd-9012-468c-9da1-ccd80c70598b x-compute-request-id: req-fa4a2afd-9012-468c-9da1-ccd80c70598b Content-Encoding: gzip Content-Length: 8101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:23:44,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-fa4a2afd-9012-468c-9da1-ccd80c70598b 2018-10-06 17:23:46,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:47,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01161477-28cf-438f-b436-1ac91bdc4a73 x-compute-request-id: req-01161477-28cf-438f-b436-1ac91bdc4a73 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 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:23:47,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-01161477-28cf-438f-b436-1ac91bdc4a73 2018-10-06 17:23:49,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:50,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30e53b61-2fbf-4b8d-82a0-62f414400640 x-compute-request-id: req-30e53b61-2fbf-4b8d-82a0-62f414400640 Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:23:50,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-30e53b61-2fbf-4b8d-82a0-62f414400640 2018-10-06 17:23:52,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:53,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23: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-7a0133cc-3ce2-4e88-864d-e2f6f160e705 x-compute-request-id: req-7a0133cc-3ce2-4e88-864d-e2f6f160e705 Content-Encoding: gzip Content-Length: 8105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:23:53,338 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-7a0133cc-3ce2-4e88-864d-e2f6f160e705 2018-10-06 17:23:55,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:56,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:23: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-1e3921bb-a43a-4815-8193-543070a8649e x-compute-request-id: req-1e3921bb-a43a-4815-8193-543070a8649e Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:23:56,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-1e3921bb-a43a-4815-8193-543070a8649e 2018-10-06 17:23:58,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:23:59,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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,Accept-Encoding x-openstack-request-id: req-513a1703-2047-4f20-bfe1-a7b0bbd48bef x-compute-request-id: req-513a1703-2047-4f20-bfe1-a7b0bbd48bef Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:23:59,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-513a1703-2047-4f20-bfe1-a7b0bbd48bef 2018-10-06 17:24:01,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:02,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17739e34-4d08-4ce4-967b-46e3df8aad9c x-compute-request-id: req-17739e34-4d08-4ce4-967b-46e3df8aad9c Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:02,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-17739e34-4d08-4ce4-967b-46e3df8aad9c 2018-10-06 17:24:04,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:05,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-b218ac58-6fef-4013-8f6e-60ac6f619d69 x-compute-request-id: req-b218ac58-6fef-4013-8f6e-60ac6f619d69 Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:05,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-b218ac58-6fef-4013-8f6e-60ac6f619d69 2018-10-06 17:24:07,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:08,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7066a89b-56c4-446b-a96b-d9c5f2b01bde x-compute-request-id: req-7066a89b-56c4-446b-a96b-d9c5f2b01bde 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 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:08,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-7066a89b-56c4-446b-a96b-d9c5f2b01bde 2018-10-06 17:24:10,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:11,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8be4fc0-d588-42b3-a825-330cf69b9dc9 x-compute-request-id: req-f8be4fc0-d588-42b3-a825-330cf69b9dc9 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 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:11,871 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-f8be4fc0-d588-42b3-a825-330cf69b9dc9 2018-10-06 17:24:13,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:14,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8348bcd-f797-473d-9a91-869eaf037560 x-compute-request-id: req-a8348bcd-f797-473d-9a91-869eaf037560 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 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:14,951 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-a8348bcd-f797-473d-9a91-869eaf037560 2018-10-06 17:24:16,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:18,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c0f319f-4863-4e8c-8834-9e23e79bf853 x-compute-request-id: req-3c0f319f-4863-4e8c-8834-9e23e79bf853 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 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:18,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-3c0f319f-4863-4e8c-8834-9e23e79bf853 2018-10-06 17:24:20,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:21,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24: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-1e4b8459-6817-4bef-aa84-c6eeba204d26 x-compute-request-id: req-1e4b8459-6817-4bef-aa84-c6eeba204d26 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 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:21,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-1e4b8459-6817-4bef-aa84-c6eeba204d26 2018-10-06 17:24:23,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:24,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-38795e83-bc33-4fe0-8aea-1e5237247df2 x-compute-request-id: req-38795e83-bc33-4fe0-8aea-1e5237247df2 Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:24,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-38795e83-bc33-4fe0-8aea-1e5237247df2 2018-10-06 17:24:26,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:27,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34175140-c009-4c1c-a04a-2b1038b445b2 x-compute-request-id: req-34175140-c009-4c1c-a04a-2b1038b445b2 Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:27,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-34175140-c009-4c1c-a04a-2b1038b445b2 2018-10-06 17:24:29,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:30,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-5d54d930-f219-4765-85ac-9c8be93f3725 x-compute-request-id: req-5d54d930-f219-4765-85ac-9c8be93f3725 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 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:30,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-5d54d930-f219-4765-85ac-9c8be93f3725 2018-10-06 17:24:32,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:33,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fd3e5c9-b24d-48ce-92f2-43191655748f x-compute-request-id: req-3fd3e5c9-b24d-48ce-92f2-43191655748f Content-Encoding: gzip Content-Length: 8123 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:33,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-3fd3e5c9-b24d-48ce-92f2-43191655748f 2018-10-06 17:24:35,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:36,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24: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-91448826-76e7-43ac-aacb-6c3aa88a357f x-compute-request-id: req-91448826-76e7-43ac-aacb-6c3aa88a357f Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:36,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-91448826-76e7-43ac-aacb-6c3aa88a357f 2018-10-06 17:24:38,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:39,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-03fa5714-5f73-4043-bdfc-cd5e23e4434c x-compute-request-id: req-03fa5714-5f73-4043-bdfc-cd5e23e4434c Content-Encoding: gzip Content-Length: 8159 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:39,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-03fa5714-5f73-4043-bdfc-cd5e23e4434c 2018-10-06 17:24:41,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:42,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-ce3f42d2-851c-4417-9dc6-8d7e7ff4edb0 x-compute-request-id: req-ce3f42d2-851c-4417-9dc6-8d7e7ff4edb0 Content-Encoding: gzip Content-Length: 8161 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:42,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-ce3f42d2-851c-4417-9dc6-8d7e7ff4edb0 2018-10-06 17:24:44,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:45,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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,Accept-Encoding x-openstack-request-id: req-8b8c21ed-0169-4bb5-9054-2edc67e67c54 x-compute-request-id: req-8b8c21ed-0169-4bb5-9054-2edc67e67c54 Content-Encoding: gzip Content-Length: 8162 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:45,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-8b8c21ed-0169-4bb5-9054-2edc67e67c54 2018-10-06 17:24:47,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:49,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2d36d83-d71d-43e3-b40a-8a162e92496a x-compute-request-id: req-f2d36d83-d71d-43e3-b40a-8a162e92496a Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:49,019 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-f2d36d83-d71d-43e3-b40a-8a162e92496a 2018-10-06 17:24:51,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:52,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c570d2e-bb53-45a5-80d3-37d2b70c4e86 x-compute-request-id: req-3c570d2e-bb53-45a5-80d3-37d2b70c4e86 Content-Encoding: gzip Content-Length: 8165 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:52,099 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-3c570d2e-bb53-45a5-80d3-37d2b70c4e86 2018-10-06 17:24:54,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:55,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae80f715-da08-4bce-8cd2-2f441cd51934 x-compute-request-id: req-ae80f715-da08-4bce-8cd2-2f441cd51934 Content-Encoding: gzip Content-Length: 8166 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:55,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-ae80f715-da08-4bce-8cd2-2f441cd51934 2018-10-06 17:24:57,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:24:58,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:24:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e289ef4c-1dcb-4434-b1aa-376eddc32339 x-compute-request-id: req-e289ef4c-1dcb-4434-b1aa-376eddc32339 Content-Encoding: gzip Content-Length: 8168 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:24:58,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-e289ef4c-1dcb-4434-b1aa-376eddc32339 2018-10-06 17:25:00,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:01,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ba47344-d76c-427e-8b91-705407197ba0 x-compute-request-id: req-5ba47344-d76c-427e-8b91-705407197ba0 Content-Encoding: gzip Content-Length: 8170 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:01,863 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-5ba47344-d76c-427e-8b91-705407197ba0 2018-10-06 17:25:03,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:04,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58fb4f36-1f4b-4fc2-bb6a-cd40577f1e92 x-compute-request-id: req-58fb4f36-1f4b-4fc2-bb6a-cd40577f1e92 Content-Encoding: gzip Content-Length: 8171 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:04,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-58fb4f36-1f4b-4fc2-bb6a-cd40577f1e92 2018-10-06 17:25:06,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:08,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4ed167c-5fa0-495e-b317-a7204d0e7d54 x-compute-request-id: req-c4ed167c-5fa0-495e-b317-a7204d0e7d54 Content-Encoding: gzip Content-Length: 8172 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:08,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-c4ed167c-5fa0-495e-b317-a7204d0e7d54 2018-10-06 17:25:10,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:11,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b63e69ef-389d-4e13-84ab-5246dc3b75a2 x-compute-request-id: req-b63e69ef-389d-4e13-84ab-5246dc3b75a2 Content-Encoding: gzip Content-Length: 8173 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:11,129 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-b63e69ef-389d-4e13-84ab-5246dc3b75a2 2018-10-06 17:25:13,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:14,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cb2d4c1-a108-47c0-b4f0-ff92483d3c8c x-compute-request-id: req-4cb2d4c1-a108-47c0-b4f0-ff92483d3c8c Content-Encoding: gzip Content-Length: 8175 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:14,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-4cb2d4c1-a108-47c0-b4f0-ff92483d3c8c 2018-10-06 17:25:16,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:17,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a09edd4b-890d-42f7-8250-12d933a5af88 x-compute-request-id: req-a09edd4b-890d-42f7-8250-12d933a5af88 Content-Encoding: gzip Content-Length: 8176 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:17,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-a09edd4b-890d-42f7-8250-12d933a5af88 2018-10-06 17:25:19,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:20,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3308d42b-221d-468b-8ee1-514a98930a59 x-compute-request-id: req-3308d42b-221d-468b-8ee1-514a98930a59 Content-Encoding: gzip Content-Length: 8177 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:20,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-3308d42b-221d-468b-8ee1-514a98930a59 2018-10-06 17:25:22,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:23,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-8553d055-c5d0-42d8-8e4a-31a8e057b4ab x-compute-request-id: req-8553d055-c5d0-42d8-8e4a-31a8e057b4ab Content-Encoding: gzip Content-Length: 8179 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:23,446 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-8553d055-c5d0-42d8-8e4a-31a8e057b4ab 2018-10-06 17:25:25,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:26,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95ba0893-9030-438f-a735-5eda3ddefb37 x-compute-request-id: req-95ba0893-9030-438f-a735-5eda3ddefb37 Content-Encoding: gzip Content-Length: 8180 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:26,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-95ba0893-9030-438f-a735-5eda3ddefb37 2018-10-06 17:25:28,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:29,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-ff940f32-8846-47f0-8641-2f6b02b448f4 x-compute-request-id: req-ff940f32-8846-47f0-8641-2f6b02b448f4 Content-Encoding: gzip Content-Length: 8182 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:29,601 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-ff940f32-8846-47f0-8641-2f6b02b448f4 2018-10-06 17:25:31,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:32,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-742808a9-dad3-4813-9a7b-7f9dd4688c6a x-compute-request-id: req-742808a9-dad3-4813-9a7b-7f9dd4688c6a Content-Encoding: gzip Content-Length: 8184 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:32,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-742808a9-dad3-4813-9a7b-7f9dd4688c6a 2018-10-06 17:25:34,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:35,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3d9551a-e638-4458-90e9-8fe5a26d1ae9 x-compute-request-id: req-a3d9551a-e638-4458-90e9-8fe5a26d1ae9 Content-Encoding: gzip Content-Length: 8185 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:35,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-a3d9551a-e638-4458-90e9-8fe5a26d1ae9 2018-10-06 17:25:37,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:38,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-78fe78b8-6089-44f3-96a9-fac9dec160f6 x-compute-request-id: req-78fe78b8-6089-44f3-96a9-fac9dec160f6 Content-Encoding: gzip Content-Length: 8186 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:38,838 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-78fe78b8-6089-44f3-96a9-fac9dec160f6 2018-10-06 17:25:40,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:41,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-688141b9-5f6a-41d6-806d-8f578dd10b23 x-compute-request-id: req-688141b9-5f6a-41d6-806d-8f578dd10b23 Content-Encoding: gzip Content-Length: 8188 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:25:41,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-688141b9-5f6a-41d6-806d-8f578dd10b23 2018-10-06 17:25:43,921 - sdnvpn_test_utils - ERROR - Instance a884c23c-1e74-4cad-9bcb-554c78f8662b does not boot up properly. 2018-10-06 17:25:43,922 - sdnvpn.test.functest.testcase_1 - ERROR - One or more instances are down 2018-10-06 17:25:43,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:45,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-9804babc-83c4-4081-bf53-5a4fb4905b09 x-compute-request-id: req-9804babc-83c4-4081-bf53-5a4fb4905b09 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 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-10-06 17:25:45,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-9804babc-83c4-4081-bf53-5a4fb4905b09 2018-10-06 17:25:45,143 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-2' (10.10.10.5). -->Expected result: can ping. 2018-10-06 17:25:45,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:46,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96ce136b-b0ac-40db-af33-bed59709d846 x-compute-request-id: req-96ce136b-b0ac-40db-af33-bed59709d846 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 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-10-06 17:25:46,271 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-96ce136b-b0ac-40db-af33-bed59709d846 2018-10-06 17:25:46,272 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-10-06 17:25:46,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:47,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-5ca3d821-9505-4e3b-befa-970fa06934dc x-compute-request-id: req-5ca3d821-9505-4e3b-befa-970fa06934dc 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 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-10-06 17:25:47,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-5ca3d821-9505-4e3b-befa-970fa06934dc 2018-10-06 17:25:47,361 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-3' (10.10.10.7). -->Expected result: can ping. 2018-10-06 17:25:47,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:48,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:25:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3a6d223-c2cc-41fe-9895-1b95ee181f49 x-compute-request-id: req-e3a6d223-c2cc-41fe-9895-1b95ee181f49 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 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-10-06 17:25:48,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-e3a6d223-c2cc-41fe-9895-1b95ee181f49 2018-10-06 17:25:48,444 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-10-06 17:25:48,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:49,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-60c64373-f619-4a62-9b94-09d02fe19be6 x-compute-request-id: req-60c64373-f619-4a62-9b94-09d02fe19be6 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 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-10-06 17:25:49,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-60c64373-f619-4a62-9b94-09d02fe19be6 2018-10-06 17:25:49,531 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-4' (10.10.11.14). -->Expected result: cannot ping. 2018-10-06 17:25:49,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:25:50,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-e83e507c-eca5-46a2-9509-75243705f229 x-compute-request-id: req-e83e507c-eca5-46a2-9509-75243705f229 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 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-10-06 17:25:50,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-e83e507c-eca5-46a2-9509-75243705f229 2018-10-06 17:25:50,608 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-10-06 17:25:50,608 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-10-06 17:25:50,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"network_association": {"network_id": "0db199c7-3ec7-4144-a263-01af15e9cdcd"}}' 2018-10-06 17:25:51,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-85b2c26b-9662-4d11-aa7e-3b9cb27b4f87 Date: Sat, 06 Oct 2018 17:25:51 GMT RESP BODY: {"network_association": {"network_id": "0db199c7-3ec7-4144-a263-01af15e9cdcd", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "789fa4dc-0923-46dc-81b0-ebf6329405a8"}} 2018-10-06 17:25:51,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4/network_associations used request id req-85b2c26b-9662-4d11-aa7e-3b9cb27b4f87 2018-10-06 17:25:51,163 - sdnvpn_test_utils - DEBUG - Waiting for network 508bf990-6994-4945-808b-11a44e3e9ac4 to associate with BGPVPN 18ff8f12-5db5-4635-8810-5a3538473a07 2018-10-06 17:25:51,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:25:51,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-e6dcad50-b41e-4cb2-a101-c66dec993aee Date: Sat, 06 Oct 2018 17:25:51 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "508bf990-6994-4945-808b-11a44e3e9ac4", "name": "sdnvpn-275369", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["0db199c7-3ec7-4144-a263-01af15e9cdcd", "18ff8f12-5db5-4635-8810-5a3538473a07"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:25:51,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4 used request id req-e6dcad50-b41e-4cb2-a101-c66dec993aee 2018-10-06 17:25:52,696 - sdnvpn_test_utils - DEBUG - Waiting for network 508bf990-6994-4945-808b-11a44e3e9ac4 to associate with BGPVPN 0db199c7-3ec7-4144-a263-01af15e9cdcd 2018-10-06 17:25:52,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:25:53,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-e610a51f-3c8e-4fee-adab-ecaa723d76ea Date: Sat, 06 Oct 2018 17:25:53 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "508bf990-6994-4945-808b-11a44e3e9ac4", "name": "sdnvpn-275369", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["0db199c7-3ec7-4144-a263-01af15e9cdcd", "18ff8f12-5db5-4635-8810-5a3538473a07"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:25:53,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4 used request id req-e610a51f-3c8e-4fee-adab-ecaa723d76ea 2018-10-06 17:25:54,012 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 17:26:24,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:26:25,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-0a76e62b-b2b4-4397-918b-50e2ca71c042 x-compute-request-id: req-0a76e62b-b2b4-4397-918b-50e2ca71c042 Content-Encoding: gzip Content-Length: 8207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:26:25,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-0a76e62b-b2b4-4397-918b-50e2ca71c042 2018-10-06 17:26:25,134 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.14) to 'sdnvpn-1-5' (10.10.11.11). -->Expected result: can ping. 2018-10-06 17:26:25,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15389e6f1d722e7337c1ba3e4769f8d48736dfff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:26:26,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-738d2938-c953-4a70-9ab4-c4117661b892 x-compute-request-id: req-738d2938-c953-4a70-9ab4-c4117661b892 Content-Encoding: gzip Content-Length: 8207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513077452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145327] pid_max: default: 32768 minimum: 301\n[ 0.146269] ACPI: Core revision 20150930\n[ 0.147698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149064] Security Framework initialized\n[ 0.149917] Yama: becoming mindful.\n[ 0.150698] AppArmor: AppArmor initialized\n[ 0.151597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154319] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155582] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157044] Initializing cgroup subsys io\n[ 0.157906] Initializing cgroup subsys memory\n[ 0.158820] Initializing cgroup subsys devices\n[ 0.159686] Initializing cgroup subsys freezer\n[ 0.160542] Initializing cgroup subsys net_cls\n[ 0.161404] Initializing cgroup subsys perf_event\n[ 0.162305] Initializing cgroup subsys net_prio\n[ 0.163187] Initializing cgroup subsys hugetlb\n[ 0.164052] Initializing cgroup subsys pids\n[ 0.164920] CPU: Physical Processor ID: 0\n[ 0.166399] mce: CPU supports 10 MCE banks\n[ 0.167248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168241] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186604] ftrace: allocating 31920 entries in 125 pages\n[ 0.214426] smpboot: Max logical packages: 1\n[ 0.215294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216635] x2apic enabled\n[ 0.217438] Switched APIC routing to physical x2apic.\n[ 0.219194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224061] KVM setup paravirtual spinlock\n[ 0.225463] x86: Booted up 1 node, 1 CPUs\n[ 0.226267] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227650] devtmpfs: initialized\n[ 0.229412] evm: security.selinux\n[ 0.230126] evm: security.SMACK64\n[ 0.230810] evm: security.SMACK64EXEC\n[ 0.231551] evm: security.SMACK64TRANSMUTE\n[ 0.232357] evm: security.SMACK64MMAP\n[ 0.233099] evm: security.ima\n[ 0.233738] evm: security.capability\n[ 0.234565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236488] pinctrl core: initialized pinctrl subsystem\n[ 0.237592] RTC time: 17:19:57, date: 10/06/18\n[ 0.238545] NET: Registered protocol family 16\n[ 0.239514] cpuidle: using governor ladder\n[ 0.240328] cpuidle: using governor menu\n[ 0.241118] PCCT header not found.\n[ 0.241873] ACPI: bus type PCI registered\n[ 0.242670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243901] PCI: Using configuration type 1 for base access\n[ 0.245657] ACPI: Added _OSI(Module Device)\n[ 0.246500] ACPI: Added _OSI(Processor Device)\n[ 0.247359] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248259] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250387] ACPI: Interpreter enabled\n[ 0.251158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258430] ACPI: (supports S0 S5)\n[ 0.259131] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265646] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269002] acpiphp: Slot [3] registered\n[ 0.269789] acpiphp: Slot [4] registered\n[ 0.270579] acpiphp: Slot [5] registered\n[ 0.271406] acpiphp: Slot [6] registered\n[ 0.272201] acpiphp: Slot [7] registered\n[ 0.272992] acpiphp: Slot [8] registered\n[ 0.273784] acpiphp: Slot [9] registered\n[ 0.274582] acpiphp: Slot [10] registered\n[ 0.275392] acpiphp: Slot [11] registered\n[ 0.276200] acpiphp: Slot [12] registered\n[ 0.277002] acpiphp: Slot [13] registered\n[ 0.277797] acpiphp: Slot [14] registered\n[ 0.278596] acpiphp: Slot [15] registered\n[ 0.289337] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290943] acpiphp: Slot [18] registered\n[ 0.291745] acpiphp: Slot [19] registered\n[ 0.292543] acpiphp: Slot [20] registered\n[ 0.293356] acpiphp: Slot [21] registered\n[ 0.294157] acpiphp: Slot [22] registered\n[ 0.294954] acpiphp: Slot [23] registered\n[ 0.295759] acpiphp: Slot [24] registered\n[ 0.296555] acpiphp: Slot [25] registered\n[ 0.297362] acpiphp: Slot [26] registered\n[ 0.298161] acpiphp: Slot [27] registered\n[ 0.298959] acpiphp: Slot [28] registered\n[ 0.299767] acpiphp: Slot [29] registered\n[ 0.300565] acpiphp: Slot [30] registered\n[ 0.301368] acpiphp: Slot [31] registered\n[ 0.302162] PCI host bridge to bus 0000:00\n[ 0.302956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306876] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314554] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324608] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374285] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376297] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380500] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385329] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387558] vgaarb: loaded\n[ 0.388386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389951] SCSI subsystem initialized\n[ 0.391064] ACPI: bus type USB registered\n[ 0.392179] usbcore: registered new interface driver usbfs\n[ 0.393649] usbcore: registered new interface driver hub\n[ 0.395132] usbcore: registered new device driver usb\n[ 0.396612] PCI: Using ACPI for IRQ routing\n[ 0.397951] NetLabel: Initializing\n[ 0.398895] NetLabel: domain hash size = 128\n[ 0.400095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401051] NetLabel: unlabeled traffic allowed by default\n[ 0.402158] clocksource: Switched to clocksource kvm-clock\n[ 0.407339] AppArmor: AppArmor Filesystem Enabled\n[ 0.408262] pnp: PnP ACPI init\n[ 0.409198] pnp: PnP ACPI: found 5 devices\n[ 0.415562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417198] NET: Registered protocol family 2\n[ 0.418122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423850] NET: Registered protocol family 1\n[ 0.424706] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425788] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426851] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454848] Trying to unpack rootfs image as initramfs...\n[ 0.503613] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517421] Scanning for low memory corruption every 60 seconds\n[ 0.518722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519832] audit: initializing netlink subsys (disabled)\n[ 0.520825] audit: type=2000 audit(1538846398.813:1): initialized\n[ 0.522094] Initialise system trusted keyring\n[ 0.523000] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526051] zbud: loaded\n[ 0.526748] VFS: Disk quotas dquot_6.6.0\n[ 0.527540] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529008] fuse init (API version 7.23)\n[ 0.529879] Key type big_key registered\n[ 0.530669] Allocating IMA MOK and blacklist keyrings.\n[ 0.532107] Key type asymmetric registered\n[ 0.532906] Asymmetric key parser 'x509' registered\n[ 0.533828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535257] io scheduler noop registered\n[ 0.536031] io scheduler deadline registered (default)\n[ 0.536989] io scheduler cfq registered\n[ 0.537800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541489] ACPI: Power Button [PWRF]\n[ 0.542322] GHES: HEST is not enabled!\n[ 0.555981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589295] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615287] Linux agpgart interface v0.103\n[ 0.617313] brd: module loaded\n[ 0.618516] loop: module loaded\n[ 0.623733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625158] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626890] GPT:90111 != 2097151\n[ 0.627548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628489] vda: vda1 vda15\n[ 0.630125] scsi host0: ata_piix\n[ 0.630855] scsi host1: ata_piix\n[ 0.631546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634138] libphy: Fixed MDIO Bus: probed\n[ 0.634952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640597] ehci-pci: EHCI PCI platform driver\n[ 0.641518] ehci-platform: EHCI generic platform driver\n[ 0.642595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643848] ohci-pci: OHCI PCI platform driver\n[ 0.644804] ohci-platform: OHCI generic platform driver\n[ 0.645893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661599] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663202] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664304] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668619] usb usb1: Product: UHCI Host Controller\n[ 0.669703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671087] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672189] hub 1-0:1.0: USB hub found\n[ 0.673074] hub 1-0:1.0: 2 ports detected\n[ 0.674100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676473] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678785] mousedev: PS/2 mouse device common for all mice\n[ 0.680205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682321] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686319] i2c /dev entries driver\n[ 0.687129] device-mapper: uevent: version 1.0.3\n[ 0.688145] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689911] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691304] NET: Registered protocol family 10\n[ 0.692397] NET: Registered protocol family 17\n[ 0.693369] Key type dns_resolver registered\n[ 0.694390] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697546] registered taskstats version 1\n[ 0.698478] Loading compiled-in X.509 certificates\n[ 0.700027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702090] zswap: loaded using pool lzo/zbud\n[ 0.704051] Key type trusted registered\n[ 0.705685] Key type encrypted registered\n[ 0.706609] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707777] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708949] evm: HMAC attrs: 0x1\n[ 0.710319] Magic number: 6:549:339\n[ 0.711262] rtc_cmos 00:00: setting system clock to 2018-10-06 17:19:58 UTC (1538846398)\n[ 0.713052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714331] EDD information not available.\n[ 0.786721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788320] ata1.00: configured for MWDMA2\n[ 0.789628] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802437] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803857] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805263] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807291] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809045] Write protecting the kernel read-only data: 14336k\n[ 0.810789] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.867268] 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 2.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n/dev/root resized successfully [took 1.45s]\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n[ 271.527354] random: nonblocking pool is initialized\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\nping: sendto: Network is unreachable\nping 10.10.11.11 KO\n"} 2018-10-06 17:26:26,229 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-738d2938-c953-4a70-9ab4-c4117661b892 2018-10-06 17:26:26,231 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-4' cannot ping 'sdnvpn-1-5' 2018-10-06 17:26:26,231 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-06 17:26:26,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:26:26,888 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fecb4bf4-a280-4609-8045-8c73380e132e Content-Length: 0 Date: Sat, 06 Oct 2018 17:26:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:26:26,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/508bf990-6994-4945-808b-11a44e3e9ac4 used request id req-fecb4bf4-a280-4609-8045-8c73380e132e 2018-10-06 17:26:56,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-275369", "route_distinguishers": "11:11"}}' 2018-10-06 17:26:57,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-c58d028e-f3db-4e44-8476-08158961fe07 Date: Sat, 06 Oct 2018 17:26:57 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "e96676e6-0755-458e-b30b-042c6df6025c", "name": "sdnvpn-275369", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:26:57,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-c58d028e-f3db-4e44-8476-08158961fe07 2018-10-06 17:26:57,297 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-275369', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'b02668b3789342938652e3506ba63a25', u'route_targets': [], u'project_id': u'b02668b3789342938652e3506ba63a25', u'type': u'l3', u'id': u'e96676e6-0755-458e-b30b-042c6df6025c'}} 2018-10-06 17:26:57,297 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-06 17:26:57,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"network_association": {"network_id": "18ff8f12-5db5-4635-8810-5a3538473a07"}}' 2018-10-06 17:26:57,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d4a340c8-5d23-4364-9d26-f212fe3ee899 Date: Sat, 06 Oct 2018 17:26:57 GMT RESP BODY: {"network_association": {"network_id": "18ff8f12-5db5-4635-8810-5a3538473a07", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "f540db88-665b-43ba-9caf-64ea1dd4c08f"}} 2018-10-06 17:26:57,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c/network_associations used request id req-d4a340c8-5d23-4364-9d26-f212fe3ee899 2018-10-06 17:26:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" -d '{"network_association": {"network_id": "0db199c7-3ec7-4144-a263-01af15e9cdcd"}}' 2018-10-06 17:26:58,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-28c5f0b6-03ee-4165-9e14-3d517fef2d46 Date: Sat, 06 Oct 2018 17:26:58 GMT RESP BODY: {"network_association": {"network_id": "0db199c7-3ec7-4144-a263-01af15e9cdcd", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "d82bc0f6-5d70-4c2b-89f3-132f10dc9f98"}} 2018-10-06 17:26:58,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c/network_associations used request id req-28c5f0b6-03ee-4165-9e14-3d517fef2d46 2018-10-06 17:26:58,422 - sdnvpn_test_utils - DEBUG - Waiting for network e96676e6-0755-458e-b30b-042c6df6025c to associate with BGPVPN 18ff8f12-5db5-4635-8810-5a3538473a07 2018-10-06 17:26:58,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:26:58,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-9506d36a-b783-454d-908e-06e85e802e5d Date: Sat, 06 Oct 2018 17:26:58 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "e96676e6-0755-458e-b30b-042c6df6025c", "name": "sdnvpn-275369", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["0db199c7-3ec7-4144-a263-01af15e9cdcd", "18ff8f12-5db5-4635-8810-5a3538473a07"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:26:58,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c used request id req-9506d36a-b783-454d-908e-06e85e802e5d 2018-10-06 17:26:59,938 - sdnvpn_test_utils - DEBUG - Waiting for network e96676e6-0755-458e-b30b-042c6df6025c to associate with BGPVPN 0db199c7-3ec7-4144-a263-01af15e9cdcd 2018-10-06 17:26:59,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:27:00,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-1537d2c7-f3ec-47ce-8e61-4645dd0b49fc Date: Sat, 06 Oct 2018 17:27:00 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "e96676e6-0755-458e-b30b-042c6df6025c", "name": "sdnvpn-275369", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["0db199c7-3ec7-4144-a263-01af15e9cdcd", "18ff8f12-5db5-4635-8810-5a3538473a07"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:27:00,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c used request id req-1537d2c7-f3ec-47ce-8e61-4645dd0b49fc 2018-10-06 17:27:01,259 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 17:27:31,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:27:32,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:27: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-0244bffd-afb6-4914-b721-58914695f72c x-compute-request-id: req-0244bffd-afb6-4914-b721-58914695f72c Content-Encoding: gzip Content-Length: 8147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\n"} 2018-10-06 17:27:32,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-0244bffd-afb6-4914-b721-58914695f72c 2018-10-06 17:27:32,341 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-4' (10.10.11.14). -->Expected result: can ping. 2018-10-06 17:27:32,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:27:33,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c2b717b-22e7-4827-80b5-a4b184b3b3d0 x-compute-request-id: req-6c2b717b-22e7-4827-80b5-a4b184b3b3d0 Content-Encoding: gzip Content-Length: 8147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\n"} 2018-10-06 17:27:33,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-6c2b717b-22e7-4827-80b5-a4b184b3b3d0 2018-10-06 17:27:33,413 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-10-06 17:27:33,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:27:34,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:27: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-acd2ba18-f2f8-4663-832d-40ced7b167e2 x-compute-request-id: req-acd2ba18-f2f8-4663-832d-40ced7b167e2 Content-Encoding: gzip Content-Length: 8147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\n"} 2018-10-06 17:27:34,483 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-acd2ba18-f2f8-4663-832d-40ced7b167e2 2018-10-06 17:27:34,483 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-5' (10.10.11.11). -->Expected result: can ping. 2018-10-06 17:27:34,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317d52946f30124edcad5a7f6c9edcedc0bf2093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:27:35,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-297734b0-cf20-4afa-a5f1-cc0189b40d69 x-compute-request-id: req-297734b0-cf20-4afa-a5f1-cc0189b40d69 Content-Encoding: gzip Content-Length: 8147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501992659 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133191] pid_max: default: 32768 minimum: 301\n[ 0.134093] ACPI: Core revision 20150930\n[ 0.135487] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136799] Security Framework initialized\n[ 0.137624] Yama: becoming mindful.\n[ 0.138362] AppArmor: AppArmor initialized\n[ 0.139229] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141895] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143141] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144534] Initializing cgroup subsys io\n[ 0.145354] Initializing cgroup subsys memory\n[ 0.146212] Initializing cgroup subsys devices\n[ 0.147094] Initializing cgroup subsys freezer\n[ 0.147958] Initializing cgroup subsys net_cls\n[ 0.148828] Initializing cgroup subsys perf_event\n[ 0.149740] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151511] Initializing cgroup subsys pids\n[ 0.152402] CPU: Physical Processor ID: 0\n[ 0.153903] mce: CPU supports 10 MCE banks\n[ 0.154771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173054] ftrace: allocating 31920 entries in 125 pages\n[ 0.199874] smpboot: Max logical packages: 1\n[ 0.200751] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202120] x2apic enabled\n[ 0.202971] Switched APIC routing to physical x2apic.\n[ 0.204747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205865] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209660] KVM setup paravirtual spinlock\n[ 0.210976] x86: Booted up 1 node, 1 CPUs\n[ 0.211790] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213185] devtmpfs: initialized\n[ 0.214920] evm: security.selinux\n[ 0.215621] evm: security.SMACK64\n[ 0.216312] evm: security.SMACK64EXEC\n[ 0.217060] evm: security.SMACK64TRANSMUTE\n[ 0.217866] evm: security.SMACK64MMAP\n[ 0.218608] evm: security.ima\n[ 0.219251] evm: security.capability\n[ 0.220066] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221921] pinctrl core: initialized pinctrl subsystem\n[ 0.223046] RTC time: 17:20:09, date: 10/06/18\n[ 0.224007] NET: Registered protocol family 16\n[ 0.224981] cpuidle: using governor ladder\n[ 0.225792] cpuidle: using governor menu\n[ 0.226582] PCCT header not found.\n[ 0.227346] ACPI: bus type PCI registered\n[ 0.228151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229396] PCI: Using configuration type 1 for base access\n[ 0.231161] ACPI: Added _OSI(Module Device)\n[ 0.232012] ACPI: Added _OSI(Processor Device)\n[ 0.232867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235893] ACPI: Interpreter enabled\n[ 0.236675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244067] ACPI: (supports S0 S5)\n[ 0.244772] ACPI: Using IOAPIC for interrupt routing\n[ 0.245839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254755] acpiphp: Slot [3] registered\n[ 0.255591] acpiphp: Slot [4] registered\n[ 0.256404] acpiphp: Slot [5] registered\n[ 0.257195] acpiphp: Slot [6] registered\n[ 0.257999] acpiphp: Slot [7] registered\n[ 0.258814] acpiphp: Slot [8] registered\n[ 0.259625] acpiphp: Slot [9] registered\n[ 0.260426] acpiphp: Slot [10] registered\n[ 0.261235] acpiphp: Slot [11] registered\n[ 0.262054] acpiphp: Slot [12] registered\n[ 0.262883] acpiphp: Slot [13] registered\n[ 0.263701] acpiphp: Slot [14] registered\n[ 0.264513] acpiphp: Slot [15] registered\n[ 0.275637] acpiphp: Slot [16] registered\n[ 0.276458] acpiphp: Slot [17] registered\n[ 0.277260] acpiphp: Slot [18] registered\n[ 0.278076] acpiphp: Slot [19] registered\n[ 0.278892] acpiphp: Slot [20] registered\n[ 0.279714] acpiphp: Slot [21] registered\n[ 0.280534] acpiphp: Slot [22] registered\n[ 0.281341] acpiphp: Slot [23] registered\n[ 0.282154] acpiphp: Slot [24] registered\n[ 0.282972] acpiphp: Slot [25] registered\n[ 0.283798] acpiphp: Slot [26] registered\n[ 0.284615] acpiphp: Slot [27] registered\n[ 0.285424] acpiphp: Slot [28] registered\n[ 0.286234] acpiphp: Slot [29] registered\n[ 0.287048] acpiphp: Slot [30] registered\n[ 0.287872] acpiphp: Slot [31] registered\n[ 0.288687] PCI host bridge to bus 0000:00\n[ 0.289491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290716] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294831] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301117] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302400] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311359] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361065] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371681] vgaarb: loaded\n[ 0.372389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373593] SCSI subsystem initialized\n[ 0.374415] ACPI: bus type USB registered\n[ 0.375221] usbcore: registered new interface driver usbfs\n[ 0.376250] usbcore: registered new interface driver hub\n[ 0.377254] usbcore: registered new device driver usb\n[ 0.378299] PCI: Using ACPI for IRQ routing\n[ 0.379436] NetLabel: Initializing\n[ 0.380143] NetLabel: domain hash size = 128\n[ 0.380996] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381934] NetLabel: unlabeled traffic allowed by default\n[ 0.383019] clocksource: Switched to clocksource kvm-clock\n[ 0.388478] AppArmor: AppArmor Filesystem Enabled\n[ 0.389453] pnp: PnP ACPI init\n[ 0.390371] pnp: PnP ACPI: found 5 devices\n[ 0.396777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398483] NET: Registered protocol family 2\n[ 0.399450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401928] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403102] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405362] NET: Registered protocol family 1\n[ 0.406228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437086] Trying to unpack rootfs image as initramfs...\n[ 0.487501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501591] Scanning for low memory corruption every 60 seconds\n[ 0.503263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504735] audit: initializing netlink subsys (disabled)\n[ 0.505991] audit: type=2000 audit(1538846410.693:1): initialized\n[ 0.507586] Initialise system trusted keyring\n[ 0.508707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510444] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513397] zbud: loaded\n[ 0.514475] VFS: Disk quotas dquot_6.6.0\n[ 0.515854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518308] fuse init (API version 7.23)\n[ 0.519858] Key type big_key registered\n[ 0.521145] Allocating IMA MOK and blacklist keyrings.\n[ 0.523384] Key type asymmetric registered\n[ 0.525194] Asymmetric key parser 'x509' registered\n[ 0.527334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530908] io scheduler noop registered\n[ 0.531990] io scheduler deadline registered (default)\n[ 0.533314] io scheduler cfq registered\n[ 0.534397] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539514] ACPI: Power Button [PWRF]\n[ 0.540572] GHES: HEST is not enabled!\n[ 0.554193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588102] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614487] Linux agpgart interface v0.103\n[ 0.616769] brd: module loaded\n[ 0.618125] loop: module loaded\n[ 0.623162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625051] GPT:90111 != 2097151\n[ 0.625906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627339] GPT:90111 != 2097151\n[ 0.628188] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629440] vda: vda1 vda15\n[ 0.631076] scsi host0: ata_piix\n[ 0.632040] scsi host1: ata_piix\n[ 0.632937] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636363] libphy: Fixed MDIO Bus: probed\n[ 0.637429] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641211] PPP generic driver version 2.4.2\n[ 0.642127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.643350] ehci-pci: EHCI PCI platform driver\n[ 0.644241] ehci-platform: EHCI generic platform driver\n[ 0.645279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646458] ohci-pci: OHCI PCI platform driver\n[ 0.647379] ohci-platform: OHCI generic platform driver\n[ 0.648419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663263] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669849] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671577] usb usb1: Product: UHCI Host Controller\n[ 0.672706] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675356] hub 1-0:1.0: USB hub found\n[ 0.676292] hub 1-0:1.0: 2 ports detected\n[ 0.677396] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682343] mousedev: PS/2 mouse device common for all mice\n[ 0.683870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690378] i2c /dev entries driver\n[ 0.691306] device-mapper: uevent: version 1.0.3\n[ 0.692467] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694475] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696031] NET: Registered protocol family 10\n[ 0.697222] NET: Registered protocol family 17\n[ 0.698314] Key type dns_resolver registered\n[ 0.699439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702503] registered taskstats version 1\n[ 0.703388] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706885] zswap: loaded using pool lzo/zbud\n[ 0.708299] Key type trusted registered\n[ 0.709857] Key type encrypted registered\n[ 0.710685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712806] evm: HMAC attrs: 0x1\n[ 0.713767] Magic number: 6:549:339\n[ 0.714645] rtc_cmos 00:00: setting system clock to 2018-10-06 17:20:10 UTC (1538846410)\n[ 0.716363] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717561] EDD information not available.\n[ 0.791786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793245] ata1.00: configured for MWDMA2\n[ 0.794483] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807669] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808958] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810333] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814060] Write protecting the kernel read-only data: 14336k\n[ 0.815729] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817739] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.875702] 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.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.48s]\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\n[ 247.387218] random: nonblocking pool is initialized\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\nping 10.10.11.11 KO\nping 10.10.10.5 OK\nping 10.10.10.7 OK\n"} 2018-10-06 17:27:35,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-297734b0-cf20-4afa-a5f1-cc0189b40d69 2018-10-06 17:27:35,570 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-5' 2018-10-06 17:27:35,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"forceDelete": null}' 2018-10-06 17:27:36,296 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:27: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-c4d071e5-06b6-4e62-bae7-78aa6c51b1cc x-compute-request-id: req-c4d071e5-06b6-4e62-bae7-78aa6c51b1cc Content-Length: 0 Content-Type: application/json 2018-10-06 17:27:36,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f66cb3f-7ca3-4492-b8a6-866840c6168f/action used request id req-c4d071e5-06b6-4e62-bae7-78aa6c51b1cc 2018-10-06 17:27:36,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"forceDelete": null}' 2018-10-06 17:27:36,464 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-096e1027-c743-4b87-ac3e-e568079a1cba x-compute-request-id: req-096e1027-c743-4b87-ac3e-e568079a1cba Content-Length: 0 Content-Type: application/json 2018-10-06 17:27:36,464 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8f097205-d2ee-4fee-a468-637545d820c5/action used request id req-096e1027-c743-4b87-ac3e-e568079a1cba 2018-10-06 17:27:36,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"forceDelete": null}' 2018-10-06 17:27:36,662 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1440cc26-7ebc-4d3a-ab2b-6d964ab5e489 x-compute-request-id: req-1440cc26-7ebc-4d3a-ab2b-6d964ab5e489 Content-Length: 0 Content-Type: application/json 2018-10-06 17:27:36,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/208a3797-a567-4bd8-8a61-b06b7a9ad9a1/action used request id req-1440cc26-7ebc-4d3a-ab2b-6d964ab5e489 2018-10-06 17:27:36,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"forceDelete": null}' 2018-10-06 17:27:36,878 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37f344c3-5771-4946-abbd-84bcd8177b49 x-compute-request-id: req-37f344c3-5771-4946-abbd-84bcd8177b49 Content-Length: 0 Content-Type: application/json 2018-10-06 17:27:36,878 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a884c23c-1e74-4cad-9bcb-554c78f8662b/action used request id req-37f344c3-5771-4946-abbd-84bcd8177b49 2018-10-06 17:27:36,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cddb422b9fd60ba2b0887d3442eac1daaf49d293" -d '{"forceDelete": null}' 2018-10-06 17:27:37,076 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43d357df-8ede-4a32-bc6c-ca3e2f898680 x-compute-request-id: req-43d357df-8ede-4a32-bc6c-ca3e2f898680 Content-Length: 0 Content-Type: application/json 2018-10-06 17:27:37,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a4ac4df1-9233-4d59-b87e-1d4acbfc282c/action used request id req-43d357df-8ede-4a32-bc6c-ca3e2f898680 2018-10-06 17:27:37,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40af9e1d3477c7043ae123959e8e708fa52e3ada" 2018-10-06 17:27:39,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ffa49f0-132e-467d-bdc0-b695582a45c7 Date: Sat, 06 Oct 2018 17:27:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:27:39,236 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/3370d52e-19af-4a97-9f95-24bb3e6fdd46 used request id req-9ffa49f0-132e-467d-bdc0-b695582a45c7 2018-10-06 17:27:39,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:27:39,834 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2e7704f-2a21-4ecf-83e8-ce0695e75d82 Content-Length: 0 Date: Sat, 06 Oct 2018 17:27:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:27:39,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/e96676e6-0755-458e-b30b-042c6df6025c used request id req-c2e7704f-2a21-4ecf-83e8-ce0695e75d82 2018-10-06 17:27:39,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/ac3dc5ae-3315-4e98-8be7-d6ac78e03907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:27:42,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81346339-ecae-4f2f-ab26-085b0a5ccd85 Date: Sat, 06 Oct 2018 17:27:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:27:42,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ac3dc5ae-3315-4e98-8be7-d6ac78e03907 used request id req-81346339-ecae-4f2f-ab26-085b0a5ccd85 2018-10-06 17:27:42,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/00afce52-5718-445e-98bc-181487b26768 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:27:44,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ee544e6-73fc-4977-8dbc-da839f3c813a Date: Sat, 06 Oct 2018 17:27:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:27:44,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/00afce52-5718-445e-98bc-181487b26768 used request id req-0ee544e6-73fc-4977-8dbc-da839f3c813a 2018-10-06 17:27:44,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/18ff8f12-5db5-4635-8810-5a3538473a07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:27:45,365 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c03c9260-001b-42bf-a5ea-d0513ed75423 Date: Sat, 06 Oct 2018 17:27:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:27:45,365 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/18ff8f12-5db5-4635-8810-5a3538473a07 used request id req-c03c9260-001b-42bf-a5ea-d0513ed75423 2018-10-06 17:27:45,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/0db199c7-3ec7-4144-a263-01af15e9cdcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff325fd266e42953751c516a62f500adc3a6a797" 2018-10-06 17:27:46,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfdd89df-654b-4666-a583-92173517cb02 Date: Sat, 06 Oct 2018 17:27:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:27:46,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/0db199c7-3ec7-4144-a263-01af15e9cdcd used request id req-cfdd89df-654b-4666-a583-92173517cb02 2018-10-06 17:27:46,282 - 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' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-10-06 17:27:46,282 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-06 17:27:46,283 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-06 17:27:46,283 - 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'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-10-06 17:27:46,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-06 17:27:46,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-06 17:27:46,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-06 17:27:46,370 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-06 17:27:46,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:27:46,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:27:46,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:27:46,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:27:46,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:27:46,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:27:46,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:27:46,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:27:46,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:27:46,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:27:46,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:27:46,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:27:46,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:27:46,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:27:46,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:27:46,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:27:46,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:27:46,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:27:46,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:27:46,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:27:46,383 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:27:46,387 - paramiko.transport - DEBUG - starting thread (client mode): 0xddba7a90L 2018-10-06 17:27:46,387 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:46,420 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:46,420 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:46,425 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:46,425 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:46,425 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:46,425 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:46,425 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:46,426 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:46,434 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:46,435 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:46,451 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.158: c4dc2b25c8a8efad9953efd8358c778d 2018-10-06 17:27:46,451 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:46,474 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:46,565 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:46,568 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:46,817 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:46,817 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:46,857 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:46,857 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:46,879 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:51,941 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:51,943 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:51,945 - paramiko.transport - DEBUG - starting thread (client mode): 0xddae5c50L 2018-10-06 17:27:51,945 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:51,951 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:51,952 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:51,955 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:51,955 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:51,955 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:51,955 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:51,955 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:51,955 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:51,960 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:51,961 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:51,977 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:27:51,977 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:52,000 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:52,013 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:52,042 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:52,106 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:52,106 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:52,145 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:52,146 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:52,150 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:52,186 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:52,187 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:52,188 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:52,189 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:52,189 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:52,231 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:52,268 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:52,269 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:52,270 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:52,271 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:52,271 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:52,311 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:52,344 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:52,345 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:52,347 - paramiko.transport - DEBUG - starting thread (client mode): 0xddb489d0L 2018-10-06 17:27:52,348 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:52,353 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:52,353 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:52,356 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:52,356 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:52,357 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:52,357 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:52,357 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:52,357 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:52,362 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:52,362 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:52,363 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:27:52,363 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:52,402 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:52,413 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:52,428 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:52,505 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:52,505 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:52,544 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:52,545 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:52,564 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:52,602 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:52,603 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:52,603 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:52,604 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:52,604 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:52,645 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:52,682 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:52,683 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:52,684 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:52,685 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:52,685 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:52,726 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:52,759 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:52,761 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:52,762 - paramiko.transport - DEBUG - starting thread (client mode): 0xddc2ed50L 2018-10-06 17:27:52,763 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:52,768 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:52,768 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:52,771 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:52,771 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:52,771 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:52,771 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:52,771 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:52,771 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:52,776 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:52,777 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:52,778 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:27:52,778 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:52,815 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:52,828 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:52,843 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:52,911 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:52,911 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:52,951 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:52,952 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:52,962 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:52,998 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:52,999 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:52,999 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:53,000 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:53,000 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:53,041 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:53,078 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:53,080 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:53,081 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:53,082 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:53,082 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:53,123 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:53,155 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:53,156 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:53,158 - paramiko.transport - DEBUG - starting thread (client mode): 0xdda88c90L 2018-10-06 17:27:53,158 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:53,163 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:53,163 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:53,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 2018-10-06 17:27:53,165 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:53,166 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:53,166 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:53,166 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:53,166 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:53,170 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:53,171 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:53,173 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:27:53,174 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:53,210 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:53,221 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:53,239 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:53,305 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:53,306 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:53,345 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:53,346 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:53,349 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:53,379 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:53,380 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:53,381 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:53,382 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:53,382 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:53,423 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:53,454 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:53,455 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:53,456 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:53,457 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:53,457 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:53,497 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:53,528 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:53,529 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:53,531 - paramiko.transport - DEBUG - starting thread (client mode): 0xdda497d0L 2018-10-06 17:27:53,532 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:53,536 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:53,536 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:53,538 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:53,538 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:53,539 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:53,539 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:53,539 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:53,539 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:53,545 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:53,546 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:53,547 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:27:53,547 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:53,586 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:53,598 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:53,612 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:53,688 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:53,688 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:53,727 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:53,728 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:53,747 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:53,777 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:53,778 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:53,779 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:53,780 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:53,780 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:53,821 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:53,852 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:53,854 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:53,854 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:53,855 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:53,855 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:53,895 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:53,921 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:53,922 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:53,923 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:53,924 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:53,924 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:53,930 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:58,655 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:58,657 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:58,659 - paramiko.transport - DEBUG - starting thread (client mode): 0xddae54d0L 2018-10-06 17:27:58,659 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:58,666 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:58,666 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:58,669 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:58,669 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:58,670 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:58,670 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:58,670 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:58,670 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:58,675 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:58,675 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:58,691 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:27:58,692 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:58,714 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:58,727 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:58,756 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:58,822 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:58,822 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:58,861 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:58,862 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:58,868 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:58,905 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:58,906 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:58,907 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:58,908 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:58,908 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:58,949 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:58,986 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:58,987 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:58,988 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:58,989 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:58,989 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:59,029 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:59,064 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:59,065 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:59,067 - paramiko.transport - DEBUG - starting thread (client mode): 0xddab1e50L 2018-10-06 17:27:59,067 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:59,073 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:59,073 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:59,077 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:59,077 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:59,077 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:59,077 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:59,077 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:59,077 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:59,082 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:59,083 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:59,099 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:27:59,100 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:59,122 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:59,134 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:59,164 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:59,243 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:59,243 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:59,283 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:59,284 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:59,300 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:59,335 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:59,335 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:59,336 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:59,337 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:59,337 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:59,379 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:59,416 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:59,417 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:59,418 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:59,419 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:59,419 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:59,460 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:59,494 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:59,496 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:59,498 - paramiko.transport - DEBUG - starting thread (client mode): 0xddae6b50L 2018-10-06 17:27:59,499 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:59,505 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:59,505 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:59,508 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:59,508 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:59,508 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:59,508 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:59,508 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:59,509 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:59,513 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:59,514 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:59,530 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:27:59,531 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:59,554 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:59,567 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:59,595 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:27:59,661 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:27:59,661 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:27:59,700 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:27:59,701 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:27:59,707 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:27:59,741 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:27:59,742 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:27:59,742 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:27:59,743 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:27:59,743 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:27:59,784 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:27:59,819 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:27:59,820 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:27:59,821 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:27:59,822 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:27:59,822 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:27:59,863 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:27:59,893 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:27:59,894 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:27:59,895 - paramiko.transport - DEBUG - starting thread (client mode): 0xddae9690L 2018-10-06 17:27:59,896 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:27:59,901 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:27:59,901 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:27:59,902 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:27:59,903 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:27:59,903 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:27:59,903 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:27:59,903 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:27:59,903 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:27:59,908 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:27:59,908 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:27:59,911 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:27:59,912 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:27:59,948 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:27:59,959 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:27:59,976 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:28:00,031 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:28:00,032 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:28:00,071 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:28:00,072 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:28:00,080 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:28:00,109 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:28:00,110 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:28:00,111 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:28:00,111 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:28:00,112 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:28:00,152 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:28:00,186 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:28:00,187 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:28:00,188 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:28:00,188 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:28:00,189 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:28:00,229 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:28:00,258 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:28:00,258 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:28:00,260 - paramiko.transport - DEBUG - starting thread (client mode): 0xddaed250L 2018-10-06 17:28:00,261 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:28:00,266 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:28:00,266 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:28:00,268 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:28:00,268 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:28:00,269 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:28:00,269 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:28:00,269 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:28:00,269 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:28:00,273 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:28:00,274 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:28:00,277 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:28:00,277 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:28:00,314 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:28:00,325 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:28:00,342 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:28:00,410 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:28:00,410 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:28:00,449 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:28:00,450 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:28:00,453 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:28:00,484 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:28:00,485 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:28:00,486 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:28:00,486 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:28:00,487 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:28:00,527 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:28:00,559 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:28:00,560 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:28:00,561 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:28:00,562 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:28:00,562 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:28:00,603 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:28:00,631 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:28:00,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:28:00,634 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:28:00,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18fba198-854b-4642-9823-ec8fd57c8790 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:28:00,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-18fba198-854b-4642-9823-ec8fd57c8790 2018-10-06 17:28:00,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:28:01,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["tLpF3YPBQPSXqUsUBuwWMw"], "issued_at": "2018-10-06T17:28:00.000000Z"}} 2018-10-06 17:28:01,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9409ab6ff12e2ecdf70cb025240c079b9ea363b" 2018-10-06 17:28:01,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-b9655b8c-bb06-468d-a18a-703f6e866a93 Date: Sat, 06 Oct 2018 17:28:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:28:01,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-b9655b8c-bb06-468d-a18a-703f6e866a93 2018-10-06 17:28:01,188 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:28:01,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9409ab6ff12e2ecdf70cb025240c079b9ea363b" 2018-10-06 17:28:01,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d41a02fb-3b0a-48d6-91d4-3a09b5310d5c Date: Sat, 06 Oct 2018 17:28:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:28:01,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d41a02fb-3b0a-48d6-91d4-3a09b5310d5c 2018-10-06 17:28:01,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9409ab6ff12e2ecdf70cb025240c079b9ea363b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:28:01,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a7a973dc-918d-407e-9656-654bfff823fd X-Openstack-Request-Id: req-27233675-e315-4b39-84be-17029c044178 Date: Sat, 06 Oct 2018 17:28:01 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:28:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:28:01Z", "visibility": "public", "locations": [], "self": "/v2/images/a7a973dc-918d-407e-9656-654bfff823fd", "min_disk": 0, "protected": false, "id": "a7a973dc-918d-407e-9656-654bfff823fd", "file": "/v2/images/a7a973dc-918d-407e-9656-654bfff823fd/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:28:01,962 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-27233675-e315-4b39-84be-17029c044178 2018-10-06 17:28:01,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/a7a973dc-918d-407e-9656-654bfff823fd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9409ab6ff12e2ecdf70cb025240c079b9ea363b" -d '' 2018-10-06 17:28:03,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16a96cf1-7bc9-4719-b229-5fecc0c82c33 Date: Sat, 06 Oct 2018 17:28:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:28:03,932 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a7a973dc-918d-407e-9656-654bfff823fd/file used request id req-16a96cf1-7bc9-4719-b229-5fecc0c82c33 2018-10-06 17:28:03,932 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-10-06 17:28:03,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:28:03,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae59a157-a2d0-40e7-9a3a-4af0d42af69b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:28:03,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae59a157-a2d0-40e7-9a3a-4af0d42af69b 2018-10-06 17:28:03,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:28:04,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:28:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["LwMA8MUkQX-JfTaTaeqw8w"], "issued_at": "2018-10-06T17:28:04.000000Z"}} 2018-10-06 17:28:04,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42f317c16e7d4354a8fb7054e54c0d02df05f66" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-10-06 17:28:04,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-8cbec6cf-98fd-4c94-aeea-fb7900e0db8b Date: Sat, 06 Oct 2018 17:28:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:28:04Z","is_default":false,"provider:segmentation_id":91,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","mtu":1450}} 2018-10-06 17:28:04,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-8cbec6cf-98fd-4c94-aeea-fb7900e0db8b 2018-10-06 17:28:04,755 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 51d013d1-9aa2-46f6-9fa5-f2a5624b625f with cidr 10.10.10.0/24 2018-10-06 17:28:04,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42f317c16e7d4354a8fb7054e54c0d02df05f66" -d '{"subnets": [{"ip_version": 4, "network_id": "51d013d1-9aa2-46f6-9fa5-f2a5624b625f", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-10-06 17:28:05,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-54178669-e771-48bd-80df-34c922fd80da Date: Sat, 06 Oct 2018 17:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:28:04Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-06 17:28:05,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-54178669-e771-48bd-80df-34c922fd80da 2018-10-06 17:28:05,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42f317c16e7d4354a8fb7054e54c0d02df05f66" 2018-10-06 17:28:05,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-ba3e4c65-d8eb-48ce-8bb8-443b68e65370 Date: Sat, 06 Oct 2018 17:28:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:10:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-06T17:10:28Z", "revision_number": 0, "id": "6f120a01-567c-45a7-aa79-75fa5a215922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 179, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 7, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:28:05,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-ba3e4c65-d8eb-48ce-8bb8-443b68e65370 2018-10-06 17:28:05,582 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:28:05,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:28:05,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9d530a-0862-4290-888d-213c64202211 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:28:05,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cb9d530a-0862-4290-888d-213c64202211 2018-10-06 17:28:05,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:28:05,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:28:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["LaLOLaTCT1mgofYjAuFPNA"], "issued_at": "2018-10-06T17:28:05.000000Z"}} 2018-10-06 17:28:05,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33933aff7ba88ef75ed4636c9c2853b8f2acf229" 2018-10-06 17:28:06,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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,Accept-Encoding x-openstack-request-id: req-7a203ec2-326c-4554-a4ac-6a758f3401b2 x-compute-request-id: req-7a203ec2-326c-4554-a4ac-6a758f3401b2 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:28:06,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-7a203ec2-326c-4554-a4ac-6a758f3401b2 2018-10-06 17:28:06,176 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:28:06,176 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:28:06,177 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:28:06,179 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:28:06,217 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:28:06,219 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:28:06,219 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:28:06,220 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:28:06,221 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:28:06,262 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:28:06,317 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:28:06,320 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:28:06,321 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:28:06,321 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:28:06,322 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:28:06,324 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:28:06,371 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:28:06,372 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:28:06,373 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:28:06,374 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:28:06,374 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:28:06,415 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:28:06,472 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:28:06,475 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 17:28:06,476 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:28:06,476 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 17:28:06,476 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 17:28:06,480 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 17:28:06,514 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-06 17:28:06,516 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-06 17:28:06,517 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-06 17:28:06,517 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-06 17:28:06,518 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-06 17:28:06,558 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-06 17:28:06,591 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-06 17:28:06,592 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 17:28:06,592 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-06 17:28:06,593 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 17:28:06,593 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 17:28:06,597 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 17:28:06,630 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-06 17:28:06,632 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-06 17:28:06,633 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-06 17:28:06,634 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-06 17:28:06,634 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-06 17:28:06,675 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-06 17:28:06,708 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-06 17:28:06,709 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-10-06 17:28:06,709 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=a7a973dc-918d-407e-9656-654bfff823fd network=51d013d1-9aa2-46f6-9fa5-f2a5624b625f secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:28:06,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:28:06,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:28:06,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:28:06,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:28:06,711 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-06 17:28:06,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:28:06,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:28:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:28:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:28:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:28:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:28:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:28:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:28:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:28:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:28:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:28:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:28:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:28:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:28:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:28:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:28:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:28:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:28:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:28:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:28:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:28:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:28:06,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fd0390-f640-412b-9a67-b3c396eec63e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:28:06,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-92fd0390-f640-412b-9a67-b3c396eec63e 2018-10-06 17:28:06,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:28:07,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:28:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["nvd6z4VTRNuaRG7RjLv6eg"], "issued_at": "2018-10-06T17:28:07.000000Z"}} 2018-10-06 17:28:07,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" 2018-10-06 17:28:07,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-11295ffb-1c60-4f70-ad7d-9e0fa8e1fa8c x-compute-request-id: req-11295ffb-1c60-4f70-ad7d-9e0fa8e1fa8c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:28:07,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-11295ffb-1c60-4f70-ad7d-9e0fa8e1fa8c 2018-10-06 17:28:07,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" 2018-10-06 17:28:07,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-b12b73f6-2643-4229-aaf0-7783a632ac1c x-compute-request-id: req-b12b73f6-2643-4229-aaf0-7783a632ac1c Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:28:07,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-b12b73f6-2643-4229-aaf0-7783a632ac1c 2018-10-06 17:28:07,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "a7a973dc-918d-407e-9656-654bfff823fd", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "51d013d1-9aa2-46f6-9fa5-f2a5624b625f"}]}}' 2018-10-06 17:28:09,602 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:28: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-6fcf8e72-13da-4f82-a5f3-8e1eb1eacb0c x-compute-request-id: req-6fcf8e72-13da-4f82-a5f3-8e1eb1eacb0c Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f828c76-9dd0-4323-8722-df1941b3d742", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "bookmark"}], "adminPass": "35bB4yLMWJtQ"}} 2018-10-06 17:28:09,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-6fcf8e72-13da-4f82-a5f3-8e1eb1eacb0c 2018-10-06 17:28:09,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:28:09,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1215ec2-dd1e-458a-b7a3-196ff244848c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:28:09,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b1215ec2-dd1e-458a-b7a3-196ff244848c 2018-10-06 17:28:09,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:28:09,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:28:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["fTRN10x8TzqSgMAjdslWNw"], "issued_at": "2018-10-06T17:28:09.000000Z"}} 2018-10-06 17:28:09,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc6c7677302909dddf78ce5d35fe1c29e5e32530" 2018-10-06 17:28:10,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73e29df5-f0a9-482f-8d82-5222ce4f8a8f x-compute-request-id: req-73e29df5-f0a9-482f-8d82-5222ce4f8a8f 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.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f828c76-9dd0-4323-8722-df1941b3d742", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:28:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-2", "created": "2018-10-06T17:28:09Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:10,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 used request id req-73e29df5-f0a9-482f-8d82-5222ce4f8a8f 2018-10-06 17:28:13,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc6c7677302909dddf78ce5d35fe1c29e5e32530" 2018-10-06 17:28:13,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-c57b4e03-5bda-4cf8-8362-370c7b385590 x-compute-request-id: req-c57b4e03-5bda-4cf8-8362-370c7b385590 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.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f828c76-9dd0-4323-8722-df1941b3d742", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:28:11Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-10-06T17:28:09Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:13,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 used request id req-c57b4e03-5bda-4cf8-8362-370c7b385590 2018-10-06 17:28:16,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc6c7677302909dddf78ce5d35fe1c29e5e32530" 2018-10-06 17:28:17,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54ada5eb-cd33-443c-a02c-4e06dad58e79 x-compute-request-id: req-54ada5eb-cd33-443c-a02c-4e06dad58e79 Content-Encoding: gzip Content-Length: 782 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:94:4f:a4", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-10-06T17:28:09.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f828c76-9dd0-4323-8722-df1941b3d742", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:28:14Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-10-06T17:28:09Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:17,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 used request id req-54ada5eb-cd33-443c-a02c-4e06dad58e79 2018-10-06 17:28:17,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" 2018-10-06 17:28:18,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d01e1ff-8d6a-465b-86bc-2f52f706db25 x-compute-request-id: req-0d01e1ff-8d6a-465b-86bc-2f52f706db25 Content-Encoding: gzip Content-Length: 782 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:94:4f:a4", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2f828c76-9dd0-4323-8722-df1941b3d742", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-10-06T17:28:09.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "2f828c76-9dd0-4323-8722-df1941b3d742", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:28:14Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-10-06T17:28:09Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:18,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742 used request id req-0d01e1ff-8d6a-465b-86bc-2f52f706db25 2018-10-06 17:28:18,780 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.6'. 2018-10-06 17:28:18,781 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-10-06 17:28:18,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33933aff7ba88ef75ed4636c9c2853b8f2acf229" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:28:20,301 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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-51c0124c-97a5-489d-bb3d-25bc8599df17 x-compute-request-id: req-51c0124c-97a5-489d-bb3d-25bc8599df17 Content-Length: 0 Content-Type: application/json 2018-10-06 17:28:20,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-51c0124c-97a5-489d-bb3d-25bc8599df17 2018-10-06 17:28:20,302 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-10-06 17:28:20,302 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=a7a973dc-918d-407e-9656-654bfff823fd network=51d013d1-9aa2-46f6-9fa5-f2a5624b625f secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:28:20,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:28:20,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:28:20,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:28:20,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:28:20,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:28:20,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:28:20,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:28:20,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:28:20,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:28:20,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:28:20,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:28:20,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:28:20,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:28:20,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:28:20,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:28:20,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:28:20,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:28:20,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:28:20,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:28:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:28:20,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e887ac62-6343-4398-be17-b5061e000efb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:28:20,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e887ac62-6343-4398-be17-b5061e000efb 2018-10-06 17:28:20,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:28:20,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Ui2jN0fWTV-jR96H-9Gknw"], "issued_at": "2018-10-06T17:28:20.000000Z"}} 2018-10-06 17:28:20,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" 2018-10-06 17:28:21,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-c01b6f25-e2d5-499a-bb57-c773a067e461 x-compute-request-id: req-c01b6f25-e2d5-499a-bb57-c773a067e461 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:28:21,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c01b6f25-e2d5-499a-bb57-c773a067e461 2018-10-06 17:28:21,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" 2018-10-06 17:28:21,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-578bf21e-d74d-45ce-b5d9-f7e899d4c01d x-compute-request-id: req-578bf21e-d74d-45ce-b5d9-f7e899d4c01d Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:28:21,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-578bf21e-d74d-45ce-b5d9-f7e899d4c01d 2018-10-06 17:28:21,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "a7a973dc-918d-407e-9656-654bfff823fd", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "51d013d1-9aa2-46f6-9fa5-f2a5624b625f"}]}}' 2018-10-06 17:28:22,801 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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-763a94d4-aca5-4028-b4e6-72cf6f5a227c x-compute-request-id: req-763a94d4-aca5-4028-b4e6-72cf6f5a227c Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "bookmark"}], "adminPass": "wH7MLu7Mpj4R"}} 2018-10-06 17:28:22,801 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-763a94d4-aca5-4028-b4e6-72cf6f5a227c 2018-10-06 17:28:22,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:28:22,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e030dc-081b-46c8-b46b-28ed5ffe6c17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:28:22,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f0e030dc-081b-46c8-b46b-28ed5ffe6c17 2018-10-06 17:28:22,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:28:23,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["iyAX5MjzR2qOuDrPnUb8LQ"], "issued_at": "2018-10-06T17:28:23.000000Z"}} 2018-10-06 17:28:23,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa48f4ed38e1147af0b20787ba34c201416c8f4" 2018-10-06 17:28:23,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-23cfd873-4a75-4b26-aaad-fdb97db25b6d x-compute-request-id: req-23cfd873-4a75-4b26-aaad-fdb97db25b6d 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.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:28:23Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-10-06T17:28:22Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:23,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 used request id req-23cfd873-4a75-4b26-aaad-fdb97db25b6d 2018-10-06 17:28:26,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa48f4ed38e1147af0b20787ba34c201416c8f4" 2018-10-06 17:28:27,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-6f6104b7-c2b3-4da4-887a-c80542413477 x-compute-request-id: req-6f6104b7-c2b3-4da4-887a-c80542413477 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:98:46", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:28:24Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-10-06T17:28:22Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:27,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 used request id req-6f6104b7-c2b3-4da4-887a-c80542413477 2018-10-06 17:28:30,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa48f4ed38e1147af0b20787ba34c201416c8f4" 2018-10-06 17:28:31,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-504abc33-952a-4905-814a-f663abd12bb3 x-compute-request-id: req-504abc33-952a-4905-814a-f663abd12bb3 Content-Encoding: gzip Content-Length: 777 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:f8:98:46", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-10-06T17:28:21.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:28:27Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-10-06T17:28:22Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:31,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 used request id req-504abc33-952a-4905-814a-f663abd12bb3 2018-10-06 17:28:31,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" 2018-10-06 17:28:32,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-c37e44c9-7608-402c-a42b-47e32286073e x-compute-request-id: req-c37e44c9-7608-402c-a42b-47e32286073e Content-Encoding: gzip Content-Length: 777 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:f8:98:46", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "rel": "bookmark"}], "image": {"id": "a7a973dc-918d-407e-9656-654bfff823fd", "links": [{"href": "http://172.30.9.26:8774/images/a7a973dc-918d-407e-9656-654bfff823fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-10-06T17:28:21.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "3f371aa3-c26b-4509-8726-1e1eb4c8ec01", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:28:27Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-10-06T17:28:22Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:28:32,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01 used request id req-c37e44c9-7608-402c-a42b-47e32286073e 2018-10-06 17:28:32,363 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.10'. 2018-10-06 17:28:32,363 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-10-06 17:28:32,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33933aff7ba88ef75ed4636c9c2853b8f2acf229" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:28:33,737 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:28: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-1fe33895-e315-4791-9980-a43c73a433fe x-compute-request-id: req-1fe33895-e315-4791-9980-a43c73a433fe Content-Length: 0 Content-Type: application/json 2018-10-06 17:28:33,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-1fe33895-e315-4791-9980-a43c73a433fe 2018-10-06 17:28:33,738 - sdnvpn_test_utils - INFO - Waiting for instance 3f371aa3-c26b-4509-8726-1e1eb4c8ec01 to boot up 2018-10-06 17:28:33,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:34,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a57ee80a-672b-468e-a634-a7f1f07915e0 x-compute-request-id: req-a57ee80a-672b-468e-a634-a7f1f07915e0 Content-Encoding: gzip Content-Length: 9376 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n"} 2018-10-06 17:28:34,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-a57ee80a-672b-468e-a634-a7f1f07915e0 2018-10-06 17:28:36,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:37,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-64289d57-fc1f-45ae-9179-7805f35716f9 x-compute-request-id: req-64289d57-fc1f-45ae-9179-7805f35716f9 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:28:37,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-64289d57-fc1f-45ae-9179-7805f35716f9 2018-10-06 17:28:39,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:40,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-fbd602cd-b534-4bae-b3ff-828c276cc1ad x-compute-request-id: req-fbd602cd-b534-4bae-b3ff-828c276cc1ad 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:28:40,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-fbd602cd-b534-4bae-b3ff-828c276cc1ad 2018-10-06 17:28:43,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:44,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-e594f430-b917-438d-bf4e-715dfeff6fdc x-compute-request-id: req-e594f430-b917-438d-bf4e-715dfeff6fdc 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:28:44,087 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-e594f430-b917-438d-bf4e-715dfeff6fdc 2018-10-06 17:28:46,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:47,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28: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-f08e3671-23b5-4a99-9eef-25465c2a6f75 x-compute-request-id: req-f08e3671-23b5-4a99-9eef-25465c2a6f75 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:28:47,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-f08e3671-23b5-4a99-9eef-25465c2a6f75 2018-10-06 17:28:49,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:50,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64766628-e92e-4e9b-89a7-6f1ea029b24b x-compute-request-id: req-64766628-e92e-4e9b-89a7-6f1ea029b24b 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:28:50,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-64766628-e92e-4e9b-89a7-6f1ea029b24b 2018-10-06 17:28:52,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:53,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:28:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0e026d3-da63-4454-a322-c33fd90bf046 x-compute-request-id: req-e0e026d3-da63-4454-a322-c33fd90bf046 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:28:53,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-e0e026d3-da63-4454-a322-c33fd90bf046 2018-10-06 17:28:55,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:56,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-cad21b42-e59d-449b-a259-eda044ba4167 x-compute-request-id: req-cad21b42-e59d-449b-a259-eda044ba4167 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:28:56,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-cad21b42-e59d-449b-a259-eda044ba4167 2018-10-06 17:28:58,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:28:59,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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,Accept-Encoding x-openstack-request-id: req-e925d16e-8580-4106-a72c-19de3463eb68 x-compute-request-id: req-e925d16e-8580-4106-a72c-19de3463eb68 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:28:59,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-e925d16e-8580-4106-a72c-19de3463eb68 2018-10-06 17:29:01,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:02,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96f7c150-b315-4640-8372-8688113834c2 x-compute-request-id: req-96f7c150-b315-4640-8372-8688113834c2 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 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:29:02,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-96f7c150-b315-4640-8372-8688113834c2 2018-10-06 17:29:04,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:05,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e36088ab-da44-4481-a214-7a5a8a88a75d x-compute-request-id: req-e36088ab-da44-4481-a214-7a5a8a88a75d Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:29:05,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-e36088ab-da44-4481-a214-7a5a8a88a75d 2018-10-06 17:29:07,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:08,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a2163c2-acd6-4202-ab19-9f6cd01b5121 x-compute-request-id: req-0a2163c2-acd6-4202-ab19-9f6cd01b5121 Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:29:08,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-0a2163c2-acd6-4202-ab19-9f6cd01b5121 2018-10-06 17:29:10,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:11,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29: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-5edeb102-b7d0-44d0-bd0a-79696287830d x-compute-request-id: req-5edeb102-b7d0-44d0-bd0a-79696287830d Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:29:11,943 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-5edeb102-b7d0-44d0-bd0a-79696287830d 2018-10-06 17:29:13,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:15,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-c20c3d51-4ad4-4139-a668-f1ec2bd79e57 x-compute-request-id: req-c20c3d51-4ad4-4139-a668-f1ec2bd79e57 Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:29:15,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-c20c3d51-4ad4-4139-a668-f1ec2bd79e57 2018-10-06 17:29:17,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12675d7c60bfa6e6e6b5b0b379f1205e7f8a8cd1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:18,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8995537-baed-4e5c-82cb-f92098da00f7 x-compute-request-id: req-a8995537-baed-4e5c-82cb-f92098da00f7 Content-Encoding: gzip Content-Length: 10872 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491123492 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128320] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129973] pid_max: default: 32768 minimum: 301\n[ 0.130861] ACPI: Core revision 20150930\n[ 0.132233] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133530] Security Framework initialized\n[ 0.134334] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141058] Initializing cgroup subsys io\n[ 0.141865] Initializing cgroup subsys memory\n[ 0.142725] Initializing cgroup subsys devices\n[ 0.143599] Initializing cgroup subsys freezer\n[ 0.144461] Initializing cgroup subsys net_cls\n[ 0.145314] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147087] Initializing cgroup subsys hugetlb\n[ 0.147952] Initializing cgroup subsys pids\n[ 0.148819] CPU: Physical Processor ID: 0\n[ 0.150332] mce: CPU supports 10 MCE banks\n[ 0.151172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169573] ftrace: allocating 31920 entries in 125 pages\n[ 0.195790] smpboot: Max logical packages: 1\n[ 0.196643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197979] x2apic enabled\n[ 0.198781] Switched APIC routing to physical x2apic.\n[ 0.200533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205397] KVM setup paravirtual spinlock\n[ 0.206688] x86: Booted up 1 node, 1 CPUs\n[ 0.207492] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208873] devtmpfs: initialized\n[ 0.210584] evm: security.selinux\n[ 0.211280] evm: security.SMACK64\n[ 0.211970] evm: security.SMACK64EXEC\n[ 0.212712] evm: security.SMACK64TRANSMUTE\n[ 0.213516] evm: security.SMACK64MMAP\n[ 0.214258] evm: security.ima\n[ 0.214900] evm: security.capability\n[ 0.215699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217528] pinctrl core: initialized pinctrl subsystem\n[ 0.218613] RTC time: 17:28:21, date: 10/06/18\n[ 0.219552] NET: Registered protocol family 16\n[ 0.220509] cpuidle: using governor ladder\n[ 0.221320] cpuidle: using governor menu\n[ 0.222093] PCCT header not found.\n[ 0.222842] ACPI: bus type PCI registered\n[ 0.223632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224850] PCI: Using configuration type 1 for base access\n[ 0.226582] ACPI: Added _OSI(Module Device)\n[ 0.227409] ACPI: Added _OSI(Processor Device)\n[ 0.228253] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229133] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231243] ACPI: Interpreter enabled\n[ 0.232007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239257] ACPI: (supports S0 S5)\n[ 0.239954] ACPI: Using IOAPIC for interrupt routing\n[ 0.240887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249623] acpiphp: Slot [3] registered\n[ 0.250409] acpiphp: Slot [4] registered\n[ 0.251195] acpiphp: Slot [5] registered\n[ 0.251980] acpiphp: Slot [6] registered\n[ 0.252766] acpiphp: Slot [7] registered\n[ 0.253555] acpiphp: Slot [8] registered\n[ 0.254339] acpiphp: Slot [9] registered\n[ 0.255121] acpiphp: Slot [10] registered\n[ 0.255918] acpiphp: Slot [11] registered\n[ 0.256721] acpiphp: Slot [12] registered\n[ 0.257519] acpiphp: Slot [13] registered\n[ 0.258317] acpiphp: Slot [14] registered\n[ 0.259116] acpiphp: Slot [15] registered\n[ 0.269930] acpiphp: Slot [16] registered\n[ 0.270749] acpiphp: Slot [17] registered\n[ 0.271548] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273137] acpiphp: Slot [20] registered\n[ 0.273944] acpiphp: Slot [21] registered\n[ 0.274748] acpiphp: Slot [22] registered\n[ 0.275545] acpiphp: Slot [23] registered\n[ 0.276341] acpiphp: Slot [24] registered\n[ 0.277139] acpiphp: Slot [25] registered\n[ 0.277942] acpiphp: Slot [26] registered\n[ 0.278744] acpiphp: Slot [27] registered\n[ 0.279545] acpiphp: Slot [28] registered\n[ 0.280342] acpiphp: Slot [29] registered\n[ 0.281140] acpiphp: Slot [30] registered\n[ 0.281945] acpiphp: Slot [31] registered\n[ 0.282746] PCI host bridge to bus 0000:00\n[ 0.283559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287379] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288807] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305083] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353284] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354771] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364102] vgaarb: loaded\n[ 0.364704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365833] SCSI subsystem initialized\n[ 0.366642] ACPI: bus type USB registered\n[ 0.367453] usbcore: registered new interface driver usbfs\n[ 0.368471] usbcore: registered new interface driver hub\n[ 0.369470] usbcore: registered new device driver usb\n[ 0.370519] PCI: Using ACPI for IRQ routing\n[ 0.371536] NetLabel: Initializing\n[ 0.372245] NetLabel: domain hash size = 128\n[ 0.373085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374030] NetLabel: unlabeled traffic allowed by default\n[ 0.375114] clocksource: Switched to clocksource kvm-clock\n[ 0.380565] AppArmor: AppArmor Filesystem Enabled\n[ 0.381521] pnp: PnP ACPI init\n[ 0.382433] pnp: PnP ACPI: found 5 devices\n[ 0.388815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390505] NET: Registered protocol family 2\n[ 0.391461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393887] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395032] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397298] NET: Registered protocol family 1\n[ 0.398155] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399257] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400323] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428834] Trying to unpack rootfs image as initramfs...\n[ 0.479144] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492954] Scanning for low memory corruption every 60 seconds\n[ 0.494305] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495452] audit: initializing netlink subsys (disabled)\n[ 0.496469] audit: type=2000 audit(1538846902.767:1): initialized\n[ 0.497757] Initialise system trusted keyring\n[ 0.498682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501809] zbud: loaded\n[ 0.502515] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504833] fuse init (API version 7.23)\n[ 0.505728] Key type big_key registered\n[ 0.506528] Allocating IMA MOK and blacklist keyrings.\n[ 0.507627] Key type asymmetric registered\n[ 0.508444] Asymmetric key parser 'x509' registered\n[ 0.509391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511220] io scheduler noop registered\n[ 0.512015] io scheduler deadline registered (default)\n[ 0.512991] io scheduler cfq registered\n[ 0.513817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517553] ACPI: Power Button [PWRF]\n[ 0.518377] GHES: HEST is not enabled!\n[ 0.532185] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587553] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589839] Linux agpgart interface v0.103\n[ 0.591901] brd: module loaded\n[ 0.593084] loop: module loaded\n[ 0.598308] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599761] GPT:90111 != 2097151\n[ 0.600450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601534] GPT:90111 != 2097151\n[ 0.602201] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603167] vda: vda1 vda15\n[ 0.604899] scsi host0: ata_piix\n[ 0.605649] scsi host1: ata_piix\n[ 0.606349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609036] libphy: Fixed MDIO Bus: probed\n[ 0.609853] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613026] PPP generic driver version 2.4.2\n[ 0.613915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615251] ehci-pci: EHCI PCI platform driver\n[ 0.616122] ehci-platform: EHCI generic platform driver\n[ 0.617106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618226] ohci-pci: OHCI PCI platform driver\n[ 0.619137] ohci-platform: OHCI generic platform driver\n[ 0.620138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635594] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641840] usb usb1: Product: UHCI Host Controller\n[ 0.642768] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644925] hub 1-0:1.0: USB hub found\n[ 0.645709] hub 1-0:1.0: 2 ports detected\n[ 0.646612] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650807] mousedev: PS/2 mouse device common for all mice\n[ 0.652165] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658005] i2c /dev entries driver\n[ 0.658829] device-mapper: uevent: version 1.0.3\n[ 0.659832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661601] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663046] NET: Registered protocol family 10\n[ 0.664126] NET: Registered protocol family 17\n[ 0.665097] Key type dns_resolver registered\n[ 0.666115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667312] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669230] registered taskstats version 1\n[ 0.670143] Loading compiled-in X.509 certificates\n[ 0.671706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673779] zswap: loaded using pool lzo/zbud\n[ 0.675252] Key type trusted registered\n[ 0.676876] Key type encrypted registered\n[ 0.677786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679993] evm: HMAC attrs: 0x1\n[ 0.680981] Magic number: 6:205:491\n[ 0.681874] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:22 UTC (1538846902)\n[ 0.683563] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684743] EDD information not available.\n[ 0.768195] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769894] Write protecting the kernel read-only data: 14336k\n[ 0.781711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826737] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.38\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/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.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.49. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkuxln+J+GzKJOO9KduEtrqRDW9xyosoP7/5/JMnHNs4SBGwkSembWChAmYklziIhXPRxqhhXAry5Aq9nDnAYCc8ZRu/loVqNwSIS5JMSymI7ZAPnKGsqloQzEPBlkK+i158466Y9w4P3SM6hkJJn8LSJArL8pNdYhXZl4ogS4HJwuSbCBne7U9PWja4C/dKm6aKuNheUw/SSsClSmBnM+NWLwa8XOAllBWFB2M8/RAEpw+oVreGWct+fOdvXN5TP/xmbBuw+8NA2S/iI92tiDH6vxFK9EQZrzcXXG0fFDMwiaspPhu24CdkNG6uwrKGhxZkVTJuttCAH1Cec2nT4d root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMxvBZkJXCFwabsnKHdPZDsItWbAnebWy4WaSqE1Wg8d+BD32P8D1JQOytnjk5qeyduyodBEYMaIodnqotDZA/Kaos6B9t2PLc88en7KlYj/Tc1xHWnjBJsUJUbKU0IgGcJZqHtD/YGLiM/7y6sAJ2emULqwUNwvNt9Vjc9ZwFW5AAAAFQDkC5xfb0wXp0/Vh3dBsYC7QTJ3hwAAAIAR1vd4xkGkqePXXecwHcMDALNHl9VrQ4CIuKWAtRBNVRjjDwIUE9t9TetX8qvoQTAfLZ9Xh8/mTE7BhX6nPzsKcDjm5GKBiYSs7jTsRh5kgHEFkKSs0lTe4exWj64PrpcxG8zvKn0sXwGAwH5EUY3lKrE9cSzrXAUPpm/8k3c7FAAAAIEAjkO/LlRba6RDDwJ0DsabswH0ckgsXXWIn3NXqf/dX5WPLhEd1DtZUXum5P3DkZt0wd52KR0Oen8xahRd6FizGt+ovfVimE8mZL+syqXY68TFdHaQ6VgARd8HLlRtSkSYXffLKokGApGFFvYvoY3zYaICumVrx+6O+SU52tvDu4w= 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.10,24,fe80::f816:3eff:fef8:9846/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.69 ===\n/dev/root resized successfully [took 2.40s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F8:98:46 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef8:9846/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8328 (8.1 KiB) TX bytes:9211 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-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.115664] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.115665] usb 1-1: Product: QEMU USB Tablet\n[ 1.115666] usb 1-1: Manufacturer: QEMU\n[ 1.115666] usb 1-1: SerialNumber: 42\n[ 1.491177] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491179] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.546297] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.560439] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 4.809607] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.330741] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:28:23 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:28:23 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:28:23 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:28:23 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:28:25 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:28:26 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:28:26 cirros kern.info kernel: [ 4.809607] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:28:27 cirros kern.info kernel: [ 5.330741] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-1 login: "} 2018-10-06 17:29:18,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-a8995537-baed-4e5c-82cb-f92098da00f7 2018-10-06 17:29:20,164 - sdnvpn_test_utils - INFO - Waiting for instance 2f828c76-9dd0-4323-8722-df1941b3d742 to boot up 2018-10-06 17:29:20,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:21,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-379fa410-3e57-48e5-a823-31b01ef341c3 x-compute-request-id: req-379fa410-3e57-48e5-a823-31b01ef341c3 Content-Encoding: gzip Content-Length: 9407 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\n/dev/root resized successfully [took 1.91s]\n"} 2018-10-06 17:29:21,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-379fa410-3e57-48e5-a823-31b01ef341c3 2018-10-06 17:29:23,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:24,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46a0cb02-58db-42e8-95a2-f63e7db27e3e x-compute-request-id: req-46a0cb02-58db-42e8-95a2-f63e7db27e3e Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:29:24,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-46a0cb02-58db-42e8-95a2-f63e7db27e3e 2018-10-06 17:29:26,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:27,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fbbec70-f5f6-449b-850b-cd97ed55baa5 x-compute-request-id: req-1fbbec70-f5f6-449b-850b-cd97ed55baa5 Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:29:27,470 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-1fbbec70-f5f6-449b-850b-cd97ed55baa5 2018-10-06 17:29:29,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:30,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29: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-fd2cdde8-546e-47dc-b993-0225bd205fbb x-compute-request-id: req-fd2cdde8-546e-47dc-b993-0225bd205fbb Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:29:30,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-fd2cdde8-546e-47dc-b993-0225bd205fbb 2018-10-06 17:29:32,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:33,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-940ab06b-2dcf-4ea9-8bf3-191a2bde0a97 x-compute-request-id: req-940ab06b-2dcf-4ea9-8bf3-191a2bde0a97 Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:29:33,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-940ab06b-2dcf-4ea9-8bf3-191a2bde0a97 2018-10-06 17:29:35,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:36,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1894323-4636-401f-9a4e-19c77e38f201 x-compute-request-id: req-b1894323-4636-401f-9a4e-19c77e38f201 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 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:29:36,800 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-b1894323-4636-401f-9a4e-19c77e38f201 2018-10-06 17:29:38,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:39,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-62f7600e-a723-40b1-ae84-39ee2f374cf1 x-compute-request-id: req-62f7600e-a723-40b1-ae84-39ee2f374cf1 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 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:29:39,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-62f7600e-a723-40b1-ae84-39ee2f374cf1 2018-10-06 17:29:41,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:42,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-0d8b9ed1-dc06-428e-bfd6-6cfd4152f446 x-compute-request-id: req-0d8b9ed1-dc06-428e-bfd6-6cfd4152f446 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 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:29:42,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-0d8b9ed1-dc06-428e-bfd6-6cfd4152f446 2018-10-06 17:29:45,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:46,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-f04cdf0f-7ea5-4e33-a9ff-8051762063f2 x-compute-request-id: req-f04cdf0f-7ea5-4e33-a9ff-8051762063f2 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 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:29:46,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-f04cdf0f-7ea5-4e33-a9ff-8051762063f2 2018-10-06 17:29:48,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:49,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-0dcbfbc8-7ecf-45bd-998e-10cd698536c2 x-compute-request-id: req-0dcbfbc8-7ecf-45bd-998e-10cd698536c2 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 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:29:49,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-0dcbfbc8-7ecf-45bd-998e-10cd698536c2 2018-10-06 17:29:51,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:52,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-6a97708e-a86a-4fe4-bd62-f81fb3c33b9d x-compute-request-id: req-6a97708e-a86a-4fe4-bd62-f81fb3c33b9d Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:29:52,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-6a97708e-a86a-4fe4-bd62-f81fb3c33b9d 2018-10-06 17:29:54,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:55,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29: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-db759992-af17-47f1-96a9-e6b4827e037b x-compute-request-id: req-db759992-af17-47f1-96a9-e6b4827e037b Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:29:55,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-db759992-af17-47f1-96a9-e6b4827e037b 2018-10-06 17:29:57,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:29:58,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:29:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-416d7483-7514-4b38-9c89-fddc0c4a88cc x-compute-request-id: req-416d7483-7514-4b38-9c89-fddc0c4a88cc Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:29:58,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-416d7483-7514-4b38-9c89-fddc0c4a88cc 2018-10-06 17:30:00,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:30:01,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:30:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32dc5492-b192-41c0-9678-722c3f073de8 x-compute-request-id: req-32dc5492-b192-41c0-9678-722c3f073de8 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:30:01,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-32dc5492-b192-41c0-9678-722c3f073de8 2018-10-06 17:30:03,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265219c481f3c106b31e2c72f323d72b82ef22fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:30:04,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:30: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-420d6c4a-2127-45ba-97f3-abf13679dc55 x-compute-request-id: req-420d6c4a-2127-45ba-97f3-abf13679dc55 Content-Encoding: gzip Content-Length: 10884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507231625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141251] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142893] pid_max: default: 32768 minimum: 301\n[ 0.143782] ACPI: Core revision 20150930\n[ 0.145163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146467] Security Framework initialized\n[ 0.147320] Yama: becoming mindful.\n[ 0.148055] AppArmor: AppArmor initialized\n[ 0.148918] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151506] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154078] Initializing cgroup subsys io\n[ 0.154877] Initializing cgroup subsys memory\n[ 0.155737] Initializing cgroup subsys devices\n[ 0.156612] Initializing cgroup subsys freezer\n[ 0.157460] Initializing cgroup subsys net_cls\n[ 0.158315] Initializing cgroup subsys perf_event\n[ 0.159214] Initializing cgroup subsys net_prio\n[ 0.160093] Initializing cgroup subsys hugetlb\n[ 0.160955] Initializing cgroup subsys pids\n[ 0.161819] CPU: Physical Processor ID: 0\n[ 0.163310] mce: CPU supports 10 MCE banks\n[ 0.164169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165250] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182295] ftrace: allocating 31920 entries in 125 pages\n[ 0.208485] smpboot: Max logical packages: 1\n[ 0.209337] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210663] x2apic enabled\n[ 0.211455] Switched APIC routing to physical x2apic.\n[ 0.213207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217996] KVM setup paravirtual spinlock\n[ 0.219269] x86: Booted up 1 node, 1 CPUs\n[ 0.220068] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221429] devtmpfs: initialized\n[ 0.223131] evm: security.selinux\n[ 0.223820] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225226] evm: security.SMACK64TRANSMUTE\n[ 0.226022] evm: security.SMACK64MMAP\n[ 0.226751] evm: security.ima\n[ 0.227384] evm: security.capability\n[ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230010] pinctrl core: initialized pinctrl subsystem\n[ 0.231164] RTC time: 17:28:09, date: 10/06/18\n[ 0.232136] NET: Registered protocol family 16\n[ 0.233099] cpuidle: using governor ladder\n[ 0.233905] cpuidle: using governor menu\n[ 0.234678] PCCT header not found.\n[ 0.235412] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237426] PCI: Using configuration type 1 for base access\n[ 0.239168] ACPI: Added _OSI(Module Device)\n[ 0.239995] ACPI: Added _OSI(Processor Device)\n[ 0.240843] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243844] ACPI: Interpreter enabled\n[ 0.244600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251868] ACPI: (supports S0 S5)\n[ 0.252572] ACPI: Using IOAPIC for interrupt routing\n[ 0.253513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258941] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262311] acpiphp: Slot [3] registered\n[ 0.263104] acpiphp: Slot [4] registered\n[ 0.263911] acpiphp: Slot [5] registered\n[ 0.264707] acpiphp: Slot [6] registered\n[ 0.265483] acpiphp: Slot [7] registered\n[ 0.266262] acpiphp: Slot [8] registered\n[ 0.267043] acpiphp: Slot [9] registered\n[ 0.267822] acpiphp: Slot [10] registered\n[ 0.268612] acpiphp: Slot [11] registered\n[ 0.269410] acpiphp: Slot [12] registered\n[ 0.270209] acpiphp: Slot [13] registered\n[ 0.271002] acpiphp: Slot [14] registered\n[ 0.271793] acpiphp: Slot [15] registered\n[ 0.282659] acpiphp: Slot [16] registered\n[ 0.283474] acpiphp: Slot [17] registered\n[ 0.284269] acpiphp: Slot [18] registered\n[ 0.285061] acpiphp: Slot [19] registered\n[ 0.285859] acpiphp: Slot [20] registered\n[ 0.286659] acpiphp: Slot [21] registered\n[ 0.287448] acpiphp: Slot [22] registered\n[ 0.288239] acpiphp: Slot [23] registered\n[ 0.289033] acpiphp: Slot [24] registered\n[ 0.289827] acpiphp: Slot [25] registered\n[ 0.290617] acpiphp: Slot [26] registered\n[ 0.291409] acpiphp: Slot [27] registered\n[ 0.292207] acpiphp: Slot [28] registered\n[ 0.293032] acpiphp: Slot [29] registered\n[ 0.293825] acpiphp: Slot [30] registered\n[ 0.294618] acpiphp: Slot [31] registered\n[ 0.295418] PCI host bridge to bus 0000:00\n[ 0.296209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297395] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301424] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310245] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317886] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319316] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365324] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373264] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376088] vgaarb: loaded\n[ 0.376677] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377782] SCSI subsystem initialized\n[ 0.378580] ACPI: bus type USB registered\n[ 0.379371] usbcore: registered new interface driver usbfs\n[ 0.380376] usbcore: registered new interface driver hub\n[ 0.381356] usbcore: registered new device driver usb\n[ 0.382380] PCI: Using ACPI for IRQ routing\n[ 0.383377] NetLabel: Initializing\n[ 0.384079] NetLabel: domain hash size = 128\n[ 0.384915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385842] NetLabel: unlabeled traffic allowed by default\n[ 0.386906] clocksource: Switched to clocksource kvm-clock\n[ 0.392275] AppArmor: AppArmor Filesystem Enabled\n[ 0.393222] pnp: PnP ACPI init\n[ 0.394116] pnp: PnP ACPI: found 5 devices\n[ 0.400472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402153] NET: Registered protocol family 2\n[ 0.403252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406797] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407862] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409011] NET: Registered protocol family 1\n[ 0.409863] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440161] Trying to unpack rootfs image as initramfs...\n[ 0.489609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503390] Scanning for low memory corruption every 60 seconds\n[ 0.504690] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505794] audit: initializing netlink subsys (disabled)\n[ 0.506780] audit: type=2000 audit(1538846890.169:1): initialized\n[ 0.508071] Initialise system trusted keyring\n[ 0.508965] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510089] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512014] zbud: loaded\n[ 0.512704] VFS: Disk quotas dquot_6.6.0\n[ 0.513498] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514972] fuse init (API version 7.23)\n[ 0.515832] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.518067] Key type asymmetric registered\n[ 0.518868] Asymmetric key parser 'x509' registered\n[ 0.519806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521544] io scheduler noop registered\n[ 0.522569] io scheduler deadline registered (default)\n[ 0.523876] io scheduler cfq registered\n[ 0.524932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526265] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529782] ACPI: Power Button [PWRF]\n[ 0.530799] GHES: HEST is not enabled!\n[ 0.544523] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604978] Linux agpgart interface v0.103\n[ 0.607211] brd: module loaded\n[ 0.608590] loop: module loaded\n[ 0.613680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615581] GPT:90111 != 2097151\n[ 0.616445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617895] GPT:90111 != 2097151\n[ 0.618757] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620017] vda: vda1 vda15\n[ 0.621690] scsi host0: ata_piix\n[ 0.622626] scsi host1: ata_piix\n[ 0.623528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625137] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626973] libphy: Fixed MDIO Bus: probed\n[ 0.628030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629268] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631988] PPP generic driver version 2.4.2\n[ 0.633126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634700] ehci-pci: EHCI PCI platform driver\n[ 0.635838] ehci-platform: EHCI generic platform driver\n[ 0.637131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638610] ohci-pci: OHCI PCI platform driver\n[ 0.639748] ohci-platform: OHCI generic platform driver\n[ 0.641044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655757] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658960] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663913] usb usb1: Product: UHCI Host Controller\n[ 0.664827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665973] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666927] hub 1-0:1.0: USB hub found\n[ 0.667686] hub 1-0:1.0: 2 ports detected\n[ 0.668562] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670646] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671576] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672572] mousedev: PS/2 mouse device common for all mice\n[ 0.673802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676683] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677845] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679017] i2c /dev entries driver\n[ 0.679764] device-mapper: uevent: version 1.0.3\n[ 0.680669] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682248] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683513] NET: Registered protocol family 10\n[ 0.684465] NET: Registered protocol family 17\n[ 0.685324] Key type dns_resolver registered\n[ 0.686228] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689005] registered taskstats version 1\n[ 0.689817] Loading compiled-in X.509 certificates\n[ 0.691230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693040] zswap: loaded using pool lzo/zbud\n[ 0.694382] Key type trusted registered\n[ 0.695924] Key type encrypted registered\n[ 0.696731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698722] evm: HMAC attrs: 0x1\n[ 0.699647] Magic number: 6:205:491\n[ 0.700461] rtc_cmos 00:00: setting system clock to 2018-10-06 17:28:10 UTC (1538846890)\n[ 0.702023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703323] EDD information not available.\n[ 0.787826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789829] Write protecting the kernel read-only data: 14336k\n[ 0.801603] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.406697] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn3kVUGqMtZFDVLZp0VL+QVY1qs4VDoD8MKfYJp5igrhViZwAFsLyVEoAIJE+rAFyzybiCQH90jT/ADlNsT61YibtYwJULtvNy+uviNfvFCwkltsUclPv3up9+KMcsBYTjDcKTe5DVOGKepKX7FTsMoyaVNnCFN8ah3tH1NeJHhvAIAwaMOokwV4Y4VSzvqG4R6Wvs9cGy5LVkJiU6oSzn6SuLffZHX4gbW6VwCgvRx7gYsP4y+6zBrxQjb+P0iCvYImiFhc92xAaMBBQEz2FK/TwNjgzo1hQ0+rzUXYiQe7IHwU8eGuafOmt38gRyv45yxck1olOyrvHVUFAT9qqL root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANHfCzkZtYtAxHGtJpwIWdMH3bBNMacBZxtC/gbaJ0RYgQxq5JTabp2n8X6Xf7s4YMwyFqRuu/TUOgtR3lp9+TooZ9DRap44UYfuRiAOBn88bMXSud+zXj55bLXIMIrs8j7M6di60zizySFJCNcw1DbmDdBfFKXT4zBGaXG9vvXLAAAAFQCd8b+Zus8TJChEqd/wjG9hT2TJ0QAAAIEAphbBPdXyAfDqeg+DXxi8U6LMcNX5UweJl86liH6eXXio6lDka0XUHJ3IzH0OlO8h558N6zx7eG936F4dds+R+xtH3MAnEJzwAvQOwrVyBpC6mFoYZZdTSrR10jiw8+gqNmwgqjkMvabY+Rx/ts48LjJdPN2e9zhtzNPWZkV4DOgAAACBAJALYUppFVR+EesXQV/tRBlZRKv34h3H5e3lUKFu5Wa0dNiCObUfnKravJrpoLle+iIGSR1KvbMfUvLJlMvXeRfd1u2Orc+EDPM7w+Y555vZBimwryHN+Xo8cyOU4raWUXqYbpwa5BaXpwZ5zZGoao2gOJADvw7wD9ZpA65zmd29 root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe94:4fa4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.59 ===\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:94:4F:A4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:4fa4/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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-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.143205] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.143206] usb 1-1: Product: QEMU USB Tablet\n[ 1.143207] usb 1-1: Manufacturer: QEMU\n[ 1.143208] usb 1-1: SerialNumber: 42\n[ 1.311344] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.389106] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.406697] random: dd urandom read with 5 bits of entropy available\n[ 1.503141] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.731162] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.088251] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:28:11 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:28:11 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:28:11 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:28:11 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:28:11 cirros kern.notice kernel: [ 1.406697] random: dd urandom read with 5 bits of entropy available\nOct 6 18:28:11 cirros kern.info kernel: [ 1.503141] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 6 18:29:12 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:29:13 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:29:13 cirros kern.info kernel: [ 63.731162] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:29:13 cirros kern.info kernel: [ 64.088251] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-2 login: "} 2018-10-06 17:30:04,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-420d6c4a-2127-45ba-97f3-abf13679dc55 2018-10-06 17:30:06,705 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-06 17:30:36,716 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-06 17:30:36,717 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-06 17:30:36,717 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-06 17:30:36,722 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-06 17:30:36,763 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-06 17:30:36,765 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-06 17:30:36,766 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-06 17:30:36,767 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-06 17:30:36,767 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-06 17:30:36,808 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-06 17:30:36,845 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-06 17:30:36,850 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-06 17:30:36,851 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-06 17:30:36,851 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-06 17:30:36,852 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-06 17:30:36,857 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-06 17:30:36,896 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-06 17:30:36,898 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-06 17:30:36,898 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-06 17:30:36,899 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-06 17:30:36,899 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-06 17:30:36,940 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-06 17:30:36,979 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-06 17:30:36,982 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-06 17:30:36,982 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-06 17:30:36,983 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-06 17:30:36,983 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-06 17:30:36,986 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-06 17:30:37,022 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-06 17:30:37,024 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-06 17:30:37,025 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-06 17:30:37,026 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-06 17:30:37,026 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-06 17:30:37,066 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-06 17:30:37,100 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-06 17:30:37,101 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-06 17:30:37,102 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-06 17:30:37,103 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-06 17:30:37,103 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-06 17:30:37,107 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-06 17:30:37,142 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-06 17:30:37,144 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-06 17:30:37,144 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-06 17:30:37,145 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-06 17:30:37,146 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-06 17:30:37,187 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-06 17:30:37,223 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-06 17:30:37,223 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-10-06 17:30:37,224 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-06 17:30:37,224 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-06 17:30:37,226 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-06 17:30:37,226 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-06 17:30:37,230 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-06 17:30:37,265 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-06 17:30:37,266 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-06 17:30:37,267 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-06 17:30:37,268 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-06 17:30:37,268 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-06 17:30:37,308 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-06 17:30:37,368 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-06 17:30:37,369 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-06 17:31:07,399 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-06 17:31:07,400 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-06 17:31:07,400 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-06 17:31:07,403 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-06 17:31:07,470 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-06 17:31:07,471 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-06 17:31:07,472 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-06 17:31:07,473 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-06 17:31:07,473 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-06 17:31:07,476 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-06 17:31:07,535 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-06 17:31:07,536 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-06 17:31:37,562 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-06 17:31:37,563 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-06 17:31:37,563 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-06 17:31:37,566 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-06 17:31:37,641 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-06 17:31:37,642 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-06 17:31:37,642 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-06 17:32:07,655 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-06 17:32:07,656 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-06 17:32:07,657 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-06 17:32:07,659 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-06 17:32:07,694 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-06 17:32:07,696 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-06 17:32:07,697 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-06 17:32:07,698 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-06 17:32:07,698 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-06 17:32:07,739 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-06 17:32:07,774 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-06 17:32:07,779 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-06 17:32:07,780 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-06 17:32:07,781 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-06 17:32:07,781 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-06 17:32:07,783 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-06 17:32:07,820 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-06 17:32:07,821 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-06 17:32:07,822 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-06 17:32:07,823 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-06 17:32:07,823 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-06 17:32:07,863 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-06 17:32:07,899 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-06 17:32:07,902 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-06 17:32:07,904 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-06 17:32:07,904 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-06 17:32:07,904 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-06 17:32:07,907 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-06 17:32:07,944 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-06 17:32:07,946 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-06 17:32:07,946 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-06 17:32:07,947 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-06 17:32:07,947 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-06 17:32:07,988 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-06 17:32:08,023 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-06 17:32:08,024 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-06 17:32:08,025 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-06 17:32:08,025 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-06 17:32:08,026 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-06 17:32:08,030 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-06 17:32:08,071 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-06 17:32:08,073 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-06 17:32:08,073 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-06 17:32:08,074 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-06 17:32:08,074 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-06 17:32:08,116 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-06 17:32:08,157 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-06 17:32:08,158 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-10-06 17:32:08,159 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-06 17:32:08,159 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-06 17:32:08,160 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-06 17:32:08,161 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-06 17:32:08,163 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-06 17:32:08,201 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-06 17:32:08,202 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-06 17:32:38,227 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-06 17:32:38,228 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-06 17:32:38,228 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-06 17:32:38,231 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-06 17:32:38,262 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-06 17:32:38,263 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-06 17:32:38,264 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-06 17:32:38,264 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-06 17:32:38,265 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-06 17:32:38,267 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-06 17:32:38,315 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-06 17:32:38,315 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-06 17:33:08,342 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-06 17:33:08,343 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-06 17:33:08,343 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-06 17:33:08,345 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-06 17:33:08,381 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-06 17:33:08,382 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-06 17:33:08,382 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-06 17:33:38,397 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-06 17:33:38,398 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-06 17:33:38,398 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-06 17:33:38,400 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-06 17:33:38,434 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-06 17:33:38,436 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-06 17:33:38,436 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-06 17:33:38,438 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-06 17:33:38,438 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-06 17:33:38,478 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-06 17:33:38,514 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-06 17:33:38,519 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-06 17:33:38,519 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-06 17:33:38,520 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-06 17:33:38,520 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-06 17:33:38,525 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-06 17:33:38,562 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-06 17:33:38,564 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-06 17:33:38,564 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-06 17:33:38,565 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-06 17:33:38,565 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-06 17:33:38,606 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-06 17:33:38,643 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-06 17:33:38,646 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-06 17:33:38,648 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-06 17:33:38,648 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-06 17:33:38,648 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-06 17:33:38,652 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-06 17:33:38,689 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-06 17:33:38,691 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-10-06 17:33:38,691 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-06 17:33:38,693 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-10-06 17:33:38,693 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-10-06 17:33:38,733 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-10-06 17:33:38,767 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-10-06 17:33:38,768 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-06 17:33:38,768 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-10-06 17:33:38,770 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-06 17:33:38,770 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-06 17:33:38,773 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-06 17:33:38,808 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-06 17:33:38,809 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-06 17:33:38,810 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-06 17:33:38,811 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-06 17:33:38,811 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-06 17:33:38,851 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-06 17:33:38,886 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-06 17:33:38,887 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-10-06 17:33:38,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33933aff7ba88ef75ed4636c9c2853b8f2acf229" -d '{"forceDelete": null}' 2018-10-06 17:33:38,892 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-06 17:33:39,214 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-79a6a54d-818d-4724-8d77-971425e062ac x-compute-request-id: req-79a6a54d-818d-4724-8d77-971425e062ac Content-Length: 0 Content-Type: application/json 2018-10-06 17:33:39,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3f371aa3-c26b-4509-8726-1e1eb4c8ec01/action used request id req-79a6a54d-818d-4724-8d77-971425e062ac 2018-10-06 17:33:39,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33933aff7ba88ef75ed4636c9c2853b8f2acf229" -d '{"forceDelete": null}' 2018-10-06 17:33:39,405 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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 x-openstack-request-id: req-019903c0-1096-4070-bd17-d1d9abea0f9e x-compute-request-id: req-019903c0-1096-4070-bd17-d1d9abea0f9e Content-Length: 0 Content-Type: application/json 2018-10-06 17:33:39,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2f828c76-9dd0-4323-8722-df1941b3d742/action used request id req-019903c0-1096-4070-bd17-d1d9abea0f9e 2018-10-06 17:33:39,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/a7a973dc-918d-407e-9656-654bfff823fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9409ab6ff12e2ecdf70cb025240c079b9ea363b" 2018-10-06 17:33:40,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0819d31-8583-422a-8a83-9e16f67f1887 Date: Sat, 06 Oct 2018 17:33:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:33:40,860 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a7a973dc-918d-407e-9656-654bfff823fd used request id req-d0819d31-8583-422a-8a83-9e16f67f1887 2018-10-06 17:33:40,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/db8ee82e-7ffc-4e97-a205-157f1123fe71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42f317c16e7d4354a8fb7054e54c0d02df05f66" 2018-10-06 17:33:41,117 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-df1d982a-e8b3-4e84-88d9-c1255ac4e559 Date: Sat, 06 Oct 2018 17:33:41 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet db8ee82e-7ffc-4e97-a205-157f1123fe71: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-06 17:33:41,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/db8ee82e-7ffc-4e97-a205-157f1123fe71 used request id req-df1d982a-e8b3-4e84-88d9-c1255ac4e559 2018-10-06 17:33:41,118 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet db8ee82e-7ffc-4e97-a205-157f1123fe71: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-06 17:33:41,118 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'db8ee82e-7ffc-4e97-a205-157f1123fe71')]: Unable to complete operation on subnet db8ee82e-7ffc-4e97-a205-157f1123fe71: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-df1d982a-e8b3-4e84-88d9-c1255ac4e559'] 2018-10-06 17:33:41,119 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id db8ee82e-7ffc-4e97-a205-157f1123fe71 was not deleted. 2018-10-06 17:33:41,119 - 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 278, actual flow count 287| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 27, actual group count 27| +========================================================================================+ | Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok| +----------------------------------------------------------------------------------------+ | PASS | OVS flows are programmed after resync expected flow count 278, actual flow count 287| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 27, actual group count 27| +========================================================================================+ +========================================================================================+ 2018-10-06 17:33:41,119 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-06 17:33:41,120 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-06 17:33:41,120 - 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 278, actual flow count 287': 'PASS'}, {'OVS groups are programmed after resync expected group count 27, actual group count 27': 'PASS'}, {'OVS flows are programmed after resync expected flow count 278, actual flow count 287': 'PASS'}, {'OVS groups are programmed after resync expected group count 27, actual group count 27': 'PASS'}]} 2018-10-06 17:33:41,120 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-10-06 17:33:41,120 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-06 17:33:41,120 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-06 17:33:41,198 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-06 17:33:41,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:33:41,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:33:41,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:33:41,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:33:41,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:33:41,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:33:41,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:33:41,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:33:41,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:33:41,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:33:41,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:33:41,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:33:41,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:33:41,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:33:41,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:33:41,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:33:41,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:33:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:33:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:33:41,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:33:41,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:33:41,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:33:41,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:33:41,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:33:41,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:33:41,212 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:33:41,214 - paramiko.transport - DEBUG - starting thread (client mode): 0xdcef0b10L 2018-10-06 17:33:41,215 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:41,248 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:41,248 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:41,253 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:41,253 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:41,253 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:41,253 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:41,254 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:41,254 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:41,267 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:41,267 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:41,279 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.158: c4dc2b25c8a8efad9953efd8358c778d 2018-10-06 17:33:41,279 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:41,307 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:41,346 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:41,380 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:41,588 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:41,588 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:41,627 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:41,628 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:41,654 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:46,762 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:46,763 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:46,765 - paramiko.transport - DEBUG - starting thread (client mode): 0xdcf14a10L 2018-10-06 17:33:46,766 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:46,771 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:46,772 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:46,775 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:46,775 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:46,775 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:46,775 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:46,775 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:46,776 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:46,781 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:46,781 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:46,797 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:33:46,798 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:46,820 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:46,832 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:46,862 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:46,935 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:46,935 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:46,974 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:46,975 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:46,982 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:47,018 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:47,018 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:47,019 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:47,020 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:47,020 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:47,061 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:47,099 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:47,100 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:47,101 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:47,102 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:47,102 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:47,142 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:47,175 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:47,176 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:47,178 - paramiko.transport - DEBUG - starting thread (client mode): 0xdcea7e50L 2018-10-06 17:33:47,179 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:47,184 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:47,184 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:47,186 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:47,186 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:47,186 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:47,186 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:47,187 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:47,187 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:47,191 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:47,192 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:47,194 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:33:47,195 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:47,231 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:47,243 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:47,259 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:47,331 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:47,331 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:47,370 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:47,370 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:47,378 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:47,413 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:47,414 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:47,414 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:47,415 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:47,415 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:47,456 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:47,494 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:47,496 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:47,496 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:47,497 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:47,497 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:47,538 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:47,571 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:47,572 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:47,574 - paramiko.transport - DEBUG - starting thread (client mode): 0xdceac690L 2018-10-06 17:33:47,574 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:47,580 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:47,580 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:47,583 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:47,583 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:47,583 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:47,583 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:47,583 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:47,584 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:47,588 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:47,589 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:47,590 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:33:47,591 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:47,627 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:47,639 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:47,655 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:47,740 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:47,740 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:47,779 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:47,780 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:47,791 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:47,824 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:47,824 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:47,825 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:47,826 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:47,826 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:47,867 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:47,903 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:47,904 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:47,904 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:47,906 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:47,906 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:47,947 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:47,978 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:47,979 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:47,981 - paramiko.transport - DEBUG - starting thread (client mode): 0xdceb6a10L 2018-10-06 17:33:47,982 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:47,986 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:47,987 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:47,989 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:47,990 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:47,990 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:47,990 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:47,990 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:47,990 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:47,995 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:47,995 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:47,997 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:33:47,998 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:48,034 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:48,045 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:48,062 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:48,122 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:48,122 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:48,161 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:48,162 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:48,166 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:48,195 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:48,198 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:48,199 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:48,200 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:48,200 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:48,240 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:48,273 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:48,275 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:48,276 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:48,276 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:48,277 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:48,318 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:48,347 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:48,348 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:48,350 - paramiko.transport - DEBUG - starting thread (client mode): 0xdceb6d50L 2018-10-06 17:33:48,350 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:48,355 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:48,355 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:48,357 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:48,358 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:48,358 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:48,358 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:48,358 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:48,358 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:48,362 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:48,363 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:48,366 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:33:48,366 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:48,402 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:48,413 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:48,431 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:48,491 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:48,492 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:48,531 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:48,532 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:48,535 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:48,563 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:48,564 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:48,565 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:48,566 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:48,566 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:48,606 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:48,637 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:48,638 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:48,639 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:48,639 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:48,640 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:48,680 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:48,706 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:48,706 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:48,707 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:48,708 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:48,709 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:48,715 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:53,749 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:53,750 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:53,752 - paramiko.transport - DEBUG - starting thread (client mode): 0xdcf14990L 2018-10-06 17:33:53,752 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:53,759 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:53,759 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:53,762 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:53,762 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:53,762 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:53,762 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:53,763 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:53,763 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:53,767 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:53,768 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:53,784 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 17:33:53,785 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:53,807 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:53,820 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:53,849 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:53,918 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:53,918 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:53,957 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:53,958 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:53,970 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:54,006 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:54,007 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:54,008 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:54,008 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:54,009 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:54,050 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:54,086 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:54,088 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:54,088 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:54,089 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:54,089 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:54,129 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:54,160 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:54,162 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:54,163 - paramiko.transport - DEBUG - starting thread (client mode): 0xddaed390L 2018-10-06 17:33:54,164 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:54,169 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:54,169 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:54,172 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:54,172 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:54,173 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:54,173 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:54,173 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:54,173 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:54,177 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:54,178 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:54,179 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 17:33:54,180 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:54,218 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:54,230 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:54,244 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:54,324 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:54,325 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:54,363 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:54,364 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:54,379 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:54,413 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:54,413 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:54,414 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:54,415 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:54,415 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:54,456 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:54,493 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:54,494 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:54,495 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:54,496 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:54,496 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:54,537 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:54,569 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:54,570 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:54,572 - paramiko.transport - DEBUG - starting thread (client mode): 0xddae5790L 2018-10-06 17:33:54,573 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:54,580 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:54,580 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:54,583 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:54,583 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:54,583 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:54,583 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:54,583 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:54,584 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:54,588 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:54,589 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:54,604 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 17:33:54,605 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:54,629 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:54,641 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:54,669 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:54,733 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:54,733 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:54,772 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:54,773 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:54,777 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:54,813 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:54,814 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:54,815 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:54,816 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:54,816 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:54,857 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:54,894 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:54,896 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:54,897 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:54,898 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:54,898 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:54,939 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:54,970 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:54,971 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:54,973 - paramiko.transport - DEBUG - starting thread (client mode): 0xdcef0f10L 2018-10-06 17:33:54,973 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:54,978 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:54,978 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:54,980 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:54,980 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:54,980 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:54,981 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:54,981 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:54,981 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:54,985 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:54,986 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:54,989 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 17:33:54,989 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:55,026 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:55,037 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:55,054 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:55,108 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:55,108 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:55,147 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:55,148 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:55,157 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:55,186 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:55,187 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:55,187 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:55,188 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:55,188 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:55,228 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:55,261 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:55,262 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:55,263 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:55,264 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:55,264 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:55,304 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:55,331 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:55,332 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:55,334 - paramiko.transport - DEBUG - starting thread (client mode): 0xdda76950L 2018-10-06 17:33:55,335 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 17:33:55,340 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 17:33:55,340 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 17:33:55,342 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 17:33:55,342 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 17:33:55,342 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 17:33:55,343 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 17:33:55,343 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 17:33:55,343 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 17:33:55,347 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 17:33:55,348 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 17:33:55,350 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 17:33:55,351 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 17:33:55,387 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 17:33:55,399 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 17:33:55,415 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 17:33:55,477 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 17:33:55,477 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 17:33:55,516 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 17:33:55,517 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 17:33:55,523 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 17:33:55,552 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 17:33:55,553 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 17:33:55,554 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 17:33:55,555 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 17:33:55,555 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 17:33:55,595 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 17:33:55,628 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 17:33:55,629 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 17:33:55,629 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 17:33:55,630 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 17:33:55,631 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 17:33:55,671 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 17:33:55,700 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 17:33:55,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:33:55,702 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 17:33:55,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-801c6044-dc1f-41bb-8961-acc5d54c67ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:33:55,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-801c6044-dc1f-41bb-8961-acc5d54c67ad 2018-10-06 17:33:55,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:33:56,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:33:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Wb4B6DPGRPaYIOTPnLUmSg"], "issued_at": "2018-10-06T17:33:56.000000Z"}} 2018-10-06 17:33:56,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f1e3eeaa1ff760345e4f2d7afd90cfb2079fd9f" 2018-10-06 17:33:56,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-01a9ed8e-d470-415a-9ea1-2259695d99f4 Date: Sat, 06 Oct 2018 17:33:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:33:56,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-01a9ed8e-d470-415a-9ea1-2259695d99f4 2018-10-06 17:33:56,673 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:33:56,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f1e3eeaa1ff760345e4f2d7afd90cfb2079fd9f" 2018-10-06 17:33:57,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e53a3b79-b6b2-4692-9046-3e71b483710a Date: Sat, 06 Oct 2018 17:33:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:33:57,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e53a3b79-b6b2-4692-9046-3e71b483710a 2018-10-06 17:33:57,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f1e3eeaa1ff760345e4f2d7afd90cfb2079fd9f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:33:57,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8 X-Openstack-Request-Id: req-4c59927c-eaff-46b6-b166-6e8f2cc59e55 Date: Sat, 06 Oct 2018 17:33:57 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:33:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:33:57Z", "visibility": "public", "locations": [], "self": "/v2/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "min_disk": 0, "protected": false, "id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "file": "/v2/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:33:57,825 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4c59927c-eaff-46b6-b166-6e8f2cc59e55 2018-10-06 17:33:57,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f1e3eeaa1ff760345e4f2d7afd90cfb2079fd9f" -d '' 2018-10-06 17:33:59,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9661120b-f8ed-4586-ad3d-a53de2974527 Date: Sat, 06 Oct 2018 17:33:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:33:59,698 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8/file used request id req-9661120b-f8ed-4586-ad3d-a53de2974527 2018-10-06 17:33:59,699 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-10-06 17:33:59,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:33:59,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43776745-83a6-48da-b3e2-6f5a5f2dd550 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:33:59,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-43776745-83a6-48da-b3e2-6f5a5f2dd550 2018-10-06 17:33:59,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:34:00,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:34:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["_N8lbvR1Q66ceZfDY3AS4g"], "issued_at": "2018-10-06T17:34:00.000000Z"}} 2018-10-06 17:34:00,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63dffda914533df7aa0763308b376fe46d7f140c" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-10-06 17:34:00,498 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-0d64900c-cb10-4335-880b-3ae1775e1a4a Date: Sat, 06 Oct 2018 17:34:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9f662ac1-3623-4de0-a782-59b6998bf1d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:34:00Z","is_default":false,"provider:segmentation_id":35,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:34:00Z","mtu":1450}} 2018-10-06 17:34:00,498 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-0d64900c-cb10-4335-880b-3ae1775e1a4a 2018-10-06 17:34:00,498 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 9f662ac1-3623-4de0-a782-59b6998bf1d3 with cidr 10.10.10.0/24 2018-10-06 17:34:00,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63dffda914533df7aa0763308b376fe46d7f140c" -d '{"subnets": [{"ip_version": 4, "network_id": "9f662ac1-3623-4de0-a782-59b6998bf1d3", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-10-06 17:34:01,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-442167ca-5c66-4ab8-be18-9b5e5a812fcf Date: Sat, 06 Oct 2018 17:34:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f662ac1-3623-4de0-a782-59b6998bf1d3","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:34:00Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:34:00Z","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":"b02668b3789342938652e3506ba63a25","id":"4c12689c-955f-4a6d-873d-ae4f317e08a3","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-10-06 17:34:01,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-442167ca-5c66-4ab8-be18-9b5e5a812fcf 2018-10-06 17:34:01,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63dffda914533df7aa0763308b376fe46d7f140c" 2018-10-06 17:34:01,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-73a257ca-b0e5-4c7c-8861-343acd8bbff5 Date: Sat, 06 Oct 2018 17:34:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:10:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-06T17:10:28Z", "revision_number": 0, "id": "6f120a01-567c-45a7-aa79-75fa5a215922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 179, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 7, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:34:01,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-73a257ca-b0e5-4c7c-8861-343acd8bbff5 2018-10-06 17:34:01,471 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:34:01,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:34:01,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b23cdd2-6482-4dea-82e9-28dfa548b9d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:34:01,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4b23cdd2-6482-4dea-82e9-28dfa548b9d9 2018-10-06 17:34:01,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:34:01,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:34:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Us-DwJAgS_WClPav6xsW2Q"], "issued_at": "2018-10-06T17:34:01.000000Z"}} 2018-10-06 17:34:01,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd206a9475cd9056e5690fcecd25c55782d29ee" 2018-10-06 17:34:02,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-349b82f2-feaa-4bb7-a6e7-79b7cd39b499 x-compute-request-id: req-349b82f2-feaa-4bb7-a6e7-79b7cd39b499 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:34:02,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-349b82f2-feaa-4bb7-a6e7-79b7cd39b499 2018-10-06 17:34:02,074 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:34:02,075 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:34:02,075 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:34:02,077 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:34:02,117 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:34:02,118 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:34:02,119 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:34:02,120 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:34:02,120 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:34:02,160 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:34:02,194 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:34:02,195 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 17:34:02,196 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:34:02,197 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 17:34:02,197 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 17:34:02,201 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 17:34:02,253 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-06 17:34:02,254 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 17:34:02,255 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 17:34:02,256 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 17:34:02,256 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 17:34:02,297 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 17:34:02,337 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 17:34:02,338 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-10-06 17:34:02,338 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=e6a7f9c9-fb75-47fc-8eaf-1380d86668f8 network=9f662ac1-3623-4de0-a782-59b6998bf1d3 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:34:02,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:34:02,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:34:02,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:34:02,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:34:02,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:34:02,341 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 17:34:02,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:34:02,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:34:02,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:34:02,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:34:02,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:34:02,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:34:02,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:34:02,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:34:02,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:34:02,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:34:02,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:34:02,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:34:02,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:34:02,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:34:02,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:34:02,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:34:02,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:34:02,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:34:02,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:34:02,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:34:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:34:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:34:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:34:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:34:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:34:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:34:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:34:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:34:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:34:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:34:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:34:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:34:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:34:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:34:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:34:02,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:34:02,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08145826-72c1-426b-8e7b-ad82f610e2a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:34:02,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-08145826-72c1-426b-8e7b-ad82f610e2a5 2018-10-06 17:34:02,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:34:02,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:34:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["k6h_kZG2Sj-4OGJbcH5FEA"], "issued_at": "2018-10-06T17:34:02.000000Z"}} 2018-10-06 17:34:02,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" 2018-10-06 17:34:03,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-867171d0-9a0b-420e-98e1-cf0e89537222 x-compute-request-id: req-867171d0-9a0b-420e-98e1-cf0e89537222 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:34:03,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-867171d0-9a0b-420e-98e1-cf0e89537222 2018-10-06 17:34:03,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" 2018-10-06 17:34:03,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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,Accept-Encoding x-openstack-request-id: req-1c961645-0759-4257-8102-9188bb58e83c x-compute-request-id: req-1c961645-0759-4257-8102-9188bb58e83c Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:34:03,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-1c961645-0759-4257-8102-9188bb58e83c 2018-10-06 17:34:03,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9f662ac1-3623-4de0-a782-59b6998bf1d3"}]}}' 2018-10-06 17:34:06,085 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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-ac7c7c0c-b85c-4ed8-bb6e-fecff4390f97 x-compute-request-id: req-ac7c7c0c-b85c-4ed8-bb6e-fecff4390f97 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "671879cf-b89b-477e-a90a-9bb7510478ed", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "bookmark"}], "adminPass": "TigPi2v6X2TP"}} 2018-10-06 17:34:06,085 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-ac7c7c0c-b85c-4ed8-bb6e-fecff4390f97 2018-10-06 17:34:06,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:34:06,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8811c00-a25c-41bb-9871-cc4ac5f057ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:34:06,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8811c00-a25c-41bb-9871-cc4ac5f057ed 2018-10-06 17:34:06,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:34:06,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["hTp2dpWlRAqQstuoLlnoIQ"], "issued_at": "2018-10-06T17:34:06.000000Z"}} 2018-10-06 17:34:06,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b240d74cbacec1e115aafef3edae3572a599cca7" 2018-10-06 17:34:07,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea8add2d-f969-40d9-960c-592f7e67b1f0 x-compute-request-id: req-ea8add2d-f969-40d9-960c-592f7e67b1f0 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.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "671879cf-b89b-477e-a90a-9bb7510478ed", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:34: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-11-2", "created": "2018-10-06T17:34:06Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:07,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed used request id req-ea8add2d-f969-40d9-960c-592f7e67b1f0 2018-10-06 17:34:10,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b240d74cbacec1e115aafef3edae3572a599cca7" 2018-10-06 17:34:10,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29bdff00-f1ec-42a8-bc69-89ad9985d77b x-compute-request-id: req-29bdff00-f1ec-42a8-bc69-89ad9985d77b 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.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "671879cf-b89b-477e-a90a-9bb7510478ed", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:34:07Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-10-06T17:34:06Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:10,485 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed used request id req-29bdff00-f1ec-42a8-bc69-89ad9985d77b 2018-10-06 17:34:13,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b240d74cbacec1e115aafef3edae3572a599cca7" 2018-10-06 17:34:14,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34: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-3626ddcb-1d1e-4e75-bd3e-674bf16d9bd0 x-compute-request-id: req-3626ddcb-1d1e-4e75-bd3e-674bf16d9bd0 Content-Encoding: gzip Content-Length: 784 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:3a:85:22", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-10-06T17:34:06.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "671879cf-b89b-477e-a90a-9bb7510478ed", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:34:11Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-10-06T17:34:06Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:14,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed used request id req-3626ddcb-1d1e-4e75-bd3e-674bf16d9bd0 2018-10-06 17:34:14,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" 2018-10-06 17:34:14,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5609aee-e71b-428c-bdc3-1c52f42e9b68 x-compute-request-id: req-d5609aee-e71b-428c-bdc3-1c52f42e9b68 Content-Encoding: gzip Content-Length: 784 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:3a:85:22", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/671879cf-b89b-477e-a90a-9bb7510478ed", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-10-06T17:34:06.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "671879cf-b89b-477e-a90a-9bb7510478ed", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:34:11Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-10-06T17:34:06Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:14,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed used request id req-d5609aee-e71b-428c-bdc3-1c52f42e9b68 2018-10-06 17:34:14,790 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.5'. 2018-10-06 17:34:14,790 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-10-06 17:34:14,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd206a9475cd9056e5690fcecd25c55782d29ee" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:34:16,114 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:34:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6443b17-ffdd-4bf7-8c09-2b4996a53583 x-compute-request-id: req-e6443b17-ffdd-4bf7-8c09-2b4996a53583 Content-Length: 0 Content-Type: application/json 2018-10-06 17:34:16,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-e6443b17-ffdd-4bf7-8c09-2b4996a53583 2018-10-06 17:34:16,114 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-10-06 17:34:16,114 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=e6a7f9c9-fb75-47fc-8eaf-1380d86668f8 network=9f662ac1-3623-4de0-a782-59b6998bf1d3 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:34:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:34:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:34:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:34:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:34:16,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:34:16,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:34:16,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:34:16,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:34:16,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:34:16,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:34:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:34:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:34:16,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:34:16,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:34:16,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:34:16,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:34:16,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:34:16,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:34:16,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:34:16,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:34:16,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f75cf835-6759-4415-b89b-65b827471b5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:34:16,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f75cf835-6759-4415-b89b-65b827471b5f 2018-10-06 17:34:16,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:34:16,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["feI_um9qRZ6ksCiFyAbLgw"], "issued_at": "2018-10-06T17:34:16.000000Z"}} 2018-10-06 17:34:16,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" 2018-10-06 17:34:16,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd126540-25a5-4392-9692-b3843b855394 x-compute-request-id: req-dd126540-25a5-4392-9692-b3843b855394 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:34:16,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dd126540-25a5-4392-9692-b3843b855394 2018-10-06 17:34:16,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" 2018-10-06 17:34:16,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5c886a9-f393-4b66-ae6a-2b1e9d07aeca x-compute-request-id: req-c5c886a9-f393-4b66-ae6a-2b1e9d07aeca Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:34:16,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-c5c886a9-f393-4b66-ae6a-2b1e9d07aeca 2018-10-06 17:34:16,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9f662ac1-3623-4de0-a782-59b6998bf1d3"}]}}' 2018-10-06 17:34:18,872 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:34:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4fe35723-5784-44a5-873a-6196690d516e x-compute-request-id: req-4fe35723-5784-44a5-873a-6196690d516e Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "daeee846-58d3-4c01-b602-e7c32d1ea17f", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "bookmark"}], "adminPass": "XRrGpP4a4cZn"}} 2018-10-06 17:34:18,872 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-4fe35723-5784-44a5-873a-6196690d516e 2018-10-06 17:34:18,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:34:18,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16e8474-5120-41d4-ab29-9297025c6eef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:34:18,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e16e8474-5120-41d4-ab29-9297025c6eef 2018-10-06 17:34:18,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:34:19,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:34:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["nZbuZOnoSviFNb7T_yKgiQ"], "issued_at": "2018-10-06T17:34:19.000000Z"}} 2018-10-06 17:34:19,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ed7450b78f643335a113aebb573202a529bd3c" 2018-10-06 17:34:19,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ecf5020-92ff-4fba-96fb-7ac3b58c5ae0 x-compute-request-id: req-4ecf5020-92ff-4fba-96fb-7ac3b58c5ae0 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.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "daeee846-58d3-4c01-b602-e7c32d1ea17f", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:34:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2018-10-06T17:34:18Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:19,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f used request id req-4ecf5020-92ff-4fba-96fb-7ac3b58c5ae0 2018-10-06 17:34:22,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ed7450b78f643335a113aebb573202a529bd3c" 2018-10-06 17:34:23,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-832e9e5d-46d5-4d4d-bba2-14c602410844 x-compute-request-id: req-832e9e5d-46d5-4d4d-bba2-14c602410844 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.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "daeee846-58d3-4c01-b602-e7c32d1ea17f", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:34:21Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-10-06T17:34:18Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:23,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f used request id req-832e9e5d-46d5-4d4d-bba2-14c602410844 2018-10-06 17:34:26,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ed7450b78f643335a113aebb573202a529bd3c" 2018-10-06 17:34:26,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-96577f36-5d4a-48fb-9147-c2dc3af5bbd8 x-compute-request-id: req-96577f36-5d4a-48fb-9147-c2dc3af5bbd8 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:69:28", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-10-06T17:34:19.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "daeee846-58d3-4c01-b602-e7c32d1ea17f", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:34:24Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-10-06T17:34:18Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:26,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f used request id req-96577f36-5d4a-48fb-9147-c2dc3af5bbd8 2018-10-06 17:34:26,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" 2018-10-06 17:34:27,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-b765a515-24d2-4933-9b07-49b3444d5818 x-compute-request-id: req-b765a515-24d2-4933-9b07-49b3444d5818 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:69:28", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f", "rel": "bookmark"}], "image": {"id": "e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "links": [{"href": "http://172.30.9.26:8774/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-10-06T17:34:19.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "daeee846-58d3-4c01-b602-e7c32d1ea17f", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:34:24Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-10-06T17:34:18Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:34:27,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f used request id req-b765a515-24d2-4933-9b07-49b3444d5818 2018-10-06 17:34:27,755 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.10'. 2018-10-06 17:34:27,756 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-10-06 17:34:27,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd206a9475cd9056e5690fcecd25c55782d29ee" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:34:29,356 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:34: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-b1ddcd3c-b31f-4cb7-9369-13cd06aba9df x-compute-request-id: req-b1ddcd3c-b31f-4cb7-9369-13cd06aba9df Content-Length: 0 Content-Type: application/json 2018-10-06 17:34:29,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-b1ddcd3c-b31f-4cb7-9369-13cd06aba9df 2018-10-06 17:34:29,357 - sdnvpn_test_utils - INFO - Waiting for instance daeee846-58d3-4c01-b602-e7c32d1ea17f to boot up 2018-10-06 17:34:29,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:30,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-3ed564d2-3662-47fc-91a7-fab0b2e9bdcf x-compute-request-id: req-3ed564d2-3662-47fc-91a7-fab0b2e9bdcf Content-Encoding: gzip Content-Length: 9377 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n"} 2018-10-06 17:34:30,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-3ed564d2-3662-47fc-91a7-fab0b2e9bdcf 2018-10-06 17:34:32,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:33,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-5a0b0647-c903-4fe2-98c9-18b725002089 x-compute-request-id: req-5a0b0647-c903-4fe2-98c9-18b725002089 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:34:33,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-5a0b0647-c903-4fe2-98c9-18b725002089 2018-10-06 17:34:35,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:36,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-950fa177-1231-48d6-bff4-085011905c32 x-compute-request-id: req-950fa177-1231-48d6-bff4-085011905c32 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:34:36,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-950fa177-1231-48d6-bff4-085011905c32 2018-10-06 17:34:38,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:39,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f3c5840-62d2-4a73-9692-a4fef2661770 x-compute-request-id: req-8f3c5840-62d2-4a73-9692-a4fef2661770 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:34:39,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-8f3c5840-62d2-4a73-9692-a4fef2661770 2018-10-06 17:34:41,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:42,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08a59785-5763-4228-8293-dc1835f18990 x-compute-request-id: req-08a59785-5763-4228-8293-dc1835f18990 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:34:42,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-08a59785-5763-4228-8293-dc1835f18990 2018-10-06 17:34:44,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:45,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-a622c30f-0666-4b66-a368-365f6987d40e x-compute-request-id: req-a622c30f-0666-4b66-a368-365f6987d40e Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:34:45,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-a622c30f-0666-4b66-a368-365f6987d40e 2018-10-06 17:34:47,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:48,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-01e435d4-4143-46c8-89b3-ec7cf93c573a x-compute-request-id: req-01e435d4-4143-46c8-89b3-ec7cf93c573a Content-Encoding: gzip Content-Length: 10055 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:34:48,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-01e435d4-4143-46c8-89b3-ec7cf93c573a 2018-10-06 17:34:51,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:52,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34: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-fbcbb9d0-40c6-40eb-a722-6db2a8403a2b x-compute-request-id: req-fbcbb9d0-40c6-40eb-a722-6db2a8403a2b Content-Encoding: gzip Content-Length: 10055 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:34:52,088 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-fbcbb9d0-40c6-40eb-a722-6db2a8403a2b 2018-10-06 17:34:54,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:55,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34: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-6f49468d-7376-4bb3-a970-5aaa3f40be1a x-compute-request-id: req-6f49468d-7376-4bb3-a970-5aaa3f40be1a Content-Encoding: gzip Content-Length: 10055 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:34:55,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-6f49468d-7376-4bb3-a970-5aaa3f40be1a 2018-10-06 17:34:57,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:34:58,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9a67a93-a904-4a3b-a730-0f028fd1efd8 x-compute-request-id: req-c9a67a93-a904-4a3b-a730-0f028fd1efd8 Content-Encoding: gzip Content-Length: 10055 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:34:58,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-c9a67a93-a904-4a3b-a730-0f028fd1efd8 2018-10-06 17:35:00,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:01,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-e3ecddd1-384b-41e9-8768-8c7844e8673d x-compute-request-id: req-e3ecddd1-384b-41e9-8768-8c7844e8673d Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:01,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-e3ecddd1-384b-41e9-8768-8c7844e8673d 2018-10-06 17:35:03,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:04,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-044698d3-cd29-4ac2-bb6c-62dbf5030a98 x-compute-request-id: req-044698d3-cd29-4ac2-bb6c-62dbf5030a98 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:04,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-044698d3-cd29-4ac2-bb6c-62dbf5030a98 2018-10-06 17:35:06,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:07,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-39952e12-72a8-475e-8934-3d29667c24d9 x-compute-request-id: req-39952e12-72a8-475e-8934-3d29667c24d9 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:07,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-39952e12-72a8-475e-8934-3d29667c24d9 2018-10-06 17:35:09,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:10,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-dcc5e2d6-dc36-4758-88be-dc6b99ea4f64 x-compute-request-id: req-dcc5e2d6-dc36-4758-88be-dc6b99ea4f64 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:10,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-dcc5e2d6-dc36-4758-88be-dc6b99ea4f64 2018-10-06 17:35:12,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:13,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:35:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b17c481a-2b75-4895-ab05-b7f4eb2276be x-compute-request-id: req-b17c481a-2b75-4895-ab05-b7f4eb2276be Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:13,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-b17c481a-2b75-4895-ab05-b7f4eb2276be 2018-10-06 17:35:15,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d2eef2f37f227edaddd5d738a6f3f1391eb4ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:16,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abd4bea2-70b8-45d7-ac08-8b2719295ce2 x-compute-request-id: req-abd4bea2-70b8-45d7-ac08-8b2719295ce2 Content-Encoding: gzip Content-Length: 11143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484370863 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132462] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134132] pid_max: default: 32768 minimum: 301\n[ 0.135028] ACPI: Core revision 20150930\n[ 0.136397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137729] Security Framework initialized\n[ 0.138567] Yama: becoming mindful.\n[ 0.139299] AppArmor: AppArmor initialized\n[ 0.140162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145478] Initializing cgroup subsys io\n[ 0.146301] Initializing cgroup subsys memory\n[ 0.147161] Initializing cgroup subsys devices\n[ 0.148075] Initializing cgroup subsys freezer\n[ 0.148982] Initializing cgroup subsys net_cls\n[ 0.149877] Initializing cgroup subsys perf_event\n[ 0.150814] Initializing cgroup subsys net_prio\n[ 0.151730] Initializing cgroup subsys hugetlb\n[ 0.152632] Initializing cgroup subsys pids\n[ 0.153523] CPU: Physical Processor ID: 0\n[ 0.155035] mce: CPU supports 10 MCE banks\n[ 0.155921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167967] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174395] ftrace: allocating 31920 entries in 125 pages\n[ 0.200165] smpboot: Max logical packages: 1\n[ 0.201021] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202378] x2apic enabled\n[ 0.203172] Switched APIC routing to physical x2apic.\n[ 0.204923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209829] KVM setup paravirtual spinlock\n[ 0.211111] x86: Booted up 1 node, 1 CPUs\n[ 0.211943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213352] devtmpfs: initialized\n[ 0.215041] evm: security.selinux\n[ 0.215743] evm: security.SMACK64\n[ 0.216434] evm: security.SMACK64EXEC\n[ 0.217171] evm: security.SMACK64TRANSMUTE\n[ 0.217981] evm: security.SMACK64MMAP\n[ 0.218746] evm: security.ima\n[ 0.219415] evm: security.capability\n[ 0.220224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222080] pinctrl core: initialized pinctrl subsystem\n[ 0.223191] RTC time: 17:34:19, date: 10/06/18\n[ 0.224144] NET: Registered protocol family 16\n[ 0.225114] cpuidle: using governor ladder\n[ 0.225949] cpuidle: using governor menu\n[ 0.226742] PCCT header not found.\n[ 0.227493] ACPI: bus type PCI registered\n[ 0.228305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229539] PCI: Using configuration type 1 for base access\n[ 0.231282] ACPI: Added _OSI(Module Device)\n[ 0.232118] ACPI: Added _OSI(Processor Device)\n[ 0.232991] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236020] ACPI: Interpreter enabled\n[ 0.236809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238668] 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.242382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244229] ACPI: (supports S0 S5)\n[ 0.244944] ACPI: Using IOAPIC for interrupt routing\n[ 0.246045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251606] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255047] acpiphp: Slot [3] registered\n[ 0.255872] acpiphp: Slot [4] registered\n[ 0.256719] acpiphp: Slot [5] registered\n[ 0.257520] acpiphp: Slot [6] registered\n[ 0.258317] acpiphp: Slot [7] registered\n[ 0.259126] acpiphp: Slot [8] registered\n[ 0.259931] acpiphp: Slot [9] registered\n[ 0.260745] acpiphp: Slot [10] registered\n[ 0.261583] acpiphp: Slot [11] registered\n[ 0.262423] acpiphp: Slot [12] registered\n[ 0.263248] acpiphp: Slot [13] registered\n[ 0.264067] acpiphp: Slot [14] registered\n[ 0.264880] acpiphp: Slot [15] registered\n[ 0.275670] acpiphp: Slot [16] registered\n[ 0.276484] acpiphp: Slot [17] registered\n[ 0.277304] acpiphp: Slot [18] registered\n[ 0.278110] acpiphp: Slot [19] registered\n[ 0.278929] acpiphp: Slot [20] registered\n[ 0.279751] acpiphp: Slot [21] registered\n[ 0.280565] acpiphp: Slot [22] registered\n[ 0.281385] acpiphp: Slot [23] registered\n[ 0.282200] acpiphp: Slot [24] registered\n[ 0.283017] acpiphp: Slot [25] registered\n[ 0.283836] acpiphp: Slot [26] registered\n[ 0.284657] acpiphp: Slot [27] registered\n[ 0.285470] acpiphp: Slot [28] registered\n[ 0.286287] acpiphp: Slot [29] registered\n[ 0.287100] acpiphp: Slot [30] registered\n[ 0.287918] acpiphp: Slot [31] registered\n[ 0.288739] PCI host bridge to bus 0000:00\n[ 0.289553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293504] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294950] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311283] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312767] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361592] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363054] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366879] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369800] vgaarb: loaded\n[ 0.370422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371577] SCSI subsystem initialized\n[ 0.372411] ACPI: bus type USB registered\n[ 0.373234] usbcore: registered new interface driver usbfs\n[ 0.374336] usbcore: registered new interface driver hub\n[ 0.375366] usbcore: registered new device driver usb\n[ 0.376424] PCI: Using ACPI for IRQ routing\n[ 0.377459] NetLabel: Initializing\n[ 0.378201] NetLabel: domain hash size = 128\n[ 0.379112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380070] NetLabel: unlabeled traffic allowed by default\n[ 0.381175] clocksource: Switched to clocksource kvm-clock\n[ 0.386521] AppArmor: AppArmor Filesystem Enabled\n[ 0.387499] pnp: PnP ACPI init\n[ 0.388430] pnp: PnP ACPI: found 5 devices\n[ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396563] NET: Registered protocol family 2\n[ 0.397518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398796] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401127] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403378] NET: Registered protocol family 1\n[ 0.404239] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420441] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434658] Trying to unpack rootfs image as initramfs...\n[ 0.483889] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497755] Scanning for low memory corruption every 60 seconds\n[ 0.499097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500250] audit: initializing netlink subsys (disabled)\n[ 0.501287] audit: type=2000 audit(1538847259.822:1): initialized\n[ 0.502593] Initialise system trusted keyring\n[ 0.503522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504688] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506666] zbud: loaded\n[ 0.507367] VFS: Disk quotas dquot_6.6.0\n[ 0.508178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509691] fuse init (API version 7.23)\n[ 0.510584] Key type big_key registered\n[ 0.511381] Allocating IMA MOK and blacklist keyrings.\n[ 0.512849] Key type asymmetric registered\n[ 0.513687] Asymmetric key parser 'x509' registered\n[ 0.514649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516120] io scheduler noop registered\n[ 0.516917] io scheduler deadline registered (default)\n[ 0.517922] io scheduler cfq registered\n[ 0.518760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521072] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522545] ACPI: Power Button [PWRF]\n[ 0.523379] GHES: HEST is not enabled!\n[ 0.537051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565293] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593510] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596201] Linux agpgart interface v0.103\n[ 0.598281] brd: module loaded\n[ 0.599481] loop: module loaded\n[ 0.608591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610081] GPT:90111 != 2097151\n[ 0.610779] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611881] GPT:90111 != 2097151\n[ 0.612558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613533] vda: vda1 vda15\n[ 0.615309] scsi host0: ata_piix\n[ 0.616043] scsi host1: ata_piix\n[ 0.616754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619429] libphy: Fixed MDIO Bus: probed\n[ 0.620249] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623484] PPP generic driver version 2.4.2\n[ 0.624379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625755] ehci-pci: EHCI PCI platform driver\n[ 0.626638] ehci-platform: EHCI generic platform driver\n[ 0.627631] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628762] ohci-pci: OHCI PCI platform driver\n[ 0.629646] ohci-platform: OHCI generic platform driver\n[ 0.630644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645154] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648660] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652454] usb usb1: Product: UHCI Host Controller\n[ 0.653400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655585] hub 1-0:1.0: USB hub found\n[ 0.656371] hub 1-0:1.0: 2 ports detected\n[ 0.657291] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661403] mousedev: PS/2 mouse device common for all mice\n[ 0.662666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664512] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666822] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668019] i2c /dev entries driver\n[ 0.668777] device-mapper: uevent: version 1.0.3\n[ 0.669731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672669] NET: Registered protocol family 10\n[ 0.673690] NET: Registered protocol family 17\n[ 0.674592] Key type dns_resolver registered\n[ 0.675528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676631] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678392] registered taskstats version 1\n[ 0.679234] Loading compiled-in X.509 certificates\n[ 0.680676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682553] zswap: loaded using pool lzo/zbud\n[ 0.683928] Key type trusted registered\n[ 0.685495] Key type encrypted registered\n[ 0.686343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688423] evm: HMAC attrs: 0x1\n[ 0.689742] Magic number: 6:308:592\n[ 0.690601] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:20 UTC (1538847260)\n[ 0.692202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693334] EDD information not available.\n[ 0.778157] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779719] Write protecting the kernel read-only data: 14336k\n[ 0.791515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.395035] random: dd 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.29. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUcImntASNgDj/5Vz4JdvrFdpkD6ta34BDfONH1vkrRyH/CjLENWd8+8gWoYxxbf1BeweLiws7a4yqY7GACSY49Wy7RVwi20lwEo9LcRuEBysKSRGIz9ZLL2PUaDnP4360szlIg27uIsJzNZUtLkMtKbaaA3r1/pp69y8rNgDq6YUD3pgd0ka726oGgPaNnBTZW9UOct5aiJZi983NDjHxzPfd8/akeLFWWhtCNEQM8izN84o+/VVk5OtUb1lli+bp4YGkVE02TQuDOYIz9sBkDwgThKWC8YzMpmP5qVQRe9uQxW90rRT00n3tCgWnkicYRqb2M44T8qyGxJm50J4/ root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBALn3vUbkx2xPv4nUuZQ61WrfS0/yeZIFC21Cd7Hv5mRFjeTBvMHihmiqHD2+gMyEaHryghpqLNayLxAJigjNBR+WcvgIqGFgF65G+mvhLhwHtqJ8yynrTZKboyEjTINKrvlIDolhNbuDUtN+sFkwEGMZ8uvsRVyXq8XML1wdKYV/AAAAFQDx/OJo3oPD94W9DUq3MQRWZLEBMwAAAIAGAn5cV61QW4qN1K16SG0Dxe9oDKyCUKm5cPFCGkQr45q1WVOEcBqWH4rcXFuJh7ZOKI/GhvGUHcQi6rYlic7m/CW68jrizo7emqEot72BvUG3RuVxiMm9FBeUbC6s6tD8H1HT27envRY9Dn2R3Z84ika88qpHtvuYAVM80i2NDQAAAIEAofkroq+KAR04xFAxYLDOoutBbjF5BmpK+Xh9jj84EadFijokMwz1ztpLLb3Po9ik5JN9kog4qgVEPFt9T3hz4gAIi3YAJTYglh3V+ZIe0tVNTHfhmOaY2TuWZ8jQ5ZOJTJcDAFBIqke79eQsDkFQ1IKFkrN52ejH8aKqaCogxl8= 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.10,24,fe80::f816:3eff:fe21:6928/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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.31s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:69:28 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:6928/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.129452] usb 1-1: Product: QEMU USB Tablet\n[ 1.129453] usb 1-1: Manufacturer: QEMU\n[ 1.129454] usb 1-1: SerialNumber: 42\n[ 1.358939] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.376854] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.395035] random: dd urandom read with 5 bits of entropy available\n[ 1.497241] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.497243] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 4.030711] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.600064] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:34:21 cirros kern.info kernel: [ 0.793339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 6 18:34:21 cirros kern.info kernel: [ 0.804164] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 6 18:34:21 cirros kern.info kernel: [ 0.804166] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 6 18:34:21 cirros kern.info kernel: [ 0.805838] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 6 18:34:21 cirros kern.info kernel: [ 0.808771] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 6 18:34:21 cirros kern.info kernel: [ 0.810751] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 6 18:34:21 cirros kern.info kernel: [ 0.832676] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 6 18:34:21 cirros kern.info kernel: [ 0.833875] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 6 18:34:21 cirros kern.info kernel: [ 0.835000] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 6 18:34:21 cirros kern.info kernel: [ 0.910611] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 6 18:34:21 cirros kern.info kernel: [ 0.969220] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 6 18:34:21 cirros kern.info kernel: [ 1.129449] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 6 18:34:21 cirros kern.info kernel: [ 1.129451] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 6 18:34:21 cirros kern.info kernel: [ 1.129452] usb 1-1: Product: QEMU USB Tablet\nOct 6 18:34:21 cirros kern.info kernel: [ 1.129453] usb 1-1: Manufacturer: QEMU\nOct 6 18:34:21 cirros kern.info kernel: [ 1.129454] usb 1-1: SerialNumber: 42\nOct 6 18:34:21 cirros kern.info kernel: [ 1.358939] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 6 18:34:21 cirros kern.info kernel: [ 1.376854] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 6 18:34:21 cirros kern.notice kernel: [ 1.395035] random: dd urandom read with 5 bits of entropy available\nOct 6 18:34:21 cirros kern.info kernel: [ 1.497241] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nOct 6 18:34:21 cirros kern.info kernel: [ 1.497243] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nOct 6 18:34:23 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:34:23 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:34:23 cirros kern.info kernel: [ 4.030711] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:34:24 cirros kern.info kernel: [ 4.600064] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-1 login: "} 2018-10-06 17:35:16,868 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-abd4bea2-70b8-45d7-ac08-8b2719295ce2 2018-10-06 17:35:18,904 - sdnvpn_test_utils - INFO - Waiting for instance 671879cf-b89b-477e-a90a-9bb7510478ed to boot up 2018-10-06 17:35:18,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:19,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-24830214-f31c-4fe6-98c8-9af437717fec x-compute-request-id: req-24830214-f31c-4fe6-98c8-9af437717fec Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:35:19,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-24830214-f31c-4fe6-98c8-9af437717fec 2018-10-06 17:35:21,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:23,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-20ae5e1f-7fb6-4ff1-ad8c-c2daf0197cbd x-compute-request-id: req-20ae5e1f-7fb6-4ff1-ad8c-c2daf0197cbd Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:35:23,075 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-20ae5e1f-7fb6-4ff1-ad8c-c2daf0197cbd 2018-10-06 17:35:25,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:26,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:35:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-472022d8-6978-4ac3-ba3f-a5e418d48712 x-compute-request-id: req-472022d8-6978-4ac3-ba3f-a5e418d48712 Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:35:26,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-472022d8-6978-4ac3-ba3f-a5e418d48712 2018-10-06 17:35:28,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:29,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:35:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4941d8e7-d978-4bed-8148-dc6f0b65c26c x-compute-request-id: req-4941d8e7-d978-4bed-8148-dc6f0b65c26c Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-06 17:35:29,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-4941d8e7-d978-4bed-8148-dc6f0b65c26c 2018-10-06 17:35:31,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:32,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:35:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa5fb9ae-e402-4b79-a4a5-709b54eab14d x-compute-request-id: req-aa5fb9ae-e402-4b79-a4a5-709b54eab14d Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:35:32,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-aa5fb9ae-e402-4b79-a4a5-709b54eab14d 2018-10-06 17:35:34,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:35,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-2840ecbf-4871-412e-a91e-0f90b6ba6f52 x-compute-request-id: req-2840ecbf-4871-412e-a91e-0f90b6ba6f52 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:35:35,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-2840ecbf-4871-412e-a91e-0f90b6ba6f52 2018-10-06 17:35:37,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:38,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-a1971c79-fdd0-4958-b1c9-f53f045a9bae x-compute-request-id: req-a1971c79-fdd0-4958-b1c9-f53f045a9bae Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:35:38,739 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-a1971c79-fdd0-4958-b1c9-f53f045a9bae 2018-10-06 17:35:40,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:41,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-b29d3ab0-6d29-4206-8332-45ad1d9283dc x-compute-request-id: req-b29d3ab0-6d29-4206-8332-45ad1d9283dc Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:35:41,831 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-b29d3ab0-6d29-4206-8332-45ad1d9283dc 2018-10-06 17:35:43,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:44,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-561029df-1518-4727-ba4f-7797b050d343 x-compute-request-id: req-561029df-1518-4727-ba4f-7797b050d343 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:35:44,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-561029df-1518-4727-ba4f-7797b050d343 2018-10-06 17:35:46,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:48,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-5d358b58-0b6f-4d5d-a897-2d39316f9272 x-compute-request-id: req-5d358b58-0b6f-4d5d-a897-2d39316f9272 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:48,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-5d358b58-0b6f-4d5d-a897-2d39316f9272 2018-10-06 17:35:50,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:51,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-23b39b3b-28ea-41f1-afa5-fb28be69707e x-compute-request-id: req-23b39b3b-28ea-41f1-afa5-fb28be69707e Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:51,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-23b39b3b-28ea-41f1-afa5-fb28be69707e 2018-10-06 17:35:53,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:54,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-372fab9c-c56f-4ae0-99f5-0ccc54b1d2a7 x-compute-request-id: req-372fab9c-c56f-4ae0-99f5-0ccc54b1d2a7 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:54,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-372fab9c-c56f-4ae0-99f5-0ccc54b1d2a7 2018-10-06 17:35:56,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:35:57,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-c110aba3-d75a-4cb0-b6a0-fbd8bb9b39f5 x-compute-request-id: req-c110aba3-d75a-4cb0-b6a0-fbd8bb9b39f5 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:35:57,322 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-c110aba3-d75a-4cb0-b6a0-fbd8bb9b39f5 2018-10-06 17:35:59,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:36:00,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-23c5ea20-1d09-4b50-83e4-b805ced72cc3 x-compute-request-id: req-23c5ea20-1d09-4b50-83e4-b805ced72cc3 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:36:00,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-23c5ea20-1d09-4b50-83e4-b805ced72cc3 2018-10-06 17:36:02,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a6f1cb8eb7e418a05cd1e84d44200026f8b645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:36:03,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:36:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dab98528-f806-4040-8254-79d057b8f7aa x-compute-request-id: req-dab98528-f806-4040-8254-79d057b8f7aa Content-Encoding: gzip Content-Length: 10900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486350131 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128762] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130387] pid_max: default: 32768 minimum: 301\n[ 0.131268] ACPI: Core revision 20150930\n[ 0.132631] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133913] Security Framework initialized\n[ 0.134713] Yama: becoming mindful.\n[ 0.135432] AppArmor: AppArmor initialized\n[ 0.136284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137582] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138833] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141380] Initializing cgroup subsys io\n[ 0.142177] Initializing cgroup subsys memory\n[ 0.143022] Initializing cgroup subsys devices\n[ 0.143880] Initializing cgroup subsys freezer\n[ 0.144732] Initializing cgroup subsys net_cls\n[ 0.145579] Initializing cgroup subsys perf_event\n[ 0.146470] Initializing cgroup subsys net_prio\n[ 0.147330] Initializing cgroup subsys hugetlb\n[ 0.148185] Initializing cgroup subsys pids\n[ 0.149042] CPU: Physical Processor ID: 0\n[ 0.150521] mce: CPU supports 10 MCE banks\n[ 0.151358] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152346] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163004] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169432] ftrace: allocating 31920 entries in 125 pages\n[ 0.195776] smpboot: Max logical packages: 1\n[ 0.196624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197949] x2apic enabled\n[ 0.198747] Switched APIC routing to physical x2apic.\n[ 0.200495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205293] KVM setup paravirtual spinlock\n[ 0.206568] x86: Booted up 1 node, 1 CPUs\n[ 0.207364] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208723] devtmpfs: initialized\n[ 0.210422] evm: security.selinux\n[ 0.211112] evm: security.SMACK64\n[ 0.211786] evm: security.SMACK64EXEC\n[ 0.212515] evm: security.SMACK64TRANSMUTE\n[ 0.213308] evm: security.SMACK64MMAP\n[ 0.214035] evm: security.ima\n[ 0.214667] evm: security.capability\n[ 0.215457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217270] pinctrl core: initialized pinctrl subsystem\n[ 0.218342] RTC time: 17:34:06, date: 10/06/18\n[ 0.219289] NET: Registered protocol family 16\n[ 0.220244] cpuidle: using governor ladder\n[ 0.221045] cpuidle: using governor menu\n[ 0.221809] PCCT header not found.\n[ 0.222539] ACPI: bus type PCI registered\n[ 0.223327] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224546] PCI: Using configuration type 1 for base access\n[ 0.226279] ACPI: Added _OSI(Module Device)\n[ 0.227101] ACPI: Added _OSI(Processor Device)\n[ 0.227946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228822] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230895] ACPI: Interpreter enabled\n[ 0.231654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238930] ACPI: (supports S0 S5)\n[ 0.239624] ACPI: Using IOAPIC for interrupt routing\n[ 0.240566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249329] acpiphp: Slot [3] registered\n[ 0.250119] acpiphp: Slot [4] registered\n[ 0.250902] acpiphp: Slot [5] registered\n[ 0.251701] acpiphp: Slot [6] registered\n[ 0.252491] acpiphp: Slot [7] registered\n[ 0.253277] acpiphp: Slot [8] registered\n[ 0.254068] acpiphp: Slot [9] registered\n[ 0.254850] acpiphp: Slot [10] registered\n[ 0.255649] acpiphp: Slot [11] registered\n[ 0.256458] acpiphp: Slot [12] registered\n[ 0.257268] acpiphp: Slot [13] registered\n[ 0.258064] acpiphp: Slot [14] registered\n[ 0.258859] acpiphp: Slot [15] registered\n[ 0.269857] acpiphp: Slot [16] registered\n[ 0.270663] acpiphp: Slot [17] registered\n[ 0.271463] acpiphp: Slot [18] registered\n[ 0.272257] acpiphp: Slot [19] registered\n[ 0.273052] acpiphp: Slot [20] registered\n[ 0.273852] acpiphp: Slot [21] registered\n[ 0.274654] acpiphp: Slot [22] registered\n[ 0.275452] acpiphp: Slot [23] registered\n[ 0.276250] acpiphp: Slot [24] registered\n[ 0.277046] acpiphp: Slot [25] registered\n[ 0.277839] acpiphp: Slot [26] registered\n[ 0.278641] acpiphp: Slot [27] registered\n[ 0.279449] acpiphp: Slot [28] registered\n[ 0.280251] acpiphp: Slot [29] registered\n[ 0.281049] acpiphp: Slot [30] registered\n[ 0.281843] acpiphp: Slot [31] registered\n[ 0.282646] PCI host bridge to bus 0000:00\n[ 0.283445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288688] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353920] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356747] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361960] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363472] vgaarb: loaded\n[ 0.364065] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.365981] ACPI: bus type USB registered\n[ 0.366782] usbcore: registered new interface driver usbfs\n[ 0.367808] usbcore: registered new interface driver hub\n[ 0.368794] usbcore: registered new device driver usb\n[ 0.369831] PCI: Using ACPI for IRQ routing\n[ 0.370839] NetLabel: Initializing\n[ 0.371551] NetLabel: domain hash size = 128\n[ 0.372393] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373351] NetLabel: unlabeled traffic allowed by default\n[ 0.374499] clocksource: Switched to clocksource kvm-clock\n[ 0.380063] AppArmor: AppArmor Filesystem Enabled\n[ 0.381028] pnp: PnP ACPI init\n[ 0.381942] pnp: PnP ACPI: found 5 devices\n[ 0.388300] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390014] NET: Registered protocol family 2\n[ 0.390964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395583] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396727] NET: Registered protocol family 1\n[ 0.397576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427978] Trying to unpack rootfs image as initramfs...\n[ 0.477136] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490943] Scanning for low memory corruption every 60 seconds\n[ 0.492406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493546] audit: initializing netlink subsys (disabled)\n[ 0.494572] audit: type=2000 audit(1538847246.988:1): initialized\n[ 0.495870] Initialise system trusted keyring\n[ 0.496796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497958] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499914] zbud: loaded\n[ 0.500614] VFS: Disk quotas dquot_6.6.0\n[ 0.501428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502931] fuse init (API version 7.23)\n[ 0.503826] Key type big_key registered\n[ 0.504627] Allocating IMA MOK and blacklist keyrings.\n[ 0.506087] Key type asymmetric registered\n[ 0.506913] Asymmetric key parser 'x509' registered\n[ 0.507861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509316] io scheduler noop registered\n[ 0.510103] io scheduler deadline registered (default)\n[ 0.511090] io scheduler cfq registered\n[ 0.511915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515663] ACPI: Power Button [PWRF]\n[ 0.516494] GHES: HEST is not enabled!\n[ 0.529906] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590555] brd: module loaded\n[ 0.591779] loop: module loaded\n[ 0.596196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597648] GPT:90111 != 2097151\n[ 0.598327] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599412] GPT:90111 != 2097151\n[ 0.600086] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601037] vda: vda1 vda15\n[ 0.602606] scsi host0: ata_piix\n[ 0.603339] scsi host1: ata_piix\n[ 0.604040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606668] libphy: Fixed MDIO Bus: probed\n[ 0.607482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608419] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610552] PPP generic driver version 2.4.2\n[ 0.611432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612720] ehci-pci: EHCI PCI platform driver\n[ 0.613584] ehci-platform: EHCI generic platform driver\n[ 0.614573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615686] ohci-pci: OHCI PCI platform driver\n[ 0.616557] ohci-platform: OHCI generic platform driver\n[ 0.617531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631885] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632872] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634306] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635335] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639059] usb usb1: Product: UHCI Host Controller\n[ 0.639982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641107] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642097] hub 1-0:1.0: USB hub found\n[ 0.642871] hub 1-0:1.0: 2 ports detected\n[ 0.643800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646852] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647876] mousedev: PS/2 mouse device common for all mice\n[ 0.649116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654388] i2c /dev entries driver\n[ 0.655149] device-mapper: uevent: version 1.0.3\n[ 0.656079] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657677] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658949] NET: Registered protocol family 10\n[ 0.659919] NET: Registered protocol family 17\n[ 0.660788] Key type dns_resolver registered\n[ 0.661692] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662777] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664500] registered taskstats version 1\n[ 0.665329] Loading compiled-in X.509 certificates\n[ 0.666767] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668590] zswap: loaded using pool lzo/zbud\n[ 0.669953] Key type trusted registered\n[ 0.671497] Key type encrypted registered\n[ 0.672319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674349] evm: HMAC attrs: 0x1\n[ 0.675292] Magic number: 6:308:592\n[ 0.676142] rtc_cmos 00:00: setting system clock to 2018-10-06 17:34:07 UTC (1538847247)\n[ 0.677727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678833] EDD information not available.\n[ 0.763595] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765126] Write protecting the kernel read-only data: 14336k\n[ 0.776972] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.413717] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.37. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRb2IqkVNFHBtblp0H1Z1TwjpqHD+Vz6iAa81qZDjbK0w+F9tepO9lY/OIYVj3CkIEkvorHI2+iVzZ5kBtvxq9fLTe/JFawsuSmjPuzNXa2S0n8o++mGnYK8bZUHJH4iGjMvOhzcsugZmC03IdixRwCmmWpI5tRaXUvfJ+nRLdtkxXk/qR7brV8iymvTQz8wuVjKmkF60wSEj1j9W14YPVABQThKVdfNTyTZi/dnZRTBfcien5e4Nb68xoIdd6CH10bluPv7GIaVYoY6O3Kcp43OV+IJPbSVuzlDeV0eNuSArEQPPYu7mis4eFA2tMPSQXyqq37nTG9aLuHSliF/QP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJv+A+m85iGeuPexs0b9dh17vqjKQ1Wdf383vtyGE35+OnpYcZH7HO3fkcUWD5IRsf8EHFP9uRaV2mJx4XBoq9o4ez2HLqMpHSmajwXkrhuYlMXQWk2ORYj1InXIj7FTaYLg/ZQiTubVG5ufkWv/qpuTdazih7i8ArgiNTjNqjbzAAAAFQCrOONBSDwAw/5qO9LYzyEP64x+aQAAAIAayP4UcCG4zJo0cCEcmclLpB+byOCpDDbJy/LhJ0VKwWZjeAL/r71akG+ShiWv6P7xccHejde+/FG0ekP5zWS7HzDnze9Lob7EshV/zeL/90M+v+T+3Xvg4GIpWFQAb5oC7TFSL1bZ1i3dBRgmVL7XdPQ8dkB4UAnfi8Ks272bugAAAIBo+za5cVS5oSzs0w+ZPpekzObukKBosMrSDyrQXNDHm5o25Ht//O32epHCEhRUm5KIesKif2N13SgVbDLGjaY2AMZc1CAEcmXbCY/0ch/bCpXiJeEBwDreAGv2MXTKsjVrl69Dc61mQUnGY4kWIJAEkjKLRPbd23SHedzvudzkKg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe3a:8522/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3A:85:22 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:8522/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 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.115212] usb 1-1: Manufacturer: QEMU\n[ 1.115212] usb 1-1: SerialNumber: 42\n[ 1.127500] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\n[ 1.382464] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.395841] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.413717] random: dd urandom read with 5 bits of entropy available\n[ 1.490719] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.490721] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.566878] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.872170] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:34:08 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:34:08 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:34:08 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:34:08 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:34:08 cirros kern.notice kernel: [ 1.413717] random: dd urandom read with 5 bits of entropy available\nOct 6 18:34:08 cirros kern.info kernel: [ 1.490719] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 6 18:34:08 cirros kern.info kernel: [ 1.490721] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 6 18:35:09 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:35:10 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:35:10 cirros kern.info kernel: [ 63.566878] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:35:10 cirros kern.info kernel: [ 63.872170] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-2 login: "} 2018-10-06 17:36:03,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-dab98528-f806-4040-8254-79d057b8f7aa 2018-10-06 17:36:05,543 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-06 17:36:35,564 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 17:36:35,567 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 17:36:35,567 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 17:36:35,570 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 17:36:35,615 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-06 17:36:35,617 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-06 17:36:35,617 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-06 17:36:35,619 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-06 17:36:35,619 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-06 17:36:35,659 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-06 17:36:35,694 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-06 17:36:35,695 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 17:36:35,696 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-06 17:36:35,697 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 17:36:35,697 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 17:36:35,702 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 17:36:35,738 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-06 17:36:35,740 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-06 17:36:35,740 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-06 17:36:35,741 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-06 17:36:35,742 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-06 17:36:35,782 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-06 17:36:35,816 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-06 17:36:35,817 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-10-06 17:36:35,818 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-06 17:36:35,819 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-06 17:36:35,819 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-06 17:36:35,819 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-06 17:36:35,823 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-06 17:36:35,856 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-06 17:36:35,857 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-06 17:36:35,858 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-06 17:36:35,860 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-06 17:36:35,861 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-06 17:36:35,901 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-06 17:36:35,961 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-06 17:36:35,962 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-06 17:36:35,964 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-06 17:36:35,964 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-06 17:36:35,964 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-06 17:36:35,968 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-06 17:36:36,029 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-06 17:36:36,034 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-06 17:36:36,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd206a9475cd9056e5690fcecd25c55782d29ee" -d '{"forceDelete": null}' 2018-10-06 17:36:36,209 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:36:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef339072-646c-4431-b334-3a9dab75079f x-compute-request-id: req-ef339072-646c-4431-b334-3a9dab75079f Content-Length: 0 Content-Type: application/json 2018-10-06 17:36:36,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/daeee846-58d3-4c01-b602-e7c32d1ea17f/action used request id req-ef339072-646c-4431-b334-3a9dab75079f 2018-10-06 17:36:36,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd206a9475cd9056e5690fcecd25c55782d29ee" -d '{"forceDelete": null}' 2018-10-06 17:36:36,427 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:36:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66913130-3163-4930-9e98-d7ec1d2dc6a1 x-compute-request-id: req-66913130-3163-4930-9e98-d7ec1d2dc6a1 Content-Length: 0 Content-Type: application/json 2018-10-06 17:36:36,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/671879cf-b89b-477e-a90a-9bb7510478ed/action used request id req-66913130-3163-4930-9e98-d7ec1d2dc6a1 2018-10-06 17:36:36,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f1e3eeaa1ff760345e4f2d7afd90cfb2079fd9f" 2018-10-06 17:36:38,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb34fd18-c22a-461d-877b-28471c1828e4 Date: Sat, 06 Oct 2018 17:36:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:36:38,128 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e6a7f9c9-fb75-47fc-8eaf-1380d86668f8 used request id req-cb34fd18-c22a-461d-877b-28471c1828e4 2018-10-06 17:36:38,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/4c12689c-955f-4a6d-873d-ae4f317e08a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63dffda914533df7aa0763308b376fe46d7f140c" 2018-10-06 17:36:40,491 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06cfa429-25d0-4b34-8db5-9ba0ed4b3ede Date: Sat, 06 Oct 2018 17:36:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:36:40,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/4c12689c-955f-4a6d-873d-ae4f317e08a3 used request id req-06cfa429-25d0-4b34-8db5-9ba0ed4b3ede 2018-10-06 17:36:40,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/9f662ac1-3623-4de0-a782-59b6998bf1d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63dffda914533df7aa0763308b376fe46d7f140c" 2018-10-06 17:36:41,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad6048ef-597f-4e11-9b78-dc8ac04c0279 Date: Sat, 06 Oct 2018 17:36:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:36:41,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/9f662ac1-3623-4de0-a782-59b6998bf1d3 used request id req-ad6048ef-597f-4e11-9b78-dc8ac04c0279 2018-10-06 17:36:41,822 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-06 17:36:41,822 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-06 17:36:41,823 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-06 17:36:41,825 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-06 17:36:41,887 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-06 17:36:41,888 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-06 17:36:41,889 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-06 17:36:41,890 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-06 17:36:41,890 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-06 17:36:41,892 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-06 17:36:41,954 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-06 17:36:41,955 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-06 17:36:41,956 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-06 17:37:11,958 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-06 17:37:11,958 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-06 17:37:11,959 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-06 17:37:11,961 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-06 17:37:12,004 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-06 17:37:12,005 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-06 17:37:12,006 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-06 17:37:12,007 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-06 17:37:12,007 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-06 17:37:12,048 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-06 17:37:12,089 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-06 17:37:12,090 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-06 17:37:12,090 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-06 17:37:12,092 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-06 17:37:12,092 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-06 17:37:12,094 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-06 17:37:12,129 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-06 17:37:12,130 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-06 17:37:12,131 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-06 17:37:12,132 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-06 17:37:12,132 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-06 17:37:12,172 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-06 17:37:12,205 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-06 17:37:12,206 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-10-06 17:37:12,207 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | FAIL | Additional group was not deleted from OVS | +========================================================================================+ 2018-10-06 17:37:12,207 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-06 17:37:12,207 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-06 17:37:12,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-06 17:37:12,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-10-06 17:37:12,209 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-06 17:37:12,209 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-06 17:37:12,209 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-06 17:37:12,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-06 17:37:12,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:12,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:12,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:12,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:12,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:12,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:12,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:12,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:12,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:12,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:12,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:12,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:12,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:12,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:12,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:12,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:12,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:12,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:12,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:12,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:12,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:12,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:12,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:12,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:12,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:37:12,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:12,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:12,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:12,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:12,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:12,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:12,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:12,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:12,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:12,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:12,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:12,300 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:37:12,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:12,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90a8179-da46-4c5d-a438-2dbe5dd04399 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:12,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e90a8179-da46-4c5d-a438-2dbe5dd04399 2018-10-06 17:37:12,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:12,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Qvn7RbnFTvaKCOyQnZs5KQ"], "issued_at": "2018-10-06T17:37:12.000000Z"}} 2018-10-06 17:37:12,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10800e990c413a8b142561f66844a5d3c9c64af7" 2018-10-06 17:37:12,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-8f194dd0-a966-411f-abf9-46ff5cf22e76 Date: Sat, 06 Oct 2018 17:37:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:37:12,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-8f194dd0-a966-411f-abf9-46ff5cf22e76 2018-10-06 17:37:12,870 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:37:12,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10800e990c413a8b142561f66844a5d3c9c64af7" 2018-10-06 17:37:13,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-42e67a90-d8a2-491b-adcf-37830f097230 Date: Sat, 06 Oct 2018 17:37:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:37:13,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-42e67a90-d8a2-491b-adcf-37830f097230 2018-10-06 17:37:13,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10800e990c413a8b142561f66844a5d3c9c64af7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:37:13,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/dc846ddd-9868-4b9c-94d3-30079a88fc35 X-Openstack-Request-Id: req-9e51eaac-6042-4a67-9178-dd33736cde10 Date: Sat, 06 Oct 2018 17:37:13 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:37:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:37:13Z", "visibility": "public", "locations": [], "self": "/v2/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "min_disk": 0, "protected": false, "id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "file": "/v2/images/dc846ddd-9868-4b9c-94d3-30079a88fc35/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:37:13,647 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9e51eaac-6042-4a67-9178-dd33736cde10 2018-10-06 17:37:13,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/dc846ddd-9868-4b9c-94d3-30079a88fc35/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10800e990c413a8b142561f66844a5d3c9c64af7" -d '' 2018-10-06 17:37:15,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd625d33-5a9f-4620-a97d-aa0a33bf0b50 Date: Sat, 06 Oct 2018 17:37:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:37:15,177 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/dc846ddd-9868-4b9c-94d3-30079a88fc35/file used request id req-dd625d33-5a9f-4620-a97d-aa0a33bf0b50 2018-10-06 17:37:15,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:15,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc278462-c9df-41dc-92f5-d5a52d041207 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:15,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dc278462-c9df-41dc-92f5-d5a52d041207 2018-10-06 17:37:15,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:15,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["0Lxx8M21TsuBJixAWw6jZA"], "issued_at": "2018-10-06T17:37:15.000000Z"}} 2018-10-06 17:37:15,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:37:15,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-f2ad8b73-3975-4d82-8a34-9e3a050469d9 Date: Sat, 06 Oct 2018 17:37:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db8ee82e-7ffc-4e97-a205-157f1123fe71"],"description":"","tags":[],"updated_at":"2018-10-06T17:28:04Z","provider:segmentation_id":91,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:37:15,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f2ad8b73-3975-4d82-8a34-9e3a050469d9 2018-10-06 17:37:15,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:37:16,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1254 X-Openstack-Request-Id: req-2e132481-ae20-44e7-974d-71712d666150 Date: Sat, 06 Oct 2018 17:37:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:28:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-06 17:37:16,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-2e132481-ae20-44e7-974d-71712d666150 2018-10-06 17:37:16,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:37:16,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-557b37da-c417-4e62-99a1-83bcc4fad305 Date: Sat, 06 Oct 2018 17:37:16 GMT RESP BODY: {"routers": []} 2018-10-06 17:37:16,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-557b37da-c417-4e62-99a1-83bcc4fad305 2018-10-06 17:37:16,238 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-06 17:37:16,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-10-06 17:37:16,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-b88b489b-d868-466e-abb2-c851edb46cdc Date: Sat, 06 Oct 2018 17:37:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c588f44f-267c-4321-9f9b-dc02aec50476","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:37:16Z","is_default":false,"provider:segmentation_id":36,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:37:16Z","mtu":1450}} 2018-10-06 17:37:16,648 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-b88b489b-d868-466e-abb2-c851edb46cdc 2018-10-06 17:37:16,649 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c588f44f-267c-4321-9f9b-dc02aec50476' created successfully 2018-10-06 17:37:16,649 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-06 17:37:16,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"subnets": [{"ip_version": 4, "network_id": "c588f44f-267c-4321-9f9b-dc02aec50476", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-10-06 17:37:17,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8cbe7f34-3585-41d8-a692-657b74c812f0 Date: Sat, 06 Oct 2018 17:37:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c588f44f-267c-4321-9f9b-dc02aec50476","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:37:17Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:37:17Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"b7bc6f80-fd2d-46cd-8d9b-12219a98a42a","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-10-06 17:37:17,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-8cbe7f34-3585-41d8-a692-657b74c812f0 2018-10-06 17:37:17,529 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b7bc6f80-fd2d-46cd-8d9b-12219a98a42a' created successfully 2018-10-06 17:37:17,529 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-06 17:37:17,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-10-06 17:37:17,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-7faac5e7-918a-42f5-b345-bb923778c8c8 Date: Sat, 06 Oct 2018 17:37:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:37:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:37:17Z", "revision_number": 0, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8", "name": "sdnvpn-4-1-router"}} 2018-10-06 17:37:17,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-7faac5e7-918a-42f5-b345-bb923778c8c8 2018-10-06 17:37:17,657 - sdnvpn.lib.openstack_utils - DEBUG - Router 'e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8' created successfully 2018-10-06 17:37:17,657 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-06 17:37:17,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"subnet_id": "b7bc6f80-fd2d-46cd-8d9b-12219a98a42a"}' 2018-10-06 17:37:19,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2ebd681d-3a8b-418d-ad62-26ae5a6d9cd5 Date: Sat, 06 Oct 2018 17:37:19 GMT RESP BODY: {"network_id": "c588f44f-267c-4321-9f9b-dc02aec50476", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "b7bc6f80-fd2d-46cd-8d9b-12219a98a42a", "subnet_ids": ["b7bc6f80-fd2d-46cd-8d9b-12219a98a42a"], "port_id": "cbe58add-d1d7-46a8-ade7-f55acda110e6", "id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"} 2018-10-06 17:37:19,282 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8/add_router_interface used request id req-2ebd681d-3a8b-418d-ad62-26ae5a6d9cd5 2018-10-06 17:37:19,282 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-06 17:37:19,283 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-06 17:37:19,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:37:19,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4524 X-Openstack-Request-Id: req-afaf7f7e-79fd-4366-9beb-c4ff07e028e6 Date: Sat, 06 Oct 2018 17:37:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db8ee82e-7ffc-4e97-a205-157f1123fe71"],"description":"","tags":[],"updated_at":"2018-10-06T17:28:04Z","provider:segmentation_id":91,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c588f44f-267c-4321-9f9b-dc02aec50476","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["b7bc6f80-fd2d-46cd-8d9b-12219a98a42a"],"description":"","tags":[],"updated_at":"2018-10-06T17:37:17Z","provider:segmentation_id":36,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:37:16Z","provider:network_type":"vxlan"}]} 2018-10-06 17:37:19,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-afaf7f7e-79fd-4366-9beb-c4ff07e028e6 2018-10-06 17:37:19,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}}' 2018-10-06 17:37:20,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-06558a90-806a-413c-b025-cc358d9cadf4 Date: Sat, 06 Oct 2018 17:37:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:37:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:37:20Z", "revision_number": 3, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8", "name": "sdnvpn-4-1-router"}} 2018-10-06 17:37:20,832 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 used request id req-06558a90-806a-413c-b025-cc358d9cadf4 2018-10-06 17:37:20,832 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-06 17:37:20,832 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-10-06 17:37:20,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-10-06 17:37:21,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-231a7df9-a4f3-46d3-ad33-0e39cd09d278 Date: Sat, 06 Oct 2018 17:37: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":"6897718a-bd1d-4b34-9888-dc43c9570ea0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:37:21Z","is_default":false,"provider:segmentation_id":37,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:37:21Z","mtu":1450}} 2018-10-06 17:37:21,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-231a7df9-a4f3-46d3-ad33-0e39cd09d278 2018-10-06 17:37:21,235 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 6897718a-bd1d-4b34-9888-dc43c9570ea0 with cidr 10.10.11.0/24 2018-10-06 17:37:21,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"subnets": [{"ip_version": 4, "network_id": "6897718a-bd1d-4b34-9888-dc43c9570ea0", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-10-06 17:37:21,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ea38337b-08bf-485a-93b2-5b63509c1c8b Date: Sat, 06 Oct 2018 17:37:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6897718a-bd1d-4b34-9888-dc43c9570ea0","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:37:21Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:37:21Z","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":"b02668b3789342938652e3506ba63a25","id":"fc1965ba-d474-4cde-9c05-9211b7240d85","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-10-06 17:37:21,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-ea38337b-08bf-485a-93b2-5b63509c1c8b 2018-10-06 17:37:21,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:37:22,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-3cf4f909-95cb-4676-876e-d03738a250b9 Date: Sat, 06 Oct 2018 17:37:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:10:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-06T17:10:28Z", "revision_number": 0, "id": "6f120a01-567c-45a7-aa79-75fa5a215922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 179, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 7, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:37:22,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-3cf4f909-95cb-4676-876e-d03738a250b9 2018-10-06 17:37:22,199 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:37:22,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:22,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0553a593-39ae-4454-8914-b1f973e834d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:22,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0553a593-39ae-4454-8914-b1f973e834d0 2018-10-06 17:37:22,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:22,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["6k76NHKkQeiO_05nEL5tkg"], "issued_at": "2018-10-06T17:37:22.000000Z"}} 2018-10-06 17:37:22,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" 2018-10-06 17:37:22,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-4bbdb9a8-a379-40b8-8d55-4ada19e70fae x-compute-request-id: req-4bbdb9a8-a379-40b8-8d55-4ada19e70fae 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:37:22,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-4bbdb9a8-a379-40b8-8d55-4ada19e70fae 2018-10-06 17:37:22,761 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-06 17:37:22,761 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-10-06 17:37:22,761 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=dc846ddd-9868-4b9c-94d3-30079a88fc35 network=c588f44f-267c-4321-9f9b-dc02aec50476 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:37:22,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:22,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:22,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:22,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:22,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:22,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:22,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:22,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:22,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:22,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:22,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:22,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:22,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:22,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:22,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:22,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:22,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:22,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:22,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d42469f-0660-4651-9c69-d41b3ab29f79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:22,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2d42469f-0660-4651-9c69-d41b3ab29f79 2018-10-06 17:37:22,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:23,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["G50sVTuDQk2GPznil_lhDg"], "issued_at": "2018-10-06T17:37:23.000000Z"}} 2018-10-06 17:37:23,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" 2018-10-06 17:37:23,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-92bd1d6e-c5f2-4364-86e3-0f34d108f95d x-compute-request-id: req-92bd1d6e-c5f2-4364-86e3-0f34d108f95d Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:37:23,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-92bd1d6e-c5f2-4364-86e3-0f34d108f95d 2018-10-06 17:37:23,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" 2018-10-06 17:37:23,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-9eb500b1-7486-4c9b-bbab-5f1483908789 x-compute-request-id: req-9eb500b1-7486-4c9b-bbab-5f1483908789 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:37:23,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-9eb500b1-7486-4c9b-bbab-5f1483908789 2018-10-06 17:37:23,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c588f44f-267c-4321-9f9b-dc02aec50476"}]}}' 2018-10-06 17:37:25,262 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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-6c58ff11-7a76-494f-8a61-e1f92be203b4 x-compute-request-id: req-6c58ff11-7a76-494f-8a61-e1f92be203b4 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a1f677e1-e749-469b-9268-b438748c3293", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "bookmark"}], "adminPass": "s6XPPchj5UU3"}} 2018-10-06 17:37:25,262 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-6c58ff11-7a76-494f-8a61-e1f92be203b4 2018-10-06 17:37:25,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:25,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ec04c4-7bee-4faa-99e4-66c949647a0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:25,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e5ec04c4-7bee-4faa-99e4-66c949647a0f 2018-10-06 17:37:25,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:25,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["MuYZHxBxR9eYDdZFNK9Nrw"], "issued_at": "2018-10-06T17:37:25.000000Z"}} 2018-10-06 17:37:25,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}420ec277660a76c71eec59a6cfd33863eba223c5" 2018-10-06 17:37:26,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-f5dbaff9-187a-4d93-9898-6f53a5661362 x-compute-request-id: req-f5dbaff9-187a-4d93-9898-6f53a5661362 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.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a1f677e1-e749-469b-9268-b438748c3293", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:37:25Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-10-06T17:37:25Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:26,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 used request id req-f5dbaff9-187a-4d93-9898-6f53a5661362 2018-10-06 17:37:29,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}420ec277660a76c71eec59a6cfd33863eba223c5" 2018-10-06 17:37:29,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-82712cc2-c020-4ff7-aa4b-2101a1927ffd x-compute-request-id: req-82712cc2-c020-4ff7-aa4b-2101a1927ffd 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.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a1f677e1-e749-469b-9268-b438748c3293", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:37:27Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-10-06T17:37:25Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:29,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 used request id req-82712cc2-c020-4ff7-aa4b-2101a1927ffd 2018-10-06 17:37:32,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}420ec277660a76c71eec59a6cfd33863eba223c5" 2018-10-06 17:37:33,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-1f27d02d-2e2e-4099-8537-97d7c3fc4e18 x-compute-request-id: req-1f27d02d-2e2e-4099-8537-97d7c3fc4e18 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:e5:62", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-06T17:37:25.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a1f677e1-e749-469b-9268-b438748c3293", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:37:30Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-10-06T17:37:25Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:33,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 used request id req-1f27d02d-2e2e-4099-8537-97d7c3fc4e18 2018-10-06 17:37:33,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" 2018-10-06 17:37:34,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-ba02ec7f-4c03-4d7d-86a8-1e20015f774c x-compute-request-id: req-ba02ec7f-4c03-4d7d-86a8-1e20015f774c Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:e5:62", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a1f677e1-e749-469b-9268-b438748c3293", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-06T17:37:25.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "a1f677e1-e749-469b-9268-b438748c3293", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:37:30Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-10-06T17:37:25Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:34,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293 used request id req-ba02ec7f-4c03-4d7d-86a8-1e20015f774c 2018-10-06 17:37:34,009 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.11'. 2018-10-06 17:37:34,009 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-10-06 17:37:34,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:37:35,762 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-6a6df026-5c6e-4e52-9e13-ea846761436d x-compute-request-id: req-6a6df026-5c6e-4e52-9e13-ea846761436d Content-Length: 0 Content-Type: application/json 2018-10-06 17:37:35,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action used request id req-6a6df026-5c6e-4e52-9e13-ea846761436d 2018-10-06 17:37:35,762 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-10-06 17:37:35,762 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=dc846ddd-9868-4b9c-94d3-30079a88fc35 network=c588f44f-267c-4321-9f9b-dc02aec50476 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:37:35,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:35,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:35,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:35,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:35,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:35,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:35,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:35,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:35,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:35,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:35,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:35,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:35,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:35,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:35,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:35,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:35,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:35,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:35,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:35,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:35,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe2227c-fb73-42d3-bda8-2053a614d55b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:35,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cbe2227c-fb73-42d3-bda8-2053a614d55b 2018-10-06 17:37:35,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:36,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["JkWAnkNBSpinWVPQs29HGg"], "issued_at": "2018-10-06T17:37:36.000000Z"}} 2018-10-06 17:37:36,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" 2018-10-06 17:37:36,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd1851ad-0262-4768-8beb-6f0763d05f63 x-compute-request-id: req-fd1851ad-0262-4768-8beb-6f0763d05f63 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:37:36,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fd1851ad-0262-4768-8beb-6f0763d05f63 2018-10-06 17:37:36,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" 2018-10-06 17:37:36,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40769c03-4337-4405-b24b-0964b27af31b x-compute-request-id: req-40769c03-4337-4405-b24b-0964b27af31b Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:37:36,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-40769c03-4337-4405-b24b-0964b27af31b 2018-10-06 17:37:36,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c588f44f-267c-4321-9f9b-dc02aec50476"}]}}' 2018-10-06 17:37:38,348 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:37:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-19f4400c-df0b-4716-89fd-63fb7e7de9ee x-compute-request-id: req-19f4400c-df0b-4716-89fd-63fb7e7de9ee Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "84ef2432-a983-4022-822c-f0aec45ca3ce", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "bookmark"}], "adminPass": "L6dosdwBWUQt"}} 2018-10-06 17:37:38,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-19f4400c-df0b-4716-89fd-63fb7e7de9ee 2018-10-06 17:37:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:38,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1bd961c-1b83-4601-abbe-a2580abb77ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:38,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e1bd961c-1b83-4601-abbe-a2580abb77ef 2018-10-06 17:37:38,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:38,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["gd8yk64eSFCT87xmWyxaoA"], "issued_at": "2018-10-06T17:37:38.000000Z"}} 2018-10-06 17:37:38,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4fc0eaaef4da89d0f5e21113268b1bb4db277a" 2018-10-06 17:37:39,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-74187eed-5f9c-4d07-9399-8cd1f98d2d6f x-compute-request-id: req-74187eed-5f9c-4d07-9399-8cd1f98d2d6f Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "84ef2432-a983-4022-822c-f0aec45ca3ce", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:37:38Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-10-06T17:37:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:39,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce used request id req-74187eed-5f9c-4d07-9399-8cd1f98d2d6f 2018-10-06 17:37:42,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4fc0eaaef4da89d0f5e21113268b1bb4db277a" 2018-10-06 17:37:42,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-7b0edc0f-022b-44ad-9b2f-f3da8ff9c36b x-compute-request-id: req-7b0edc0f-022b-44ad-9b2f-f3da8ff9c36b 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.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "84ef2432-a983-4022-822c-f0aec45ca3ce", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:37:39Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-10-06T17:37:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:42,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce used request id req-7b0edc0f-022b-44ad-9b2f-f3da8ff9c36b 2018-10-06 17:37:45,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4fc0eaaef4da89d0f5e21113268b1bb4db277a" 2018-10-06 17:37:46,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-4e611c92-fd42-4b21-b54a-d56467fb06bf x-compute-request-id: req-4e611c92-fd42-4b21-b54a-d56467fb06bf 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:2b:75:10", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-06T17:37:39.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "84ef2432-a983-4022-822c-f0aec45ca3ce", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:37:43Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-10-06T17:37:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:46,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce used request id req-4e611c92-fd42-4b21-b54a-d56467fb06bf 2018-10-06 17:37:46,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" 2018-10-06 17:37:47,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2b625a0-f01b-43d7-a158-02418b2759fd x-compute-request-id: req-a2b625a0-f01b-43d7-a158-02418b2759fd 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:2b:75:10", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/84ef2432-a983-4022-822c-f0aec45ca3ce", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-06T17:37:39.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "84ef2432-a983-4022-822c-f0aec45ca3ce", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:37:43Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-10-06T17:37:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:47,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce used request id req-a2b625a0-f01b-43d7-a158-02418b2759fd 2018-10-06 17:37:47,238 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.6'. 2018-10-06 17:37:47,238 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-10-06 17:37:47,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:37:48,783 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-b3a9e64d-b13a-4b97-a043-fb6852745800 x-compute-request-id: req-b3a9e64d-b13a-4b97-a043-fb6852745800 Content-Length: 0 Content-Type: application/json 2018-10-06 17:37:48,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action used request id req-b3a9e64d-b13a-4b97-a043-fb6852745800 2018-10-06 17:37:48,783 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-10-06 17:37:48,783 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=dc846ddd-9868-4b9c-94d3-30079a88fc35 network=6897718a-bd1d-4b34-9888-dc43c9570ea0 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:37:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:48,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:48,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:48,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:37:48,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:37:48,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:37:48,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:37:48,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:37:48,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:37:48,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:37:48,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:37:48,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:37:48,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:48,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436080f3-8342-4932-80e8-46dd46d86c38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:48,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-436080f3-8342-4932-80e8-46dd46d86c38 2018-10-06 17:37:48,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:49,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["i8OOLV7BSSOC6ZlIonXhRg"], "issued_at": "2018-10-06T17:37:49.000000Z"}} 2018-10-06 17:37:49,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" 2018-10-06 17:37:49,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1645847e-bfdb-41e8-8a32-b87ca9f1c573 x-compute-request-id: req-1645847e-bfdb-41e8-8a32-b87ca9f1c573 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:37:49,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1645847e-bfdb-41e8-8a32-b87ca9f1c573 2018-10-06 17:37:49,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" 2018-10-06 17:37:49,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-915ee76f-475d-4302-a0e6-4ed667c94f66 x-compute-request-id: req-915ee76f-475d-4302-a0e6-4ed667c94f66 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:37:49,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-915ee76f-475d-4302-a0e6-4ed667c94f66 2018-10-06 17:37:49,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6897718a-bd1d-4b34-9888-dc43c9570ea0"}]}}' 2018-10-06 17:37:50,879 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eae46192-ad02-40dc-b2e1-fd6309ba65e0 x-compute-request-id: req-eae46192-ad02-40dc-b2e1-fd6309ba65e0 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "bookmark"}], "adminPass": "v4sXAmYWbwJC"}} 2018-10-06 17:37:50,879 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-eae46192-ad02-40dc-b2e1-fd6309ba65e0 2018-10-06 17:37:50,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:37:50,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cfd4b60-3813-4664-b91d-753ee5eb6fa4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:37:50,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9cfd4b60-3813-4664-b91d-753ee5eb6fa4 2018-10-06 17:37:50,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:37:51,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:37:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["pFrSTdAUSzCpKvk-fV7J8A"], "issued_at": "2018-10-06T17:37:51.000000Z"}} 2018-10-06 17:37:51,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dc407ab6d3347a06bc8e3b00692b7d95df2bc6" 2018-10-06 17:37:51,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-095079fc-0d90-4e3e-8695-dbc8491b5008 x-compute-request-id: req-095079fc-0d90-4e3e-8695-dbc8491b5008 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.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:37:51Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-10-06T17:37:50Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:51,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 used request id req-095079fc-0d90-4e3e-8695-dbc8491b5008 2018-10-06 17:37:54,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dc407ab6d3347a06bc8e3b00692b7d95df2bc6" 2018-10-06 17:37:55,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-ae0d5001-cce4-4453-a479-50be0732335b x-compute-request-id: req-ae0d5001-cce4-4453-a479-50be0732335b Content-Encoding: gzip Content-Length: 774 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:21:0a:05", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:37:51Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-10-06T17:37:50Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:55,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 used request id req-ae0d5001-cce4-4453-a479-50be0732335b 2018-10-06 17:37:58,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dc407ab6d3347a06bc8e3b00692b7d95df2bc6" 2018-10-06 17:37:59,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-7614d8bc-c10f-4dac-aea1-0bec1687a8be x-compute-request-id: req-7614d8bc-c10f-4dac-aea1-0bec1687a8be Content-Encoding: gzip Content-Length: 777 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:21:0a:05", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-06T17:37:51.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:37:55Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-10-06T17:37:50Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:59,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 used request id req-7614d8bc-c10f-4dac-aea1-0bec1687a8be 2018-10-06 17:37:59,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" 2018-10-06 17:37:59,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-70317135-610e-4187-b5f6-d09e2f7e788a x-compute-request-id: req-70317135-610e-4187-b5f6-d09e2f7e788a Content-Encoding: gzip Content-Length: 777 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:21:0a:05", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-06T17:37:51.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "167d0b6c-f015-4b0f-8b6d-7e6a55f53154", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:37:55Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-10-06T17:37:50Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:37:59,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154 used request id req-70317135-610e-4187-b5f6-d09e2f7e788a 2018-10-06 17:37:59,903 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.10'. 2018-10-06 17:37:59,903 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-10-06 17:37:59,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:38:01,340 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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 x-openstack-request-id: req-1dfdf588-eb01-401c-9821-f6d678d6f854 x-compute-request-id: req-1dfdf588-eb01-401c-9821-f6d678d6f854 Content-Length: 0 Content-Type: application/json 2018-10-06 17:38:01,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-1dfdf588-eb01-401c-9821-f6d678d6f854 2018-10-06 17:38:01,340 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-10-06 17:38:01,340 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=dc846ddd-9868-4b9c-94d3-30079a88fc35 network=6897718a-bd1d-4b34-9888-dc43c9570ea0 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.10 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:38:01,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:38:01,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:38:01,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:38:01,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:38:01,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:38:01,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:38:01,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:38:01,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:38:01,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:38:01,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:38:01,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:38:01,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:38:01,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:38:01,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:38:01,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:38:01,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:38:01,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:38:01,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:38:01,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:38:01,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:38:01,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:38:01,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:38:01,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:38:01,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:38:01,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:38:01,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:38:01,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:38:01,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:38:01,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:38:01,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:38:01,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:38:01,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:38:01,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:38:01,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae11a8a-983e-41be-997e-55a645577df7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:38:01,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1ae11a8a-983e-41be-997e-55a645577df7 2018-10-06 17:38:01,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:38:01,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:38:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["jhpONjauTWysaLQ5mzv6vQ"], "issued_at": "2018-10-06T17:38:01.000000Z"}} 2018-10-06 17:38:01,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67969254bdbceddb23a3950b5e554784306333e" 2018-10-06 17:38:01,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-27062fb8-1f81-402c-9b1c-b64a05c1f389 x-compute-request-id: req-27062fb8-1f81-402c-9b1c-b64a05c1f389 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:38:01,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-27062fb8-1f81-402c-9b1c-b64a05c1f389 2018-10-06 17:38:01,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67969254bdbceddb23a3950b5e554784306333e" 2018-10-06 17:38:01,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-afdd5ce1-9b4b-44a5-80e7-1120e1ae81af x-compute-request-id: req-afdd5ce1-9b4b-44a5-80e7-1120e1ae81af Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:38:01,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-afdd5ce1-9b4b-44a5-80e7-1120e1ae81af 2018-10-06 17:38:01,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67969254bdbceddb23a3950b5e554784306333e" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6897718a-bd1d-4b34-9888-dc43c9570ea0"}], "config_drive": true}}' 2018-10-06 17:38:03,406 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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 x-openstack-request-id: req-fc1c649b-5758-4eea-b135-f458037d7f58 x-compute-request-id: req-fc1c649b-5758-4eea-b135-f458037d7f58 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6c4f3f7e-a476-439d-ab32-6f339d023ccf", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "bookmark"}], "adminPass": "x7ha5YXTgTYS"}} 2018-10-06 17:38:03,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-fc1c649b-5758-4eea-b135-f458037d7f58 2018-10-06 17:38:03,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:38:03,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1cc1e55-46ff-4324-9c1a-ffa580c68ce0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:38:03,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f1cc1e55-46ff-4324-9c1a-ffa580c68ce0 2018-10-06 17:38:03,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:38:03,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:38:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["uyrXxGgVS_yi9TAPbt2IWw"], "issued_at": "2018-10-06T17:38:03.000000Z"}} 2018-10-06 17:38:03,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2575c24ffac876654ed1fb79c866f04013a2e64d" 2018-10-06 17:38:04,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-3089dad1-a024-4939-ba06-224b6e4247d0 x-compute-request-id: req-3089dad1-a024-4939-ba06-224b6e4247d0 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.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "6c4f3f7e-a476-439d-ab32-6f339d023ccf", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:38:03Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-06T17:38:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:04,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf used request id req-3089dad1-a024-4939-ba06-224b6e4247d0 2018-10-06 17:38:07,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2575c24ffac876654ed1fb79c866f04013a2e64d" 2018-10-06 17:38:07,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-c3f46f12-a968-42e2-8467-0f83179ca634 x-compute-request-id: req-c3f46f12-a968-42e2-8467-0f83179ca634 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:9e:c6", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "6c4f3f7e-a476-439d-ab32-6f339d023ccf", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:38:04Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-06T17:38:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:07,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf used request id req-c3f46f12-a968-42e2-8467-0f83179ca634 2018-10-06 17:38:10,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2575c24ffac876654ed1fb79c866f04013a2e64d" 2018-10-06 17:38:11,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-dd99da2f-5fd4-4b1c-9784-b44b0d9b96ed x-compute-request-id: req-dd99da2f-5fd4-4b1c-9784-b44b0d9b96ed Content-Encoding: gzip Content-Length: 784 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:b6:9e:c6", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-06T17:38:02.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "6c4f3f7e-a476-439d-ab32-6f339d023ccf", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:38:07Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-06T17:38:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:11,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf used request id req-dd99da2f-5fd4-4b1c-9784-b44b0d9b96ed 2018-10-06 17:38:11,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67969254bdbceddb23a3950b5e554784306333e" 2018-10-06 17:38:12,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-2cd3370d-362e-4624-a2d6-11d86708c473 x-compute-request-id: req-2cd3370d-362e-4624-a2d6-11d86708c473 Content-Encoding: gzip Content-Length: 784 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:b6:9e:c6", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-06T17:38:02.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "6c4f3f7e-a476-439d-ab32-6f339d023ccf", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:38:07Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-06T17:38:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:12,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf used request id req-2cd3370d-362e-4624-a2d6-11d86708c473 2018-10-06 17:38:12,345 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.8'. 2018-10-06 17:38:12,345 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-10-06 17:38:12,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:38:13,735 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:38:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-617a8d4d-b0a8-4136-946f-acf2a72186b9 x-compute-request-id: req-617a8d4d-b0a8-4136-946f-acf2a72186b9 Content-Length: 0 Content-Type: application/json 2018-10-06 17:38:13,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action used request id req-617a8d4d-b0a8-4136-946f-acf2a72186b9 2018-10-06 17:38:13,735 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-10-06 17:38:13,735 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=dc846ddd-9868-4b9c-94d3-30079a88fc35 network=c588f44f-267c-4321-9f9b-dc02aec50476 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.6 10.10.11.8 10.10.11.10 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:38:13,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:38:13,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:38:13,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:38:13,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:38:13,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:38:13,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:38:13,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:38:13,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:38:13,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:38:13,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:38:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:38:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:38:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:38:13,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:38:13,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:38:13,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:38:13,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:38:13,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:38:13,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:38:13,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0f5811-2e51-46b2-ba6d-a0e933515ed7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:38:13,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2a0f5811-2e51-46b2-ba6d-a0e933515ed7 2018-10-06 17:38:13,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:38:14,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:38:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["6UgVlOM8RDaFcZ-rst7CPQ"], "issued_at": "2018-10-06T17:38:14.000000Z"}} 2018-10-06 17:38:14,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" 2018-10-06 17:38:14,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-45f0c5e9-e7e3-42ce-b2d8-63ed9534701f x-compute-request-id: req-45f0c5e9-e7e3-42ce-b2d8-63ed9534701f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:38:14,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-45f0c5e9-e7e3-42ce-b2d8-63ed9534701f 2018-10-06 17:38:14,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" 2018-10-06 17:38:14,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-ddbc6161-4f7a-4ba6-ad95-593d2a77f2d3 x-compute-request-id: req-ddbc6161-4f7a-4ba6-ad95-593d2a77f2d3 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:38:14,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-ddbc6161-4f7a-4ba6-ad95-593d2a77f2d3 2018-10-06 17:38:14,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC42IDEwLjEwLjExLjggMTAuMTAuMTEuMTAKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c588f44f-267c-4321-9f9b-dc02aec50476"}], "config_drive": true}}' 2018-10-06 17:38:15,796 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-8fa1442e-26c1-40bc-8076-776826f9dab0 x-compute-request-id: req-8fa1442e-26c1-40bc-8076-776826f9dab0 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f5f71049-4869-47a7-aa90-3f9caa09b9d1", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "bookmark"}], "adminPass": "jp58CX6mz8Ah"}} 2018-10-06 17:38:15,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8fa1442e-26c1-40bc-8076-776826f9dab0 2018-10-06 17:38:15,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:38:15,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c43c483-0182-4561-8007-7dd1e66dc4c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:38:15,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0c43c483-0182-4561-8007-7dd1e66dc4c7 2018-10-06 17:38:15,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:38:16,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["krLFJTr1S_6wmTpd5Q0g9g"], "issued_at": "2018-10-06T17:38:16.000000Z"}} 2018-10-06 17:38:16,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea5b045d40e01745fe8ffb2303c3052b405612a2" 2018-10-06 17:38:16,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-4ce3e3df-f8c2-4156-8493-ccd065e61290 x-compute-request-id: req-4ce3e3df-f8c2-4156-8493-ccd065e61290 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.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "f5f71049-4869-47a7-aa90-3f9caa09b9d1", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:38:16Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-10-06T17:38:15Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:16,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 used request id req-4ce3e3df-f8c2-4156-8493-ccd065e61290 2018-10-06 17:38:19,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea5b045d40e01745fe8ffb2303c3052b405612a2" 2018-10-06 17:38:20,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-15555329-e469-47f0-a275-b57fb8861c59 x-compute-request-id: req-15555329-e469-47f0-a275-b57fb8861c59 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:99:4c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "f5f71049-4869-47a7-aa90-3f9caa09b9d1", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:38:16Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-10-06T17:38:15Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:20,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 used request id req-15555329-e469-47f0-a275-b57fb8861c59 2018-10-06 17:38:23,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea5b045d40e01745fe8ffb2303c3052b405612a2" 2018-10-06 17:38:23,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-76d521d8-2442-4250-ade7-186eae5d4ebf x-compute-request-id: req-76d521d8-2442-4250-ade7-186eae5d4ebf 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:7d:99:4c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-10-06T17:38:15.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "f5f71049-4869-47a7-aa90-3f9caa09b9d1", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:38:20Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-10-06T17:38:15Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:23,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 used request id req-76d521d8-2442-4250-ade7-186eae5d4ebf 2018-10-06 17:38:23,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" 2018-10-06 17:38:24,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-1636c7c9-a1fe-466c-8107-56bd8575c420 x-compute-request-id: req-1636c7c9-a1fe-466c-8107-56bd8575c420 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:7d:99:4c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1", "rel": "bookmark"}], "image": {"id": "dc846ddd-9868-4b9c-94d3-30079a88fc35", "links": [{"href": "http://172.30.9.26:8774/images/dc846ddd-9868-4b9c-94d3-30079a88fc35", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-10-06T17:38:15.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "f5f71049-4869-47a7-aa90-3f9caa09b9d1", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:38:20Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-10-06T17:38:15Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:38:24,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1 used request id req-1636c7c9-a1fe-466c-8107-56bd8575c420 2018-10-06 17:38:24,542 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.16'. 2018-10-06 17:38:24,542 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-10-06 17:38:24,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:38:25,983 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-b69c7218-d761-484d-adf7-80f4c32f6722 x-compute-request-id: req-b69c7218-d761-484d-adf7-80f4c32f6722 Content-Length: 0 Content-Type: application/json 2018-10-06 17:38:25,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-b69c7218-d761-484d-adf7-80f4c32f6722 2018-10-06 17:38:25,984 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-06 17:38:25,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-799452", "route_distinguishers": "12:12"}}' 2018-10-06 17:38:26,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-5984aaea-e3dc-4d0f-acaa-c1c049a425c3 Date: Sat, 06 Oct 2018 17:38:26 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "3690fa52-2449-47ab-b173-23f90fcca4cc", "name": "sdnvpn-799452", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:38:26,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-5984aaea-e3dc-4d0f-acaa-c1c049a425c3 2018-10-06 17:38:26,219 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-799452', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'b02668b3789342938652e3506ba63a25', u'route_targets': [], u'project_id': u'b02668b3789342938652e3506ba63a25', u'type': u'l3', u'id': u'3690fa52-2449-47ab-b173-23f90fcca4cc'}} 2018-10-06 17:38:26,219 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-10-06 17:38:26,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"router_association": {"router_id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"}}' 2018-10-06 17:38:26,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-433aaf5c-e91a-4e89-8c57-8fa9f2adb28b Date: Sat, 06 Oct 2018 17:38:26 GMT RESP BODY: {"router_association": {"router_id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "386bd114-f580-4470-b5cd-a31e72ad4afb"}} 2018-10-06 17:38:26,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc/router_associations used request id req-433aaf5c-e91a-4e89-8c57-8fa9f2adb28b 2018-10-06 17:38:26,772 - sdnvpn_test_utils - INFO - Waiting for instance a1f677e1-e749-469b-9268-b438748c3293 to boot up 2018-10-06 17:38:26,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:27,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-a18945a3-072a-464e-a952-bdaab299431a x-compute-request-id: req-a18945a3-072a-464e-a952-bdaab299431a Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478629896 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130294] pid_max: default: 32768 minimum: 301\n[ 0.131173] ACPI: Core revision 20150930\n[ 0.132550] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133852] Security Framework initialized\n[ 0.134670] Yama: becoming mindful.\n[ 0.135400] AppArmor: AppArmor initialized\n[ 0.136265] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137600] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138882] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140092] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141481] Initializing cgroup subsys io\n[ 0.142292] Initializing cgroup subsys memory\n[ 0.143148] Initializing cgroup subsys devices\n[ 0.144027] Initializing cgroup subsys freezer\n[ 0.144901] Initializing cgroup subsys net_cls\n[ 0.145764] Initializing cgroup subsys perf_event\n[ 0.146670] Initializing cgroup subsys net_prio\n[ 0.147550] Initializing cgroup subsys hugetlb\n[ 0.148417] Initializing cgroup subsys pids\n[ 0.149291] CPU: Physical Processor ID: 0\n[ 0.150783] mce: CPU supports 10 MCE banks\n[ 0.151646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152645] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169816] ftrace: allocating 31920 entries in 125 pages\n[ 0.196393] smpboot: Max logical packages: 1\n[ 0.197283] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198629] x2apic enabled\n[ 0.199438] Switched APIC routing to physical x2apic.\n[ 0.201193] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202315] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206091] KVM setup paravirtual spinlock\n[ 0.207465] x86: Booted up 1 node, 1 CPUs\n[ 0.208271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209659] devtmpfs: initialized\n[ 0.211378] evm: security.selinux\n[ 0.212074] evm: security.SMACK64\n[ 0.212773] evm: security.SMACK64EXEC\n[ 0.213517] evm: security.SMACK64TRANSMUTE\n[ 0.214323] evm: security.SMACK64MMAP\n[ 0.215068] evm: security.ima\n[ 0.215711] evm: security.capability\n[ 0.216517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218389] pinctrl core: initialized pinctrl subsystem\n[ 0.219494] RTC time: 17:37:25, date: 10/06/18\n[ 0.220445] NET: Registered protocol family 16\n[ 0.221413] cpuidle: using governor ladder\n[ 0.222230] cpuidle: using governor menu\n[ 0.223011] PCCT header not found.\n[ 0.223768] ACPI: bus type PCI registered\n[ 0.224571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225806] PCI: Using configuration type 1 for base access\n[ 0.227579] ACPI: Added _OSI(Module Device)\n[ 0.228425] ACPI: Added _OSI(Processor Device)\n[ 0.229286] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230181] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232297] ACPI: Interpreter enabled\n[ 0.233090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234937] 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.238623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240459] ACPI: (supports S0 S5)\n[ 0.241160] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246448] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247682] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248873] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251091] acpiphp: Slot [3] registered\n[ 0.251898] acpiphp: Slot [4] registered\n[ 0.252697] acpiphp: Slot [5] registered\n[ 0.253495] acpiphp: Slot [6] registered\n[ 0.254290] acpiphp: Slot [7] registered\n[ 0.255088] acpiphp: Slot [8] registered\n[ 0.255890] acpiphp: Slot [9] registered\n[ 0.256688] acpiphp: Slot [10] registered\n[ 0.257508] acpiphp: Slot [11] registered\n[ 0.258319] acpiphp: Slot [12] registered\n[ 0.259136] acpiphp: Slot [13] registered\n[ 0.259948] acpiphp: Slot [14] registered\n[ 0.260768] acpiphp: Slot [15] registered\n[ 0.271622] acpiphp: Slot [16] registered\n[ 0.272473] acpiphp: Slot [17] registered\n[ 0.273284] acpiphp: Slot [18] registered\n[ 0.274088] acpiphp: Slot [19] registered\n[ 0.274896] acpiphp: Slot [20] registered\n[ 0.275713] acpiphp: Slot [21] registered\n[ 0.276525] acpiphp: Slot [22] registered\n[ 0.277333] acpiphp: Slot [23] registered\n[ 0.278138] acpiphp: Slot [24] registered\n[ 0.278947] acpiphp: Slot [25] registered\n[ 0.279761] acpiphp: Slot [26] registered\n[ 0.280569] acpiphp: Slot [27] registered\n[ 0.281377] acpiphp: Slot [28] registered\n[ 0.282182] acpiphp: Slot [29] registered\n[ 0.282989] acpiphp: Slot [30] registered\n[ 0.283803] acpiphp: Slot [31] registered\n[ 0.284613] PCI host bridge to bus 0000:00\n[ 0.285419] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287842] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289289] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290736] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296919] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298218] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299393] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300665] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307062] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308505] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357189] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358638] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361268] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363817] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365363] vgaarb: loaded\n[ 0.365963] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367108] SCSI subsystem initialized\n[ 0.367928] ACPI: bus type USB registered\n[ 0.368755] usbcore: registered new interface driver usbfs\n[ 0.369781] usbcore: registered new interface driver hub\n[ 0.370785] usbcore: registered new device driver usb\n[ 0.371845] PCI: Using ACPI for IRQ routing\n[ 0.372880] NetLabel: Initializing\n[ 0.373595] NetLabel: domain hash size = 128\n[ 0.374443] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375390] NetLabel: unlabeled traffic allowed by default\n[ 0.376489] clocksource: Switched to clocksource kvm-clock\n[ 0.382008] AppArmor: AppArmor Filesystem Enabled\n[ 0.382976] pnp: PnP ACPI init\n[ 0.383894] pnp: PnP ACPI: found 5 devices\n[ 0.390264] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392001] NET: Registered protocol family 2\n[ 0.392957] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394230] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395397] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398832] NET: Registered protocol family 1\n[ 0.399701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400802] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430207] Trying to unpack rootfs image as initramfs...\n[ 0.480078] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493896] Scanning for low memory corruption every 60 seconds\n[ 0.495216] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496360] audit: initializing netlink subsys (disabled)\n[ 0.497389] audit: type=2000 audit(1538847446.487:1): initialized\n[ 0.498697] Initialise system trusted keyring\n[ 0.499624] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500794] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502753] zbud: loaded\n[ 0.503456] VFS: Disk quotas dquot_6.6.0\n[ 0.504274] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505784] fuse init (API version 7.23)\n[ 0.506684] Key type big_key registered\n[ 0.507487] Allocating IMA MOK and blacklist keyrings.\n[ 0.508599] Key type asymmetric registered\n[ 0.509425] Asymmetric key parser 'x509' registered\n[ 0.510376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512212] io scheduler noop registered\n[ 0.513014] io scheduler deadline registered (default)\n[ 0.514012] io scheduler cfq registered\n[ 0.514845] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515906] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518629] ACPI: Power Button [PWRF]\n[ 0.519456] GHES: HEST is not enabled!\n[ 0.533148] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561020] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589130] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593407] brd: module loaded\n[ 0.594586] loop: module loaded\n[ 0.599071] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600518] GPT:90111 != 2097151\n[ 0.601185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602261] GPT:90111 != 2097151\n[ 0.602921] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603875] vda: vda1 vda15\n[ 0.605381] scsi host0: ata_piix\n[ 0.606104] scsi host1: ata_piix\n[ 0.606800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609428] libphy: Fixed MDIO Bus: probed\n[ 0.610236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611166] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613289] PPP generic driver version 2.4.2\n[ 0.614159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615445] ehci-pci: EHCI PCI platform driver\n[ 0.616302] ehci-platform: EHCI generic platform driver\n[ 0.617285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618401] ohci-pci: OHCI PCI platform driver\n[ 0.619260] ohci-platform: OHCI generic platform driver\n[ 0.620233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635558] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636998] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641736] usb usb1: Product: UHCI Host Controller\n[ 0.642664] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643791] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644780] hub 1-0:1.0: USB hub found\n[ 0.645552] hub 1-0:1.0: 2 ports detected\n[ 0.646439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649477] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650490] mousedev: PS/2 mouse device common for all mice\n[ 0.651724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653544] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656975] i2c /dev entries driver\n[ 0.657730] device-mapper: uevent: version 1.0.3\n[ 0.658659] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660259] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661523] NET: Registered protocol family 10\n[ 0.662491] NET: Registered protocol family 17\n[ 0.663364] Key type dns_resolver registered\n[ 0.664271] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665354] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667076] registered taskstats version 1\n[ 0.667903] Loading compiled-in X.509 certificates\n[ 0.669345] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671169] zswap: loaded using pool lzo/zbud\n[ 0.672547] Key type trusted registered\n[ 0.674071] Key type encrypted registered\n[ 0.674890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676941] evm: HMAC attrs: 0x1\n[ 0.677861] Magic number: 6:858:642\n[ 0.678698] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:26 UTC (1538847446)\n[ 0.680274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681381] EDD information not available.\n[ 0.765549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767076] Write protecting the kernel read-only data: 14336k\n[ 0.778854] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780667] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.366961] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:38:27,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action used request id req-a18945a3-072a-464e-a952-bdaab299431a 2018-10-06 17:38:29,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:30,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-3438ae4c-88b9-4d84-87c5-d50c2be4b0d8 x-compute-request-id: req-3438ae4c-88b9-4d84-87c5-d50c2be4b0d8 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478629896 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130294] pid_max: default: 32768 minimum: 301\n[ 0.131173] ACPI: Core revision 20150930\n[ 0.132550] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133852] Security Framework initialized\n[ 0.134670] Yama: becoming mindful.\n[ 0.135400] AppArmor: AppArmor initialized\n[ 0.136265] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137600] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138882] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140092] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141481] Initializing cgroup subsys io\n[ 0.142292] Initializing cgroup subsys memory\n[ 0.143148] Initializing cgroup subsys devices\n[ 0.144027] Initializing cgroup subsys freezer\n[ 0.144901] Initializing cgroup subsys net_cls\n[ 0.145764] Initializing cgroup subsys perf_event\n[ 0.146670] Initializing cgroup subsys net_prio\n[ 0.147550] Initializing cgroup subsys hugetlb\n[ 0.148417] Initializing cgroup subsys pids\n[ 0.149291] CPU: Physical Processor ID: 0\n[ 0.150783] mce: CPU supports 10 MCE banks\n[ 0.151646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152645] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169816] ftrace: allocating 31920 entries in 125 pages\n[ 0.196393] smpboot: Max logical packages: 1\n[ 0.197283] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198629] x2apic enabled\n[ 0.199438] Switched APIC routing to physical x2apic.\n[ 0.201193] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202315] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206091] KVM setup paravirtual spinlock\n[ 0.207465] x86: Booted up 1 node, 1 CPUs\n[ 0.208271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209659] devtmpfs: initialized\n[ 0.211378] evm: security.selinux\n[ 0.212074] evm: security.SMACK64\n[ 0.212773] evm: security.SMACK64EXEC\n[ 0.213517] evm: security.SMACK64TRANSMUTE\n[ 0.214323] evm: security.SMACK64MMAP\n[ 0.215068] evm: security.ima\n[ 0.215711] evm: security.capability\n[ 0.216517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218389] pinctrl core: initialized pinctrl subsystem\n[ 0.219494] RTC time: 17:37:25, date: 10/06/18\n[ 0.220445] NET: Registered protocol family 16\n[ 0.221413] cpuidle: using governor ladder\n[ 0.222230] cpuidle: using governor menu\n[ 0.223011] PCCT header not found.\n[ 0.223768] ACPI: bus type PCI registered\n[ 0.224571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225806] PCI: Using configuration type 1 for base access\n[ 0.227579] ACPI: Added _OSI(Module Device)\n[ 0.228425] ACPI: Added _OSI(Processor Device)\n[ 0.229286] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230181] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232297] ACPI: Interpreter enabled\n[ 0.233090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234937] 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.238623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240459] ACPI: (supports S0 S5)\n[ 0.241160] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246448] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247682] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248873] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251091] acpiphp: Slot [3] registered\n[ 0.251898] acpiphp: Slot [4] registered\n[ 0.252697] acpiphp: Slot [5] registered\n[ 0.253495] acpiphp: Slot [6] registered\n[ 0.254290] acpiphp: Slot [7] registered\n[ 0.255088] acpiphp: Slot [8] registered\n[ 0.255890] acpiphp: Slot [9] registered\n[ 0.256688] acpiphp: Slot [10] registered\n[ 0.257508] acpiphp: Slot [11] registered\n[ 0.258319] acpiphp: Slot [12] registered\n[ 0.259136] acpiphp: Slot [13] registered\n[ 0.259948] acpiphp: Slot [14] registered\n[ 0.260768] acpiphp: Slot [15] registered\n[ 0.271622] acpiphp: Slot [16] registered\n[ 0.272473] acpiphp: Slot [17] registered\n[ 0.273284] acpiphp: Slot [18] registered\n[ 0.274088] acpiphp: Slot [19] registered\n[ 0.274896] acpiphp: Slot [20] registered\n[ 0.275713] acpiphp: Slot [21] registered\n[ 0.276525] acpiphp: Slot [22] registered\n[ 0.277333] acpiphp: Slot [23] registered\n[ 0.278138] acpiphp: Slot [24] registered\n[ 0.278947] acpiphp: Slot [25] registered\n[ 0.279761] acpiphp: Slot [26] registered\n[ 0.280569] acpiphp: Slot [27] registered\n[ 0.281377] acpiphp: Slot [28] registered\n[ 0.282182] acpiphp: Slot [29] registered\n[ 0.282989] acpiphp: Slot [30] registered\n[ 0.283803] acpiphp: Slot [31] registered\n[ 0.284613] PCI host bridge to bus 0000:00\n[ 0.285419] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287842] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289289] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290736] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296919] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298218] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299393] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300665] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307062] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308505] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357189] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358638] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361268] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363817] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365363] vgaarb: loaded\n[ 0.365963] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367108] SCSI subsystem initialized\n[ 0.367928] ACPI: bus type USB registered\n[ 0.368755] usbcore: registered new interface driver usbfs\n[ 0.369781] usbcore: registered new interface driver hub\n[ 0.370785] usbcore: registered new device driver usb\n[ 0.371845] PCI: Using ACPI for IRQ routing\n[ 0.372880] NetLabel: Initializing\n[ 0.373595] NetLabel: domain hash size = 128\n[ 0.374443] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375390] NetLabel: unlabeled traffic allowed by default\n[ 0.376489] clocksource: Switched to clocksource kvm-clock\n[ 0.382008] AppArmor: AppArmor Filesystem Enabled\n[ 0.382976] pnp: PnP ACPI init\n[ 0.383894] pnp: PnP ACPI: found 5 devices\n[ 0.390264] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392001] NET: Registered protocol family 2\n[ 0.392957] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394230] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395397] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398832] NET: Registered protocol family 1\n[ 0.399701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400802] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430207] Trying to unpack rootfs image as initramfs...\n[ 0.480078] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493896] Scanning for low memory corruption every 60 seconds\n[ 0.495216] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496360] audit: initializing netlink subsys (disabled)\n[ 0.497389] audit: type=2000 audit(1538847446.487:1): initialized\n[ 0.498697] Initialise system trusted keyring\n[ 0.499624] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500794] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502753] zbud: loaded\n[ 0.503456] VFS: Disk quotas dquot_6.6.0\n[ 0.504274] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505784] fuse init (API version 7.23)\n[ 0.506684] Key type big_key registered\n[ 0.507487] Allocating IMA MOK and blacklist keyrings.\n[ 0.508599] Key type asymmetric registered\n[ 0.509425] Asymmetric key parser 'x509' registered\n[ 0.510376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512212] io scheduler noop registered\n[ 0.513014] io scheduler deadline registered (default)\n[ 0.514012] io scheduler cfq registered\n[ 0.514845] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515906] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518629] ACPI: Power Button [PWRF]\n[ 0.519456] GHES: HEST is not enabled!\n[ 0.533148] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561020] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589130] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593407] brd: module loaded\n[ 0.594586] loop: module loaded\n[ 0.599071] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600518] GPT:90111 != 2097151\n[ 0.601185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602261] GPT:90111 != 2097151\n[ 0.602921] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603875] vda: vda1 vda15\n[ 0.605381] scsi host0: ata_piix\n[ 0.606104] scsi host1: ata_piix\n[ 0.606800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609428] libphy: Fixed MDIO Bus: probed\n[ 0.610236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611166] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613289] PPP generic driver version 2.4.2\n[ 0.614159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615445] ehci-pci: EHCI PCI platform driver\n[ 0.616302] ehci-platform: EHCI generic platform driver\n[ 0.617285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618401] ohci-pci: OHCI PCI platform driver\n[ 0.619260] ohci-platform: OHCI generic platform driver\n[ 0.620233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635558] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636998] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641736] usb usb1: Product: UHCI Host Controller\n[ 0.642664] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643791] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644780] hub 1-0:1.0: USB hub found\n[ 0.645552] hub 1-0:1.0: 2 ports detected\n[ 0.646439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649477] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650490] mousedev: PS/2 mouse device common for all mice\n[ 0.651724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653544] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656975] i2c /dev entries driver\n[ 0.657730] device-mapper: uevent: version 1.0.3\n[ 0.658659] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660259] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661523] NET: Registered protocol family 10\n[ 0.662491] NET: Registered protocol family 17\n[ 0.663364] Key type dns_resolver registered\n[ 0.664271] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665354] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667076] registered taskstats version 1\n[ 0.667903] Loading compiled-in X.509 certificates\n[ 0.669345] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671169] zswap: loaded using pool lzo/zbud\n[ 0.672547] Key type trusted registered\n[ 0.674071] Key type encrypted registered\n[ 0.674890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676941] evm: HMAC attrs: 0x1\n[ 0.677861] Magic number: 6:858:642\n[ 0.678698] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:26 UTC (1538847446)\n[ 0.680274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681381] EDD information not available.\n[ 0.765549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767076] Write protecting the kernel read-only data: 14336k\n[ 0.778854] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780667] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.366961] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:38:30,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action used request id req-3438ae4c-88b9-4d84-87c5-d50c2be4b0d8 2018-10-06 17:38:32,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:34,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-3b8bffe3-b38d-410b-9c48-fd887711a898 x-compute-request-id: req-3b8bffe3-b38d-410b-9c48-fd887711a898 Content-Encoding: gzip Content-Length: 7897 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478629896 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130294] pid_max: default: 32768 minimum: 301\n[ 0.131173] ACPI: Core revision 20150930\n[ 0.132550] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133852] Security Framework initialized\n[ 0.134670] Yama: becoming mindful.\n[ 0.135400] AppArmor: AppArmor initialized\n[ 0.136265] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137600] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138882] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140092] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141481] Initializing cgroup subsys io\n[ 0.142292] Initializing cgroup subsys memory\n[ 0.143148] Initializing cgroup subsys devices\n[ 0.144027] Initializing cgroup subsys freezer\n[ 0.144901] Initializing cgroup subsys net_cls\n[ 0.145764] Initializing cgroup subsys perf_event\n[ 0.146670] Initializing cgroup subsys net_prio\n[ 0.147550] Initializing cgroup subsys hugetlb\n[ 0.148417] Initializing cgroup subsys pids\n[ 0.149291] CPU: Physical Processor ID: 0\n[ 0.150783] mce: CPU supports 10 MCE banks\n[ 0.151646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152645] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169816] ftrace: allocating 31920 entries in 125 pages\n[ 0.196393] smpboot: Max logical packages: 1\n[ 0.197283] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198629] x2apic enabled\n[ 0.199438] Switched APIC routing to physical x2apic.\n[ 0.201193] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202315] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206091] KVM setup paravirtual spinlock\n[ 0.207465] x86: Booted up 1 node, 1 CPUs\n[ 0.208271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209659] devtmpfs: initialized\n[ 0.211378] evm: security.selinux\n[ 0.212074] evm: security.SMACK64\n[ 0.212773] evm: security.SMACK64EXEC\n[ 0.213517] evm: security.SMACK64TRANSMUTE\n[ 0.214323] evm: security.SMACK64MMAP\n[ 0.215068] evm: security.ima\n[ 0.215711] evm: security.capability\n[ 0.216517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218389] pinctrl core: initialized pinctrl subsystem\n[ 0.219494] RTC time: 17:37:25, date: 10/06/18\n[ 0.220445] NET: Registered protocol family 16\n[ 0.221413] cpuidle: using governor ladder\n[ 0.222230] cpuidle: using governor menu\n[ 0.223011] PCCT header not found.\n[ 0.223768] ACPI: bus type PCI registered\n[ 0.224571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225806] PCI: Using configuration type 1 for base access\n[ 0.227579] ACPI: Added _OSI(Module Device)\n[ 0.228425] ACPI: Added _OSI(Processor Device)\n[ 0.229286] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230181] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232297] ACPI: Interpreter enabled\n[ 0.233090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234937] 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.238623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240459] ACPI: (supports S0 S5)\n[ 0.241160] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246448] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247682] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248873] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251091] acpiphp: Slot [3] registered\n[ 0.251898] acpiphp: Slot [4] registered\n[ 0.252697] acpiphp: Slot [5] registered\n[ 0.253495] acpiphp: Slot [6] registered\n[ 0.254290] acpiphp: Slot [7] registered\n[ 0.255088] acpiphp: Slot [8] registered\n[ 0.255890] acpiphp: Slot [9] registered\n[ 0.256688] acpiphp: Slot [10] registered\n[ 0.257508] acpiphp: Slot [11] registered\n[ 0.258319] acpiphp: Slot [12] registered\n[ 0.259136] acpiphp: Slot [13] registered\n[ 0.259948] acpiphp: Slot [14] registered\n[ 0.260768] acpiphp: Slot [15] registered\n[ 0.271622] acpiphp: Slot [16] registered\n[ 0.272473] acpiphp: Slot [17] registered\n[ 0.273284] acpiphp: Slot [18] registered\n[ 0.274088] acpiphp: Slot [19] registered\n[ 0.274896] acpiphp: Slot [20] registered\n[ 0.275713] acpiphp: Slot [21] registered\n[ 0.276525] acpiphp: Slot [22] registered\n[ 0.277333] acpiphp: Slot [23] registered\n[ 0.278138] acpiphp: Slot [24] registered\n[ 0.278947] acpiphp: Slot [25] registered\n[ 0.279761] acpiphp: Slot [26] registered\n[ 0.280569] acpiphp: Slot [27] registered\n[ 0.281377] acpiphp: Slot [28] registered\n[ 0.282182] acpiphp: Slot [29] registered\n[ 0.282989] acpiphp: Slot [30] registered\n[ 0.283803] acpiphp: Slot [31] registered\n[ 0.284613] PCI host bridge to bus 0000:00\n[ 0.285419] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287842] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289289] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290736] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296919] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298218] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299393] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300665] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307062] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308505] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357189] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358638] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361268] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363817] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365363] vgaarb: loaded\n[ 0.365963] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367108] SCSI subsystem initialized\n[ 0.367928] ACPI: bus type USB registered\n[ 0.368755] usbcore: registered new interface driver usbfs\n[ 0.369781] usbcore: registered new interface driver hub\n[ 0.370785] usbcore: registered new device driver usb\n[ 0.371845] PCI: Using ACPI for IRQ routing\n[ 0.372880] NetLabel: Initializing\n[ 0.373595] NetLabel: domain hash size = 128\n[ 0.374443] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375390] NetLabel: unlabeled traffic allowed by default\n[ 0.376489] clocksource: Switched to clocksource kvm-clock\n[ 0.382008] AppArmor: AppArmor Filesystem Enabled\n[ 0.382976] pnp: PnP ACPI init\n[ 0.383894] pnp: PnP ACPI: found 5 devices\n[ 0.390264] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392001] NET: Registered protocol family 2\n[ 0.392957] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394230] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395397] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398832] NET: Registered protocol family 1\n[ 0.399701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400802] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430207] Trying to unpack rootfs image as initramfs...\n[ 0.480078] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493896] Scanning for low memory corruption every 60 seconds\n[ 0.495216] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496360] audit: initializing netlink subsys (disabled)\n[ 0.497389] audit: type=2000 audit(1538847446.487:1): initialized\n[ 0.498697] Initialise system trusted keyring\n[ 0.499624] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500794] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502753] zbud: loaded\n[ 0.503456] VFS: Disk quotas dquot_6.6.0\n[ 0.504274] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505784] fuse init (API version 7.23)\n[ 0.506684] Key type big_key registered\n[ 0.507487] Allocating IMA MOK and blacklist keyrings.\n[ 0.508599] Key type asymmetric registered\n[ 0.509425] Asymmetric key parser 'x509' registered\n[ 0.510376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512212] io scheduler noop registered\n[ 0.513014] io scheduler deadline registered (default)\n[ 0.514012] io scheduler cfq registered\n[ 0.514845] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515906] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518629] ACPI: Power Button [PWRF]\n[ 0.519456] GHES: HEST is not enabled!\n[ 0.533148] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561020] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589130] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593407] brd: module loaded\n[ 0.594586] loop: module loaded\n[ 0.599071] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600518] GPT:90111 != 2097151\n[ 0.601185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602261] GPT:90111 != 2097151\n[ 0.602921] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603875] vda: vda1 vda15\n[ 0.605381] scsi host0: ata_piix\n[ 0.606104] scsi host1: ata_piix\n[ 0.606800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609428] libphy: Fixed MDIO Bus: probed\n[ 0.610236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611166] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613289] PPP generic driver version 2.4.2\n[ 0.614159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615445] ehci-pci: EHCI PCI platform driver\n[ 0.616302] ehci-platform: EHCI generic platform driver\n[ 0.617285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618401] ohci-pci: OHCI PCI platform driver\n[ 0.619260] ohci-platform: OHCI generic platform driver\n[ 0.620233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635558] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636998] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641736] usb usb1: Product: UHCI Host Controller\n[ 0.642664] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643791] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644780] hub 1-0:1.0: USB hub found\n[ 0.645552] hub 1-0:1.0: 2 ports detected\n[ 0.646439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649477] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650490] mousedev: PS/2 mouse device common for all mice\n[ 0.651724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653544] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656975] i2c /dev entries driver\n[ 0.657730] device-mapper: uevent: version 1.0.3\n[ 0.658659] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660259] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661523] NET: Registered protocol family 10\n[ 0.662491] NET: Registered protocol family 17\n[ 0.663364] Key type dns_resolver registered\n[ 0.664271] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665354] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667076] registered taskstats version 1\n[ 0.667903] Loading compiled-in X.509 certificates\n[ 0.669345] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671169] zswap: loaded using pool lzo/zbud\n[ 0.672547] Key type trusted registered\n[ 0.674071] Key type encrypted registered\n[ 0.674890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676941] evm: HMAC attrs: 0x1\n[ 0.677861] Magic number: 6:858:642\n[ 0.678698] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:26 UTC (1538847446)\n[ 0.680274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681381] EDD information not available.\n[ 0.765549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767076] Write protecting the kernel read-only data: 14336k\n[ 0.778854] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780667] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.366961] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.33. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-10-06 17:38:34,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action used request id req-3b8bffe3-b38d-410b-9c48-fd887711a898 2018-10-06 17:38:36,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8498e6a6d69cc9e17c9733b2844310b905531326" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:37,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-7c1dd922-0a2e-4592-a4fe-9182f68cf178 x-compute-request-id: req-7c1dd922-0a2e-4592-a4fe-9182f68cf178 Content-Encoding: gzip Content-Length: 9516 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478629896 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130294] pid_max: default: 32768 minimum: 301\n[ 0.131173] ACPI: Core revision 20150930\n[ 0.132550] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133852] Security Framework initialized\n[ 0.134670] Yama: becoming mindful.\n[ 0.135400] AppArmor: AppArmor initialized\n[ 0.136265] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137600] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138882] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140092] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141481] Initializing cgroup subsys io\n[ 0.142292] Initializing cgroup subsys memory\n[ 0.143148] Initializing cgroup subsys devices\n[ 0.144027] Initializing cgroup subsys freezer\n[ 0.144901] Initializing cgroup subsys net_cls\n[ 0.145764] Initializing cgroup subsys perf_event\n[ 0.146670] Initializing cgroup subsys net_prio\n[ 0.147550] Initializing cgroup subsys hugetlb\n[ 0.148417] Initializing cgroup subsys pids\n[ 0.149291] CPU: Physical Processor ID: 0\n[ 0.150783] mce: CPU supports 10 MCE banks\n[ 0.151646] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152645] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169816] ftrace: allocating 31920 entries in 125 pages\n[ 0.196393] smpboot: Max logical packages: 1\n[ 0.197283] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198629] x2apic enabled\n[ 0.199438] Switched APIC routing to physical x2apic.\n[ 0.201193] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202315] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206091] KVM setup paravirtual spinlock\n[ 0.207465] x86: Booted up 1 node, 1 CPUs\n[ 0.208271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209659] devtmpfs: initialized\n[ 0.211378] evm: security.selinux\n[ 0.212074] evm: security.SMACK64\n[ 0.212773] evm: security.SMACK64EXEC\n[ 0.213517] evm: security.SMACK64TRANSMUTE\n[ 0.214323] evm: security.SMACK64MMAP\n[ 0.215068] evm: security.ima\n[ 0.215711] evm: security.capability\n[ 0.216517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218389] pinctrl core: initialized pinctrl subsystem\n[ 0.219494] RTC time: 17:37:25, date: 10/06/18\n[ 0.220445] NET: Registered protocol family 16\n[ 0.221413] cpuidle: using governor ladder\n[ 0.222230] cpuidle: using governor menu\n[ 0.223011] PCCT header not found.\n[ 0.223768] ACPI: bus type PCI registered\n[ 0.224571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225806] PCI: Using configuration type 1 for base access\n[ 0.227579] ACPI: Added _OSI(Module Device)\n[ 0.228425] ACPI: Added _OSI(Processor Device)\n[ 0.229286] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230181] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232297] ACPI: Interpreter enabled\n[ 0.233090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234937] 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.238623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240459] ACPI: (supports S0 S5)\n[ 0.241160] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246448] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247682] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248873] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251091] acpiphp: Slot [3] registered\n[ 0.251898] acpiphp: Slot [4] registered\n[ 0.252697] acpiphp: Slot [5] registered\n[ 0.253495] acpiphp: Slot [6] registered\n[ 0.254290] acpiphp: Slot [7] registered\n[ 0.255088] acpiphp: Slot [8] registered\n[ 0.255890] acpiphp: Slot [9] registered\n[ 0.256688] acpiphp: Slot [10] registered\n[ 0.257508] acpiphp: Slot [11] registered\n[ 0.258319] acpiphp: Slot [12] registered\n[ 0.259136] acpiphp: Slot [13] registered\n[ 0.259948] acpiphp: Slot [14] registered\n[ 0.260768] acpiphp: Slot [15] registered\n[ 0.271622] acpiphp: Slot [16] registered\n[ 0.272473] acpiphp: Slot [17] registered\n[ 0.273284] acpiphp: Slot [18] registered\n[ 0.274088] acpiphp: Slot [19] registered\n[ 0.274896] acpiphp: Slot [20] registered\n[ 0.275713] acpiphp: Slot [21] registered\n[ 0.276525] acpiphp: Slot [22] registered\n[ 0.277333] acpiphp: Slot [23] registered\n[ 0.278138] acpiphp: Slot [24] registered\n[ 0.278947] acpiphp: Slot [25] registered\n[ 0.279761] acpiphp: Slot [26] registered\n[ 0.280569] acpiphp: Slot [27] registered\n[ 0.281377] acpiphp: Slot [28] registered\n[ 0.282182] acpiphp: Slot [29] registered\n[ 0.282989] acpiphp: Slot [30] registered\n[ 0.283803] acpiphp: Slot [31] registered\n[ 0.284613] PCI host bridge to bus 0000:00\n[ 0.285419] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287842] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289289] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290736] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296919] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298218] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299393] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300665] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307062] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308505] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357189] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358638] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361268] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363817] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365363] vgaarb: loaded\n[ 0.365963] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367108] SCSI subsystem initialized\n[ 0.367928] ACPI: bus type USB registered\n[ 0.368755] usbcore: registered new interface driver usbfs\n[ 0.369781] usbcore: registered new interface driver hub\n[ 0.370785] usbcore: registered new device driver usb\n[ 0.371845] PCI: Using ACPI for IRQ routing\n[ 0.372880] NetLabel: Initializing\n[ 0.373595] NetLabel: domain hash size = 128\n[ 0.374443] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375390] NetLabel: unlabeled traffic allowed by default\n[ 0.376489] clocksource: Switched to clocksource kvm-clock\n[ 0.382008] AppArmor: AppArmor Filesystem Enabled\n[ 0.382976] pnp: PnP ACPI init\n[ 0.383894] pnp: PnP ACPI: found 5 devices\n[ 0.390264] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392001] NET: Registered protocol family 2\n[ 0.392957] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394230] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395397] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398832] NET: Registered protocol family 1\n[ 0.399701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400802] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430207] Trying to unpack rootfs image as initramfs...\n[ 0.480078] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493896] Scanning for low memory corruption every 60 seconds\n[ 0.495216] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496360] audit: initializing netlink subsys (disabled)\n[ 0.497389] audit: type=2000 audit(1538847446.487:1): initialized\n[ 0.498697] Initialise system trusted keyring\n[ 0.499624] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500794] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502753] zbud: loaded\n[ 0.503456] VFS: Disk quotas dquot_6.6.0\n[ 0.504274] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505784] fuse init (API version 7.23)\n[ 0.506684] Key type big_key registered\n[ 0.507487] Allocating IMA MOK and blacklist keyrings.\n[ 0.508599] Key type asymmetric registered\n[ 0.509425] Asymmetric key parser 'x509' registered\n[ 0.510376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512212] io scheduler noop registered\n[ 0.513014] io scheduler deadline registered (default)\n[ 0.514012] io scheduler cfq registered\n[ 0.514845] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515906] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518629] ACPI: Power Button [PWRF]\n[ 0.519456] GHES: HEST is not enabled!\n[ 0.533148] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561020] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589130] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593407] brd: module loaded\n[ 0.594586] loop: module loaded\n[ 0.599071] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600518] GPT:90111 != 2097151\n[ 0.601185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602261] GPT:90111 != 2097151\n[ 0.602921] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603875] vda: vda1 vda15\n[ 0.605381] scsi host0: ata_piix\n[ 0.606104] scsi host1: ata_piix\n[ 0.606800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609428] libphy: Fixed MDIO Bus: probed\n[ 0.610236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611166] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613289] PPP generic driver version 2.4.2\n[ 0.614159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615445] ehci-pci: EHCI PCI platform driver\n[ 0.616302] ehci-platform: EHCI generic platform driver\n[ 0.617285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618401] ohci-pci: OHCI PCI platform driver\n[ 0.619260] ohci-platform: OHCI generic platform driver\n[ 0.620233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635558] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636998] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641736] usb usb1: Product: UHCI Host Controller\n[ 0.642664] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643791] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644780] hub 1-0:1.0: USB hub found\n[ 0.645552] hub 1-0:1.0: 2 ports detected\n[ 0.646439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649477] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650490] mousedev: PS/2 mouse device common for all mice\n[ 0.651724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653544] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654621] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656975] i2c /dev entries driver\n[ 0.657730] device-mapper: uevent: version 1.0.3\n[ 0.658659] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660259] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661523] NET: Registered protocol family 10\n[ 0.662491] NET: Registered protocol family 17\n[ 0.663364] Key type dns_resolver registered\n[ 0.664271] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665354] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667076] registered taskstats version 1\n[ 0.667903] Loading compiled-in X.509 certificates\n[ 0.669345] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671169] zswap: loaded using pool lzo/zbud\n[ 0.672547] Key type trusted registered\n[ 0.674071] Key type encrypted registered\n[ 0.674890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676941] evm: HMAC attrs: 0x1\n[ 0.677861] Magic number: 6:858:642\n[ 0.678698] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:26 UTC (1538847446)\n[ 0.680274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681381] EDD information not available.\n[ 0.765549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767076] Write protecting the kernel read-only data: 14336k\n[ 0.778854] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780667] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.366961] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.33. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCG3G+vHkp+a30kGVSa2FPrIJQAixzkCc62HlyvJwJui5uT75U4SD7MX/DyqZ3c7ZR8j074NQD4UjYy+SVXeVrs59lrnPSc86Kw0cweZwPfJ5D1tblM0vJM6Vme/GIisSLAlNl3+Za44Q2vjDRU3fVe/LX8mpcd879V2Rnd/xz0c9mBTWk4kkz763Y0FYaRzjoLg734NxNMQhI/znyXGLjJeTsIdcJ18J1zcRESDIMoylF2wTvRdkkeWqoZ+hp2aBDc3DLay9lKHwT5FXn9UXVYt0fKus8HT0KLHFqyNY0d9HsN4K9t/N7KPHi16dlrpMCYyy7bKmm396qbl7NMMlVJ root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOJG+AK/xadC0XxlneEMF24YQlttuNb7tW+xqXbeveuJsrKRpZW2vsWNSLCqdqv7PSectdJgZVq0HzUXD1nOUwjQopSZsGOOjznIAZMdVQwHhKL0MSKe11F6ZfTCsLF4LJmMqfWViK3l2btap0XCBX4pAFab81z7wbzusw06a/jNAAAAFQC+OWFZ6GeQAvoJwgDdaYHaanMWVQAAAIEAgQRHdo8gBzFck6UV2idBAe0VuU+pcjgBcMNcNAXfmAFPaCVKpHGTo+CNJUM369Ogpj0E+CfSFrmrZf67qgxbin5LxhCKfNz/qEdL/eHzxCdwvsFTGNkSONu7FwJJiFeC2MZKT8cokBNlTdmCTqC8ktH3bzBbqT78G1GmlOlMwiEAAACBAIJjw4korHrStI7kO7sQUgxFaSJnWdtTA5GqFB+CZ8EIVzW/tYiuXtdKbvCOYyi6gWKqps7Te4V3I4jLyVmE6+95aSwnomL+yXTOJAYY+DehTKWvpWwH/lVYqEsmjZ73NCKPkSwXeVYOtfeZ9/t/lSiD9ze/J9vp9BCFdHVLk7dD root@sdnvpn-4-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fead:e562/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.78 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-2 login: "} 2018-10-06 17:38:37,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action used request id req-7c1dd922-0a2e-4592-a4fe-9182f68cf178 2018-10-06 17:38:39,123 - sdnvpn_test_utils - INFO - Waiting for instance 84ef2432-a983-4022-822c-f0aec45ca3ce to boot up 2018-10-06 17:38:39,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:40,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-fc87457c-b57a-4b72-8de5-4290d9cf7d6a x-compute-request-id: req-fc87457c-b57a-4b72-8de5-4290d9cf7d6a Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515666006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141413] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142999] pid_max: default: 32768 minimum: 301\n[ 0.143857] ACPI: Core revision 20150930\n[ 0.145214] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146468] Security Framework initialized\n[ 0.147249] Yama: becoming mindful.\n[ 0.147951] AppArmor: AppArmor initialized\n[ 0.148781] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152655] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154050] Initializing cgroup subsys io\n[ 0.154860] Initializing cgroup subsys memory\n[ 0.155715] Initializing cgroup subsys devices\n[ 0.156590] Initializing cgroup subsys freezer\n[ 0.157466] Initializing cgroup subsys net_cls\n[ 0.158326] Initializing cgroup subsys perf_event\n[ 0.159232] Initializing cgroup subsys net_prio\n[ 0.160110] Initializing cgroup subsys hugetlb\n[ 0.160985] Initializing cgroup subsys pids\n[ 0.161974] CPU: Physical Processor ID: 0\n[ 0.163481] mce: CPU supports 10 MCE banks\n[ 0.164323] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165326] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176236] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182880] ftrace: allocating 31920 entries in 125 pages\n[ 0.210162] smpboot: Max logical packages: 1\n[ 0.211011] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212351] x2apic enabled\n[ 0.213170] Switched APIC routing to physical x2apic.\n[ 0.215035] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218132] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219909] KVM setup paravirtual spinlock\n[ 0.221229] x86: Booted up 1 node, 1 CPUs\n[ 0.222045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223440] devtmpfs: initialized\n[ 0.225158] evm: security.selinux\n[ 0.225868] evm: security.SMACK64\n[ 0.226559] evm: security.SMACK64EXEC\n[ 0.227298] evm: security.SMACK64TRANSMUTE\n[ 0.228105] evm: security.SMACK64MMAP\n[ 0.228852] evm: security.ima\n[ 0.229494] evm: security.capability\n[ 0.230299] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232155] pinctrl core: initialized pinctrl subsystem\n[ 0.233260] RTC time: 17:37:38, date: 10/06/18\n[ 0.234214] NET: Registered protocol family 16\n[ 0.235184] cpuidle: using governor ladder\n[ 0.235998] cpuidle: using governor menu\n[ 0.236783] PCCT header not found.\n[ 0.237538] ACPI: bus type PCI registered\n[ 0.238335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239572] PCI: Using configuration type 1 for base access\n[ 0.241329] ACPI: Added _OSI(Module Device)\n[ 0.242174] ACPI: Added _OSI(Processor Device)\n[ 0.243035] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243931] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246057] ACPI: Interpreter enabled\n[ 0.246834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254209] ACPI: (supports S0 S5)\n[ 0.254911] ACPI: Using IOAPIC for interrupt routing\n[ 0.256011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259102] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264871] acpiphp: Slot [3] registered\n[ 0.265671] acpiphp: Slot [4] registered\n[ 0.266470] acpiphp: Slot [5] registered\n[ 0.267264] acpiphp: Slot [6] registered\n[ 0.268062] acpiphp: Slot [7] registered\n[ 0.268866] acpiphp: Slot [8] registered\n[ 0.269665] acpiphp: Slot [9] registered\n[ 0.270460] acpiphp: Slot [10] registered\n[ 0.271271] acpiphp: Slot [11] registered\n[ 0.272086] acpiphp: Slot [12] registered\n[ 0.272902] acpiphp: Slot [13] registered\n[ 0.273710] acpiphp: Slot [14] registered\n[ 0.274517] acpiphp: Slot [15] registered\n[ 0.285424] acpiphp: Slot [16] registered\n[ 0.286240] acpiphp: Slot [17] registered\n[ 0.287055] acpiphp: Slot [18] registered\n[ 0.287865] acpiphp: Slot [19] registered\n[ 0.288686] acpiphp: Slot [20] registered\n[ 0.289511] acpiphp: Slot [21] registered\n[ 0.290318] acpiphp: Slot [22] registered\n[ 0.291130] acpiphp: Slot [23] registered\n[ 0.291945] acpiphp: Slot [24] registered\n[ 0.292759] acpiphp: Slot [25] registered\n[ 0.293569] acpiphp: Slot [26] registered\n[ 0.294376] acpiphp: Slot [27] registered\n[ 0.295189] acpiphp: Slot [28] registered\n[ 0.296000] acpiphp: Slot [29] registered\n[ 0.296809] acpiphp: Slot [30] registered\n[ 0.297718] acpiphp: Slot [31] registered\n[ 0.298536] PCI host bridge to bus 0000:00\n[ 0.299341] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301763] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304650] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310909] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312194] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313369] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314642] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321619] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323044] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372240] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378007] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382309] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384180] vgaarb: loaded\n[ 0.384891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386243] SCSI subsystem initialized\n[ 0.387221] ACPI: bus type USB registered\n[ 0.388199] usbcore: registered new interface driver usbfs\n[ 0.389450] usbcore: registered new interface driver hub\n[ 0.390664] usbcore: registered new device driver usb\n[ 0.391924] PCI: Using ACPI for IRQ routing\n[ 0.393136] NetLabel: Initializing\n[ 0.393991] NetLabel: domain hash size = 128\n[ 0.395010] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396154] NetLabel: unlabeled traffic allowed by default\n[ 0.397483] clocksource: Switched to clocksource kvm-clock\n[ 0.403436] AppArmor: AppArmor Filesystem Enabled\n[ 0.404592] pnp: PnP ACPI init\n[ 0.405661] pnp: PnP ACPI: found 5 devices\n[ 0.412213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414311] NET: Registered protocol family 2\n[ 0.415471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417021] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418452] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419863] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421187] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422615] NET: Registered protocol family 1\n[ 0.423665] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425004] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454963] Trying to unpack rootfs image as initramfs...\n[ 0.505621] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519741] Scanning for low memory corruption every 60 seconds\n[ 0.521336] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522734] audit: initializing netlink subsys (disabled)\n[ 0.523988] audit: type=2000 audit(1538847459.848:1): initialized\n[ 0.525570] Initialise system trusted keyring\n[ 0.526682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528098] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530300] zbud: loaded\n[ 0.531122] VFS: Disk quotas dquot_6.6.0\n[ 0.532104] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.533919] fuse init (API version 7.23)\n[ 0.534994] Key type big_key registered\n[ 0.536014] Allocating IMA MOK and blacklist keyrings.\n[ 0.537711] Key type asymmetric registered\n[ 0.538708] Asymmetric key parser 'x509' registered\n[ 0.539856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541576] io scheduler noop registered\n[ 0.542517] io scheduler deadline registered (default)\n[ 0.543708] io scheduler cfq registered\n[ 0.544688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545947] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549205] ACPI: Power Button [PWRF]\n[ 0.557002] GHES: HEST is not enabled!\n[ 0.570993] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600287] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626853] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629318] Linux agpgart interface v0.103\n[ 0.632083] brd: module loaded\n[ 0.633492] loop: module loaded\n[ 0.638130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639910] GPT:90111 != 2097151\n[ 0.640734] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642049] GPT:90111 != 2097151\n[ 0.642840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.643984] vda: vda1 vda15\n[ 0.645583] scsi host0: ata_piix\n[ 0.646457] scsi host1: ata_piix\n[ 0.647301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648675] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.650291] libphy: Fixed MDIO Bus: probed\n[ 0.651221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652306] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654650] PPP generic driver version 2.4.2\n[ 0.656095] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.657697] ehci-pci: EHCI PCI platform driver\n[ 0.658809] ehci-platform: EHCI generic platform driver\n[ 0.660318] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.662070] ohci-pci: OHCI PCI platform driver\n[ 0.663396] ohci-platform: OHCI generic platform driver\n[ 0.664915] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680131] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683855] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685389] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687047] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688973] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691169] usb usb1: Product: UHCI Host Controller\n[ 0.692578] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695778] hub 1-0:1.0: USB hub found\n[ 0.696908] hub 1-0:1.0: 2 ports detected\n[ 0.698221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701144] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702585] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.704114] mousedev: PS/2 mouse device common for all mice\n[ 0.705920] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710137] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.711920] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713755] i2c /dev entries driver\n[ 0.714859] device-mapper: uevent: version 1.0.3\n[ 0.716255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718784] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720694] NET: Registered protocol family 10\n[ 0.722195] NET: Registered protocol family 17\n[ 0.723548] Key type dns_resolver registered\n[ 0.724928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729288] registered taskstats version 1\n[ 0.730547] Loading compiled-in X.509 certificates\n[ 0.732485] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.735369] zswap: loaded using pool lzo/zbud\n[ 0.737259] Key type trusted registered\n[ 0.739200] Key type encrypted registered\n[ 0.740474] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742055] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743634] evm: HMAC attrs: 0x1\n[ 0.744875] Magic number: 6:858:642\n[ 0.746105] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:39 UTC (1538847459)\n[ 0.748502] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750191] EDD information not available.\n[ 0.810513] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812830] Write protecting the kernel read-only data: 14336k\n[ 0.825164] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.871822] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:38:40,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action used request id req-fc87457c-b57a-4b72-8de5-4290d9cf7d6a 2018-10-06 17:38:42,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:43,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-d6863470-fe6e-44f2-b8dc-8d34db7cb153 x-compute-request-id: req-d6863470-fe6e-44f2-b8dc-8d34db7cb153 Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515666006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141413] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142999] pid_max: default: 32768 minimum: 301\n[ 0.143857] ACPI: Core revision 20150930\n[ 0.145214] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146468] Security Framework initialized\n[ 0.147249] Yama: becoming mindful.\n[ 0.147951] AppArmor: AppArmor initialized\n[ 0.148781] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152655] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154050] Initializing cgroup subsys io\n[ 0.154860] Initializing cgroup subsys memory\n[ 0.155715] Initializing cgroup subsys devices\n[ 0.156590] Initializing cgroup subsys freezer\n[ 0.157466] Initializing cgroup subsys net_cls\n[ 0.158326] Initializing cgroup subsys perf_event\n[ 0.159232] Initializing cgroup subsys net_prio\n[ 0.160110] Initializing cgroup subsys hugetlb\n[ 0.160985] Initializing cgroup subsys pids\n[ 0.161974] CPU: Physical Processor ID: 0\n[ 0.163481] mce: CPU supports 10 MCE banks\n[ 0.164323] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165326] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176236] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182880] ftrace: allocating 31920 entries in 125 pages\n[ 0.210162] smpboot: Max logical packages: 1\n[ 0.211011] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212351] x2apic enabled\n[ 0.213170] Switched APIC routing to physical x2apic.\n[ 0.215035] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218132] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219909] KVM setup paravirtual spinlock\n[ 0.221229] x86: Booted up 1 node, 1 CPUs\n[ 0.222045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223440] devtmpfs: initialized\n[ 0.225158] evm: security.selinux\n[ 0.225868] evm: security.SMACK64\n[ 0.226559] evm: security.SMACK64EXEC\n[ 0.227298] evm: security.SMACK64TRANSMUTE\n[ 0.228105] evm: security.SMACK64MMAP\n[ 0.228852] evm: security.ima\n[ 0.229494] evm: security.capability\n[ 0.230299] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232155] pinctrl core: initialized pinctrl subsystem\n[ 0.233260] RTC time: 17:37:38, date: 10/06/18\n[ 0.234214] NET: Registered protocol family 16\n[ 0.235184] cpuidle: using governor ladder\n[ 0.235998] cpuidle: using governor menu\n[ 0.236783] PCCT header not found.\n[ 0.237538] ACPI: bus type PCI registered\n[ 0.238335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239572] PCI: Using configuration type 1 for base access\n[ 0.241329] ACPI: Added _OSI(Module Device)\n[ 0.242174] ACPI: Added _OSI(Processor Device)\n[ 0.243035] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243931] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246057] ACPI: Interpreter enabled\n[ 0.246834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254209] ACPI: (supports S0 S5)\n[ 0.254911] ACPI: Using IOAPIC for interrupt routing\n[ 0.256011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259102] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264871] acpiphp: Slot [3] registered\n[ 0.265671] acpiphp: Slot [4] registered\n[ 0.266470] acpiphp: Slot [5] registered\n[ 0.267264] acpiphp: Slot [6] registered\n[ 0.268062] acpiphp: Slot [7] registered\n[ 0.268866] acpiphp: Slot [8] registered\n[ 0.269665] acpiphp: Slot [9] registered\n[ 0.270460] acpiphp: Slot [10] registered\n[ 0.271271] acpiphp: Slot [11] registered\n[ 0.272086] acpiphp: Slot [12] registered\n[ 0.272902] acpiphp: Slot [13] registered\n[ 0.273710] acpiphp: Slot [14] registered\n[ 0.274517] acpiphp: Slot [15] registered\n[ 0.285424] acpiphp: Slot [16] registered\n[ 0.286240] acpiphp: Slot [17] registered\n[ 0.287055] acpiphp: Slot [18] registered\n[ 0.287865] acpiphp: Slot [19] registered\n[ 0.288686] acpiphp: Slot [20] registered\n[ 0.289511] acpiphp: Slot [21] registered\n[ 0.290318] acpiphp: Slot [22] registered\n[ 0.291130] acpiphp: Slot [23] registered\n[ 0.291945] acpiphp: Slot [24] registered\n[ 0.292759] acpiphp: Slot [25] registered\n[ 0.293569] acpiphp: Slot [26] registered\n[ 0.294376] acpiphp: Slot [27] registered\n[ 0.295189] acpiphp: Slot [28] registered\n[ 0.296000] acpiphp: Slot [29] registered\n[ 0.296809] acpiphp: Slot [30] registered\n[ 0.297718] acpiphp: Slot [31] registered\n[ 0.298536] PCI host bridge to bus 0000:00\n[ 0.299341] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301763] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304650] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310909] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312194] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313369] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314642] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321619] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323044] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372240] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378007] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382309] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384180] vgaarb: loaded\n[ 0.384891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386243] SCSI subsystem initialized\n[ 0.387221] ACPI: bus type USB registered\n[ 0.388199] usbcore: registered new interface driver usbfs\n[ 0.389450] usbcore: registered new interface driver hub\n[ 0.390664] usbcore: registered new device driver usb\n[ 0.391924] PCI: Using ACPI for IRQ routing\n[ 0.393136] NetLabel: Initializing\n[ 0.393991] NetLabel: domain hash size = 128\n[ 0.395010] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396154] NetLabel: unlabeled traffic allowed by default\n[ 0.397483] clocksource: Switched to clocksource kvm-clock\n[ 0.403436] AppArmor: AppArmor Filesystem Enabled\n[ 0.404592] pnp: PnP ACPI init\n[ 0.405661] pnp: PnP ACPI: found 5 devices\n[ 0.412213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414311] NET: Registered protocol family 2\n[ 0.415471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417021] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418452] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419863] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421187] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422615] NET: Registered protocol family 1\n[ 0.423665] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425004] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454963] Trying to unpack rootfs image as initramfs...\n[ 0.505621] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519741] Scanning for low memory corruption every 60 seconds\n[ 0.521336] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522734] audit: initializing netlink subsys (disabled)\n[ 0.523988] audit: type=2000 audit(1538847459.848:1): initialized\n[ 0.525570] Initialise system trusted keyring\n[ 0.526682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528098] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530300] zbud: loaded\n[ 0.531122] VFS: Disk quotas dquot_6.6.0\n[ 0.532104] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.533919] fuse init (API version 7.23)\n[ 0.534994] Key type big_key registered\n[ 0.536014] Allocating IMA MOK and blacklist keyrings.\n[ 0.537711] Key type asymmetric registered\n[ 0.538708] Asymmetric key parser 'x509' registered\n[ 0.539856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541576] io scheduler noop registered\n[ 0.542517] io scheduler deadline registered (default)\n[ 0.543708] io scheduler cfq registered\n[ 0.544688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545947] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549205] ACPI: Power Button [PWRF]\n[ 0.557002] GHES: HEST is not enabled!\n[ 0.570993] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600287] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626853] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629318] Linux agpgart interface v0.103\n[ 0.632083] brd: module loaded\n[ 0.633492] loop: module loaded\n[ 0.638130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639910] GPT:90111 != 2097151\n[ 0.640734] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642049] GPT:90111 != 2097151\n[ 0.642840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.643984] vda: vda1 vda15\n[ 0.645583] scsi host0: ata_piix\n[ 0.646457] scsi host1: ata_piix\n[ 0.647301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648675] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.650291] libphy: Fixed MDIO Bus: probed\n[ 0.651221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652306] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654650] PPP generic driver version 2.4.2\n[ 0.656095] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.657697] ehci-pci: EHCI PCI platform driver\n[ 0.658809] ehci-platform: EHCI generic platform driver\n[ 0.660318] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.662070] ohci-pci: OHCI PCI platform driver\n[ 0.663396] ohci-platform: OHCI generic platform driver\n[ 0.664915] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680131] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683855] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685389] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687047] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688973] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691169] usb usb1: Product: UHCI Host Controller\n[ 0.692578] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695778] hub 1-0:1.0: USB hub found\n[ 0.696908] hub 1-0:1.0: 2 ports detected\n[ 0.698221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701144] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702585] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.704114] mousedev: PS/2 mouse device common for all mice\n[ 0.705920] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710137] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.711920] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713755] i2c /dev entries driver\n[ 0.714859] device-mapper: uevent: version 1.0.3\n[ 0.716255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718784] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720694] NET: Registered protocol family 10\n[ 0.722195] NET: Registered protocol family 17\n[ 0.723548] Key type dns_resolver registered\n[ 0.724928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729288] registered taskstats version 1\n[ 0.730547] Loading compiled-in X.509 certificates\n[ 0.732485] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.735369] zswap: loaded using pool lzo/zbud\n[ 0.737259] Key type trusted registered\n[ 0.739200] Key type encrypted registered\n[ 0.740474] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742055] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743634] evm: HMAC attrs: 0x1\n[ 0.744875] Magic number: 6:858:642\n[ 0.746105] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:39 UTC (1538847459)\n[ 0.748502] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750191] EDD information not available.\n[ 0.810513] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812830] Write protecting the kernel read-only data: 14336k\n[ 0.825164] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.871822] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:38:43,296 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action used request id req-d6863470-fe6e-44f2-b8dc-8d34db7cb153 2018-10-06 17:38:45,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:46,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a719f0c7-b1df-4fb9-900e-44fe2dc6771e x-compute-request-id: req-a719f0c7-b1df-4fb9-900e-44fe2dc6771e Content-Encoding: gzip Content-Length: 7894 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515666006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141413] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142999] pid_max: default: 32768 minimum: 301\n[ 0.143857] ACPI: Core revision 20150930\n[ 0.145214] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146468] Security Framework initialized\n[ 0.147249] Yama: becoming mindful.\n[ 0.147951] AppArmor: AppArmor initialized\n[ 0.148781] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152655] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154050] Initializing cgroup subsys io\n[ 0.154860] Initializing cgroup subsys memory\n[ 0.155715] Initializing cgroup subsys devices\n[ 0.156590] Initializing cgroup subsys freezer\n[ 0.157466] Initializing cgroup subsys net_cls\n[ 0.158326] Initializing cgroup subsys perf_event\n[ 0.159232] Initializing cgroup subsys net_prio\n[ 0.160110] Initializing cgroup subsys hugetlb\n[ 0.160985] Initializing cgroup subsys pids\n[ 0.161974] CPU: Physical Processor ID: 0\n[ 0.163481] mce: CPU supports 10 MCE banks\n[ 0.164323] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165326] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176236] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182880] ftrace: allocating 31920 entries in 125 pages\n[ 0.210162] smpboot: Max logical packages: 1\n[ 0.211011] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212351] x2apic enabled\n[ 0.213170] Switched APIC routing to physical x2apic.\n[ 0.215035] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218132] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219909] KVM setup paravirtual spinlock\n[ 0.221229] x86: Booted up 1 node, 1 CPUs\n[ 0.222045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223440] devtmpfs: initialized\n[ 0.225158] evm: security.selinux\n[ 0.225868] evm: security.SMACK64\n[ 0.226559] evm: security.SMACK64EXEC\n[ 0.227298] evm: security.SMACK64TRANSMUTE\n[ 0.228105] evm: security.SMACK64MMAP\n[ 0.228852] evm: security.ima\n[ 0.229494] evm: security.capability\n[ 0.230299] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232155] pinctrl core: initialized pinctrl subsystem\n[ 0.233260] RTC time: 17:37:38, date: 10/06/18\n[ 0.234214] NET: Registered protocol family 16\n[ 0.235184] cpuidle: using governor ladder\n[ 0.235998] cpuidle: using governor menu\n[ 0.236783] PCCT header not found.\n[ 0.237538] ACPI: bus type PCI registered\n[ 0.238335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239572] PCI: Using configuration type 1 for base access\n[ 0.241329] ACPI: Added _OSI(Module Device)\n[ 0.242174] ACPI: Added _OSI(Processor Device)\n[ 0.243035] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243931] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246057] ACPI: Interpreter enabled\n[ 0.246834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254209] ACPI: (supports S0 S5)\n[ 0.254911] ACPI: Using IOAPIC for interrupt routing\n[ 0.256011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259102] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264871] acpiphp: Slot [3] registered\n[ 0.265671] acpiphp: Slot [4] registered\n[ 0.266470] acpiphp: Slot [5] registered\n[ 0.267264] acpiphp: Slot [6] registered\n[ 0.268062] acpiphp: Slot [7] registered\n[ 0.268866] acpiphp: Slot [8] registered\n[ 0.269665] acpiphp: Slot [9] registered\n[ 0.270460] acpiphp: Slot [10] registered\n[ 0.271271] acpiphp: Slot [11] registered\n[ 0.272086] acpiphp: Slot [12] registered\n[ 0.272902] acpiphp: Slot [13] registered\n[ 0.273710] acpiphp: Slot [14] registered\n[ 0.274517] acpiphp: Slot [15] registered\n[ 0.285424] acpiphp: Slot [16] registered\n[ 0.286240] acpiphp: Slot [17] registered\n[ 0.287055] acpiphp: Slot [18] registered\n[ 0.287865] acpiphp: Slot [19] registered\n[ 0.288686] acpiphp: Slot [20] registered\n[ 0.289511] acpiphp: Slot [21] registered\n[ 0.290318] acpiphp: Slot [22] registered\n[ 0.291130] acpiphp: Slot [23] registered\n[ 0.291945] acpiphp: Slot [24] registered\n[ 0.292759] acpiphp: Slot [25] registered\n[ 0.293569] acpiphp: Slot [26] registered\n[ 0.294376] acpiphp: Slot [27] registered\n[ 0.295189] acpiphp: Slot [28] registered\n[ 0.296000] acpiphp: Slot [29] registered\n[ 0.296809] acpiphp: Slot [30] registered\n[ 0.297718] acpiphp: Slot [31] registered\n[ 0.298536] PCI host bridge to bus 0000:00\n[ 0.299341] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301763] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304650] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310909] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312194] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313369] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314642] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321619] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323044] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372240] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378007] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382309] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384180] vgaarb: loaded\n[ 0.384891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386243] SCSI subsystem initialized\n[ 0.387221] ACPI: bus type USB registered\n[ 0.388199] usbcore: registered new interface driver usbfs\n[ 0.389450] usbcore: registered new interface driver hub\n[ 0.390664] usbcore: registered new device driver usb\n[ 0.391924] PCI: Using ACPI for IRQ routing\n[ 0.393136] NetLabel: Initializing\n[ 0.393991] NetLabel: domain hash size = 128\n[ 0.395010] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396154] NetLabel: unlabeled traffic allowed by default\n[ 0.397483] clocksource: Switched to clocksource kvm-clock\n[ 0.403436] AppArmor: AppArmor Filesystem Enabled\n[ 0.404592] pnp: PnP ACPI init\n[ 0.405661] pnp: PnP ACPI: found 5 devices\n[ 0.412213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414311] NET: Registered protocol family 2\n[ 0.415471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417021] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418452] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419863] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421187] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422615] NET: Registered protocol family 1\n[ 0.423665] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425004] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454963] Trying to unpack rootfs image as initramfs...\n[ 0.505621] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519741] Scanning for low memory corruption every 60 seconds\n[ 0.521336] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522734] audit: initializing netlink subsys (disabled)\n[ 0.523988] audit: type=2000 audit(1538847459.848:1): initialized\n[ 0.525570] Initialise system trusted keyring\n[ 0.526682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528098] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530300] zbud: loaded\n[ 0.531122] VFS: Disk quotas dquot_6.6.0\n[ 0.532104] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.533919] fuse init (API version 7.23)\n[ 0.534994] Key type big_key registered\n[ 0.536014] Allocating IMA MOK and blacklist keyrings.\n[ 0.537711] Key type asymmetric registered\n[ 0.538708] Asymmetric key parser 'x509' registered\n[ 0.539856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541576] io scheduler noop registered\n[ 0.542517] io scheduler deadline registered (default)\n[ 0.543708] io scheduler cfq registered\n[ 0.544688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545947] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549205] ACPI: Power Button [PWRF]\n[ 0.557002] GHES: HEST is not enabled!\n[ 0.570993] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600287] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626853] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629318] Linux agpgart interface v0.103\n[ 0.632083] brd: module loaded\n[ 0.633492] loop: module loaded\n[ 0.638130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639910] GPT:90111 != 2097151\n[ 0.640734] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642049] GPT:90111 != 2097151\n[ 0.642840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.643984] vda: vda1 vda15\n[ 0.645583] scsi host0: ata_piix\n[ 0.646457] scsi host1: ata_piix\n[ 0.647301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648675] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.650291] libphy: Fixed MDIO Bus: probed\n[ 0.651221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652306] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654650] PPP generic driver version 2.4.2\n[ 0.656095] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.657697] ehci-pci: EHCI PCI platform driver\n[ 0.658809] ehci-platform: EHCI generic platform driver\n[ 0.660318] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.662070] ohci-pci: OHCI PCI platform driver\n[ 0.663396] ohci-platform: OHCI generic platform driver\n[ 0.664915] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680131] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683855] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685389] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687047] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688973] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691169] usb usb1: Product: UHCI Host Controller\n[ 0.692578] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695778] hub 1-0:1.0: USB hub found\n[ 0.696908] hub 1-0:1.0: 2 ports detected\n[ 0.698221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701144] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702585] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.704114] mousedev: PS/2 mouse device common for all mice\n[ 0.705920] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710137] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.711920] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713755] i2c /dev entries driver\n[ 0.714859] device-mapper: uevent: version 1.0.3\n[ 0.716255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718784] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720694] NET: Registered protocol family 10\n[ 0.722195] NET: Registered protocol family 17\n[ 0.723548] Key type dns_resolver registered\n[ 0.724928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729288] registered taskstats version 1\n[ 0.730547] Loading compiled-in X.509 certificates\n[ 0.732485] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.735369] zswap: loaded using pool lzo/zbud\n[ 0.737259] Key type trusted registered\n[ 0.739200] Key type encrypted registered\n[ 0.740474] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742055] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743634] evm: HMAC attrs: 0x1\n[ 0.744875] Magic number: 6:858:642\n[ 0.746105] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:39 UTC (1538847459)\n[ 0.748502] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750191] EDD information not available.\n[ 0.810513] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812830] Write protecting the kernel read-only data: 14336k\n[ 0.825164] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.871822] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.43. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-10-06 17:38:46,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action used request id req-a719f0c7-b1df-4fb9-900e-44fe2dc6771e 2018-10-06 17:38:48,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a450688884351983201da72042379d2830c3b0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:49,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:38:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0f421e7-66fc-44e1-9ae4-67b6378be9c5 x-compute-request-id: req-b0f421e7-66fc-44e1-9ae4-67b6378be9c5 Content-Encoding: gzip Content-Length: 9535 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515666006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141413] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142999] pid_max: default: 32768 minimum: 301\n[ 0.143857] ACPI: Core revision 20150930\n[ 0.145214] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146468] Security Framework initialized\n[ 0.147249] Yama: becoming mindful.\n[ 0.147951] AppArmor: AppArmor initialized\n[ 0.148781] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152655] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154050] Initializing cgroup subsys io\n[ 0.154860] Initializing cgroup subsys memory\n[ 0.155715] Initializing cgroup subsys devices\n[ 0.156590] Initializing cgroup subsys freezer\n[ 0.157466] Initializing cgroup subsys net_cls\n[ 0.158326] Initializing cgroup subsys perf_event\n[ 0.159232] Initializing cgroup subsys net_prio\n[ 0.160110] Initializing cgroup subsys hugetlb\n[ 0.160985] Initializing cgroup subsys pids\n[ 0.161974] CPU: Physical Processor ID: 0\n[ 0.163481] mce: CPU supports 10 MCE banks\n[ 0.164323] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165326] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176236] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182880] ftrace: allocating 31920 entries in 125 pages\n[ 0.210162] smpboot: Max logical packages: 1\n[ 0.211011] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212351] x2apic enabled\n[ 0.213170] Switched APIC routing to physical x2apic.\n[ 0.215035] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218132] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219909] KVM setup paravirtual spinlock\n[ 0.221229] x86: Booted up 1 node, 1 CPUs\n[ 0.222045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223440] devtmpfs: initialized\n[ 0.225158] evm: security.selinux\n[ 0.225868] evm: security.SMACK64\n[ 0.226559] evm: security.SMACK64EXEC\n[ 0.227298] evm: security.SMACK64TRANSMUTE\n[ 0.228105] evm: security.SMACK64MMAP\n[ 0.228852] evm: security.ima\n[ 0.229494] evm: security.capability\n[ 0.230299] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232155] pinctrl core: initialized pinctrl subsystem\n[ 0.233260] RTC time: 17:37:38, date: 10/06/18\n[ 0.234214] NET: Registered protocol family 16\n[ 0.235184] cpuidle: using governor ladder\n[ 0.235998] cpuidle: using governor menu\n[ 0.236783] PCCT header not found.\n[ 0.237538] ACPI: bus type PCI registered\n[ 0.238335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239572] PCI: Using configuration type 1 for base access\n[ 0.241329] ACPI: Added _OSI(Module Device)\n[ 0.242174] ACPI: Added _OSI(Processor Device)\n[ 0.243035] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243931] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246057] ACPI: Interpreter enabled\n[ 0.246834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254209] ACPI: (supports S0 S5)\n[ 0.254911] ACPI: Using IOAPIC for interrupt routing\n[ 0.256011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259102] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264871] acpiphp: Slot [3] registered\n[ 0.265671] acpiphp: Slot [4] registered\n[ 0.266470] acpiphp: Slot [5] registered\n[ 0.267264] acpiphp: Slot [6] registered\n[ 0.268062] acpiphp: Slot [7] registered\n[ 0.268866] acpiphp: Slot [8] registered\n[ 0.269665] acpiphp: Slot [9] registered\n[ 0.270460] acpiphp: Slot [10] registered\n[ 0.271271] acpiphp: Slot [11] registered\n[ 0.272086] acpiphp: Slot [12] registered\n[ 0.272902] acpiphp: Slot [13] registered\n[ 0.273710] acpiphp: Slot [14] registered\n[ 0.274517] acpiphp: Slot [15] registered\n[ 0.285424] acpiphp: Slot [16] registered\n[ 0.286240] acpiphp: Slot [17] registered\n[ 0.287055] acpiphp: Slot [18] registered\n[ 0.287865] acpiphp: Slot [19] registered\n[ 0.288686] acpiphp: Slot [20] registered\n[ 0.289511] acpiphp: Slot [21] registered\n[ 0.290318] acpiphp: Slot [22] registered\n[ 0.291130] acpiphp: Slot [23] registered\n[ 0.291945] acpiphp: Slot [24] registered\n[ 0.292759] acpiphp: Slot [25] registered\n[ 0.293569] acpiphp: Slot [26] registered\n[ 0.294376] acpiphp: Slot [27] registered\n[ 0.295189] acpiphp: Slot [28] registered\n[ 0.296000] acpiphp: Slot [29] registered\n[ 0.296809] acpiphp: Slot [30] registered\n[ 0.297718] acpiphp: Slot [31] registered\n[ 0.298536] PCI host bridge to bus 0000:00\n[ 0.299341] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301763] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304650] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310909] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312194] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313369] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314642] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321619] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323044] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372240] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378007] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382309] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384180] vgaarb: loaded\n[ 0.384891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386243] SCSI subsystem initialized\n[ 0.387221] ACPI: bus type USB registered\n[ 0.388199] usbcore: registered new interface driver usbfs\n[ 0.389450] usbcore: registered new interface driver hub\n[ 0.390664] usbcore: registered new device driver usb\n[ 0.391924] PCI: Using ACPI for IRQ routing\n[ 0.393136] NetLabel: Initializing\n[ 0.393991] NetLabel: domain hash size = 128\n[ 0.395010] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396154] NetLabel: unlabeled traffic allowed by default\n[ 0.397483] clocksource: Switched to clocksource kvm-clock\n[ 0.403436] AppArmor: AppArmor Filesystem Enabled\n[ 0.404592] pnp: PnP ACPI init\n[ 0.405661] pnp: PnP ACPI: found 5 devices\n[ 0.412213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414311] NET: Registered protocol family 2\n[ 0.415471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417021] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418452] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419863] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421187] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422615] NET: Registered protocol family 1\n[ 0.423665] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425004] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454963] Trying to unpack rootfs image as initramfs...\n[ 0.505621] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519741] Scanning for low memory corruption every 60 seconds\n[ 0.521336] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522734] audit: initializing netlink subsys (disabled)\n[ 0.523988] audit: type=2000 audit(1538847459.848:1): initialized\n[ 0.525570] Initialise system trusted keyring\n[ 0.526682] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528098] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530300] zbud: loaded\n[ 0.531122] VFS: Disk quotas dquot_6.6.0\n[ 0.532104] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.533919] fuse init (API version 7.23)\n[ 0.534994] Key type big_key registered\n[ 0.536014] Allocating IMA MOK and blacklist keyrings.\n[ 0.537711] Key type asymmetric registered\n[ 0.538708] Asymmetric key parser 'x509' registered\n[ 0.539856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541576] io scheduler noop registered\n[ 0.542517] io scheduler deadline registered (default)\n[ 0.543708] io scheduler cfq registered\n[ 0.544688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545947] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549205] ACPI: Power Button [PWRF]\n[ 0.557002] GHES: HEST is not enabled!\n[ 0.570993] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600287] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626853] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629318] Linux agpgart interface v0.103\n[ 0.632083] brd: module loaded\n[ 0.633492] loop: module loaded\n[ 0.638130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639910] GPT:90111 != 2097151\n[ 0.640734] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642049] GPT:90111 != 2097151\n[ 0.642840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.643984] vda: vda1 vda15\n[ 0.645583] scsi host0: ata_piix\n[ 0.646457] scsi host1: ata_piix\n[ 0.647301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648675] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.650291] libphy: Fixed MDIO Bus: probed\n[ 0.651221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652306] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654650] PPP generic driver version 2.4.2\n[ 0.656095] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.657697] ehci-pci: EHCI PCI platform driver\n[ 0.658809] ehci-platform: EHCI generic platform driver\n[ 0.660318] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.662070] ohci-pci: OHCI PCI platform driver\n[ 0.663396] ohci-platform: OHCI generic platform driver\n[ 0.664915] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680131] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683855] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685389] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687047] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688973] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691169] usb usb1: Product: UHCI Host Controller\n[ 0.692578] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695778] hub 1-0:1.0: USB hub found\n[ 0.696908] hub 1-0:1.0: 2 ports detected\n[ 0.698221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701144] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702585] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.704114] mousedev: PS/2 mouse device common for all mice\n[ 0.705920] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710137] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.711920] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713755] i2c /dev entries driver\n[ 0.714859] device-mapper: uevent: version 1.0.3\n[ 0.716255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718784] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720694] NET: Registered protocol family 10\n[ 0.722195] NET: Registered protocol family 17\n[ 0.723548] Key type dns_resolver registered\n[ 0.724928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729288] registered taskstats version 1\n[ 0.730547] Loading compiled-in X.509 certificates\n[ 0.732485] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.735369] zswap: loaded using pool lzo/zbud\n[ 0.737259] Key type trusted registered\n[ 0.739200] Key type encrypted registered\n[ 0.740474] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742055] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743634] evm: HMAC attrs: 0x1\n[ 0.744875] Magic number: 6:858:642\n[ 0.746105] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:39 UTC (1538847459)\n[ 0.748502] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750191] EDD information not available.\n[ 0.810513] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812830] Write protecting the kernel read-only data: 14336k\n[ 0.825164] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.871822] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.43. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8f8uYlvc92lGlYfepVMFTNqiJEXV8+k3+fyM2UELxmX85Wc5NUlXy3kZ0DhjR4WNp8GpcDWeXmwxGS0Z8m/dmxC4s5FuBcLjY2P75Yol8GZplvBgh4yim/zlMwUdRYkHLuxOfiAjwTlx9qflYH9spjWOU0RfRJrbI8VGmDbaBU/rfrEmmaTo2KG9YjhE/CarBzVWP9J4Hagj6j3G1tR1RloC/9av8Kotr1A6ks6f82M2a4oAbhr931RuL/vBI69cmff1SCzgRyUcDEcrWP7LX/Trq0Iu3dUAJ2yhY9HyPhR3YHywnXZv10QWlEI9ERqbLrYwGFC2Ztkrf/IHD1rCl root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAL4T3v8truTlOKrORoIxkCVPxY15QPqvNq6M1luwQ6y2iREKDOZ6NL9NaQsRFqswfqzkUiYgXUFWciCtT770DopSltbWBgzJE3Z62dkIsQkBbiyyRGPXgnjz9EMXdGVnNqR0DnyLx3wHawICKxRkgVf05TWnYXKRaPTyqly32TypAAAAFQDCMKnK1bMFMLkExURGXrEwHlPkfwAAAIBax4jn7Js/uALcaEuMbRyZhbvWQUNW0AN9oFote0og4eVXSEUdH5q4wzf78s47HVDZVESCXECOaKxKqgxZMIs8MQADs0hKIwA8w34cfgRoP0F40RPnCtMUkhVk9YbVxsxAxRxvyCYM7YEaJEKkqwyng8W8lLCQLdosX0CQW9+jLwAAAIBWgeb86dtPB91tYq/mkA7Aovualf4PDC1vSrNKwchzbHYCqHqvvIYi++aZb5nS1Obib9EmY/qats6aGRjCAzTnuSivE6+Rh3mnySN7l9YXk5G70E3mZJGXp2Emqc/e9/z8kCtXGmik5e6VFuJFi9Erw9h4WNRiRMC1WiDO67f0hw== 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:fe2b:7510/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.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-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.60 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: /dev/root resized successfully [took 1.41s]\n"} 2018-10-06 17:38:49,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action used request id req-b0f421e7-66fc-44e1-9ae4-67b6378be9c5 2018-10-06 17:38:51,505 - sdnvpn_test_utils - INFO - Waiting for instance 167d0b6c-f015-4b0f-8b6d-7e6a55f53154 to boot up 2018-10-06 17:38:51,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:52,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-d54f756b-bbf4-44ad-b80d-16aec6341d03 x-compute-request-id: req-d54f756b-bbf4-44ad-b80d-16aec6341d03 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:38:52,575 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-d54f756b-bbf4-44ad-b80d-16aec6341d03 2018-10-06 17:38:54,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:55,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-a11fde1a-8e7c-45c0-afe7-7658dc333fe9 x-compute-request-id: req-a11fde1a-8e7c-45c0-afe7-7658dc333fe9 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:38:55,681 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-a11fde1a-8e7c-45c0-afe7-7658dc333fe9 2018-10-06 17:38:57,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:38:58,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-84b3b31e-0a7b-4b92-9562-8fa1b8f08636 x-compute-request-id: req-84b3b31e-0a7b-4b92-9562-8fa1b8f08636 Content-Encoding: gzip Content-Length: 7930 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\n"} 2018-10-06 17:38:58,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-84b3b31e-0a7b-4b92-9562-8fa1b8f08636 2018-10-06 17:39:00,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:01,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-5c0a95e8-c203-401d-9bc3-1c1df997929e x-compute-request-id: req-5c0a95e8-c203-401d-9bc3-1c1df997929e Content-Encoding: gzip Content-Length: 9681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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"} 2018-10-06 17:39:01,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-5c0a95e8-c203-401d-9bc3-1c1df997929e 2018-10-06 17:39:03,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:04,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39: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-77e9865e-302b-4583-a4b1-d16290d39921 x-compute-request-id: req-77e9865e-302b-4583-a4b1-d16290d39921 Content-Encoding: gzip Content-Length: 9974 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:04,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-77e9865e-302b-4583-a4b1-d16290d39921 2018-10-06 17:39:06,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:08,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9557711-8f4b-4117-90e8-705fa6dfc62f x-compute-request-id: req-f9557711-8f4b-4117-90e8-705fa6dfc62f Content-Encoding: gzip Content-Length: 9974 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:08,044 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-f9557711-8f4b-4117-90e8-705fa6dfc62f 2018-10-06 17:39:10,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:11,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-c0fa89c4-c8d0-4cdf-a5ae-4802e06c3e46 x-compute-request-id: req-c0fa89c4-c8d0-4cdf-a5ae-4802e06c3e46 Content-Encoding: gzip Content-Length: 9974 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:11,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-c0fa89c4-c8d0-4cdf-a5ae-4802e06c3e46 2018-10-06 17:39:13,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:14,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa2b4906-6505-46f2-8d40-d8f26ab6bdbd x-compute-request-id: req-aa2b4906-6505-46f2-8d40-d8f26ab6bdbd Content-Encoding: gzip Content-Length: 9974 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:14,229 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-aa2b4906-6505-46f2-8d40-d8f26ab6bdbd 2018-10-06 17:39:16,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:17,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4935502-4a74-4582-9ab1-85eb814ab756 x-compute-request-id: req-f4935502-4a74-4582-9ab1-85eb814ab756 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 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:17,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-f4935502-4a74-4582-9ab1-85eb814ab756 2018-10-06 17:39:19,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:20,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-31744a5c-cc0c-487a-aaa9-556dc5c66f2e x-compute-request-id: req-31744a5c-cc0c-487a-aaa9-556dc5c66f2e 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 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:20,414 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-31744a5c-cc0c-487a-aaa9-556dc5c66f2e 2018-10-06 17:39:22,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:23,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-5ce568dd-fa02-4e88-a182-94c6aa55a895 x-compute-request-id: req-5ce568dd-fa02-4e88-a182-94c6aa55a895 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 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:23,508 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-5ce568dd-fa02-4e88-a182-94c6aa55a895 2018-10-06 17:39:25,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:26,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-e4a6fd41-0c1d-46b1-ade0-2b923bda8c05 x-compute-request-id: req-e4a6fd41-0c1d-46b1-ade0-2b923bda8c05 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 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:26,601 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-e4a6fd41-0c1d-46b1-ade0-2b923bda8c05 2018-10-06 17:39:28,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:29,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-78408a85-a65f-4a46-b037-821f78f054b8 x-compute-request-id: req-78408a85-a65f-4a46-b037-821f78f054b8 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 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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"} 2018-10-06 17:39:29,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-78408a85-a65f-4a46-b037-821f78f054b8 2018-10-06 17:39:31,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:32,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-043b9e20-bcb8-431a-a6e7-0292de2268f9 x-compute-request-id: req-043b9e20-bcb8-431a-a6e7-0292de2268f9 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:39:32,801 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-043b9e20-bcb8-431a-a6e7-0292de2268f9 2018-10-06 17:39:34,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:35,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd5bc4f2-8b94-4962-b6b3-bb77c001f5f7 x-compute-request-id: req-dd5bc4f2-8b94-4962-b6b3-bb77c001f5f7 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:39:35,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-dd5bc4f2-8b94-4962-b6b3-bb77c001f5f7 2018-10-06 17:39:37,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:38,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39: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-7a4e7424-a391-4765-a2bc-9274c0ad9391 x-compute-request-id: req-7a4e7424-a391-4765-a2bc-9274c0ad9391 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:39:38,985 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-7a4e7424-a391-4765-a2bc-9274c0ad9391 2018-10-06 17:39:41,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:42,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-0b08f39c-584b-42ad-a640-e0241dac3ace x-compute-request-id: req-0b08f39c-584b-42ad-a640-e0241dac3ace Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:39:42,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-0b08f39c-584b-42ad-a640-e0241dac3ace 2018-10-06 17:39:44,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff2c7f112ea8a22fce3d6dc283635974ad2b4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:45,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-eb5b924a-30dc-4d3c-a3b2-d64f9a854350 x-compute-request-id: req-eb5b924a-30dc-4d3c-a3b2-d64f9a854350 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 530432107 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130694] pid_max: default: 32768 minimum: 301\n[ 0.131567] ACPI: Core revision 20150930\n[ 0.132927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134206] Security Framework initialized\n[ 0.135010] Yama: becoming mindful.\n[ 0.135740] AppArmor: AppArmor initialized\n[ 0.136591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137895] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141678] Initializing cgroup subsys io\n[ 0.142475] Initializing cgroup subsys memory\n[ 0.143316] Initializing cgroup subsys devices\n[ 0.144190] Initializing cgroup subsys freezer\n[ 0.145037] Initializing cgroup subsys net_cls\n[ 0.145886] Initializing cgroup subsys perf_event\n[ 0.146773] Initializing cgroup subsys net_prio\n[ 0.147635] Initializing cgroup subsys hugetlb\n[ 0.148492] Initializing cgroup subsys pids\n[ 0.149345] CPU: Physical Processor ID: 0\n[ 0.150825] mce: CPU supports 10 MCE banks\n[ 0.151653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163762] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170129] ftrace: allocating 31920 entries in 125 pages\n[ 0.196222] smpboot: Max logical packages: 1\n[ 0.197069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198392] x2apic enabled\n[ 0.199187] Switched APIC routing to physical x2apic.\n[ 0.200924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203961] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205706] KVM setup paravirtual spinlock\n[ 0.206979] x86: Booted up 1 node, 1 CPUs\n[ 0.207771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209129] devtmpfs: initialized\n[ 0.210830] evm: security.selinux\n[ 0.211525] evm: security.SMACK64\n[ 0.212203] evm: security.SMACK64EXEC\n[ 0.212931] evm: security.SMACK64TRANSMUTE\n[ 0.213726] evm: security.SMACK64MMAP\n[ 0.214458] evm: security.ima\n[ 0.215089] evm: security.capability\n[ 0.215884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217692] pinctrl core: initialized pinctrl subsystem\n[ 0.218761] RTC time: 17:37:50, date: 10/06/18\n[ 0.219707] NET: Registered protocol family 16\n[ 0.220660] cpuidle: using governor ladder\n[ 0.221463] cpuidle: using governor menu\n[ 0.222233] PCCT header not found.\n[ 0.222963] ACPI: bus type PCI registered\n[ 0.223756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226719] ACPI: Added _OSI(Module Device)\n[ 0.227543] ACPI: Added _OSI(Processor Device)\n[ 0.228391] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231390] ACPI: Interpreter enabled\n[ 0.232175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239407] ACPI: (supports S0 S5)\n[ 0.240097] ACPI: Using IOAPIC for interrupt routing\n[ 0.241038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249780] acpiphp: Slot [3] registered\n[ 0.250564] acpiphp: Slot [4] registered\n[ 0.251349] acpiphp: Slot [5] registered\n[ 0.252131] acpiphp: Slot [6] registered\n[ 0.252910] acpiphp: Slot [7] registered\n[ 0.253690] acpiphp: Slot [8] registered\n[ 0.254470] acpiphp: Slot [9] registered\n[ 0.255248] acpiphp: Slot [10] registered\n[ 0.256034] acpiphp: Slot [11] registered\n[ 0.256832] acpiphp: Slot [12] registered\n[ 0.257633] acpiphp: Slot [13] registered\n[ 0.258422] acpiphp: Slot [14] registered\n[ 0.259215] acpiphp: Slot [15] registered\n[ 0.270080] acpiphp: Slot [16] registered\n[ 0.270890] acpiphp: Slot [17] registered\n[ 0.271695] acpiphp: Slot [18] registered\n[ 0.272497] acpiphp: Slot [19] registered\n[ 0.273299] acpiphp: Slot [20] registered\n[ 0.274105] acpiphp: Slot [21] registered\n[ 0.274914] acpiphp: Slot [22] registered\n[ 0.275719] acpiphp: Slot [23] registered\n[ 0.276526] acpiphp: Slot [24] registered\n[ 0.277331] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278944] acpiphp: Slot [27] registered\n[ 0.279748] acpiphp: Slot [28] registered\n[ 0.280552] acpiphp: Slot [29] registered\n[ 0.281352] acpiphp: Slot [30] registered\n[ 0.282165] acpiphp: Slot [31] registered\n[ 0.282965] PCI host bridge to bus 0000:00\n[ 0.283777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296498] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305353] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306793] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353905] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358103] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361706] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363237] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364967] SCSI subsystem initialized\n[ 0.365777] ACPI: bus type USB registered\n[ 0.366590] usbcore: registered new interface driver usbfs\n[ 0.367609] usbcore: registered new interface driver hub\n[ 0.368618] usbcore: registered new device driver usb\n[ 0.369665] PCI: Using ACPI for IRQ routing\n[ 0.370680] NetLabel: Initializing\n[ 0.371390] NetLabel: domain hash size = 128\n[ 0.372230] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373174] NetLabel: unlabeled traffic allowed by default\n[ 0.374266] clocksource: Switched to clocksource kvm-clock\n[ 0.379757] AppArmor: AppArmor Filesystem Enabled\n[ 0.380722] pnp: PnP ACPI init\n[ 0.381626] pnp: PnP ACPI: found 5 devices\n[ 0.387990] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389692] NET: Registered protocol family 2\n[ 0.390663] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391911] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393057] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394196] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396413] NET: Registered protocol family 1\n[ 0.397266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399404] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427657] Trying to unpack rootfs image as initramfs...\n[ 0.477612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491442] Scanning for low memory corruption every 60 seconds\n[ 0.492775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493903] audit: initializing netlink subsys (disabled)\n[ 0.494915] audit: type=2000 audit(1538847471.819:1): initialized\n[ 0.496207] Initialise system trusted keyring\n[ 0.497112] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500198] zbud: loaded\n[ 0.500886] VFS: Disk quotas dquot_6.6.0\n[ 0.501696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503199] fuse init (API version 7.23)\n[ 0.504067] Key type big_key registered\n[ 0.504856] Allocating IMA MOK and blacklist keyrings.\n[ 0.506328] Key type asymmetric registered\n[ 0.507139] Asymmetric key parser 'x509' registered\n[ 0.508077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509513] io scheduler noop registered\n[ 0.510305] io scheduler deadline registered (default)\n[ 0.511279] io scheduler cfq registered\n[ 0.512095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515803] ACPI: Power Button [PWRF]\n[ 0.516623] GHES: HEST is not enabled!\n[ 0.530389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562696] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589104] Linux agpgart interface v0.103\n[ 0.591415] brd: module loaded\n[ 0.592708] loop: module loaded\n[ 0.597483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598909] GPT:90111 != 2097151\n[ 0.599582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600652] GPT:90111 != 2097151\n[ 0.601313] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602259] vda: vda1 vda15\n[ 0.603692] scsi host0: ata_piix\n[ 0.604417] scsi host1: ata_piix\n[ 0.605115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607754] libphy: Fixed MDIO Bus: probed\n[ 0.608563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611668] PPP generic driver version 2.4.2\n[ 0.612548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613772] ehci-pci: EHCI PCI platform driver\n[ 0.614640] ehci-platform: EHCI generic platform driver\n[ 0.615619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616726] ohci-pci: OHCI PCI platform driver\n[ 0.617581] ohci-platform: OHCI generic platform driver\n[ 0.618558] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633836] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636292] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640006] usb usb1: Product: UHCI Host Controller\n[ 0.640930] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643047] hub 1-0:1.0: USB hub found\n[ 0.643823] hub 1-0:1.0: 2 ports detected\n[ 0.644709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646821] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647784] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648799] mousedev: PS/2 mouse device common for all mice\n[ 0.650031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651861] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654124] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655314] i2c /dev entries driver\n[ 0.656069] device-mapper: uevent: version 1.0.3\n[ 0.657006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658624] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659879] NET: Registered protocol family 10\n[ 0.660868] NET: Registered protocol family 17\n[ 0.661742] Key type dns_resolver registered\n[ 0.662659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665456] registered taskstats version 1\n[ 0.666294] Loading compiled-in X.509 certificates\n[ 0.667724] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669555] zswap: loaded using pool lzo/zbud\n[ 0.670928] Key type trusted registered\n[ 0.672459] Key type encrypted registered\n[ 0.673286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674319] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675353] evm: HMAC attrs: 0x1\n[ 0.676280] Magic number: 6:858:642\n[ 0.677114] rtc_cmos 00:00: setting system clock to 2018-10-06 17:37:51 UTC (1538847471)\n[ 0.678703] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679796] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768721] Write protecting the kernel read-only data: 14336k\n[ 0.780393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.823569] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvoC+QAmruu0/vMMdnpi2PQUNjdI4s707PPVTENx1bmBpnu03nyJJK2PdgytkUqqBGeiRdO/JBsP/HIs4BAZjoC4Zmf2WcNGe68viBQLZ7jpLbSENfOqTHbf8Kf8s4ru+UstLddufYTvs45bYo5jSrRCQ9IA9AXeXhNw0RkyN7E8tbaRzGihxTJMZaVCdHI9HoO4wxEL/f9OCiCl1DNI8iiiith6XfQzm+eRGe1KCRB8v+uGYNKOM3GDUBxxA38yFQoXPOXoFTHreNP+LwFkCRK2cl4gTXc2kg1WwNBf8lbwy8aDhifDPvgcsQFWr6bjn/AVpLdMmfkX95xu2SY3s3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKpNt7dCko0d2Sjfu25eYHLxM5Qaari3UrbC1zjL5VssHthnbS8JNtvIMYPCH/TNRRxxA6eWRxSc0IFNpAsxhQEGoIu7t9J9FiPUNGNKPoTzs+C+4aeMwoNovJUXqfKndh8PE3/v+Vn7w5Tp2tXRQTHwWSuzmXwL4Lrd9Wx0eig/AAAAFQCDImGvqqyiXm16UTJZOqIcktmdtwAAAIEAmiguByfR3PVgLVnkZ86Dg1/3jPRKJLkdVJ2PNb9A/KSA56JsAtUnzKb21/N9xlXxN2bgpq3OmDdv0yLn8qitdCqXYRi1xMz3B8Lf+SQ29/7a+wev1dTOArRLoHzOOdGj4hYRD0UQ9YwDOdsUhzPULntIBXgkFJDFeio4fUFdb74AAAB/OBCWgjUZYJRm5tuvt/6wWPbz60WkCPp/Wihwk+ZjotedRazKVbfWxwhda6unTorU47c7Xtx/0KIAfD+UOwyjHOricr0h3xkrBhMjLoEG18yHMG1cXahMDLTUZprusO4oVA9qyMINOR+lZCLBuUko+xu8kGkbwgfi0ulLaSAHNw== 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.10,24,fe80::f816:3eff:fe21:a05/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.10 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.98 ===\n/dev/root resized successfully [took 1.57s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:21:0A:05 \n inet addr:10.10.11.10 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:a05/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75 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:9375 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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.119445] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.119447] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119449] usb 1-1: Product: QEMU USB Tablet\n[ 1.119449] usb 1-1: Manufacturer: QEMU\n[ 1.119450] usb 1-1: SerialNumber: 42\n[ 1.130406] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.490372] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.490375] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.099585] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.436512] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:37:51 cirros kern.info kernel: [ 0.782191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 6 18:37:51 cirros kern.info kernel: [ 0.793118] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 6 18:37:51 cirros kern.info kernel: [ 0.793120] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 6 18:37:51 cirros kern.info kernel: [ 0.794778] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 6 18:37:51 cirros kern.info kernel: [ 0.797677] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 6 18:37:51 cirros kern.info kernel: [ 0.799647] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 6 18:37:51 cirros kern.info kernel: [ 0.821027] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 6 18:37:51 cirros kern.info kernel: [ 0.822039] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 6 18:37:51 cirros kern.notice kernel: [ 0.823569] random: blkid urandom read with 2 bits of entropy available\nOct 6 18:37:51 cirros kern.info kernel: [ 0.825134] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 6 18:37:51 cirros kern.info kernel: [ 0.868179] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 6 18:37:51 cirros kern.info kernel: [ 0.958315] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 6 18:37:51 cirros kern.info kernel: [ 1.106598] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 6 18:37:51 cirros kern.info kernel: [ 1.119445] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 6 18:37:51 cirros kern.info kernel: [ 1.119447] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 6 18:37:51 cirros kern.info kernel: [ 1.119449] usb 1-1: Product: QEMU USB Tablet\nOct 6 18:37:51 cirros kern.info kernel: [ 1.119449] usb 1-1: Manufacturer: QEMU\nOct 6 18:37:51 cirros kern.info kernel: [ 1.119450] usb 1-1: SerialNumber: 42\nOct 6 18:37:51 cirros kern.info kernel: [ 1.130406] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 6 18:37:52 cirros kern.info kernel: [ 1.490372] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 6 18:37:52 cirros kern.info kernel: [ 1.490375] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 6 18:38:53 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:38:53 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:38:53 cirros kern.info kernel: [ 63.099585] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:38:54 cirros kern.info kernel: [ 63.436512] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-5 login: "} 2018-10-06 17:39:45,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-eb5b924a-30dc-4d3c-a3b2-d64f9a854350 2018-10-06 17:39:47,208 - sdnvpn_test_utils - INFO - Waiting for instance f5f71049-4869-47a7-aa90-3f9caa09b9d1 to boot up 2018-10-06 17:39:47,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:48,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc431cc7-7acd-43bd-8d07-5cd64be10abf x-compute-request-id: req-fc431cc7-7acd-43bd-8d07-5cd64be10abf 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 511875784 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136748] pid_max: default: 32768 minimum: 301\n[ 0.137692] ACPI: Core revision 20150930\n[ 0.139131] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140497] Security Framework initialized\n[ 0.141342] Yama: becoming mindful.\n[ 0.142116] AppArmor: AppArmor initialized\n[ 0.143031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145777] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148645] Initializing cgroup subsys io\n[ 0.149517] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151420] Initializing cgroup subsys freezer\n[ 0.152343] Initializing cgroup subsys net_cls\n[ 0.153305] Initializing cgroup subsys perf_event\n[ 0.154323] Initializing cgroup subsys net_prio\n[ 0.155296] Initializing cgroup subsys hugetlb\n[ 0.156267] Initializing cgroup subsys pids\n[ 0.157231] CPU: Physical Processor ID: 0\n[ 0.158817] mce: CPU supports 10 MCE banks\n[ 0.159752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172779] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180918] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 1\n[ 0.214363] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216121] x2apic enabled\n[ 0.217173] Switched APIC routing to physical x2apic.\n[ 0.219432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223500] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225829] KVM setup paravirtual spinlock\n[ 0.227567] x86: Booted up 1 node, 1 CPUs\n[ 0.228604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230427] devtmpfs: initialized\n[ 0.232715] evm: security.selinux\n[ 0.233624] evm: security.SMACK64\n[ 0.234533] evm: security.SMACK64EXEC\n[ 0.235504] evm: security.SMACK64TRANSMUTE\n[ 0.236557] evm: security.SMACK64MMAP\n[ 0.237521] evm: security.ima\n[ 0.238354] evm: security.capability\n[ 0.239408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241884] pinctrl core: initialized pinctrl subsystem\n[ 0.243361] RTC time: 17:38:15, date: 10/06/18\n[ 0.244632] NET: Registered protocol family 16\n[ 0.245907] cpuidle: using governor ladder\n[ 0.246961] cpuidle: using governor menu\n[ 0.248013] PCCT header not found.\n[ 0.248994] ACPI: bus type PCI registered\n[ 0.250027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251686] PCI: Using configuration type 1 for base access\n[ 0.254115] ACPI: Added _OSI(Module Device)\n[ 0.255225] ACPI: Added _OSI(Processor Device)\n[ 0.256346] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257522] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260326] ACPI: Interpreter enabled\n[ 0.261309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270998] ACPI: (supports S0 S5)\n[ 0.271911] ACPI: Using IOAPIC for interrupt routing\n[ 0.273139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285109] acpiphp: Slot [3] registered\n[ 0.286143] acpiphp: Slot [4] registered\n[ 0.287177] acpiphp: Slot [5] registered\n[ 0.288210] acpiphp: Slot [6] registered\n[ 0.289259] acpiphp: Slot [7] registered\n[ 0.290405] acpiphp: Slot [8] registered\n[ 0.291563] acpiphp: Slot [9] registered\n[ 0.292627] acpiphp: Slot [10] registered\n[ 0.293703] acpiphp: Slot [11] registered\n[ 0.294797] acpiphp: Slot [12] registered\n[ 0.295927] acpiphp: Slot [13] registered\n[ 0.297006] acpiphp: Slot [14] registered\n[ 0.298088] acpiphp: Slot [15] registered\n[ 0.311747] acpiphp: Slot [16] registered\n[ 0.312848] acpiphp: Slot [17] registered\n[ 0.313928] acpiphp: Slot [18] registered\n[ 0.315010] acpiphp: Slot [19] registered\n[ 0.316101] acpiphp: Slot [20] registered\n[ 0.317184] acpiphp: Slot [21] registered\n[ 0.318272] acpiphp: Slot [22] registered\n[ 0.319337] acpiphp: Slot [23] registered\n[ 0.320407] acpiphp: Slot [24] registered\n[ 0.321491] acpiphp: Slot [25] registered\n[ 0.322557] acpiphp: Slot [26] registered\n[ 0.323629] acpiphp: Slot [27] registered\n[ 0.324716] acpiphp: Slot [28] registered\n[ 0.325778] acpiphp: Slot [29] registered\n[ 0.326842] acpiphp: Slot [30] registered\n[ 0.327926] acpiphp: Slot [31] registered\n[ 0.328989] PCI host bridge to bus 0000:00\n[ 0.330067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331664] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346892] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414586] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416516] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422373] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425712] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429660] vgaarb: loaded\n[ 0.430512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432185] SCSI subsystem initialized\n[ 0.433389] ACPI: bus type USB registered\n[ 0.434623] usbcore: registered new interface driver usbfs\n[ 0.436221] usbcore: registered new interface driver hub\n[ 0.437749] usbcore: registered new device driver usb\n[ 0.439331] PCI: Using ACPI for IRQ routing\n[ 0.440760] NetLabel: Initializing\n[ 0.441835] NetLabel: domain hash size = 128\n[ 0.443165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444629] NetLabel: unlabeled traffic allowed by default\n[ 0.446294] clocksource: Switched to clocksource kvm-clock\n[ 0.452616] AppArmor: AppArmor Filesystem Enabled\n[ 0.454080] pnp: PnP ACPI init\n[ 0.455319] pnp: PnP ACPI: found 5 devices\n[ 0.462152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464726] NET: Registered protocol family 2\n[ 0.466122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.468098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.469877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.471692] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475154] NET: Registered protocol family 1\n[ 0.476482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478130] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479770] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509195] Trying to unpack rootfs image as initramfs...\n[ 0.560097] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.574504] Scanning for low memory corruption every 60 seconds\n[ 0.576405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.583449] audit: initializing netlink subsys (disabled)\n[ 0.585640] audit: type=2000 audit(1538847496.039:1): initialized\n[ 0.587987] Initialise system trusted keyring\n[ 0.589358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591147] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593701] zbud: loaded\n[ 0.594655] VFS: Disk quotas dquot_6.6.0\n[ 0.595845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598000] fuse init (API version 7.23)\n[ 0.599268] Key type big_key registered\n[ 0.600440] Allocating IMA MOK and blacklist keyrings.\n[ 0.602065] Key type asymmetric registered\n[ 0.603267] Asymmetric key parser 'x509' registered\n[ 0.604688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606874] io scheduler noop registered\n[ 0.608048] io scheduler deadline registered (default)\n[ 0.609526] io scheduler cfq registered\n[ 0.610749] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612308] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616341] ACPI: Power Button [PWRF]\n[ 0.617542] GHES: HEST is not enabled!\n[ 0.631620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662228] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692643] Linux agpgart interface v0.103\n[ 0.694729] brd: module loaded\n[ 0.695896] loop: module loaded\n[ 0.700947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702420] GPT:90111 != 2097151\n[ 0.703097] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704190] GPT:90111 != 2097151\n[ 0.704870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705840] vda: vda1 vda15\n[ 0.707423] scsi host0: ata_piix\n[ 0.708158] scsi host1: ata_piix\n[ 0.708855] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711520] libphy: Fixed MDIO Bus: probed\n[ 0.712332] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713279] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715440] PPP generic driver version 2.4.2\n[ 0.716323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717595] ehci-pci: EHCI PCI platform driver\n[ 0.718471] ehci-platform: EHCI generic platform driver\n[ 0.719456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720584] ohci-pci: OHCI PCI platform driver\n[ 0.721448] ohci-platform: OHCI generic platform driver\n[ 0.722441] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737978] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739454] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740492] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744274] usb usb1: Product: UHCI Host Controller\n[ 0.745196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747349] hub 1-0:1.0: USB hub found\n[ 0.748123] hub 1-0:1.0: 2 ports detected\n[ 0.749022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751126] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752091] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753106] mousedev: PS/2 mouse device common for all mice\n[ 0.754358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759629] i2c /dev entries driver\n[ 0.760378] device-mapper: uevent: version 1.0.3\n[ 0.761308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764190] NET: Registered protocol family 10\n[ 0.765178] NET: Registered protocol family 17\n[ 0.766061] Key type dns_resolver registered\n[ 0.766995] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769828] registered taskstats version 1\n[ 0.770650] Loading compiled-in X.509 certificates\n[ 0.772085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773892] zswap: loaded using pool lzo/zbud\n[ 0.775732] Key type trusted registered\n[ 0.777264] Key type encrypted registered\n[ 0.778093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779125] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780157] evm: HMAC attrs: 0x1\n[ 0.781083] Magic number: 6:858:642\n[ 0.781911] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:16 UTC (1538847496)\n[ 0.783484] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784589] EDD information not available.\n[ 0.866871] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.868305] ata1.00: configured for MWDMA2\n[ 0.869499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.882100] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.883329] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.884563] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.886436] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887952] Write protecting the kernel read-only data: 14336k\n[ 0.889509] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891291] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.221497] 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=2078687,end=2097119\n/dev/root resized successfully [took 2.74s]\nping 10.10.10.11 OK\nping 10.10.10.6 OK\n"} 2018-10-06 17:39:48,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-fc431cc7-7acd-43bd-8d07-5cd64be10abf 2018-10-06 17:39:50,286 - sdnvpn_test_utils - INFO - Waiting for instance 6c4f3f7e-a476-439d-ab32-6f339d023ccf to boot up 2018-10-06 17:39:50,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67969254bdbceddb23a3950b5e554784306333e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:51,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-b52a1ceb-8978-4dcb-8043-ed7f34c8f313 x-compute-request-id: req-b52a1ceb-8978-4dcb-8043-ed7f34c8f313 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530212792 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128587] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130240] pid_max: default: 32768 minimum: 301\n[ 0.131135] ACPI: Core revision 20150930\n[ 0.132510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133821] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135345] AppArmor: AppArmor initialized\n[ 0.136206] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137525] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138778] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139986] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141356] Initializing cgroup subsys io\n[ 0.142170] Initializing cgroup subsys memory\n[ 0.143026] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144792] Initializing cgroup subsys net_cls\n[ 0.145657] Initializing cgroup subsys perf_event\n[ 0.146548] Initializing cgroup subsys net_prio\n[ 0.147412] Initializing cgroup subsys hugetlb\n[ 0.148271] Initializing cgroup subsys pids\n[ 0.149130] CPU: Physical Processor ID: 0\n[ 0.150609] mce: CPU supports 10 MCE banks\n[ 0.151451] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152450] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163591] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170039] ftrace: allocating 31920 entries in 125 pages\n[ 0.196970] smpboot: Max logical packages: 1\n[ 0.197844] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199172] x2apic enabled\n[ 0.199984] Switched APIC routing to physical x2apic.\n[ 0.201713] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204776] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206532] KVM setup paravirtual spinlock\n[ 0.207803] x86: Booted up 1 node, 1 CPUs\n[ 0.208602] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209972] devtmpfs: initialized\n[ 0.211678] evm: security.selinux\n[ 0.212373] evm: security.SMACK64\n[ 0.213053] evm: security.SMACK64EXEC\n[ 0.213783] evm: security.SMACK64TRANSMUTE\n[ 0.214576] evm: security.SMACK64MMAP\n[ 0.215308] evm: security.ima\n[ 0.215946] evm: security.capability\n[ 0.216753] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218581] pinctrl core: initialized pinctrl subsystem\n[ 0.219668] RTC time: 17:38:02, date: 10/06/18\n[ 0.220624] NET: Registered protocol family 16\n[ 0.221587] cpuidle: using governor ladder\n[ 0.222391] cpuidle: using governor menu\n[ 0.223162] PCCT header not found.\n[ 0.223901] ACPI: bus type PCI registered\n[ 0.224706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225924] PCI: Using configuration type 1 for base access\n[ 0.227660] ACPI: Added _OSI(Module Device)\n[ 0.228500] ACPI: Added _OSI(Processor Device)\n[ 0.229352] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230236] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232334] ACPI: Interpreter enabled\n[ 0.233087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240348] ACPI: (supports S0 S5)\n[ 0.241039] ACPI: Using IOAPIC for interrupt routing\n[ 0.242000] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246206] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248592] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250775] acpiphp: Slot [3] registered\n[ 0.251564] acpiphp: Slot [4] registered\n[ 0.252350] acpiphp: Slot [5] registered\n[ 0.253141] acpiphp: Slot [6] registered\n[ 0.253938] acpiphp: Slot [7] registered\n[ 0.254718] acpiphp: Slot [8] registered\n[ 0.255504] acpiphp: Slot [9] registered\n[ 0.256308] acpiphp: Slot [10] registered\n[ 0.257105] acpiphp: Slot [11] registered\n[ 0.257919] acpiphp: Slot [12] registered\n[ 0.258715] acpiphp: Slot [13] registered\n[ 0.259510] acpiphp: Slot [14] registered\n[ 0.260309] acpiphp: Slot [15] registered\n[ 0.271159] acpiphp: Slot [16] registered\n[ 0.272007] acpiphp: Slot [17] registered\n[ 0.272805] acpiphp: Slot [18] registered\n[ 0.273602] acpiphp: Slot [19] registered\n[ 0.274408] acpiphp: Slot [20] registered\n[ 0.275214] acpiphp: Slot [21] registered\n[ 0.276013] acpiphp: Slot [22] registered\n[ 0.276807] acpiphp: Slot [23] registered\n[ 0.277607] acpiphp: Slot [24] registered\n[ 0.278408] acpiphp: Slot [25] registered\n[ 0.279212] acpiphp: Slot [26] registered\n[ 0.280013] acpiphp: Slot [27] registered\n[ 0.280811] acpiphp: Slot [28] registered\n[ 0.281612] acpiphp: Slot [29] registered\n[ 0.282411] acpiphp: Slot [30] registered\n[ 0.283217] acpiphp: Slot [31] registered\n[ 0.284014] PCI host bridge to bus 0000:00\n[ 0.284810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288646] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290075] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296210] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297479] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298636] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299889] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306360] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307773] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353327] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356209] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357603] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358973] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360199] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361336] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363921] vgaarb: loaded\n[ 0.364511] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365630] SCSI subsystem initialized\n[ 0.366440] ACPI: bus type USB registered\n[ 0.367248] usbcore: registered new interface driver usbfs\n[ 0.368261] usbcore: registered new interface driver hub\n[ 0.369251] usbcore: registered new device driver usb\n[ 0.370295] PCI: Using ACPI for IRQ routing\n[ 0.371304] NetLabel: Initializing\n[ 0.372005] NetLabel: domain hash size = 128\n[ 0.372841] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373767] NetLabel: unlabeled traffic allowed by default\n[ 0.374852] clocksource: Switched to clocksource kvm-clock\n[ 0.380267] AppArmor: AppArmor Filesystem Enabled\n[ 0.381236] pnp: PnP ACPI init\n[ 0.382143] pnp: PnP ACPI: found 5 devices\n[ 0.388509] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390230] NET: Registered protocol family 2\n[ 0.391194] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392476] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393651] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394820] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395906] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397086] NET: Registered protocol family 1\n[ 0.397959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399064] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400141] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414132] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428417] Trying to unpack rootfs image as initramfs...\n[ 0.478433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492307] Scanning for low memory corruption every 60 seconds\n[ 0.493722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494885] audit: initializing netlink subsys (disabled)\n[ 0.495954] audit: type=2000 audit(1538847482.960:1): initialized\n[ 0.497256] Initialise system trusted keyring\n[ 0.498221] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499399] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501360] zbud: loaded\n[ 0.502068] VFS: Disk quotas dquot_6.6.0\n[ 0.502903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504442] fuse init (API version 7.23)\n[ 0.505338] Key type big_key registered\n[ 0.506183] Allocating IMA MOK and blacklist keyrings.\n[ 0.507288] Key type asymmetric registered\n[ 0.508120] Asymmetric key parser 'x509' registered\n[ 0.509401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511700] io scheduler noop registered\n[ 0.512742] io scheduler deadline registered (default)\n[ 0.514058] io scheduler cfq registered\n[ 0.515147] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520282] ACPI: Power Button [PWRF]\n[ 0.521404] GHES: HEST is not enabled!\n[ 0.535520] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565550] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594873] Linux agpgart interface v0.103\n[ 0.596947] brd: module loaded\n[ 0.598126] loop: module loaded\n[ 0.602656] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604112] GPT:90111 != 2097151\n[ 0.604784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605888] GPT:90111 != 2097151\n[ 0.606557] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607529] vda: vda1 vda15\n[ 0.608947] scsi host0: ata_piix\n[ 0.609675] scsi host1: ata_piix\n[ 0.610387] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611607] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613061] libphy: Fixed MDIO Bus: probed\n[ 0.613874] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614812] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617001] PPP generic driver version 2.4.2\n[ 0.617886] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619137] ehci-pci: EHCI PCI platform driver\n[ 0.620004] ehci-platform: EHCI generic platform driver\n[ 0.620976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622085] ohci-pci: OHCI PCI platform driver\n[ 0.622951] ohci-platform: OHCI generic platform driver\n[ 0.623933] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641692] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645455] usb usb1: Product: UHCI Host Controller\n[ 0.646378] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647503] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648503] hub 1-0:1.0: USB hub found\n[ 0.649281] hub 1-0:1.0: 2 ports detected\n[ 0.650179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652287] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653234] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654264] mousedev: PS/2 mouse device common for all mice\n[ 0.655523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658444] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659648] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660847] i2c /dev entries driver\n[ 0.661604] device-mapper: uevent: version 1.0.3\n[ 0.662555] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664178] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665454] NET: Registered protocol family 10\n[ 0.666452] NET: Registered protocol family 17\n[ 0.667348] Key type dns_resolver registered\n[ 0.668265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669352] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671107] registered taskstats version 1\n[ 0.671939] Loading compiled-in X.509 certificates\n[ 0.673370] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675225] zswap: loaded using pool lzo/zbud\n[ 0.676569] Key type trusted registered\n[ 0.678124] Key type encrypted registered\n[ 0.678948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679975] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681001] evm: HMAC attrs: 0x1\n[ 0.681930] Magic number: 6:858:642\n[ 0.682764] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:03 UTC (1538847483)\n[ 0.684373] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685491] EDD information not available.\n[ 0.767518] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768979] ata1.00: configured for MWDMA2\n[ 0.770165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783044] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784282] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787405] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789113] Write protecting the kernel read-only data: 14336k\n[ 0.790656] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792464] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.527590] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.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.63s]\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\n"} 2018-10-06 17:39:51,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action used request id req-b52a1ceb-8978-4dcb-8043-ed7f34c8f313 2018-10-06 17:39:53,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:54,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-ea14ce6b-e1fa-4c22-a176-b8a1da355108 x-compute-request-id: req-ea14ce6b-e1fa-4c22-a176-b8a1da355108 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 511875784 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136748] pid_max: default: 32768 minimum: 301\n[ 0.137692] ACPI: Core revision 20150930\n[ 0.139131] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140497] Security Framework initialized\n[ 0.141342] Yama: becoming mindful.\n[ 0.142116] AppArmor: AppArmor initialized\n[ 0.143031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145777] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148645] Initializing cgroup subsys io\n[ 0.149517] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151420] Initializing cgroup subsys freezer\n[ 0.152343] Initializing cgroup subsys net_cls\n[ 0.153305] Initializing cgroup subsys perf_event\n[ 0.154323] Initializing cgroup subsys net_prio\n[ 0.155296] Initializing cgroup subsys hugetlb\n[ 0.156267] Initializing cgroup subsys pids\n[ 0.157231] CPU: Physical Processor ID: 0\n[ 0.158817] mce: CPU supports 10 MCE banks\n[ 0.159752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172779] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180918] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 1\n[ 0.214363] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216121] x2apic enabled\n[ 0.217173] Switched APIC routing to physical x2apic.\n[ 0.219432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223500] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225829] KVM setup paravirtual spinlock\n[ 0.227567] x86: Booted up 1 node, 1 CPUs\n[ 0.228604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230427] devtmpfs: initialized\n[ 0.232715] evm: security.selinux\n[ 0.233624] evm: security.SMACK64\n[ 0.234533] evm: security.SMACK64EXEC\n[ 0.235504] evm: security.SMACK64TRANSMUTE\n[ 0.236557] evm: security.SMACK64MMAP\n[ 0.237521] evm: security.ima\n[ 0.238354] evm: security.capability\n[ 0.239408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241884] pinctrl core: initialized pinctrl subsystem\n[ 0.243361] RTC time: 17:38:15, date: 10/06/18\n[ 0.244632] NET: Registered protocol family 16\n[ 0.245907] cpuidle: using governor ladder\n[ 0.246961] cpuidle: using governor menu\n[ 0.248013] PCCT header not found.\n[ 0.248994] ACPI: bus type PCI registered\n[ 0.250027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251686] PCI: Using configuration type 1 for base access\n[ 0.254115] ACPI: Added _OSI(Module Device)\n[ 0.255225] ACPI: Added _OSI(Processor Device)\n[ 0.256346] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257522] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260326] ACPI: Interpreter enabled\n[ 0.261309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270998] ACPI: (supports S0 S5)\n[ 0.271911] ACPI: Using IOAPIC for interrupt routing\n[ 0.273139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285109] acpiphp: Slot [3] registered\n[ 0.286143] acpiphp: Slot [4] registered\n[ 0.287177] acpiphp: Slot [5] registered\n[ 0.288210] acpiphp: Slot [6] registered\n[ 0.289259] acpiphp: Slot [7] registered\n[ 0.290405] acpiphp: Slot [8] registered\n[ 0.291563] acpiphp: Slot [9] registered\n[ 0.292627] acpiphp: Slot [10] registered\n[ 0.293703] acpiphp: Slot [11] registered\n[ 0.294797] acpiphp: Slot [12] registered\n[ 0.295927] acpiphp: Slot [13] registered\n[ 0.297006] acpiphp: Slot [14] registered\n[ 0.298088] acpiphp: Slot [15] registered\n[ 0.311747] acpiphp: Slot [16] registered\n[ 0.312848] acpiphp: Slot [17] registered\n[ 0.313928] acpiphp: Slot [18] registered\n[ 0.315010] acpiphp: Slot [19] registered\n[ 0.316101] acpiphp: Slot [20] registered\n[ 0.317184] acpiphp: Slot [21] registered\n[ 0.318272] acpiphp: Slot [22] registered\n[ 0.319337] acpiphp: Slot [23] registered\n[ 0.320407] acpiphp: Slot [24] registered\n[ 0.321491] acpiphp: Slot [25] registered\n[ 0.322557] acpiphp: Slot [26] registered\n[ 0.323629] acpiphp: Slot [27] registered\n[ 0.324716] acpiphp: Slot [28] registered\n[ 0.325778] acpiphp: Slot [29] registered\n[ 0.326842] acpiphp: Slot [30] registered\n[ 0.327926] acpiphp: Slot [31] registered\n[ 0.328989] PCI host bridge to bus 0000:00\n[ 0.330067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331664] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346892] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414586] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416516] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422373] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425712] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429660] vgaarb: loaded\n[ 0.430512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432185] SCSI subsystem initialized\n[ 0.433389] ACPI: bus type USB registered\n[ 0.434623] usbcore: registered new interface driver usbfs\n[ 0.436221] usbcore: registered new interface driver hub\n[ 0.437749] usbcore: registered new device driver usb\n[ 0.439331] PCI: Using ACPI for IRQ routing\n[ 0.440760] NetLabel: Initializing\n[ 0.441835] NetLabel: domain hash size = 128\n[ 0.443165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444629] NetLabel: unlabeled traffic allowed by default\n[ 0.446294] clocksource: Switched to clocksource kvm-clock\n[ 0.452616] AppArmor: AppArmor Filesystem Enabled\n[ 0.454080] pnp: PnP ACPI init\n[ 0.455319] pnp: PnP ACPI: found 5 devices\n[ 0.462152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464726] NET: Registered protocol family 2\n[ 0.466122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.468098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.469877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.471692] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475154] NET: Registered protocol family 1\n[ 0.476482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478130] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479770] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509195] Trying to unpack rootfs image as initramfs...\n[ 0.560097] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.574504] Scanning for low memory corruption every 60 seconds\n[ 0.576405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.583449] audit: initializing netlink subsys (disabled)\n[ 0.585640] audit: type=2000 audit(1538847496.039:1): initialized\n[ 0.587987] Initialise system trusted keyring\n[ 0.589358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591147] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593701] zbud: loaded\n[ 0.594655] VFS: Disk quotas dquot_6.6.0\n[ 0.595845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598000] fuse init (API version 7.23)\n[ 0.599268] Key type big_key registered\n[ 0.600440] Allocating IMA MOK and blacklist keyrings.\n[ 0.602065] Key type asymmetric registered\n[ 0.603267] Asymmetric key parser 'x509' registered\n[ 0.604688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606874] io scheduler noop registered\n[ 0.608048] io scheduler deadline registered (default)\n[ 0.609526] io scheduler cfq registered\n[ 0.610749] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612308] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616341] ACPI: Power Button [PWRF]\n[ 0.617542] GHES: HEST is not enabled!\n[ 0.631620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662228] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692643] Linux agpgart interface v0.103\n[ 0.694729] brd: module loaded\n[ 0.695896] loop: module loaded\n[ 0.700947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702420] GPT:90111 != 2097151\n[ 0.703097] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704190] GPT:90111 != 2097151\n[ 0.704870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705840] vda: vda1 vda15\n[ 0.707423] scsi host0: ata_piix\n[ 0.708158] scsi host1: ata_piix\n[ 0.708855] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711520] libphy: Fixed MDIO Bus: probed\n[ 0.712332] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713279] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715440] PPP generic driver version 2.4.2\n[ 0.716323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717595] ehci-pci: EHCI PCI platform driver\n[ 0.718471] ehci-platform: EHCI generic platform driver\n[ 0.719456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720584] ohci-pci: OHCI PCI platform driver\n[ 0.721448] ohci-platform: OHCI generic platform driver\n[ 0.722441] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737978] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739454] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740492] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744274] usb usb1: Product: UHCI Host Controller\n[ 0.745196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747349] hub 1-0:1.0: USB hub found\n[ 0.748123] hub 1-0:1.0: 2 ports detected\n[ 0.749022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751126] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752091] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753106] mousedev: PS/2 mouse device common for all mice\n[ 0.754358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759629] i2c /dev entries driver\n[ 0.760378] device-mapper: uevent: version 1.0.3\n[ 0.761308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764190] NET: Registered protocol family 10\n[ 0.765178] NET: Registered protocol family 17\n[ 0.766061] Key type dns_resolver registered\n[ 0.766995] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769828] registered taskstats version 1\n[ 0.770650] Loading compiled-in X.509 certificates\n[ 0.772085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773892] zswap: loaded using pool lzo/zbud\n[ 0.775732] Key type trusted registered\n[ 0.777264] Key type encrypted registered\n[ 0.778093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779125] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780157] evm: HMAC attrs: 0x1\n[ 0.781083] Magic number: 6:858:642\n[ 0.781911] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:16 UTC (1538847496)\n[ 0.783484] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784589] EDD information not available.\n[ 0.866871] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.868305] ata1.00: configured for MWDMA2\n[ 0.869499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.882100] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.883329] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.884563] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.886436] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887952] Write protecting the kernel read-only data: 14336k\n[ 0.889509] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891291] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.221497] 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=2078687,end=2097119\n/dev/root resized successfully [took 2.74s]\nping 10.10.10.11 OK\nping 10.10.10.6 OK\n"} 2018-10-06 17:39:54,486 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-ea14ce6b-e1fa-4c22-a176-b8a1da355108 2018-10-06 17:39:54,487 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-2' (10.10.10.11). -->Expected result: can ping. 2018-10-06 17:39:54,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:55,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-19d8cfb5-aeea-4564-937c-4dd46b64c70f x-compute-request-id: req-19d8cfb5-aeea-4564-937c-4dd46b64c70f 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 511875784 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136748] pid_max: default: 32768 minimum: 301\n[ 0.137692] ACPI: Core revision 20150930\n[ 0.139131] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140497] Security Framework initialized\n[ 0.141342] Yama: becoming mindful.\n[ 0.142116] AppArmor: AppArmor initialized\n[ 0.143031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145777] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148645] Initializing cgroup subsys io\n[ 0.149517] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151420] Initializing cgroup subsys freezer\n[ 0.152343] Initializing cgroup subsys net_cls\n[ 0.153305] Initializing cgroup subsys perf_event\n[ 0.154323] Initializing cgroup subsys net_prio\n[ 0.155296] Initializing cgroup subsys hugetlb\n[ 0.156267] Initializing cgroup subsys pids\n[ 0.157231] CPU: Physical Processor ID: 0\n[ 0.158817] mce: CPU supports 10 MCE banks\n[ 0.159752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172779] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180918] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 1\n[ 0.214363] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216121] x2apic enabled\n[ 0.217173] Switched APIC routing to physical x2apic.\n[ 0.219432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223500] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225829] KVM setup paravirtual spinlock\n[ 0.227567] x86: Booted up 1 node, 1 CPUs\n[ 0.228604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230427] devtmpfs: initialized\n[ 0.232715] evm: security.selinux\n[ 0.233624] evm: security.SMACK64\n[ 0.234533] evm: security.SMACK64EXEC\n[ 0.235504] evm: security.SMACK64TRANSMUTE\n[ 0.236557] evm: security.SMACK64MMAP\n[ 0.237521] evm: security.ima\n[ 0.238354] evm: security.capability\n[ 0.239408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241884] pinctrl core: initialized pinctrl subsystem\n[ 0.243361] RTC time: 17:38:15, date: 10/06/18\n[ 0.244632] NET: Registered protocol family 16\n[ 0.245907] cpuidle: using governor ladder\n[ 0.246961] cpuidle: using governor menu\n[ 0.248013] PCCT header not found.\n[ 0.248994] ACPI: bus type PCI registered\n[ 0.250027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251686] PCI: Using configuration type 1 for base access\n[ 0.254115] ACPI: Added _OSI(Module Device)\n[ 0.255225] ACPI: Added _OSI(Processor Device)\n[ 0.256346] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257522] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260326] ACPI: Interpreter enabled\n[ 0.261309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270998] ACPI: (supports S0 S5)\n[ 0.271911] ACPI: Using IOAPIC for interrupt routing\n[ 0.273139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285109] acpiphp: Slot [3] registered\n[ 0.286143] acpiphp: Slot [4] registered\n[ 0.287177] acpiphp: Slot [5] registered\n[ 0.288210] acpiphp: Slot [6] registered\n[ 0.289259] acpiphp: Slot [7] registered\n[ 0.290405] acpiphp: Slot [8] registered\n[ 0.291563] acpiphp: Slot [9] registered\n[ 0.292627] acpiphp: Slot [10] registered\n[ 0.293703] acpiphp: Slot [11] registered\n[ 0.294797] acpiphp: Slot [12] registered\n[ 0.295927] acpiphp: Slot [13] registered\n[ 0.297006] acpiphp: Slot [14] registered\n[ 0.298088] acpiphp: Slot [15] registered\n[ 0.311747] acpiphp: Slot [16] registered\n[ 0.312848] acpiphp: Slot [17] registered\n[ 0.313928] acpiphp: Slot [18] registered\n[ 0.315010] acpiphp: Slot [19] registered\n[ 0.316101] acpiphp: Slot [20] registered\n[ 0.317184] acpiphp: Slot [21] registered\n[ 0.318272] acpiphp: Slot [22] registered\n[ 0.319337] acpiphp: Slot [23] registered\n[ 0.320407] acpiphp: Slot [24] registered\n[ 0.321491] acpiphp: Slot [25] registered\n[ 0.322557] acpiphp: Slot [26] registered\n[ 0.323629] acpiphp: Slot [27] registered\n[ 0.324716] acpiphp: Slot [28] registered\n[ 0.325778] acpiphp: Slot [29] registered\n[ 0.326842] acpiphp: Slot [30] registered\n[ 0.327926] acpiphp: Slot [31] registered\n[ 0.328989] PCI host bridge to bus 0000:00\n[ 0.330067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331664] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346892] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414586] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416516] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422373] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425712] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429660] vgaarb: loaded\n[ 0.430512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432185] SCSI subsystem initialized\n[ 0.433389] ACPI: bus type USB registered\n[ 0.434623] usbcore: registered new interface driver usbfs\n[ 0.436221] usbcore: registered new interface driver hub\n[ 0.437749] usbcore: registered new device driver usb\n[ 0.439331] PCI: Using ACPI for IRQ routing\n[ 0.440760] NetLabel: Initializing\n[ 0.441835] NetLabel: domain hash size = 128\n[ 0.443165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444629] NetLabel: unlabeled traffic allowed by default\n[ 0.446294] clocksource: Switched to clocksource kvm-clock\n[ 0.452616] AppArmor: AppArmor Filesystem Enabled\n[ 0.454080] pnp: PnP ACPI init\n[ 0.455319] pnp: PnP ACPI: found 5 devices\n[ 0.462152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464726] NET: Registered protocol family 2\n[ 0.466122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.468098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.469877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.471692] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475154] NET: Registered protocol family 1\n[ 0.476482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478130] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479770] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509195] Trying to unpack rootfs image as initramfs...\n[ 0.560097] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.574504] Scanning for low memory corruption every 60 seconds\n[ 0.576405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.583449] audit: initializing netlink subsys (disabled)\n[ 0.585640] audit: type=2000 audit(1538847496.039:1): initialized\n[ 0.587987] Initialise system trusted keyring\n[ 0.589358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591147] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593701] zbud: loaded\n[ 0.594655] VFS: Disk quotas dquot_6.6.0\n[ 0.595845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598000] fuse init (API version 7.23)\n[ 0.599268] Key type big_key registered\n[ 0.600440] Allocating IMA MOK and blacklist keyrings.\n[ 0.602065] Key type asymmetric registered\n[ 0.603267] Asymmetric key parser 'x509' registered\n[ 0.604688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606874] io scheduler noop registered\n[ 0.608048] io scheduler deadline registered (default)\n[ 0.609526] io scheduler cfq registered\n[ 0.610749] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612308] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616341] ACPI: Power Button [PWRF]\n[ 0.617542] GHES: HEST is not enabled!\n[ 0.631620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662228] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692643] Linux agpgart interface v0.103\n[ 0.694729] brd: module loaded\n[ 0.695896] loop: module loaded\n[ 0.700947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702420] GPT:90111 != 2097151\n[ 0.703097] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704190] GPT:90111 != 2097151\n[ 0.704870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705840] vda: vda1 vda15\n[ 0.707423] scsi host0: ata_piix\n[ 0.708158] scsi host1: ata_piix\n[ 0.708855] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711520] libphy: Fixed MDIO Bus: probed\n[ 0.712332] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713279] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715440] PPP generic driver version 2.4.2\n[ 0.716323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717595] ehci-pci: EHCI PCI platform driver\n[ 0.718471] ehci-platform: EHCI generic platform driver\n[ 0.719456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720584] ohci-pci: OHCI PCI platform driver\n[ 0.721448] ohci-platform: OHCI generic platform driver\n[ 0.722441] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737978] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739454] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740492] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744274] usb usb1: Product: UHCI Host Controller\n[ 0.745196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747349] hub 1-0:1.0: USB hub found\n[ 0.748123] hub 1-0:1.0: 2 ports detected\n[ 0.749022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751126] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752091] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753106] mousedev: PS/2 mouse device common for all mice\n[ 0.754358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759629] i2c /dev entries driver\n[ 0.760378] device-mapper: uevent: version 1.0.3\n[ 0.761308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764190] NET: Registered protocol family 10\n[ 0.765178] NET: Registered protocol family 17\n[ 0.766061] Key type dns_resolver registered\n[ 0.766995] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769828] registered taskstats version 1\n[ 0.770650] Loading compiled-in X.509 certificates\n[ 0.772085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773892] zswap: loaded using pool lzo/zbud\n[ 0.775732] Key type trusted registered\n[ 0.777264] Key type encrypted registered\n[ 0.778093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779125] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780157] evm: HMAC attrs: 0x1\n[ 0.781083] Magic number: 6:858:642\n[ 0.781911] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:16 UTC (1538847496)\n[ 0.783484] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784589] EDD information not available.\n[ 0.866871] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.868305] ata1.00: configured for MWDMA2\n[ 0.869499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.882100] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.883329] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.884563] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.886436] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887952] Write protecting the kernel read-only data: 14336k\n[ 0.889509] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891291] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.221497] 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=2078687,end=2097119\n/dev/root resized successfully [took 2.74s]\nping 10.10.10.11 OK\nping 10.10.10.6 OK\n"} 2018-10-06 17:39:55,610 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-19d8cfb5-aeea-4564-937c-4dd46b64c70f 2018-10-06 17:39:55,611 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-10-06 17:39:55,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:56,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-dbeefbc7-f305-49b8-9a86-ea13523171b5 x-compute-request-id: req-dbeefbc7-f305-49b8-9a86-ea13523171b5 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 511875784 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136748] pid_max: default: 32768 minimum: 301\n[ 0.137692] ACPI: Core revision 20150930\n[ 0.139131] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140497] Security Framework initialized\n[ 0.141342] Yama: becoming mindful.\n[ 0.142116] AppArmor: AppArmor initialized\n[ 0.143031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145777] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148645] Initializing cgroup subsys io\n[ 0.149517] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151420] Initializing cgroup subsys freezer\n[ 0.152343] Initializing cgroup subsys net_cls\n[ 0.153305] Initializing cgroup subsys perf_event\n[ 0.154323] Initializing cgroup subsys net_prio\n[ 0.155296] Initializing cgroup subsys hugetlb\n[ 0.156267] Initializing cgroup subsys pids\n[ 0.157231] CPU: Physical Processor ID: 0\n[ 0.158817] mce: CPU supports 10 MCE banks\n[ 0.159752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172779] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180918] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 1\n[ 0.214363] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216121] x2apic enabled\n[ 0.217173] Switched APIC routing to physical x2apic.\n[ 0.219432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223500] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225829] KVM setup paravirtual spinlock\n[ 0.227567] x86: Booted up 1 node, 1 CPUs\n[ 0.228604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230427] devtmpfs: initialized\n[ 0.232715] evm: security.selinux\n[ 0.233624] evm: security.SMACK64\n[ 0.234533] evm: security.SMACK64EXEC\n[ 0.235504] evm: security.SMACK64TRANSMUTE\n[ 0.236557] evm: security.SMACK64MMAP\n[ 0.237521] evm: security.ima\n[ 0.238354] evm: security.capability\n[ 0.239408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241884] pinctrl core: initialized pinctrl subsystem\n[ 0.243361] RTC time: 17:38:15, date: 10/06/18\n[ 0.244632] NET: Registered protocol family 16\n[ 0.245907] cpuidle: using governor ladder\n[ 0.246961] cpuidle: using governor menu\n[ 0.248013] PCCT header not found.\n[ 0.248994] ACPI: bus type PCI registered\n[ 0.250027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251686] PCI: Using configuration type 1 for base access\n[ 0.254115] ACPI: Added _OSI(Module Device)\n[ 0.255225] ACPI: Added _OSI(Processor Device)\n[ 0.256346] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257522] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260326] ACPI: Interpreter enabled\n[ 0.261309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270998] ACPI: (supports S0 S5)\n[ 0.271911] ACPI: Using IOAPIC for interrupt routing\n[ 0.273139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285109] acpiphp: Slot [3] registered\n[ 0.286143] acpiphp: Slot [4] registered\n[ 0.287177] acpiphp: Slot [5] registered\n[ 0.288210] acpiphp: Slot [6] registered\n[ 0.289259] acpiphp: Slot [7] registered\n[ 0.290405] acpiphp: Slot [8] registered\n[ 0.291563] acpiphp: Slot [9] registered\n[ 0.292627] acpiphp: Slot [10] registered\n[ 0.293703] acpiphp: Slot [11] registered\n[ 0.294797] acpiphp: Slot [12] registered\n[ 0.295927] acpiphp: Slot [13] registered\n[ 0.297006] acpiphp: Slot [14] registered\n[ 0.298088] acpiphp: Slot [15] registered\n[ 0.311747] acpiphp: Slot [16] registered\n[ 0.312848] acpiphp: Slot [17] registered\n[ 0.313928] acpiphp: Slot [18] registered\n[ 0.315010] acpiphp: Slot [19] registered\n[ 0.316101] acpiphp: Slot [20] registered\n[ 0.317184] acpiphp: Slot [21] registered\n[ 0.318272] acpiphp: Slot [22] registered\n[ 0.319337] acpiphp: Slot [23] registered\n[ 0.320407] acpiphp: Slot [24] registered\n[ 0.321491] acpiphp: Slot [25] registered\n[ 0.322557] acpiphp: Slot [26] registered\n[ 0.323629] acpiphp: Slot [27] registered\n[ 0.324716] acpiphp: Slot [28] registered\n[ 0.325778] acpiphp: Slot [29] registered\n[ 0.326842] acpiphp: Slot [30] registered\n[ 0.327926] acpiphp: Slot [31] registered\n[ 0.328989] PCI host bridge to bus 0000:00\n[ 0.330067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331664] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346892] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414586] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416516] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422373] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425712] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429660] vgaarb: loaded\n[ 0.430512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432185] SCSI subsystem initialized\n[ 0.433389] ACPI: bus type USB registered\n[ 0.434623] usbcore: registered new interface driver usbfs\n[ 0.436221] usbcore: registered new interface driver hub\n[ 0.437749] usbcore: registered new device driver usb\n[ 0.439331] PCI: Using ACPI for IRQ routing\n[ 0.440760] NetLabel: Initializing\n[ 0.441835] NetLabel: domain hash size = 128\n[ 0.443165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444629] NetLabel: unlabeled traffic allowed by default\n[ 0.446294] clocksource: Switched to clocksource kvm-clock\n[ 0.452616] AppArmor: AppArmor Filesystem Enabled\n[ 0.454080] pnp: PnP ACPI init\n[ 0.455319] pnp: PnP ACPI: found 5 devices\n[ 0.462152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464726] NET: Registered protocol family 2\n[ 0.466122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.468098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.469877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.471692] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475154] NET: Registered protocol family 1\n[ 0.476482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478130] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479770] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509195] Trying to unpack rootfs image as initramfs...\n[ 0.560097] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.574504] Scanning for low memory corruption every 60 seconds\n[ 0.576405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.583449] audit: initializing netlink subsys (disabled)\n[ 0.585640] audit: type=2000 audit(1538847496.039:1): initialized\n[ 0.587987] Initialise system trusted keyring\n[ 0.589358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591147] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593701] zbud: loaded\n[ 0.594655] VFS: Disk quotas dquot_6.6.0\n[ 0.595845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598000] fuse init (API version 7.23)\n[ 0.599268] Key type big_key registered\n[ 0.600440] Allocating IMA MOK and blacklist keyrings.\n[ 0.602065] Key type asymmetric registered\n[ 0.603267] Asymmetric key parser 'x509' registered\n[ 0.604688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606874] io scheduler noop registered\n[ 0.608048] io scheduler deadline registered (default)\n[ 0.609526] io scheduler cfq registered\n[ 0.610749] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612308] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616341] ACPI: Power Button [PWRF]\n[ 0.617542] GHES: HEST is not enabled!\n[ 0.631620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662228] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692643] Linux agpgart interface v0.103\n[ 0.694729] brd: module loaded\n[ 0.695896] loop: module loaded\n[ 0.700947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702420] GPT:90111 != 2097151\n[ 0.703097] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704190] GPT:90111 != 2097151\n[ 0.704870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705840] vda: vda1 vda15\n[ 0.707423] scsi host0: ata_piix\n[ 0.708158] scsi host1: ata_piix\n[ 0.708855] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711520] libphy: Fixed MDIO Bus: probed\n[ 0.712332] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713279] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715440] PPP generic driver version 2.4.2\n[ 0.716323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717595] ehci-pci: EHCI PCI platform driver\n[ 0.718471] ehci-platform: EHCI generic platform driver\n[ 0.719456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720584] ohci-pci: OHCI PCI platform driver\n[ 0.721448] ohci-platform: OHCI generic platform driver\n[ 0.722441] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737978] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739454] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740492] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744274] usb usb1: Product: UHCI Host Controller\n[ 0.745196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747349] hub 1-0:1.0: USB hub found\n[ 0.748123] hub 1-0:1.0: 2 ports detected\n[ 0.749022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751126] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752091] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753106] mousedev: PS/2 mouse device common for all mice\n[ 0.754358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759629] i2c /dev entries driver\n[ 0.760378] device-mapper: uevent: version 1.0.3\n[ 0.761308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764190] NET: Registered protocol family 10\n[ 0.765178] NET: Registered protocol family 17\n[ 0.766061] Key type dns_resolver registered\n[ 0.766995] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769828] registered taskstats version 1\n[ 0.770650] Loading compiled-in X.509 certificates\n[ 0.772085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773892] zswap: loaded using pool lzo/zbud\n[ 0.775732] Key type trusted registered\n[ 0.777264] Key type encrypted registered\n[ 0.778093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779125] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780157] evm: HMAC attrs: 0x1\n[ 0.781083] Magic number: 6:858:642\n[ 0.781911] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:16 UTC (1538847496)\n[ 0.783484] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784589] EDD information not available.\n[ 0.866871] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.868305] ata1.00: configured for MWDMA2\n[ 0.869499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.882100] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.883329] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.884563] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.886436] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887952] Write protecting the kernel read-only data: 14336k\n[ 0.889509] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891291] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.221497] 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=2078687,end=2097119\n/dev/root resized successfully [took 2.74s]\nping 10.10.10.11 OK\nping 10.10.10.6 OK\n"} 2018-10-06 17:39:56,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-dbeefbc7-f305-49b8-9a86-ea13523171b5 2018-10-06 17:39:56,736 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-3' (10.10.10.6). -->Expected result: can ping. 2018-10-06 17:39:56,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:57,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-1371b590-8184-42c4-b781-32c6813585bf x-compute-request-id: req-1371b590-8184-42c4-b781-32c6813585bf 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 511875784 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136748] pid_max: default: 32768 minimum: 301\n[ 0.137692] ACPI: Core revision 20150930\n[ 0.139131] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140497] Security Framework initialized\n[ 0.141342] Yama: becoming mindful.\n[ 0.142116] AppArmor: AppArmor initialized\n[ 0.143031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145777] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148645] Initializing cgroup subsys io\n[ 0.149517] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151420] Initializing cgroup subsys freezer\n[ 0.152343] Initializing cgroup subsys net_cls\n[ 0.153305] Initializing cgroup subsys perf_event\n[ 0.154323] Initializing cgroup subsys net_prio\n[ 0.155296] Initializing cgroup subsys hugetlb\n[ 0.156267] Initializing cgroup subsys pids\n[ 0.157231] CPU: Physical Processor ID: 0\n[ 0.158817] mce: CPU supports 10 MCE banks\n[ 0.159752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172779] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180918] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 1\n[ 0.214363] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216121] x2apic enabled\n[ 0.217173] Switched APIC routing to physical x2apic.\n[ 0.219432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223500] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225829] KVM setup paravirtual spinlock\n[ 0.227567] x86: Booted up 1 node, 1 CPUs\n[ 0.228604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230427] devtmpfs: initialized\n[ 0.232715] evm: security.selinux\n[ 0.233624] evm: security.SMACK64\n[ 0.234533] evm: security.SMACK64EXEC\n[ 0.235504] evm: security.SMACK64TRANSMUTE\n[ 0.236557] evm: security.SMACK64MMAP\n[ 0.237521] evm: security.ima\n[ 0.238354] evm: security.capability\n[ 0.239408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241884] pinctrl core: initialized pinctrl subsystem\n[ 0.243361] RTC time: 17:38:15, date: 10/06/18\n[ 0.244632] NET: Registered protocol family 16\n[ 0.245907] cpuidle: using governor ladder\n[ 0.246961] cpuidle: using governor menu\n[ 0.248013] PCCT header not found.\n[ 0.248994] ACPI: bus type PCI registered\n[ 0.250027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251686] PCI: Using configuration type 1 for base access\n[ 0.254115] ACPI: Added _OSI(Module Device)\n[ 0.255225] ACPI: Added _OSI(Processor Device)\n[ 0.256346] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257522] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260326] ACPI: Interpreter enabled\n[ 0.261309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270998] ACPI: (supports S0 S5)\n[ 0.271911] ACPI: Using IOAPIC for interrupt routing\n[ 0.273139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285109] acpiphp: Slot [3] registered\n[ 0.286143] acpiphp: Slot [4] registered\n[ 0.287177] acpiphp: Slot [5] registered\n[ 0.288210] acpiphp: Slot [6] registered\n[ 0.289259] acpiphp: Slot [7] registered\n[ 0.290405] acpiphp: Slot [8] registered\n[ 0.291563] acpiphp: Slot [9] registered\n[ 0.292627] acpiphp: Slot [10] registered\n[ 0.293703] acpiphp: Slot [11] registered\n[ 0.294797] acpiphp: Slot [12] registered\n[ 0.295927] acpiphp: Slot [13] registered\n[ 0.297006] acpiphp: Slot [14] registered\n[ 0.298088] acpiphp: Slot [15] registered\n[ 0.311747] acpiphp: Slot [16] registered\n[ 0.312848] acpiphp: Slot [17] registered\n[ 0.313928] acpiphp: Slot [18] registered\n[ 0.315010] acpiphp: Slot [19] registered\n[ 0.316101] acpiphp: Slot [20] registered\n[ 0.317184] acpiphp: Slot [21] registered\n[ 0.318272] acpiphp: Slot [22] registered\n[ 0.319337] acpiphp: Slot [23] registered\n[ 0.320407] acpiphp: Slot [24] registered\n[ 0.321491] acpiphp: Slot [25] registered\n[ 0.322557] acpiphp: Slot [26] registered\n[ 0.323629] acpiphp: Slot [27] registered\n[ 0.324716] acpiphp: Slot [28] registered\n[ 0.325778] acpiphp: Slot [29] registered\n[ 0.326842] acpiphp: Slot [30] registered\n[ 0.327926] acpiphp: Slot [31] registered\n[ 0.328989] PCI host bridge to bus 0000:00\n[ 0.330067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331664] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346892] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414586] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416516] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422373] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425712] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429660] vgaarb: loaded\n[ 0.430512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432185] SCSI subsystem initialized\n[ 0.433389] ACPI: bus type USB registered\n[ 0.434623] usbcore: registered new interface driver usbfs\n[ 0.436221] usbcore: registered new interface driver hub\n[ 0.437749] usbcore: registered new device driver usb\n[ 0.439331] PCI: Using ACPI for IRQ routing\n[ 0.440760] NetLabel: Initializing\n[ 0.441835] NetLabel: domain hash size = 128\n[ 0.443165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444629] NetLabel: unlabeled traffic allowed by default\n[ 0.446294] clocksource: Switched to clocksource kvm-clock\n[ 0.452616] AppArmor: AppArmor Filesystem Enabled\n[ 0.454080] pnp: PnP ACPI init\n[ 0.455319] pnp: PnP ACPI: found 5 devices\n[ 0.462152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464726] NET: Registered protocol family 2\n[ 0.466122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.468098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.469877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.471692] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475154] NET: Registered protocol family 1\n[ 0.476482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478130] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479770] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509195] Trying to unpack rootfs image as initramfs...\n[ 0.560097] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.574504] Scanning for low memory corruption every 60 seconds\n[ 0.576405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.583449] audit: initializing netlink subsys (disabled)\n[ 0.585640] audit: type=2000 audit(1538847496.039:1): initialized\n[ 0.587987] Initialise system trusted keyring\n[ 0.589358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591147] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593701] zbud: loaded\n[ 0.594655] VFS: Disk quotas dquot_6.6.0\n[ 0.595845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598000] fuse init (API version 7.23)\n[ 0.599268] Key type big_key registered\n[ 0.600440] Allocating IMA MOK and blacklist keyrings.\n[ 0.602065] Key type asymmetric registered\n[ 0.603267] Asymmetric key parser 'x509' registered\n[ 0.604688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606874] io scheduler noop registered\n[ 0.608048] io scheduler deadline registered (default)\n[ 0.609526] io scheduler cfq registered\n[ 0.610749] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612308] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616341] ACPI: Power Button [PWRF]\n[ 0.617542] GHES: HEST is not enabled!\n[ 0.631620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662228] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692643] Linux agpgart interface v0.103\n[ 0.694729] brd: module loaded\n[ 0.695896] loop: module loaded\n[ 0.700947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702420] GPT:90111 != 2097151\n[ 0.703097] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704190] GPT:90111 != 2097151\n[ 0.704870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705840] vda: vda1 vda15\n[ 0.707423] scsi host0: ata_piix\n[ 0.708158] scsi host1: ata_piix\n[ 0.708855] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711520] libphy: Fixed MDIO Bus: probed\n[ 0.712332] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713279] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715440] PPP generic driver version 2.4.2\n[ 0.716323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717595] ehci-pci: EHCI PCI platform driver\n[ 0.718471] ehci-platform: EHCI generic platform driver\n[ 0.719456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720584] ohci-pci: OHCI PCI platform driver\n[ 0.721448] ohci-platform: OHCI generic platform driver\n[ 0.722441] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737978] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739454] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740492] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744274] usb usb1: Product: UHCI Host Controller\n[ 0.745196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747349] hub 1-0:1.0: USB hub found\n[ 0.748123] hub 1-0:1.0: 2 ports detected\n[ 0.749022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751126] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752091] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753106] mousedev: PS/2 mouse device common for all mice\n[ 0.754358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759629] i2c /dev entries driver\n[ 0.760378] device-mapper: uevent: version 1.0.3\n[ 0.761308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764190] NET: Registered protocol family 10\n[ 0.765178] NET: Registered protocol family 17\n[ 0.766061] Key type dns_resolver registered\n[ 0.766995] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769828] registered taskstats version 1\n[ 0.770650] Loading compiled-in X.509 certificates\n[ 0.772085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773892] zswap: loaded using pool lzo/zbud\n[ 0.775732] Key type trusted registered\n[ 0.777264] Key type encrypted registered\n[ 0.778093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779125] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780157] evm: HMAC attrs: 0x1\n[ 0.781083] Magic number: 6:858:642\n[ 0.781911] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:16 UTC (1538847496)\n[ 0.783484] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784589] EDD information not available.\n[ 0.866871] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.868305] ata1.00: configured for MWDMA2\n[ 0.869499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.882100] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.883329] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.884563] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.886436] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887952] Write protecting the kernel read-only data: 14336k\n[ 0.889509] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891291] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.221497] 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=2078687,end=2097119\n/dev/root resized successfully [took 2.74s]\nping 10.10.10.11 OK\nping 10.10.10.6 OK\n"} 2018-10-06 17:39:57,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-1371b590-8184-42c4-b781-32c6813585bf 2018-10-06 17:39:57,809 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-10-06 17:39:57,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:58,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-b499f30a-141f-40d3-a0b6-0fb7a26cb1ac x-compute-request-id: req-b499f30a-141f-40d3-a0b6-0fb7a26cb1ac 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 511875784 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136748] pid_max: default: 32768 minimum: 301\n[ 0.137692] ACPI: Core revision 20150930\n[ 0.139131] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140497] Security Framework initialized\n[ 0.141342] Yama: becoming mindful.\n[ 0.142116] AppArmor: AppArmor initialized\n[ 0.143031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145777] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148645] Initializing cgroup subsys io\n[ 0.149517] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151420] Initializing cgroup subsys freezer\n[ 0.152343] Initializing cgroup subsys net_cls\n[ 0.153305] Initializing cgroup subsys perf_event\n[ 0.154323] Initializing cgroup subsys net_prio\n[ 0.155296] Initializing cgroup subsys hugetlb\n[ 0.156267] Initializing cgroup subsys pids\n[ 0.157231] CPU: Physical Processor ID: 0\n[ 0.158817] mce: CPU supports 10 MCE banks\n[ 0.159752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172779] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180918] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 1\n[ 0.214363] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216121] x2apic enabled\n[ 0.217173] Switched APIC routing to physical x2apic.\n[ 0.219432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223500] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225829] KVM setup paravirtual spinlock\n[ 0.227567] x86: Booted up 1 node, 1 CPUs\n[ 0.228604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230427] devtmpfs: initialized\n[ 0.232715] evm: security.selinux\n[ 0.233624] evm: security.SMACK64\n[ 0.234533] evm: security.SMACK64EXEC\n[ 0.235504] evm: security.SMACK64TRANSMUTE\n[ 0.236557] evm: security.SMACK64MMAP\n[ 0.237521] evm: security.ima\n[ 0.238354] evm: security.capability\n[ 0.239408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241884] pinctrl core: initialized pinctrl subsystem\n[ 0.243361] RTC time: 17:38:15, date: 10/06/18\n[ 0.244632] NET: Registered protocol family 16\n[ 0.245907] cpuidle: using governor ladder\n[ 0.246961] cpuidle: using governor menu\n[ 0.248013] PCCT header not found.\n[ 0.248994] ACPI: bus type PCI registered\n[ 0.250027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251686] PCI: Using configuration type 1 for base access\n[ 0.254115] ACPI: Added _OSI(Module Device)\n[ 0.255225] ACPI: Added _OSI(Processor Device)\n[ 0.256346] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257522] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260326] ACPI: Interpreter enabled\n[ 0.261309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270998] ACPI: (supports S0 S5)\n[ 0.271911] ACPI: Using IOAPIC for interrupt routing\n[ 0.273139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285109] acpiphp: Slot [3] registered\n[ 0.286143] acpiphp: Slot [4] registered\n[ 0.287177] acpiphp: Slot [5] registered\n[ 0.288210] acpiphp: Slot [6] registered\n[ 0.289259] acpiphp: Slot [7] registered\n[ 0.290405] acpiphp: Slot [8] registered\n[ 0.291563] acpiphp: Slot [9] registered\n[ 0.292627] acpiphp: Slot [10] registered\n[ 0.293703] acpiphp: Slot [11] registered\n[ 0.294797] acpiphp: Slot [12] registered\n[ 0.295927] acpiphp: Slot [13] registered\n[ 0.297006] acpiphp: Slot [14] registered\n[ 0.298088] acpiphp: Slot [15] registered\n[ 0.311747] acpiphp: Slot [16] registered\n[ 0.312848] acpiphp: Slot [17] registered\n[ 0.313928] acpiphp: Slot [18] registered\n[ 0.315010] acpiphp: Slot [19] registered\n[ 0.316101] acpiphp: Slot [20] registered\n[ 0.317184] acpiphp: Slot [21] registered\n[ 0.318272] acpiphp: Slot [22] registered\n[ 0.319337] acpiphp: Slot [23] registered\n[ 0.320407] acpiphp: Slot [24] registered\n[ 0.321491] acpiphp: Slot [25] registered\n[ 0.322557] acpiphp: Slot [26] registered\n[ 0.323629] acpiphp: Slot [27] registered\n[ 0.324716] acpiphp: Slot [28] registered\n[ 0.325778] acpiphp: Slot [29] registered\n[ 0.326842] acpiphp: Slot [30] registered\n[ 0.327926] acpiphp: Slot [31] registered\n[ 0.328989] PCI host bridge to bus 0000:00\n[ 0.330067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331664] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346892] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414586] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416516] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422373] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425712] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429660] vgaarb: loaded\n[ 0.430512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432185] SCSI subsystem initialized\n[ 0.433389] ACPI: bus type USB registered\n[ 0.434623] usbcore: registered new interface driver usbfs\n[ 0.436221] usbcore: registered new interface driver hub\n[ 0.437749] usbcore: registered new device driver usb\n[ 0.439331] PCI: Using ACPI for IRQ routing\n[ 0.440760] NetLabel: Initializing\n[ 0.441835] NetLabel: domain hash size = 128\n[ 0.443165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444629] NetLabel: unlabeled traffic allowed by default\n[ 0.446294] clocksource: Switched to clocksource kvm-clock\n[ 0.452616] AppArmor: AppArmor Filesystem Enabled\n[ 0.454080] pnp: PnP ACPI init\n[ 0.455319] pnp: PnP ACPI: found 5 devices\n[ 0.462152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464726] NET: Registered protocol family 2\n[ 0.466122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.468098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.469877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.471692] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475154] NET: Registered protocol family 1\n[ 0.476482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478130] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479770] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509195] Trying to unpack rootfs image as initramfs...\n[ 0.560097] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.574504] Scanning for low memory corruption every 60 seconds\n[ 0.576405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.583449] audit: initializing netlink subsys (disabled)\n[ 0.585640] audit: type=2000 audit(1538847496.039:1): initialized\n[ 0.587987] Initialise system trusted keyring\n[ 0.589358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591147] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593701] zbud: loaded\n[ 0.594655] VFS: Disk quotas dquot_6.6.0\n[ 0.595845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598000] fuse init (API version 7.23)\n[ 0.599268] Key type big_key registered\n[ 0.600440] Allocating IMA MOK and blacklist keyrings.\n[ 0.602065] Key type asymmetric registered\n[ 0.603267] Asymmetric key parser 'x509' registered\n[ 0.604688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606874] io scheduler noop registered\n[ 0.608048] io scheduler deadline registered (default)\n[ 0.609526] io scheduler cfq registered\n[ 0.610749] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612308] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616341] ACPI: Power Button [PWRF]\n[ 0.617542] GHES: HEST is not enabled!\n[ 0.631620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662228] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692643] Linux agpgart interface v0.103\n[ 0.694729] brd: module loaded\n[ 0.695896] loop: module loaded\n[ 0.700947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702420] GPT:90111 != 2097151\n[ 0.703097] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704190] GPT:90111 != 2097151\n[ 0.704870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705840] vda: vda1 vda15\n[ 0.707423] scsi host0: ata_piix\n[ 0.708158] scsi host1: ata_piix\n[ 0.708855] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711520] libphy: Fixed MDIO Bus: probed\n[ 0.712332] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713279] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715440] PPP generic driver version 2.4.2\n[ 0.716323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717595] ehci-pci: EHCI PCI platform driver\n[ 0.718471] ehci-platform: EHCI generic platform driver\n[ 0.719456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720584] ohci-pci: OHCI PCI platform driver\n[ 0.721448] ohci-platform: OHCI generic platform driver\n[ 0.722441] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737978] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739454] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740492] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744274] usb usb1: Product: UHCI Host Controller\n[ 0.745196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747349] hub 1-0:1.0: USB hub found\n[ 0.748123] hub 1-0:1.0: 2 ports detected\n[ 0.749022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751126] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752091] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753106] mousedev: PS/2 mouse device common for all mice\n[ 0.754358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759629] i2c /dev entries driver\n[ 0.760378] device-mapper: uevent: version 1.0.3\n[ 0.761308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764190] NET: Registered protocol family 10\n[ 0.765178] NET: Registered protocol family 17\n[ 0.766061] Key type dns_resolver registered\n[ 0.766995] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769828] registered taskstats version 1\n[ 0.770650] Loading compiled-in X.509 certificates\n[ 0.772085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773892] zswap: loaded using pool lzo/zbud\n[ 0.775732] Key type trusted registered\n[ 0.777264] Key type encrypted registered\n[ 0.778093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779125] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780157] evm: HMAC attrs: 0x1\n[ 0.781083] Magic number: 6:858:642\n[ 0.781911] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:16 UTC (1538847496)\n[ 0.783484] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784589] EDD information not available.\n[ 0.866871] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.868305] ata1.00: configured for MWDMA2\n[ 0.869499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.882100] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.883329] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.884563] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.886436] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887952] Write protecting the kernel read-only data: 14336k\n[ 0.889509] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891291] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.221497] 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=2078687,end=2097119\n/dev/root resized successfully [took 2.74s]\nping 10.10.10.11 OK\nping 10.10.10.6 OK\n"} 2018-10-06 17:39:58,887 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-b499f30a-141f-40d3-a0b6-0fb7a26cb1ac 2018-10-06 17:39:58,888 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-4' (10.10.11.8). -->Expected result: cannot ping. 2018-10-06 17:39:58,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e643ddde12294dbc9107864c7616d0fd90804f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:39:59,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:39:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0aa801f6-9d42-4737-a9de-b4c29748dd37 x-compute-request-id: req-0aa801f6-9d42-4737-a9de-b4c29748dd37 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 511875784 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136748] pid_max: default: 32768 minimum: 301\n[ 0.137692] ACPI: Core revision 20150930\n[ 0.139131] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140497] Security Framework initialized\n[ 0.141342] Yama: becoming mindful.\n[ 0.142116] AppArmor: AppArmor initialized\n[ 0.143031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145777] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148645] Initializing cgroup subsys io\n[ 0.149517] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151420] Initializing cgroup subsys freezer\n[ 0.152343] Initializing cgroup subsys net_cls\n[ 0.153305] Initializing cgroup subsys perf_event\n[ 0.154323] Initializing cgroup subsys net_prio\n[ 0.155296] Initializing cgroup subsys hugetlb\n[ 0.156267] Initializing cgroup subsys pids\n[ 0.157231] CPU: Physical Processor ID: 0\n[ 0.158817] mce: CPU supports 10 MCE banks\n[ 0.159752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172779] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180918] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 1\n[ 0.214363] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216121] x2apic enabled\n[ 0.217173] Switched APIC routing to physical x2apic.\n[ 0.219432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223500] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225829] KVM setup paravirtual spinlock\n[ 0.227567] x86: Booted up 1 node, 1 CPUs\n[ 0.228604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230427] devtmpfs: initialized\n[ 0.232715] evm: security.selinux\n[ 0.233624] evm: security.SMACK64\n[ 0.234533] evm: security.SMACK64EXEC\n[ 0.235504] evm: security.SMACK64TRANSMUTE\n[ 0.236557] evm: security.SMACK64MMAP\n[ 0.237521] evm: security.ima\n[ 0.238354] evm: security.capability\n[ 0.239408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241884] pinctrl core: initialized pinctrl subsystem\n[ 0.243361] RTC time: 17:38:15, date: 10/06/18\n[ 0.244632] NET: Registered protocol family 16\n[ 0.245907] cpuidle: using governor ladder\n[ 0.246961] cpuidle: using governor menu\n[ 0.248013] PCCT header not found.\n[ 0.248994] ACPI: bus type PCI registered\n[ 0.250027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251686] PCI: Using configuration type 1 for base access\n[ 0.254115] ACPI: Added _OSI(Module Device)\n[ 0.255225] ACPI: Added _OSI(Processor Device)\n[ 0.256346] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257522] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260326] ACPI: Interpreter enabled\n[ 0.261309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270998] ACPI: (supports S0 S5)\n[ 0.271911] ACPI: Using IOAPIC for interrupt routing\n[ 0.273139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285109] acpiphp: Slot [3] registered\n[ 0.286143] acpiphp: Slot [4] registered\n[ 0.287177] acpiphp: Slot [5] registered\n[ 0.288210] acpiphp: Slot [6] registered\n[ 0.289259] acpiphp: Slot [7] registered\n[ 0.290405] acpiphp: Slot [8] registered\n[ 0.291563] acpiphp: Slot [9] registered\n[ 0.292627] acpiphp: Slot [10] registered\n[ 0.293703] acpiphp: Slot [11] registered\n[ 0.294797] acpiphp: Slot [12] registered\n[ 0.295927] acpiphp: Slot [13] registered\n[ 0.297006] acpiphp: Slot [14] registered\n[ 0.298088] acpiphp: Slot [15] registered\n[ 0.311747] acpiphp: Slot [16] registered\n[ 0.312848] acpiphp: Slot [17] registered\n[ 0.313928] acpiphp: Slot [18] registered\n[ 0.315010] acpiphp: Slot [19] registered\n[ 0.316101] acpiphp: Slot [20] registered\n[ 0.317184] acpiphp: Slot [21] registered\n[ 0.318272] acpiphp: Slot [22] registered\n[ 0.319337] acpiphp: Slot [23] registered\n[ 0.320407] acpiphp: Slot [24] registered\n[ 0.321491] acpiphp: Slot [25] registered\n[ 0.322557] acpiphp: Slot [26] registered\n[ 0.323629] acpiphp: Slot [27] registered\n[ 0.324716] acpiphp: Slot [28] registered\n[ 0.325778] acpiphp: Slot [29] registered\n[ 0.326842] acpiphp: Slot [30] registered\n[ 0.327926] acpiphp: Slot [31] registered\n[ 0.328989] PCI host bridge to bus 0000:00\n[ 0.330067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331664] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346892] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414586] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416516] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422373] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425712] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429660] vgaarb: loaded\n[ 0.430512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432185] SCSI subsystem initialized\n[ 0.433389] ACPI: bus type USB registered\n[ 0.434623] usbcore: registered new interface driver usbfs\n[ 0.436221] usbcore: registered new interface driver hub\n[ 0.437749] usbcore: registered new device driver usb\n[ 0.439331] PCI: Using ACPI for IRQ routing\n[ 0.440760] NetLabel: Initializing\n[ 0.441835] NetLabel: domain hash size = 128\n[ 0.443165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444629] NetLabel: unlabeled traffic allowed by default\n[ 0.446294] clocksource: Switched to clocksource kvm-clock\n[ 0.452616] AppArmor: AppArmor Filesystem Enabled\n[ 0.454080] pnp: PnP ACPI init\n[ 0.455319] pnp: PnP ACPI: found 5 devices\n[ 0.462152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464726] NET: Registered protocol family 2\n[ 0.466122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.468098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.469877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.471692] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475154] NET: Registered protocol family 1\n[ 0.476482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478130] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479770] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509195] Trying to unpack rootfs image as initramfs...\n[ 0.560097] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.574504] Scanning for low memory corruption every 60 seconds\n[ 0.576405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.583449] audit: initializing netlink subsys (disabled)\n[ 0.585640] audit: type=2000 audit(1538847496.039:1): initialized\n[ 0.587987] Initialise system trusted keyring\n[ 0.589358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591147] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593701] zbud: loaded\n[ 0.594655] VFS: Disk quotas dquot_6.6.0\n[ 0.595845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598000] fuse init (API version 7.23)\n[ 0.599268] Key type big_key registered\n[ 0.600440] Allocating IMA MOK and blacklist keyrings.\n[ 0.602065] Key type asymmetric registered\n[ 0.603267] Asymmetric key parser 'x509' registered\n[ 0.604688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606874] io scheduler noop registered\n[ 0.608048] io scheduler deadline registered (default)\n[ 0.609526] io scheduler cfq registered\n[ 0.610749] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612308] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616341] ACPI: Power Button [PWRF]\n[ 0.617542] GHES: HEST is not enabled!\n[ 0.631620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662228] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692643] Linux agpgart interface v0.103\n[ 0.694729] brd: module loaded\n[ 0.695896] loop: module loaded\n[ 0.700947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702420] GPT:90111 != 2097151\n[ 0.703097] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704190] GPT:90111 != 2097151\n[ 0.704870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705840] vda: vda1 vda15\n[ 0.707423] scsi host0: ata_piix\n[ 0.708158] scsi host1: ata_piix\n[ 0.708855] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711520] libphy: Fixed MDIO Bus: probed\n[ 0.712332] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713279] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715440] PPP generic driver version 2.4.2\n[ 0.716323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717595] ehci-pci: EHCI PCI platform driver\n[ 0.718471] ehci-platform: EHCI generic platform driver\n[ 0.719456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720584] ohci-pci: OHCI PCI platform driver\n[ 0.721448] ohci-platform: OHCI generic platform driver\n[ 0.722441] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737978] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739454] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740492] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744274] usb usb1: Product: UHCI Host Controller\n[ 0.745196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747349] hub 1-0:1.0: USB hub found\n[ 0.748123] hub 1-0:1.0: 2 ports detected\n[ 0.749022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751126] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752091] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753106] mousedev: PS/2 mouse device common for all mice\n[ 0.754358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759629] i2c /dev entries driver\n[ 0.760378] device-mapper: uevent: version 1.0.3\n[ 0.761308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764190] NET: Registered protocol family 10\n[ 0.765178] NET: Registered protocol family 17\n[ 0.766061] Key type dns_resolver registered\n[ 0.766995] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769828] registered taskstats version 1\n[ 0.770650] Loading compiled-in X.509 certificates\n[ 0.772085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773892] zswap: loaded using pool lzo/zbud\n[ 0.775732] Key type trusted registered\n[ 0.777264] Key type encrypted registered\n[ 0.778093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779125] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780157] evm: HMAC attrs: 0x1\n[ 0.781083] Magic number: 6:858:642\n[ 0.781911] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:16 UTC (1538847496)\n[ 0.783484] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784589] EDD information not available.\n[ 0.866871] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.868305] ata1.00: configured for MWDMA2\n[ 0.869499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.882100] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.883329] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.884563] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.886436] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887952] Write protecting the kernel read-only data: 14336k\n[ 0.889509] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891291] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.221497] 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=2078687,end=2097119\n/dev/root resized successfully [took 2.74s]\nping 10.10.10.11 OK\nping 10.10.10.6 OK\nping 10.10.11.8 KO\n"} 2018-10-06 17:39:59,970 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-0aa801f6-9d42-4737-a9de-b4c29748dd37 2018-10-06 17:39:59,972 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-10-06 17:39:59,972 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-10-06 17:39:59,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"network_association": {"network_id": "6897718a-bd1d-4b34-9888-dc43c9570ea0"}}' 2018-10-06 17:40:00,510 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-be919dc6-abaf-4892-8790-cb97e756efd0 Date: Sat, 06 Oct 2018 17:40:00 GMT RESP BODY: {"network_association": {"network_id": "6897718a-bd1d-4b34-9888-dc43c9570ea0", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "c976442a-6075-4af3-8e46-a04617395c2d"}} 2018-10-06 17:40:00,510 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc/network_associations used request id req-be919dc6-abaf-4892-8790-cb97e756efd0 2018-10-06 17:40:00,510 - sdnvpn_test_utils - DEBUG - Waiting for router 3690fa52-2449-47ab-b173-23f90fcca4cc to associate with BGPVPN e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 2018-10-06 17:40:00,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:40:00,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-d8abcbee-8237-4e87-b71c-5db30c753483 Date: Sat, 06 Oct 2018 17:40:00 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"], "id": "3690fa52-2449-47ab-b173-23f90fcca4cc", "name": "sdnvpn-799452", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["6897718a-bd1d-4b34-9888-dc43c9570ea0"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:40:00,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc used request id req-d8abcbee-8237-4e87-b71c-5db30c753483 2018-10-06 17:40:01,913 - sdnvpn_test_utils - DEBUG - Waiting for network 3690fa52-2449-47ab-b173-23f90fcca4cc to associate with BGPVPN 6897718a-bd1d-4b34-9888-dc43c9570ea0 2018-10-06 17:40:01,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:40:02,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-216c08db-a03c-4f79-be54-cdb6b0e09733 Date: Sat, 06 Oct 2018 17:40:02 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"], "id": "3690fa52-2449-47ab-b173-23f90fcca4cc", "name": "sdnvpn-799452", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["6897718a-bd1d-4b34-9888-dc43c9570ea0"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:40:02,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc used request id req-216c08db-a03c-4f79-be54-cdb6b0e09733 2018-10-06 17:40:03,248 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 17:40:33,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67969254bdbceddb23a3950b5e554784306333e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:40:34,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:40:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9b3810b-53c0-4947-b2ff-7336c927b318 x-compute-request-id: req-d9b3810b-53c0-4947-b2ff-7336c927b318 Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530212792 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128587] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130240] pid_max: default: 32768 minimum: 301\n[ 0.131135] ACPI: Core revision 20150930\n[ 0.132510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133821] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135345] AppArmor: AppArmor initialized\n[ 0.136206] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137525] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138778] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139986] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141356] Initializing cgroup subsys io\n[ 0.142170] Initializing cgroup subsys memory\n[ 0.143026] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144792] Initializing cgroup subsys net_cls\n[ 0.145657] Initializing cgroup subsys perf_event\n[ 0.146548] Initializing cgroup subsys net_prio\n[ 0.147412] Initializing cgroup subsys hugetlb\n[ 0.148271] Initializing cgroup subsys pids\n[ 0.149130] CPU: Physical Processor ID: 0\n[ 0.150609] mce: CPU supports 10 MCE banks\n[ 0.151451] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152450] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163591] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170039] ftrace: allocating 31920 entries in 125 pages\n[ 0.196970] smpboot: Max logical packages: 1\n[ 0.197844] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199172] x2apic enabled\n[ 0.199984] Switched APIC routing to physical x2apic.\n[ 0.201713] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204776] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206532] KVM setup paravirtual spinlock\n[ 0.207803] x86: Booted up 1 node, 1 CPUs\n[ 0.208602] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209972] devtmpfs: initialized\n[ 0.211678] evm: security.selinux\n[ 0.212373] evm: security.SMACK64\n[ 0.213053] evm: security.SMACK64EXEC\n[ 0.213783] evm: security.SMACK64TRANSMUTE\n[ 0.214576] evm: security.SMACK64MMAP\n[ 0.215308] evm: security.ima\n[ 0.215946] evm: security.capability\n[ 0.216753] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218581] pinctrl core: initialized pinctrl subsystem\n[ 0.219668] RTC time: 17:38:02, date: 10/06/18\n[ 0.220624] NET: Registered protocol family 16\n[ 0.221587] cpuidle: using governor ladder\n[ 0.222391] cpuidle: using governor menu\n[ 0.223162] PCCT header not found.\n[ 0.223901] ACPI: bus type PCI registered\n[ 0.224706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225924] PCI: Using configuration type 1 for base access\n[ 0.227660] ACPI: Added _OSI(Module Device)\n[ 0.228500] ACPI: Added _OSI(Processor Device)\n[ 0.229352] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230236] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232334] ACPI: Interpreter enabled\n[ 0.233087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240348] ACPI: (supports S0 S5)\n[ 0.241039] ACPI: Using IOAPIC for interrupt routing\n[ 0.242000] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246206] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248592] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250775] acpiphp: Slot [3] registered\n[ 0.251564] acpiphp: Slot [4] registered\n[ 0.252350] acpiphp: Slot [5] registered\n[ 0.253141] acpiphp: Slot [6] registered\n[ 0.253938] acpiphp: Slot [7] registered\n[ 0.254718] acpiphp: Slot [8] registered\n[ 0.255504] acpiphp: Slot [9] registered\n[ 0.256308] acpiphp: Slot [10] registered\n[ 0.257105] acpiphp: Slot [11] registered\n[ 0.257919] acpiphp: Slot [12] registered\n[ 0.258715] acpiphp: Slot [13] registered\n[ 0.259510] acpiphp: Slot [14] registered\n[ 0.260309] acpiphp: Slot [15] registered\n[ 0.271159] acpiphp: Slot [16] registered\n[ 0.272007] acpiphp: Slot [17] registered\n[ 0.272805] acpiphp: Slot [18] registered\n[ 0.273602] acpiphp: Slot [19] registered\n[ 0.274408] acpiphp: Slot [20] registered\n[ 0.275214] acpiphp: Slot [21] registered\n[ 0.276013] acpiphp: Slot [22] registered\n[ 0.276807] acpiphp: Slot [23] registered\n[ 0.277607] acpiphp: Slot [24] registered\n[ 0.278408] acpiphp: Slot [25] registered\n[ 0.279212] acpiphp: Slot [26] registered\n[ 0.280013] acpiphp: Slot [27] registered\n[ 0.280811] acpiphp: Slot [28] registered\n[ 0.281612] acpiphp: Slot [29] registered\n[ 0.282411] acpiphp: Slot [30] registered\n[ 0.283217] acpiphp: Slot [31] registered\n[ 0.284014] PCI host bridge to bus 0000:00\n[ 0.284810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288646] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290075] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296210] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297479] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298636] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299889] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306360] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307773] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353327] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356209] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357603] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358973] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360199] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361336] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363921] vgaarb: loaded\n[ 0.364511] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365630] SCSI subsystem initialized\n[ 0.366440] ACPI: bus type USB registered\n[ 0.367248] usbcore: registered new interface driver usbfs\n[ 0.368261] usbcore: registered new interface driver hub\n[ 0.369251] usbcore: registered new device driver usb\n[ 0.370295] PCI: Using ACPI for IRQ routing\n[ 0.371304] NetLabel: Initializing\n[ 0.372005] NetLabel: domain hash size = 128\n[ 0.372841] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373767] NetLabel: unlabeled traffic allowed by default\n[ 0.374852] clocksource: Switched to clocksource kvm-clock\n[ 0.380267] AppArmor: AppArmor Filesystem Enabled\n[ 0.381236] pnp: PnP ACPI init\n[ 0.382143] pnp: PnP ACPI: found 5 devices\n[ 0.388509] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390230] NET: Registered protocol family 2\n[ 0.391194] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392476] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393651] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394820] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395906] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397086] NET: Registered protocol family 1\n[ 0.397959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399064] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400141] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414132] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428417] Trying to unpack rootfs image as initramfs...\n[ 0.478433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492307] Scanning for low memory corruption every 60 seconds\n[ 0.493722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494885] audit: initializing netlink subsys (disabled)\n[ 0.495954] audit: type=2000 audit(1538847482.960:1): initialized\n[ 0.497256] Initialise system trusted keyring\n[ 0.498221] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499399] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501360] zbud: loaded\n[ 0.502068] VFS: Disk quotas dquot_6.6.0\n[ 0.502903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504442] fuse init (API version 7.23)\n[ 0.505338] Key type big_key registered\n[ 0.506183] Allocating IMA MOK and blacklist keyrings.\n[ 0.507288] Key type asymmetric registered\n[ 0.508120] Asymmetric key parser 'x509' registered\n[ 0.509401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511700] io scheduler noop registered\n[ 0.512742] io scheduler deadline registered (default)\n[ 0.514058] io scheduler cfq registered\n[ 0.515147] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520282] ACPI: Power Button [PWRF]\n[ 0.521404] GHES: HEST is not enabled!\n[ 0.535520] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565550] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594873] Linux agpgart interface v0.103\n[ 0.596947] brd: module loaded\n[ 0.598126] loop: module loaded\n[ 0.602656] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604112] GPT:90111 != 2097151\n[ 0.604784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605888] GPT:90111 != 2097151\n[ 0.606557] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607529] vda: vda1 vda15\n[ 0.608947] scsi host0: ata_piix\n[ 0.609675] scsi host1: ata_piix\n[ 0.610387] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611607] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613061] libphy: Fixed MDIO Bus: probed\n[ 0.613874] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614812] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617001] PPP generic driver version 2.4.2\n[ 0.617886] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619137] ehci-pci: EHCI PCI platform driver\n[ 0.620004] ehci-platform: EHCI generic platform driver\n[ 0.620976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622085] ohci-pci: OHCI PCI platform driver\n[ 0.622951] ohci-platform: OHCI generic platform driver\n[ 0.623933] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641692] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645455] usb usb1: Product: UHCI Host Controller\n[ 0.646378] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647503] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648503] hub 1-0:1.0: USB hub found\n[ 0.649281] hub 1-0:1.0: 2 ports detected\n[ 0.650179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652287] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653234] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654264] mousedev: PS/2 mouse device common for all mice\n[ 0.655523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658444] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659648] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660847] i2c /dev entries driver\n[ 0.661604] device-mapper: uevent: version 1.0.3\n[ 0.662555] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664178] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665454] NET: Registered protocol family 10\n[ 0.666452] NET: Registered protocol family 17\n[ 0.667348] Key type dns_resolver registered\n[ 0.668265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669352] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671107] registered taskstats version 1\n[ 0.671939] Loading compiled-in X.509 certificates\n[ 0.673370] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675225] zswap: loaded using pool lzo/zbud\n[ 0.676569] Key type trusted registered\n[ 0.678124] Key type encrypted registered\n[ 0.678948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679975] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681001] evm: HMAC attrs: 0x1\n[ 0.681930] Magic number: 6:858:642\n[ 0.682764] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:03 UTC (1538847483)\n[ 0.684373] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685491] EDD information not available.\n[ 0.767518] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768979] ata1.00: configured for MWDMA2\n[ 0.770165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783044] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784282] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787405] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789113] Write protecting the kernel read-only data: 14336k\n[ 0.790656] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792464] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.527590] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.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.63s]\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\n"} 2018-10-06 17:40:34,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action used request id req-d9b3810b-53c0-4947-b2ff-7336c927b318 2018-10-06 17:40:34,408 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.8) to 'sdnvpn-4-5' (10.10.11.10). -->Expected result: can ping. 2018-10-06 17:40:34,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67969254bdbceddb23a3950b5e554784306333e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:40:35,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-86fbb8ac-74ed-45b8-a906-244f50e746af x-compute-request-id: req-86fbb8ac-74ed-45b8-a906-244f50e746af Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530212792 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128587] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130240] pid_max: default: 32768 minimum: 301\n[ 0.131135] ACPI: Core revision 20150930\n[ 0.132510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133821] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135345] AppArmor: AppArmor initialized\n[ 0.136206] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137525] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138778] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139986] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141356] Initializing cgroup subsys io\n[ 0.142170] Initializing cgroup subsys memory\n[ 0.143026] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144792] Initializing cgroup subsys net_cls\n[ 0.145657] Initializing cgroup subsys perf_event\n[ 0.146548] Initializing cgroup subsys net_prio\n[ 0.147412] Initializing cgroup subsys hugetlb\n[ 0.148271] Initializing cgroup subsys pids\n[ 0.149130] CPU: Physical Processor ID: 0\n[ 0.150609] mce: CPU supports 10 MCE banks\n[ 0.151451] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152450] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163591] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170039] ftrace: allocating 31920 entries in 125 pages\n[ 0.196970] smpboot: Max logical packages: 1\n[ 0.197844] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199172] x2apic enabled\n[ 0.199984] Switched APIC routing to physical x2apic.\n[ 0.201713] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204776] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206532] KVM setup paravirtual spinlock\n[ 0.207803] x86: Booted up 1 node, 1 CPUs\n[ 0.208602] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209972] devtmpfs: initialized\n[ 0.211678] evm: security.selinux\n[ 0.212373] evm: security.SMACK64\n[ 0.213053] evm: security.SMACK64EXEC\n[ 0.213783] evm: security.SMACK64TRANSMUTE\n[ 0.214576] evm: security.SMACK64MMAP\n[ 0.215308] evm: security.ima\n[ 0.215946] evm: security.capability\n[ 0.216753] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218581] pinctrl core: initialized pinctrl subsystem\n[ 0.219668] RTC time: 17:38:02, date: 10/06/18\n[ 0.220624] NET: Registered protocol family 16\n[ 0.221587] cpuidle: using governor ladder\n[ 0.222391] cpuidle: using governor menu\n[ 0.223162] PCCT header not found.\n[ 0.223901] ACPI: bus type PCI registered\n[ 0.224706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225924] PCI: Using configuration type 1 for base access\n[ 0.227660] ACPI: Added _OSI(Module Device)\n[ 0.228500] ACPI: Added _OSI(Processor Device)\n[ 0.229352] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230236] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232334] ACPI: Interpreter enabled\n[ 0.233087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240348] ACPI: (supports S0 S5)\n[ 0.241039] ACPI: Using IOAPIC for interrupt routing\n[ 0.242000] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246206] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248592] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250775] acpiphp: Slot [3] registered\n[ 0.251564] acpiphp: Slot [4] registered\n[ 0.252350] acpiphp: Slot [5] registered\n[ 0.253141] acpiphp: Slot [6] registered\n[ 0.253938] acpiphp: Slot [7] registered\n[ 0.254718] acpiphp: Slot [8] registered\n[ 0.255504] acpiphp: Slot [9] registered\n[ 0.256308] acpiphp: Slot [10] registered\n[ 0.257105] acpiphp: Slot [11] registered\n[ 0.257919] acpiphp: Slot [12] registered\n[ 0.258715] acpiphp: Slot [13] registered\n[ 0.259510] acpiphp: Slot [14] registered\n[ 0.260309] acpiphp: Slot [15] registered\n[ 0.271159] acpiphp: Slot [16] registered\n[ 0.272007] acpiphp: Slot [17] registered\n[ 0.272805] acpiphp: Slot [18] registered\n[ 0.273602] acpiphp: Slot [19] registered\n[ 0.274408] acpiphp: Slot [20] registered\n[ 0.275214] acpiphp: Slot [21] registered\n[ 0.276013] acpiphp: Slot [22] registered\n[ 0.276807] acpiphp: Slot [23] registered\n[ 0.277607] acpiphp: Slot [24] registered\n[ 0.278408] acpiphp: Slot [25] registered\n[ 0.279212] acpiphp: Slot [26] registered\n[ 0.280013] acpiphp: Slot [27] registered\n[ 0.280811] acpiphp: Slot [28] registered\n[ 0.281612] acpiphp: Slot [29] registered\n[ 0.282411] acpiphp: Slot [30] registered\n[ 0.283217] acpiphp: Slot [31] registered\n[ 0.284014] PCI host bridge to bus 0000:00\n[ 0.284810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288646] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290075] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296210] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297479] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298636] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299889] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306360] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307773] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353327] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356209] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357603] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358973] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360199] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361336] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363921] vgaarb: loaded\n[ 0.364511] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365630] SCSI subsystem initialized\n[ 0.366440] ACPI: bus type USB registered\n[ 0.367248] usbcore: registered new interface driver usbfs\n[ 0.368261] usbcore: registered new interface driver hub\n[ 0.369251] usbcore: registered new device driver usb\n[ 0.370295] PCI: Using ACPI for IRQ routing\n[ 0.371304] NetLabel: Initializing\n[ 0.372005] NetLabel: domain hash size = 128\n[ 0.372841] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373767] NetLabel: unlabeled traffic allowed by default\n[ 0.374852] clocksource: Switched to clocksource kvm-clock\n[ 0.380267] AppArmor: AppArmor Filesystem Enabled\n[ 0.381236] pnp: PnP ACPI init\n[ 0.382143] pnp: PnP ACPI: found 5 devices\n[ 0.388509] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390230] NET: Registered protocol family 2\n[ 0.391194] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392476] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393651] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394820] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395906] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397086] NET: Registered protocol family 1\n[ 0.397959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399064] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400141] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414132] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428417] Trying to unpack rootfs image as initramfs...\n[ 0.478433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492307] Scanning for low memory corruption every 60 seconds\n[ 0.493722] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494885] audit: initializing netlink subsys (disabled)\n[ 0.495954] audit: type=2000 audit(1538847482.960:1): initialized\n[ 0.497256] Initialise system trusted keyring\n[ 0.498221] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499399] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501360] zbud: loaded\n[ 0.502068] VFS: Disk quotas dquot_6.6.0\n[ 0.502903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504442] fuse init (API version 7.23)\n[ 0.505338] Key type big_key registered\n[ 0.506183] Allocating IMA MOK and blacklist keyrings.\n[ 0.507288] Key type asymmetric registered\n[ 0.508120] Asymmetric key parser 'x509' registered\n[ 0.509401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511700] io scheduler noop registered\n[ 0.512742] io scheduler deadline registered (default)\n[ 0.514058] io scheduler cfq registered\n[ 0.515147] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520282] ACPI: Power Button [PWRF]\n[ 0.521404] GHES: HEST is not enabled!\n[ 0.535520] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565550] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594873] Linux agpgart interface v0.103\n[ 0.596947] brd: module loaded\n[ 0.598126] loop: module loaded\n[ 0.602656] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604112] GPT:90111 != 2097151\n[ 0.604784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605888] GPT:90111 != 2097151\n[ 0.606557] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607529] vda: vda1 vda15\n[ 0.608947] scsi host0: ata_piix\n[ 0.609675] scsi host1: ata_piix\n[ 0.610387] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611607] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613061] libphy: Fixed MDIO Bus: probed\n[ 0.613874] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614812] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617001] PPP generic driver version 2.4.2\n[ 0.617886] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619137] ehci-pci: EHCI PCI platform driver\n[ 0.620004] ehci-platform: EHCI generic platform driver\n[ 0.620976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622085] ohci-pci: OHCI PCI platform driver\n[ 0.622951] ohci-platform: OHCI generic platform driver\n[ 0.623933] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641692] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645455] usb usb1: Product: UHCI Host Controller\n[ 0.646378] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647503] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648503] hub 1-0:1.0: USB hub found\n[ 0.649281] hub 1-0:1.0: 2 ports detected\n[ 0.650179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652287] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653234] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654264] mousedev: PS/2 mouse device common for all mice\n[ 0.655523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658444] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659648] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660847] i2c /dev entries driver\n[ 0.661604] device-mapper: uevent: version 1.0.3\n[ 0.662555] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664178] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665454] NET: Registered protocol family 10\n[ 0.666452] NET: Registered protocol family 17\n[ 0.667348] Key type dns_resolver registered\n[ 0.668265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669352] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671107] registered taskstats version 1\n[ 0.671939] Loading compiled-in X.509 certificates\n[ 0.673370] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675225] zswap: loaded using pool lzo/zbud\n[ 0.676569] Key type trusted registered\n[ 0.678124] Key type encrypted registered\n[ 0.678948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679975] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681001] evm: HMAC attrs: 0x1\n[ 0.681930] Magic number: 6:858:642\n[ 0.682764] rtc_cmos 00:00: setting system clock to 2018-10-06 17:38:03 UTC (1538847483)\n[ 0.684373] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685491] EDD information not available.\n[ 0.767518] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768979] ata1.00: configured for MWDMA2\n[ 0.770165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783044] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784282] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787405] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789113] Write protecting the kernel read-only data: 14336k\n[ 0.790656] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792464] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.527590] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.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.63s]\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\nping 10.10.11.10 OK\n"} 2018-10-06 17:40:35,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action used request id req-86fbb8ac-74ed-45b8-a906-244f50e746af 2018-10-06 17:40:35,479 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-10-06 17:40:35,479 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-06 17:40:35,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:40:35,835 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a1178110-2e7c-45c1-8651-862a991c25fb Content-Length: 0 Date: Sat, 06 Oct 2018 17:40:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:40:35,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/3690fa52-2449-47ab-b173-23f90fcca4cc used request id req-a1178110-2e7c-45c1-8651-862a991c25fb 2018-10-06 17:41:05,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-799452", "route_distinguishers": "12:12"}}' 2018-10-06 17:41:06,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-cb2b1f56-3e12-47cd-9b25-830b1f30d9d6 Date: Sat, 06 Oct 2018 17:41:06 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "308a91b2-573d-4148-8d73-f27950d32537", "name": "sdnvpn-799452", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:41:06,048 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-cb2b1f56-3e12-47cd-9b25-830b1f30d9d6 2018-10-06 17:41:06,048 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-799452', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'b02668b3789342938652e3506ba63a25', u'route_targets': [], u'project_id': u'b02668b3789342938652e3506ba63a25', u'type': u'l3', u'id': u'308a91b2-573d-4148-8d73-f27950d32537'}} 2018-10-06 17:41:06,049 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-10-06 17:41:06,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"router_association": {"router_id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"}}' 2018-10-06 17:41:06,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-3c592340-9dff-413c-bc71-b6c475dfc575 Date: Sat, 06 Oct 2018 17:41:06 GMT RESP BODY: {"router_association": {"router_id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "3424c513-d52e-4717-a546-118d23461103"}} 2018-10-06 17:41:06,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537/router_associations used request id req-3c592340-9dff-413c-bc71-b6c475dfc575 2018-10-06 17:41:06,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"network_association": {"network_id": "6897718a-bd1d-4b34-9888-dc43c9570ea0"}}' 2018-10-06 17:41:07,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-b15e68fa-7a83-494e-831e-301b943a190d Date: Sat, 06 Oct 2018 17:41:07 GMT RESP BODY: {"network_association": {"network_id": "6897718a-bd1d-4b34-9888-dc43c9570ea0", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "bca0ca98-45d2-49e9-b474-015382ac7a9e"}} 2018-10-06 17:41:07,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537/network_associations used request id req-b15e68fa-7a83-494e-831e-301b943a190d 2018-10-06 17:41:07,266 - sdnvpn_test_utils - DEBUG - Waiting for router 308a91b2-573d-4148-8d73-f27950d32537 to associate with BGPVPN e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 2018-10-06 17:41:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:07,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-b6280706-4942-4781-a575-583f1886dccf Date: Sat, 06 Oct 2018 17:41:07 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"], "id": "308a91b2-573d-4148-8d73-f27950d32537", "name": "sdnvpn-799452", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["6897718a-bd1d-4b34-9888-dc43c9570ea0"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:41:07,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537 used request id req-b6280706-4942-4781-a575-583f1886dccf 2018-10-06 17:41:08,606 - sdnvpn_test_utils - DEBUG - Waiting for network 308a91b2-573d-4148-8d73-f27950d32537 to associate with BGPVPN 6897718a-bd1d-4b34-9888-dc43c9570ea0 2018-10-06 17:41:08,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:08,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-c24377ab-d53c-44ec-a9f0-bc853c1b53e9 Date: Sat, 06 Oct 2018 17:41:08 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"], "id": "308a91b2-573d-4148-8d73-f27950d32537", "name": "sdnvpn-799452", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": ["6897718a-bd1d-4b34-9888-dc43c9570ea0"], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:41:08,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537 used request id req-c24377ab-d53c-44ec-a9f0-bc853c1b53e9 2018-10-06 17:41:09,937 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 17:41:39,958 - 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' | | PASS | '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. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-10-06 17:41:39,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"forceDelete": null}' 2018-10-06 17:41:40,131 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d03d0e22-ea40-40ae-b556-d2a0c11ade99 x-compute-request-id: req-d03d0e22-ea40-40ae-b556-d2a0c11ade99 Content-Length: 0 Content-Type: application/json 2018-10-06 17:41:40,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f5f71049-4869-47a7-aa90-3f9caa09b9d1/action used request id req-d03d0e22-ea40-40ae-b556-d2a0c11ade99 2018-10-06 17:41:40,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"forceDelete": null}' 2018-10-06 17:41:40,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-3eb9c02d-63c2-441b-a7a6-b69d0b94019c x-compute-request-id: req-3eb9c02d-63c2-441b-a7a6-b69d0b94019c Content-Length: 0 Content-Type: application/json 2018-10-06 17:41:40,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a1f677e1-e749-469b-9268-b438748c3293/action used request id req-3eb9c02d-63c2-441b-a7a6-b69d0b94019c 2018-10-06 17:41:40,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"forceDelete": null}' 2018-10-06 17:41:40,497 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-0968b9ca-c805-47f9-8a16-ee9e41ec22e9 x-compute-request-id: req-0968b9ca-c805-47f9-8a16-ee9e41ec22e9 Content-Length: 0 Content-Type: application/json 2018-10-06 17:41:40,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/84ef2432-a983-4022-822c-f0aec45ca3ce/action used request id req-0968b9ca-c805-47f9-8a16-ee9e41ec22e9 2018-10-06 17:41:40,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"forceDelete": null}' 2018-10-06 17:41:40,719 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-29b47771-47d2-439b-a841-0f60713c140d x-compute-request-id: req-29b47771-47d2-439b-a841-0f60713c140d Content-Length: 0 Content-Type: application/json 2018-10-06 17:41:40,719 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6c4f3f7e-a476-439d-ab32-6f339d023ccf/action used request id req-29b47771-47d2-439b-a841-0f60713c140d 2018-10-06 17:41:40,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefbfe481adfcb1041a34c6f617fcf1f90bcbfb6" -d '{"forceDelete": null}' 2018-10-06 17:41:40,958 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-e985190d-79c7-409e-a17e-88082639a859 x-compute-request-id: req-e985190d-79c7-409e-a17e-88082639a859 Content-Length: 0 Content-Type: application/json 2018-10-06 17:41:40,958 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/167d0b6c-f015-4b0f-8b6d-7e6a55f53154/action used request id req-e985190d-79c7-409e-a17e-88082639a859 2018-10-06 17:41:40,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/dc846ddd-9868-4b9c-94d3-30079a88fc35 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10800e990c413a8b142561f66844a5d3c9c64af7" 2018-10-06 17:41:43,519 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59802f50-7661-4ff2-bac2-7010f4716aff Date: Sat, 06 Oct 2018 17:41:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:41:43,519 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/dc846ddd-9868-4b9c-94d3-30079a88fc35 used request id req-59802f50-7661-4ff2-bac2-7010f4716aff 2018-10-06 17:41:43,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:44,251 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8c4d0b3-5009-4485-be23-c6009b475d01 Content-Length: 0 Date: Sat, 06 Oct 2018 17:41:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:41:44,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/308a91b2-573d-4148-8d73-f27950d32537 used request id req-c8c4d0b3-5009-4485-be23-c6009b475d01 2018-10-06 17:41:44,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"subnet_id": "b7bc6f80-fd2d-46cd-8d9b-12219a98a42a"}' 2018-10-06 17:41:45,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-37fd5f94-b5f4-43d3-bff7-b9eda180378e Date: Sat, 06 Oct 2018 17:41:45 GMT RESP BODY: {"network_id": "c588f44f-267c-4321-9f9b-dc02aec50476", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "b7bc6f80-fd2d-46cd-8d9b-12219a98a42a", "subnet_ids": ["b7bc6f80-fd2d-46cd-8d9b-12219a98a42a"], "port_id": "cbe58add-d1d7-46a8-ade7-f55acda110e6", "id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8"} 2018-10-06 17:41:45,302 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8/remove_router_interface used request id req-37fd5f94-b5f4-43d3-bff7-b9eda180378e 2018-10-06 17:41:45,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 17:41:46,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-b48b78aa-29f3-49d2-a3f8-cc075fe09dbb Date: Sat, 06 Oct 2018 17:41:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:37:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:41:45Z", "revision_number": 7, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8", "name": "sdnvpn-4-1-router"}} 2018-10-06 17:41:46,174 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 used request id req-b48b78aa-29f3-49d2-a3f8-cc075fe09dbb 2018-10-06 17:41:46,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/b7bc6f80-fd2d-46cd-8d9b-12219a98a42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:48,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63274393-ae31-461b-82f3-24f994da2262 Date: Sat, 06 Oct 2018 17:41:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:41:48,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/b7bc6f80-fd2d-46cd-8d9b-12219a98a42a used request id req-63274393-ae31-461b-82f3-24f994da2262 2018-10-06 17:41:48,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/fc1965ba-d474-4cde-9c05-9211b7240d85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:50,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9dcbed6d-4c7a-401b-a7a7-f1f8f0a6b392 Date: Sat, 06 Oct 2018 17:41:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:41:50,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/fc1965ba-d474-4cde-9c05-9211b7240d85 used request id req-9dcbed6d-4c7a-401b-a7a7-f1f8f0a6b392 2018-10-06 17:41:50,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:50,677 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79155eec-e52b-4760-bd67-9354543a11aa Content-Length: 0 Date: Sat, 06 Oct 2018 17:41:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:41:50,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e4e5bb83-2ffc-4e32-b688-e2d0dd3c41d8 used request id req-79155eec-e52b-4760-bd67-9354543a11aa 2018-10-06 17:41:50,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/c588f44f-267c-4321-9f9b-dc02aec50476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:51,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45908464-a028-4e05-9a52-e0aa16e84db6 Date: Sat, 06 Oct 2018 17:41:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:41:51,511 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c588f44f-267c-4321-9f9b-dc02aec50476 used request id req-45908464-a028-4e05-9a52-e0aa16e84db6 2018-10-06 17:41:51,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/6897718a-bd1d-4b34-9888-dc43c9570ea0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef94a3897d4ad37ae144b814124be4d354a8cbf1" 2018-10-06 17:41:52,239 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73e4ee06-e861-4f2f-951e-0e89e9c05fb7 Date: Sat, 06 Oct 2018 17:41:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 17:41:52,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/6897718a-bd1d-4b34-9888-dc43c9570ea0 used request id req-73e4ee06-e861-4f2f-951e-0e89e9c05fb7 2018-10-06 17:41:52,240 - 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' | | PASS | '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. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ +========================================================================================+ 2018-10-06 17:41:52,240 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-06 17:41:52,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-06 17:41:52,241 - 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': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-10-06 17:41:52,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-06 17:41:52,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-06 17:41:52,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-06 17:41:52,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:41:52,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:41:52,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:41:52,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:41:52,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:41:52,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:41:52,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:41:52,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:41:52,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34d1da42-b2c9-4910-92de-62f133353167 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:41:52,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-34d1da42-b2c9-4910-92de-62f133353167 2018-10-06 17:41:52,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:41:52,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:41:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["rgJzB8PkSUuRqrx0nI7vhQ"], "issued_at": "2018-10-06T17:41:52.000000Z"}} 2018-10-06 17:41:52,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 17:41:52,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:53,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7b936ca8-c7fc-472b-a355-c8745c4b62d6 Date: Sat, 06 Oct 2018 17:41:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 17:41:53,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b936ca8-c7fc-472b-a355-c8745c4b62d6 2018-10-06 17:41:53,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248683929443s 2018-10-06 17:41:53,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b936ca8-c7fc-472b-a355-c8745c4b62d6 2018-10-06 17:41:53,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 17:41:53,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:53,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 17:41: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 17:41:53,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:53,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-394c2501-3b8b-4ddd-b85c-2d5916c8983e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 17:41:53,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-394c2501-3b8b-4ddd-b85c-2d5916c8983e 2018-10-06 17:41:53,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0961818695068s 2018-10-06 17:41:53,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 17:41:53,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}}' 2018-10-06 17:41:53,249 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 17:41:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-031dec78-ed57-4757-85d2-9aed1b6a0ccb 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.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709"}, "enabled": true, "id": "03ec8397fb2f4762a7af807a0309d709", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}} 2018-10-06 17:41:53,249 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-031dec78-ed57-4757-85d2-9aed1b6a0ccb 2018-10-06 17:41:53,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.124495983124s 2018-10-06 17:41:53,250 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-031dec78-ed57-4757-85d2-9aed1b6a0ccb 2018-10-06 17:41:53,251 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'id': u'03ec8397fb2f4762a7af807a0309d709', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 17:41:53,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 17:41:53,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.364252090454s 2018-10-06 17:41:53,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:53,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7902c3-0da0-44f7-9c18-f4572cb9b2a2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f"}, "enabled": true, "id": "e7e8f057f3d44de9b5c4a1c55214bb5f", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}} 2018-10-06 17:41:53,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f used request id req-0e7902c3-0da0-44f7-9c18-f4572cb9b2a2 2018-10-06 17:41:53,718 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e7e8f057f3d44de9b5c4a1c55214bb5f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2'}) 2018-10-06 17:41:53,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:41:53,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:53,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83dfbdc3-7e77-4755-9b2c-1580026600e4 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:41:53,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-83dfbdc3-7e77-4755-9b2c-1580026600e4 2018-10-06 17:41:53,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0917780399323s 2018-10-06 17:41:53,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:41:53,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:53,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f934a2ad-2735-47a7-9194-64b2d8317046 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:41:53,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f934a2ad-2735-47a7-9194-64b2d8317046 2018-10-06 17:41:53,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799798965454s 2018-10-06 17:41:53,892 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 17:41:53,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 17:41:53,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" -d '{"role": {"name": "Member"}}' 2018-10-06 17:41:53,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 17:41:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-317a7470-104c-4467-9071-d1f8e75238ab Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa22315e366d42cab0d1b8c36e074538", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "name": "Member"}} 2018-10-06 17:41:53,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-317a7470-104c-4467-9071-d1f8e75238ab 2018-10-06 17:41:53,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0871889591217s 2018-10-06 17:41:53,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883803fd-3dfb-457b-8cdd-eb2aab0379ae Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "domain_id": null, "name": "Member", "id": "aa22315e366d42cab0d1b8c36e074538"}} 2018-10-06 17:41:54,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538 used request id req-883803fd-3dfb-457b-8cdd-eb2aab0379ae 2018-10-06 17:41:54,054 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538'}, 'domain_id': None, 'human_id': None, 'id': u'aa22315e366d42cab0d1b8c36e074538', 'HUMAN_ID': False}) 2018-10-06 17:41:54,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:41:54,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1e6235-202a-4539-a990-2dd728bf3be2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa22315e366d42cab0d1b8c36e074538", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:41:54,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6a1e6235-202a-4539-a990-2dd728bf3be2 2018-10-06 17:41:54,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832140445709s 2018-10-06 17:41:54,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 17:41:54,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c3b51e2-6a9d-4be6-9c91-cc6fee162e09 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 17:41:54,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-5c3b51e2-6a9d-4be6-9c91-cc6fee162e09 2018-10-06 17:41:54,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.081090927124s 2018-10-06 17:41:54,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 17:41:54,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9d4a89-24f6-49a0-a2bc-6e72f78ee0a6 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "links": {"self": "http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f"}, "domain_id": "default", "enabled": true, "id": "e7e8f057f3d44de9b5c4a1c55214bb5f", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 17:41:54,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0f9d4a89-24f6-49a0-a2bc-6e72f78ee0a6 2018-10-06 17:41:54,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0936591625214s 2018-10-06 17:41:54,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0f9d4a89-24f6-49a0-a2bc-6e72f78ee0a6 2018-10-06 17:41:54,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 17:41:54,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-540afa93-a064-4f51-b38e-e8b8f4b2ec60 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709"}, "enabled": true, "id": "03ec8397fb2f4762a7af807a0309d709", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 17:41:54,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-540afa93-a064-4f51-b38e-e8b8f4b2ec60 2018-10-06 17:41:54,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805680751801s 2018-10-06 17:41:54,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-540afa93-a064-4f51-b38e-e8b8f4b2ec60 2018-10-06 17:41:54,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 17:41:54,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&scope.project.id=03ec8397fb2f4762a7af807a0309d709&role.id=aa22315e366d42cab0d1b8c36e074538 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b070cecb-bab4-4242-963c-84deb2e6541c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&scope.project.id=03ec8397fb2f4762a7af807a0309d709&role.id=aa22315e366d42cab0d1b8c36e074538", "previous": null, "next": null}} 2018-10-06 17:41:54,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&scope.project.id=03ec8397fb2f4762a7af807a0309d709&role.id=aa22315e366d42cab0d1b8c36e074538 used request id req-b070cecb-bab4-4242-963c-84deb2e6541c 2018-10-06 17:41:54,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0886659622192s 2018-10-06 17:41:54,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 17:41:54,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709/users/e7e8f057f3d44de9b5c4a1c55214bb5f/roles/aa22315e366d42cab0d1b8c36e074538 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeb5cbdc-ae06-4d2a-8b5e-49900bac8fd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 17:41:54,620 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709/users/e7e8f057f3d44de9b5c4a1c55214bb5f/roles/aa22315e366d42cab0d1b8c36e074538 used request id req-eeb5cbdc-ae06-4d2a-8b5e-49900bac8fd0 2018-10-06 17:41:54,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125554800034s 2018-10-06 17:41:54,620 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 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': '670933be-8468-46cd-94f3-d31fc437cd26', 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_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'project_id': u'03ec8397fb2f4762a7af807a0309d709', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:41:54,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:41:54,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:41:54,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:41:54,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:41:54,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:41:54,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:41:54,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:41:54,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:41:54,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:41:54,626 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'password': '670933be-8468-46cd-94f3-d31fc437cd26', 'project_name': 'bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '03ec8397fb2f4762a7af807a0309d709', 'project_domain_name': 'Default'} 2018-10-06 17:41:54,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:41:54,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc8cc8a-5338-476e-b6bc-f39b30442483 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa22315e366d42cab0d1b8c36e074538", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:41:54,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0dc8cc8a-5338-476e-b6bc-f39b30442483 2018-10-06 17:41:54,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.086256980896s 2018-10-06 17:41:54,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:41:54,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ed4963-65c1-4110-adbf-dc37d557cd74 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa22315e366d42cab0d1b8c36e074538", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:41:54,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-21ed4963-65c1-4110-adbf-dc37d557cd74 2018-10-06 17:41:54,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795769691467s 2018-10-06 17:41:54,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 17:41:54,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0974c8-d910-4ed7-b18f-039e4e87e442 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 17:41:54,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-be0974c8-d910-4ed7-b18f-039e4e87e442 2018-10-06 17:41:54,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0162949562073s 2018-10-06 17:41:54,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 17:41:54,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:54,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e452c0-f94a-4d62-8f0c-3220f705f7a5 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "links": {"self": "http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f"}, "domain_id": "default", "enabled": true, "id": "e7e8f057f3d44de9b5c4a1c55214bb5f", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 17:41:54,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-71e452c0-f94a-4d62-8f0c-3220f705f7a5 2018-10-06 17:41:54,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984399318695s 2018-10-06 17:41:54,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-71e452c0-f94a-4d62-8f0c-3220f705f7a5 2018-10-06 17:41:54,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 17:41:54,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd94642-93af-46cb-966c-45faf57f8a9d Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709"}, "enabled": true, "id": "03ec8397fb2f4762a7af807a0309d709", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 17:41:55,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-3cd94642-93af-46cb-966c-45faf57f8a9d 2018-10-06 17:41:55,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0894927978516s 2018-10-06 17:41:55,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-3cd94642-93af-46cb-966c-45faf57f8a9d 2018-10-06 17:41:55,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 17:41:55,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&scope.project.id=03ec8397fb2f4762a7af807a0309d709&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db22b6e5-d7c4-46d3-a475-a49fa63641b7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&scope.project.id=03ec8397fb2f4762a7af807a0309d709&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 17:41:55,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&scope.project.id=03ec8397fb2f4762a7af807a0309d709&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-db22b6e5-d7c4-46d3-a475-a49fa63641b7 2018-10-06 17:41:55,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0770449638367s 2018-10-06 17:41:55,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 17:41:55,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709/users/e7e8f057f3d44de9b5c4a1c55214bb5f/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 17:41:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b63248ba-23a6-4abc-af74-daa61e1f4fb2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 17:41:55,203 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709/users/e7e8f057f3d44de9b5c4a1c55214bb5f/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-b63248ba-23a6-4abc-af74-daa61e1f4fb2 2018-10-06 17:41:55,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116865873337s 2018-10-06 17:41:55,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:41:55,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5527c7e2-ec62-4df1-8360-fcbfb125968e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa22315e366d42cab0d1b8c36e074538", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:41:55,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5527c7e2-ec62-4df1-8360-fcbfb125968e 2018-10-06 17:41:55,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778460502625s 2018-10-06 17:41:55,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 17:41:55,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d634e03-f099-4583-9bae-c198d49e0dd2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 17:41:55,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-9d634e03-f099-4583-9bae-c198d49e0dd2 2018-10-06 17:41:55,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0771038532257s 2018-10-06 17:41:55,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 17:41:55,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828a89c2-c3db-4fcc-9211-7f15160a5ce9 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "links": {"self": "http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f"}, "domain_id": "default", "enabled": true, "id": "e7e8f057f3d44de9b5c4a1c55214bb5f", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 17:41:55,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-828a89c2-c3db-4fcc-9211-7f15160a5ce9 2018-10-06 17:41:55,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987370014191s 2018-10-06 17:41:55,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-828a89c2-c3db-4fcc-9211-7f15160a5ce9 2018-10-06 17:41:55,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 17:41:55,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fdf76c9-d382-4063-bb55-b8f0c04bfcef Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 17:41:55,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e7e8f057f3d44de9b5c4a1c55214bb5f&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default used request id req-4fdf76c9-d382-4063-bb55-b8f0c04bfcef 2018-10-06 17:41:55,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0810799598694s 2018-10-06 17:41:55,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 17:41:55,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/e7e8f057f3d44de9b5c4a1c55214bb5f/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:41:55,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 17:41:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a961372c-2f3d-4b09-a65b-768a0cb507ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 17:41:55,671 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/e7e8f057f3d44de9b5c4a1c55214bb5f/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-a961372c-2f3d-4b09-a65b-768a0cb507ad 2018-10-06 17:41:55,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122910022736s 2018-10-06 17:41:55,671 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 17:42:00,023 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 17:41:59.739 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4205071f-0442-4ff7-a33d-f0ff8c0e93a4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4205071f-0442-4ff7-a33d-f0ff8c0e93a4 | 2018-10-06T17:41:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4205071f-0442-4ff7-a33d-f0ff8c0e93a4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-06 17:42:03,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-06 17:42:03,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 17:42:08,764 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 17:42:07.309 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 17:42:07.449 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 17:42:08.562 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5183e69f-8dc9-44c0-af5a-5dda43e04fb1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5183e69f-8dc9-44c0-af5a-5dda43e04fb1) as the default verifier for the future CLI operations. 2018-10-06 17:42:11,602 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 17:42:11,753 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 17:42:11,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:42:11,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3fb066-694b-4ea9-9731-f1ba10f2479a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:42:11,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6e3fb066-694b-4ea9-9731-f1ba10f2479a 2018-10-06 17:42:11,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:42:12,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "aa22315e366d42cab0d1b8c36e074538", "name": "Member"}], "expires_at": "2018-10-06T18:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03ec8397fb2f4762a7af807a0309d709", "name": "bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/03ec8397fb2f4762a7af807a0309d709", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/03ec8397fb2f4762a7af807a0309d709", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/03ec8397fb2f4762a7af807a0309d709", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/03ec8397fb2f4762a7af807a0309d709", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/03ec8397fb2f4762a7af807a0309d709", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/03ec8397fb2f4762a7af807a0309d709", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/03ec8397fb2f4762a7af807a0309d709", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/03ec8397fb2f4762a7af807a0309d709", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/03ec8397fb2f4762a7af807a0309d709", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/03ec8397fb2f4762a7af807a0309d709", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/03ec8397fb2f4762a7af807a0309d709", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/03ec8397fb2f4762a7af807a0309d709", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "id": "e7e8f057f3d44de9b5c4a1c55214bb5f"}, "audit_ids": ["xpUGDxaaRYOSx0bzIf972g"], "issued_at": "2018-10-06T17:42:12.000000Z"}} 2018-10-06 17:42:12,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:12,148 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 17:42:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 17:42:12,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 17:42:12,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:12,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-adc1fa83-b7a3-40f1-88eb-2a8d896fc9fe Date: Sat, 06 Oct 2018 17:42:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 17:42:12,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-adc1fa83-b7a3-40f1-88eb-2a8d896fc9fe 2018-10-06 17:42:12,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169585943222s 2018-10-06 17:42:12,322 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-adc1fa83-b7a3-40f1-88eb-2a8d896fc9fe 2018-10-06 17:42:12,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 17:42:12,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}' 2018-10-06 17:42:12,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209 X-Openstack-Request-Id: req-3dbf9a16-a083-4e76-b0ed-90039d7b3e22 Date: Sat, 06 Oct 2018 17:42:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file", "owner": "03ec8397fb2f4762a7af807a0309d709", "id": "9bcea214-f0d6-4214-bc4b-eba5680e1209", "size": null, "self": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T17:42:12Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "checksum": null, "created_at": "2018-10-06T17:42:12Z", "protected": false} 2018-10-06 17:42:12,564 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-3dbf9a16-a083-4e76-b0ed-90039d7b3e22 2018-10-06 17:42:12,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.23961186409s 2018-10-06 17:42:12,564 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-3dbf9a16-a083-4e76-b0ed-90039d7b3e22 returning object 9bcea214-f0d6-4214-bc4b-eba5680e1209 2018-10-06 17:42:12,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 17:42:12,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/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}aff39b27492988f2f70ac51e02b15dd506b40b24" -d '' 2018-10-06 17:42:14,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85af72e9-a3c7-48e4-aeae-eae885c9b0c7 Date: Sat, 06 Oct 2018 17:42:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:42:14,496 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file used request id req-85af72e9-a3c7-48e4-aeae-eae885c9b0c7 2018-10-06 17:42:14,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.93134903908s 2018-10-06 17:42:14,497 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file used request id req-85af72e9-a3c7-48e4-aeae-eae885c9b0c7 2018-10-06 17:42:14,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 17:42:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:14,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-49cb466c-94e9-4fe0-aebf-5746d19a8143 Date: Sat, 06 Oct 2018 17:42:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "metadata": {}}], "file": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file", "owner": "03ec8397fb2f4762a7af807a0309d709", "id": "9bcea214-f0d6-4214-bc4b-eba5680e1209", "size": 12716032, "self": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T17:42:14Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T17:42:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 17:42:14,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-49cb466c-94e9-4fe0-aebf-5746d19a8143 2018-10-06 17:42:14,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175482034683s 2018-10-06 17:42:14,673 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-49cb466c-94e9-4fe0-aebf-5746d19a8143 2018-10-06 17:42:14,676 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file', 'owner': u'03ec8397fb2f4762a7af807a0309d709', 'id': u'9bcea214-f0d6-4214-bc4b-eba5680e1209', 'size': 12716032, u'self': u'/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03ec8397fb2f4762a7af807a0309d709', 'name': 'bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T17:42:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T17:42:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'created': u'2018-10-06T17:42:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T17:42:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 17:42:14,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 17:42:14,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 17:42:14,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-5c2ea1e1-8f5d-4fdc-99b7-dac15bb3cd68 x-compute-request-id: req-5c2ea1e1-8f5d-4fdc-99b7-dac15bb3cd68 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/81adca85-90a9-4d3f-baf1-415339b3085e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "81adca85-90a9-4d3f-baf1-415339b3085e", "name": "bgpvpn-tempest-tests-flavor_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:42:14,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5c2ea1e1-8f5d-4fdc-99b7-dac15bb3cd68 2018-10-06 17:42:14,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206857919693s 2018-10-06 17:42:14,884 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5c2ea1e1-8f5d-4fdc-99b7-dac15bb3cd68 returning object 81adca85-90a9-4d3f-baf1-415339b3085e 2018-10-06 17:42:14,885 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', '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'b02668b3789342938652e3506ba63a25', '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'81adca85-90a9-4d3f-baf1-415339b3085e', 'swap': 0}) 2018-10-06 17:42:14,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 17:42:14,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e/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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" -d '{"extra_specs": {}}' 2018-10-06 17:42:14,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-c531949e-05b5-48df-a098-22c58791dba4 x-compute-request-id: req-c531949e-05b5-48df-a098-22c58791dba4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 17:42:14,906 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e/os-extra_specs used request id req-c531949e-05b5-48df-a098-22c58791dba4 2018-10-06 17:42:14,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203638076782s 2018-10-06 17:42:14,906 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e/os-extra_specs used request id req-c531949e-05b5-48df-a098-22c58791dba4 2018-10-06 17:42:14,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:42:14,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:14,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 17:42: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 17:42:14,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:15,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-044a1614-ba60-42b9-8dc9-300ef5ca3750 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa22315e366d42cab0d1b8c36e074538", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:42:15,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-044a1614-ba60-42b9-8dc9-300ef5ca3750 2018-10-06 17:42:15,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.101289987564s 2018-10-06 17:42:15,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 17:42:15,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:15,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:42:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd74d398-5cca-4984-bfca-911a2bb38f3d x-compute-request-id: req-cd74d398-5cca-4984-bfca-911a2bb38f3d 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:42:15,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-cd74d398-5cca-4984-bfca-911a2bb38f3d 2018-10-06 17:42:15,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.177065849304s 2018-10-06 17:42:15,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-cd74d398-5cca-4984-bfca-911a2bb38f3d 2018-10-06 17:42:15,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 17:42:15,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:15,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-b2ad912c-e7ab-49ea-b50a-47acde1879bf Date: Sat, 06 Oct 2018 17:42:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "metadata": {}}], "file": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file", "owner": "03ec8397fb2f4762a7af807a0309d709", "id": "9bcea214-f0d6-4214-bc4b-eba5680e1209", "size": 12716032, "self": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T17:42:14Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T17:42:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 17:42:15,370 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b2ad912c-e7ab-49ea-b50a-47acde1879bf 2018-10-06 17:42:15,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178581953049s 2018-10-06 17:42:15,370 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b2ad912c-e7ab-49ea-b50a-47acde1879bf 2018-10-06 17:42:15,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 17:42:15,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}' 2018-10-06 17:42:15,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3 X-Openstack-Request-Id: req-f3ef1b26-ea20-48e0-9f06-d918bd3595e6 Date: Sat, 06 Oct 2018 17:42:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/file", "owner": "03ec8397fb2f4762a7af807a0309d709", "id": "701d0b0b-0f7d-4bed-ae17-be64955dbab3", "size": null, "self": "/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T17:42:15Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "checksum": null, "created_at": "2018-10-06T17:42:15Z", "protected": false} 2018-10-06 17:42:15,575 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f3ef1b26-ea20-48e0-9f06-d918bd3595e6 2018-10-06 17:42:15,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.202236175537s 2018-10-06 17:42:15,576 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f3ef1b26-ea20-48e0-9f06-d918bd3595e6 returning object 701d0b0b-0f7d-4bed-ae17-be64955dbab3 2018-10-06 17:42:15,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 17:42:15,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/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}aff39b27492988f2f70ac51e02b15dd506b40b24" -d '' 2018-10-06 17:42:16,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a8cb51d-64e5-4817-8122-808005f59432 Date: Sat, 06 Oct 2018 17:42:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:42:16,600 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/file used request id req-8a8cb51d-64e5-4817-8122-808005f59432 2018-10-06 17:42:16,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.02399992943s 2018-10-06 17:42:16,601 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/file used request id req-8a8cb51d-64e5-4817-8122-808005f59432 2018-10-06 17:42:16,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 17:42:16,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:42:16,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-f1f7e72f-ed0e-4c2d-881d-578707608db7 Date: Sat, 06 Oct 2018 17:42:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/snap", "metadata": {}}], "file": "/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/file", "owner": "03ec8397fb2f4762a7af807a0309d709", "id": "701d0b0b-0f7d-4bed-ae17-be64955dbab3", "size": 12716032, "self": "/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T17:42:16Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T17:42:15Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "metadata": {}}], "file": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file", "owner": "03ec8397fb2f4762a7af807a0309d709", "id": "9bcea214-f0d6-4214-bc4b-eba5680e1209", "size": 12716032, "self": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T17:42:14Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T17:42:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 17:42:16,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f1f7e72f-ed0e-4c2d-881d-578707608db7 2018-10-06 17:42:16,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0275979042053s 2018-10-06 17:42:16,630 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f1f7e72f-ed0e-4c2d-881d-578707608db7 2018-10-06 17:42:16,632 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/file', 'owner': u'03ec8397fb2f4762a7af807a0309d709', 'id': u'701d0b0b-0f7d-4bed-ae17-be64955dbab3', 'size': 12716032, u'self': u'/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03ec8397fb2f4762a7af807a0309d709', 'name': 'bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T17:42:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T17:42:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', 'created': u'2018-10-06T17:42:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T17:42:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 17:42:16,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 17:42:16,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 17:42:16,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-79ce7347-ca3f-4282-90f6-71e8934b43c5 x-compute-request-id: req-79ce7347-ca3f-4282-90f6-71e8934b43c5 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5e19544e-165f-49c4-b6d2-1f1c4324fc06", "name": "bgpvpn-tempest-tests-flavor_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:42:16,704 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-79ce7347-ca3f-4282-90f6-71e8934b43c5 2018-10-06 17:42:16,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0708229541779s 2018-10-06 17:42:16,704 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-79ce7347-ca3f-4282-90f6-71e8934b43c5 returning object 5e19544e-165f-49c4-b6d2-1f1c4324fc06 2018-10-06 17:42:16,705 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', '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'b02668b3789342938652e3506ba63a25', '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'5e19544e-165f-49c4-b6d2-1f1c4324fc06', 'swap': 0}) 2018-10-06 17:42:16,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 17:42:16,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06/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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" -d '{"extra_specs": {}}' 2018-10-06 17:42:16,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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 x-openstack-request-id: req-d93d5d6b-8481-4cc7-8a8e-6e8ae9850c80 x-compute-request-id: req-d93d5d6b-8481-4cc7-8a8e-6e8ae9850c80 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 17:42:16,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06/os-extra_specs used request id req-d93d5d6b-8481-4cc7-8a8e-6e8ae9850c80 2018-10-06 17:42:16,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021192073822s 2018-10-06 17:42:16,728 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06/os-extra_specs used request id req-d93d5d6b-8481-4cc7-8a8e-6e8ae9850c80 2018-10-06 17:42:16,729 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2', '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'b02668b3789342938652e3506ba63a25', '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'5e19544e-165f-49c4-b6d2-1f1c4324fc06', 'swap': 0}) 2018-10-06 17:42:19,750 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 17:42:18.681 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5183e69f-8dc9-44c0-af5a-5dda43e04fb1) for deployment 'opnfv-rally' (UUID=4205071f-0442-4ff7-a33d-f0ff8c0e93a4). 2018-10-06 17:42:19.616 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 17:42:19.620 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5183e69f-8dc9-44c0-af5a-5dda43e04fb1) has been successfully configured for deployment 'opnfv-rally' (UUID=4205071f-0442-4ff7-a33d-f0ff8c0e93a4)! 2018-10-06 17:42:19,750 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 17:42:19,751 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 17:42:19,753 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 17:42:19,765 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-5183e69f-8dc9-44c0-af5a-5dda43e04fb1/for-deployment-4205071f-0442-4ff7-a33d-f0ff8c0e93a4/tempest.conf with bgpvpn=True 2018-10-06 17:42:19,768 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 17:42:22,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5183e69f-8dc9-44c0-af5a-5dda43e04fb1/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-10-06 17:42:22,302 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 17:42:22,318 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 17:42:22,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-10-06 17:42:24,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 17:42:24.295 192 INFO rally.api [-] Starting verification (UUID=a8ec4700-aa60-46f1-af36-ba439b42369d) for deployment 'opnfv-rally' (UUID=4205071f-0442-4ff7-a33d-f0ff8c0e93a4) by verifier 'opnfv-tempest' (UUID=5183e69f-8dc9-44c0-af5a-5dda43e04fb1). 2018-10-06 17:42:24,296 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a8ec4700-aa60-46f1-af36-ba439b42369d 2018-10-06 17:46:39,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a8ec4700-aa60-46f1-af36-ba439b42369d 2018-10-06 17:46:39,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a8ec4700-aa60-46f1-af36-ba439b42369d']'. 2018-10-06 17:46:40,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 17:46:40,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 17:46:40,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 17:46:40,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a8ec4700-aa60-46f1-af36-ba439b42369d | 2018-10-06 17:46:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-06 17:46:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 17:42:24 | 2018-10-06 17:46:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 17:46:38 | 2018-10-06 17:46:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:14 | 2018-10-06 17:46:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-06 17:46:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 17:46:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 17:46:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5183e69f-8dc9-44c0-af5a-5dda43e04fb1) | 2018-10-06 17:46:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 17:46:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4205071f-0442-4ff7-a33d-f0ff8c0e93a4) | 2018-10-06 17:46:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-10-06 17:46:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 246.048 | 2018-10-06 17:46:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-10-06 17:46:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-06 17:46:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 17:46:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 17:46:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-06 17:46:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 17:46:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 17:46:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 17:46:40,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-10-06 17:46:40,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 17:46:40,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:46:41,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5acc088c-2f9c-4d18-ac9f-a9cf07359e6d Date: Sat, 06 Oct 2018 17:46:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:46:41,783 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3 used request id req-5acc088c-2f9c-4d18-ac9f-a9cf07359e6d 2018-10-06 17:46:41,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.51373887062s 2018-10-06 17:46:41,783 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/701d0b0b-0f7d-4bed-ae17-be64955dbab3 used request id req-5acc088c-2f9c-4d18-ac9f-a9cf07359e6d 2018-10-06 17:46:41,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 17:46:41,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:41,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-394aee77-ee9b-462a-a0f9-11d2f1602b23 x-compute-request-id: req-394aee77-ee9b-462a-a0f9-11d2f1602b23 Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5e19544e-165f-49c4-b6d2-1f1c4324fc06", "name": "bgpvpn-tempest-tests-flavor_alt_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/81adca85-90a9-4d3f-baf1-415339b3085e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "81adca85-90a9-4d3f-baf1-415339b3085e", "name": "bgpvpn-tempest-tests-flavor_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 17:46:41,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-394aee77-ee9b-462a-a0f9-11d2f1602b23 2018-10-06 17:46:41,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.104271888733s 2018-10-06 17:46:41,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-394aee77-ee9b-462a-a0f9-11d2f1602b23 2018-10-06 17:46:41,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 17:46:41,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:41,934 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:46:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf688456-6394-444d-8bd0-2293fd642e00 x-compute-request-id: req-cf688456-6394-444d-8bd0-2293fd642e00 Content-Length: 0 Content-Type: application/json 2018-10-06 17:46:41,934 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06 used request id req-cf688456-6394-444d-8bd0-2293fd642e00 2018-10-06 17:46:41,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439188480377s 2018-10-06 17:46:41,935 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5e19544e-165f-49c4-b6d2-1f1c4324fc06 used request id req-cf688456-6394-444d-8bd0-2293fd642e00 2018-10-06 17:46:41,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 17:46:41,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:46:42,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-6dab2fd0-9d40-4df5-8477-ad206cd8870c Date: Sat, 06 Oct 2018 17:46:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "metadata": {}}], "file": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/file", "owner": "03ec8397fb2f4762a7af807a0309d709", "id": "9bcea214-f0d6-4214-bc4b-eba5680e1209", "size": 12716032, "self": "/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/9bcea214-f0d6-4214-bc4b-eba5680e1209/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T17:42:14Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T17:42:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 17:46:42,099 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6dab2fd0-9d40-4df5-8477-ad206cd8870c 2018-10-06 17:46:42,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164374113083s 2018-10-06 17:46:42,100 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6dab2fd0-9d40-4df5-8477-ad206cd8870c 2018-10-06 17:46:42,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 17:46:42,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aff39b27492988f2f70ac51e02b15dd506b40b24" 2018-10-06 17:46:43,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f758f64d-db3f-417b-be30-2f54bf5c4f31 Date: Sat, 06 Oct 2018 17:46:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:46:43,071 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209 used request id req-f758f64d-db3f-417b-be30-2f54bf5c4f31 2018-10-06 17:46:43,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.969843864441s 2018-10-06 17:46:43,072 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9bcea214-f0d6-4214-bc4b-eba5680e1209 used request id req-f758f64d-db3f-417b-be30-2f54bf5c4f31 2018-10-06 17:46:43,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 17:46:43,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92f0fb0a-a86c-40c1-86ae-181b79b3c00a x-compute-request-id: req-92f0fb0a-a86c-40c1-86ae-181b79b3c00a Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/81adca85-90a9-4d3f-baf1-415339b3085e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "81adca85-90a9-4d3f-baf1-415339b3085e", "name": "bgpvpn-tempest-tests-flavor_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 17:46:43,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-92f0fb0a-a86c-40c1-86ae-181b79b3c00a 2018-10-06 17:46:43,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336060523987s 2018-10-06 17:46:43,106 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-92f0fb0a-a86c-40c1-86ae-181b79b3c00a 2018-10-06 17:46:43,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 17:46:43,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,144 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87751f83-9371-4f8e-8162-6ab801d2d4ce x-compute-request-id: req-87751f83-9371-4f8e-8162-6ab801d2d4ce Content-Length: 0 Content-Type: application/json 2018-10-06 17:46:43,144 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e used request id req-87751f83-9371-4f8e-8162-6ab801d2d4ce 2018-10-06 17:46:43,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0350110530853s 2018-10-06 17:46:43,144 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/81adca85-90a9-4d3f-baf1-415339b3085e used request id req-87751f83-9371-4f8e-8162-6ab801d2d4ce 2018-10-06 17:46:43,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 17:46:43,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f212c1-6577-4990-9acb-a59a642e5f70 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2", "links": {"self": "http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f"}, "domain_id": "default", "enabled": true, "id": "e7e8f057f3d44de9b5c4a1c55214bb5f", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 17:46:43,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d8f212c1-6577-4990-9acb-a59a642e5f70 2018-10-06 17:46:43,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104830980301s 2018-10-06 17:46:43,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d8f212c1-6577-4990-9acb-a59a642e5f70 2018-10-06 17:46:43,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 17:46:43,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29469457-aa69-4466-82e5-4e34d448e3da Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f"}, "enabled": true, "id": "e7e8f057f3d44de9b5c4a1c55214bb5f", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}} 2018-10-06 17:46:43,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f used request id req-29469457-aa69-4466-82e5-4e34d448e3da 2018-10-06 17:46:43,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963809490204s 2018-10-06 17:46:43,352 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f used request id req-29469457-aa69-4466-82e5-4e34d448e3da 2018-10-06 17:46:43,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 17:46:43,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-965fe08b-64a9-43ac-b3a5-70f1b1e9935c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 17:46:43,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f used request id req-965fe08b-64a9-43ac-b3a5-70f1b1e9935c 2018-10-06 17:46:43,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.176329135895s 2018-10-06 17:46:43,530 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e7e8f057f3d44de9b5c4a1c55214bb5f used request id req-965fe08b-64a9-43ac-b3a5-70f1b1e9935c 2018-10-06 17:46:43,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 17:46:43,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f09ecdad-15b2-4656-ad7a-cd3a4a7acaea Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709"}, "enabled": true, "id": "03ec8397fb2f4762a7af807a0309d709", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_705c32bc-2cbe-4e1f-bd25-e69a20937ea2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 17:46:43,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f09ecdad-15b2-4656-ad7a-cd3a4a7acaea 2018-10-06 17:46:43,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.168232917786s 2018-10-06 17:46:43,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f09ecdad-15b2-4656-ad7a-cd3a4a7acaea 2018-10-06 17:46:43,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 17:46:43,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-457ea713-0b5e-45a1-8ada-8795bb9f9a45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 17:46:43,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709 used request id req-457ea713-0b5e-45a1-8ada-8795bb9f9a45 2018-10-06 17:46:43,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.163024187088s 2018-10-06 17:46:43,865 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/03ec8397fb2f4762a7af807a0309d709 used request id req-457ea713-0b5e-45a1-8ada-8795bb9f9a45 2018-10-06 17:46:43,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 17:46:43,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:43,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37066f56-9b92-4a51-a6a0-3d2465e40f19 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa22315e366d42cab0d1b8c36e074538", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538"}, "name": "Member"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 17:46:43,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-37066f56-9b92-4a51-a6a0-3d2465e40f19 2018-10-06 17:46:43,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842218399048s 2018-10-06 17:46:43,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 17:46:43,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:44,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 17:46:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e894ab4-30d9-462a-a789-cc5cf38298cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 17:46:44,065 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/aa22315e366d42cab0d1b8c36e074538 used request id req-1e894ab4-30d9-462a-a789-cc5cf38298cb 2018-10-06 17:46:44,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.1139960289s 2018-10-06 17:46:44,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 17:46:44,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=03ec8397fb2f4762a7af807a0309d709&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}acf592a59faa0117b0fe7ea9c03f72d5d8d5a841" 2018-10-06 17:46:44,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6d168807-b3cd-4c50-887a-5f21711087e7 Date: Sat, 06 Oct 2018 17:46:44 GMT RESP BODY: {"security_groups": []} 2018-10-06 17:46:44,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=03ec8397fb2f4762a7af807a0309d709&name=default used request id req-6d168807-b3cd-4c50-887a-5f21711087e7 2018-10-06 17:46:44,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.169759988785s 2018-10-06 17:46:44,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=03ec8397fb2f4762a7af807a0309d709&name=default used request id req-6d168807-b3cd-4c50-887a-5f21711087e7 2018-10-06 17:46:44,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-10-06 17:46:44,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-10-06 17:46:44,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-10-06 17:46:44,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-06 17:46:44,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-06 17:46:44,323 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-06 17:46:44,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:46:44,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:46:44,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:46:44,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:46:44,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:46:44,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:46:44,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:46:44,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:46:44,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:46:44,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:46:44,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:46:44,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:46:44,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:46:44,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:46:44,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:46:44,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:46:44,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:46:44,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:46:44,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:46:44,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:46:44,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:46:44,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:46:44,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:46:44,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:46:44,333 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:46:44,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:46:44,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8535ca92-8edb-40b2-9b47-b4cab94ff0da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:46:44,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8535ca92-8edb-40b2-9b47-b4cab94ff0da 2018-10-06 17:46:44,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:46:44,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:46:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["GKPWvxZMTauM0kBVuDaA8Q"], "issued_at": "2018-10-06T17:46:44.000000Z"}} 2018-10-06 17:46:44,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f211eb462c71aaea185565e0e85cbd50771a9960" 2018-10-06 17:46:44,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-b188f3e6-d8e3-4443-89fd-ab2075805d7a Date: Sat, 06 Oct 2018 17:46:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:46:44,893 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-b188f3e6-d8e3-4443-89fd-ab2075805d7a 2018-10-06 17:46:44,893 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:46:44,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f211eb462c71aaea185565e0e85cbd50771a9960" 2018-10-06 17:46:45,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-26c73a25-79f1-495d-bbd6-12cf9e055864 Date: Sat, 06 Oct 2018 17:46: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"}}} 2018-10-06 17:46:45,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-26c73a25-79f1-495d-bbd6-12cf9e055864 2018-10-06 17:46:45,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f211eb462c71aaea185565e0e85cbd50771a9960" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:46:45,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c X-Openstack-Request-Id: req-993e3cd9-aecf-4797-8221-4757787cf3e6 Date: Sat, 06 Oct 2018 17:46:45 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:46:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:46:45Z", "visibility": "public", "locations": [], "self": "/v2/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "min_disk": 0, "protected": false, "id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "file": "/v2/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:46:45,271 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-993e3cd9-aecf-4797-8221-4757787cf3e6 2018-10-06 17:46:45,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f211eb462c71aaea185565e0e85cbd50771a9960" -d '' 2018-10-06 17:46:46,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1bd4ea09-1268-4c37-8320-cbba7d80ce2c Date: Sat, 06 Oct 2018 17:46:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:46:46,499 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c/file used request id req-1bd4ea09-1268-4c37-8320-cbba7d80ce2c 2018-10-06 17:46:46,500 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-10-06 17:46:46,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:46:46,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061b566f-eee2-4175-bf60-f71d009b5b04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:46:46,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-061b566f-eee2-4175-bf60-f71d009b5b04 2018-10-06 17:46:46,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:46:46,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:46:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["imX29DBKSKe1uwYHyXUdaQ"], "issued_at": "2018-10-06T17:46:46.000000Z"}} 2018-10-06 17:46:46,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1606b32a153b7f000feee7519ddae497e0f9f2" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-10-06 17:46:47,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-e4a7482e-0349-4962-ac9d-2b08816d04b6 Date: Sat, 06 Oct 2018 17:46:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6015734d-dc92-4223-a7f7-70e8c303a214","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:46:47Z","is_default":false,"provider:segmentation_id":99,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:47Z","mtu":1450}} 2018-10-06 17:46:47,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e4a7482e-0349-4962-ac9d-2b08816d04b6 2018-10-06 17:46:47,476 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 6015734d-dc92-4223-a7f7-70e8c303a214 with cidr 10.10.10.0/24 2018-10-06 17:46:47,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1606b32a153b7f000feee7519ddae497e0f9f2" -d '{"subnets": [{"ip_version": 4, "network_id": "6015734d-dc92-4223-a7f7-70e8c303a214", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-10-06 17:46:48,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-e03c9616-2ca6-42bf-973a-d18872020e37 Date: Sat, 06 Oct 2018 17:46:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:47Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:46:47Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"156da77f-3da2-4d88-a215-9586f73b2dad","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-10-06 17:46:48,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-e03c9616-2ca6-42bf-973a-d18872020e37 2018-10-06 17:46:48,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1606b32a153b7f000feee7519ddae497e0f9f2" 2018-10-06 17:46:48,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-96f1c1e7-4df5-44fd-9fff-a2402fd48730 Date: Sat, 06 Oct 2018 17:46:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:10:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-06T17:10:28Z", "revision_number": 0, "id": "6f120a01-567c-45a7-aa79-75fa5a215922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 179, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 7, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:46:48,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-96f1c1e7-4df5-44fd-9fff-a2402fd48730 2018-10-06 17:46:48,491 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:46:48,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:46:48,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c78d74e6-e235-49ea-bf98-fb4a2d654adf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:46:48,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c78d74e6-e235-49ea-bf98-fb4a2d654adf 2018-10-06 17:46:48,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:46:48,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Zy2t50bJROO4bSMwy-ZM7A"], "issued_at": "2018-10-06T17:46:48.000000Z"}} 2018-10-06 17:46:48,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" 2018-10-06 17:46:49,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7da050ca-fa92-4944-9c90-26875613c6f5 x-compute-request-id: req-7da050ca-fa92-4944-9c90-26875613c6f5 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:46:49,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-7da050ca-fa92-4944-9c90-26875613c6f5 2018-10-06 17:46:49,056 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-06 17:46:49,056 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-10-06 17:46:49,056 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=8f65ae57-afde-4c33-8da5-66b8fdffd02c network=6015734d-dc92-4223-a7f7-70e8c303a214 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-06 17:46:49,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:46:49,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:46:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:46:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:46:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:46:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:46:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:46:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:46:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:46:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:46:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:46:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:46:49,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:46:49,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:46:49,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:46:49,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:46:49,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:46:49,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:46:49,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4886ff-d84d-4863-988d-5d547e5ca437 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:46:49,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae4886ff-d84d-4863-988d-5d547e5ca437 2018-10-06 17:46:49,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:46:49,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:46:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["bBqqflp9Qhmfj3kykIaFXA"], "issued_at": "2018-10-06T17:46:49.000000Z"}} 2018-10-06 17:46:49,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" 2018-10-06 17:46:49,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e6fe1a5-ba1c-4c1d-8c0a-eef7f85f5b77 x-compute-request-id: req-7e6fe1a5-ba1c-4c1d-8c0a-eef7f85f5b77 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:46:49,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7e6fe1a5-ba1c-4c1d-8c0a-eef7f85f5b77 2018-10-06 17:46:49,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" 2018-10-06 17:46:49,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b28bd994-1e77-4701-89db-d4e8448ecf5c x-compute-request-id: req-b28bd994-1e77-4701-89db-d4e8448ecf5c Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:46:49,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-b28bd994-1e77-4701-89db-d4e8448ecf5c 2018-10-06 17:46:49,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6015734d-dc92-4223-a7f7-70e8c303a214"}]}}' 2018-10-06 17:46:51,630 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:46:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ad6f6539-1c7c-420f-b741-fb35f327ed5a x-compute-request-id: req-ad6f6539-1c7c-420f-b741-fb35f327ed5a Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "45868c6d-b958-4988-b02f-ffe9cf23123a", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "bookmark"}], "adminPass": "2g56SfkjUmP4"}} 2018-10-06 17:46:51,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-ad6f6539-1c7c-420f-b741-fb35f327ed5a 2018-10-06 17:46:51,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:46:51,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f33293-e74f-42c9-947a-713627cddb6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:46:51,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-75f33293-e74f-42c9-947a-713627cddb6a 2018-10-06 17:46:51,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:46:52,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:46:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["ymnjSxuBSYqDQOxy8enYgA"], "issued_at": "2018-10-06T17:46:52.000000Z"}} 2018-10-06 17:46:52,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0921f3f69b3b174b913e56b3fab54f0776f0cb" 2018-10-06 17:46:52,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e78ea25-3b9c-49e5-a463-70c8ef801eee x-compute-request-id: req-2e78ea25-3b9c-49e5-a463-70c8ef801eee 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.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "45868c6d-b958-4988-b02f-ffe9cf23123a", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:46:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2018-10-06T17:46:51Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:46:52,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a used request id req-2e78ea25-3b9c-49e5-a463-70c8ef801eee 2018-10-06 17:46:55,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0921f3f69b3b174b913e56b3fab54f0776f0cb" 2018-10-06 17:46:56,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1b10706-2d39-4497-bcf4-6f407972b3e2 x-compute-request-id: req-e1b10706-2d39-4497-bcf4-6f407972b3e2 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.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "45868c6d-b958-4988-b02f-ffe9cf23123a", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T17:46:53Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-10-06T17:46:51Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:46:56,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a used request id req-e1b10706-2d39-4497-bcf4-6f407972b3e2 2018-10-06 17:46:59,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0921f3f69b3b174b913e56b3fab54f0776f0cb" 2018-10-06 17:46:59,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46: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-66f04fc5-a179-44c3-87dc-3643b66da531 x-compute-request-id: req-66f04fc5-a179-44c3-87dc-3643b66da531 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:d5:04", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-10-06T17:46:51.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "45868c6d-b958-4988-b02f-ffe9cf23123a", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:46:56Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-10-06T17:46:51Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:46:59,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a used request id req-66f04fc5-a179-44c3-87dc-3643b66da531 2018-10-06 17:46:59,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" 2018-10-06 17:47:00,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:46: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-523b7fcf-d20d-4c5d-a63e-19e23ea10430 x-compute-request-id: req-523b7fcf-d20d-4c5d-a63e-19e23ea10430 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:d5:04", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/45868c6d-b958-4988-b02f-ffe9cf23123a", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-10-06T17:46:51.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "45868c6d-b958-4988-b02f-ffe9cf23123a", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T17:46:56Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-10-06T17:46:51Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:00,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a used request id req-523b7fcf-d20d-4c5d-a63e-19e23ea10430 2018-10-06 17:47:00,100 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.10'. 2018-10-06 17:47:00,100 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-10-06 17:47:00,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:47:01,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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 x-openstack-request-id: req-ce2ba72b-c438-42f4-8be9-f6d1f72fd73a x-compute-request-id: req-ce2ba72b-c438-42f4-8be9-f6d1f72fd73a Content-Length: 0 Content-Type: application/json 2018-10-06 17:47:01,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-ce2ba72b-c438-42f4-8be9-f6d1f72fd73a 2018-10-06 17:47:01,510 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-10-06 17:47:01,511 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=8f65ae57-afde-4c33-8da5-66b8fdffd02c network=6015734d-dc92-4223-a7f7-70e8c303a214 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.10 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:47:01,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:47:01,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:47:01,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:47:01,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:47:01,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:47:01,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:47:01,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:47:01,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:47:01,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:47:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:47:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:47:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:47:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:47:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:47:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:47:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:47:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:47:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:47:01,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:47:01,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e55a42-24de-4f76-a979-86b43882a265 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:47:01,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d7e55a42-24de-4f76-a979-86b43882a265 2018-10-06 17:47:01,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:47:01,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:47:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["bKztH108RG2mPVlzw6b2Xg"], "issued_at": "2018-10-06T17:47:01.000000Z"}} 2018-10-06 17:47:01,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" 2018-10-06 17:47:02,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f081a94-740d-4017-8aeb-e52c0d8f2bce x-compute-request-id: req-6f081a94-740d-4017-8aeb-e52c0d8f2bce Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:47:02,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6f081a94-740d-4017-8aeb-e52c0d8f2bce 2018-10-06 17:47:02,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" 2018-10-06 17:47:02,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47: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-d7f6ce12-c591-4236-9757-9183d3c3ff07 x-compute-request-id: req-d7f6ce12-c591-4236-9757-9183d3c3ff07 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:47:02,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-d7f6ce12-c591-4236-9757-9183d3c3ff07 2018-10-06 17:47:02,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6015734d-dc92-4223-a7f7-70e8c303a214"}], "config_drive": true}}' 2018-10-06 17:47:03,924 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:47: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-c1997c40-8dd1-47c9-a1af-21406cc25b8a x-compute-request-id: req-c1997c40-8dd1-47c9-a1af-21406cc25b8a Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "29e6fa28-d49f-411b-8fff-34166192701c", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "bookmark"}], "adminPass": "ugZGTpZLy7tD"}} 2018-10-06 17:47:03,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-c1997c40-8dd1-47c9-a1af-21406cc25b8a 2018-10-06 17:47:03,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:47:03,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b6a585-7dc2-4dfd-addd-48086bbb6661 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:47:03,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-75b6a585-7dc2-4dfd-addd-48086bbb6661 2018-10-06 17:47:03,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:47:04,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:47:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["mi7areKmT3u29FACxrzljA"], "issued_at": "2018-10-06T17:47:04.000000Z"}} 2018-10-06 17:47:04,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05016405c3d4b900b859d7b6a4be2f4c22800012" 2018-10-06 17:47:04,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-355b91cd-5c58-4a29-99ab-800df6efcc85 x-compute-request-id: req-355b91cd-5c58-4a29-99ab-800df6efcc85 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "29e6fa28-d49f-411b-8fff-34166192701c", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:47:04Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-06T17:47:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:04,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c used request id req-355b91cd-5c58-4a29-99ab-800df6efcc85 2018-10-06 17:47:07,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05016405c3d4b900b859d7b6a4be2f4c22800012" 2018-10-06 17:47:08,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-dc413d34-91fd-4b36-9bf7-310a8e4fda3d x-compute-request-id: req-dc413d34-91fd-4b36-9bf7-310a8e4fda3d Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:b6:be", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "29e6fa28-d49f-411b-8fff-34166192701c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:47:04Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-06T17:47:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:08,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c used request id req-dc413d34-91fd-4b36-9bf7-310a8e4fda3d 2018-10-06 17:47:11,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05016405c3d4b900b859d7b6a4be2f4c22800012" 2018-10-06 17:47:12,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0e7fd53-cc5b-48d8-9dd8-4c536c4c1e65 x-compute-request-id: req-b0e7fd53-cc5b-48d8-9dd8-4c536c4c1e65 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:af:b6:be", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-10-06T17:47:04.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "29e6fa28-d49f-411b-8fff-34166192701c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:47:09Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-06T17:47:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:12,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c used request id req-b0e7fd53-cc5b-48d8-9dd8-4c536c4c1e65 2018-10-06 17:47:12,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" 2018-10-06 17:47:13,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-787df1a2-8c90-45ec-a4cf-d28b2889aa6a x-compute-request-id: req-787df1a2-8c90-45ec-a4cf-d28b2889aa6a 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:af:b6:be", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/29e6fa28-d49f-411b-8fff-34166192701c", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-10-06T17:47:04.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "29e6fa28-d49f-411b-8fff-34166192701c", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:47:09Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-06T17:47:03Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:13,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c used request id req-787df1a2-8c90-45ec-a4cf-d28b2889aa6a 2018-10-06 17:47:13,433 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.15'. 2018-10-06 17:47:13,433 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-10-06 17:47:13,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:47:15,436 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:47:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d04ab36a-b061-401d-826e-e7b9a8e64917 x-compute-request-id: req-d04ab36a-b061-401d-826e-e7b9a8e64917 Content-Length: 0 Content-Type: application/json 2018-10-06 17:47:15,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-d04ab36a-b061-401d-826e-e7b9a8e64917 2018-10-06 17:47:15,437 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-10-06 17:47:15,437 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=8f65ae57-afde-4c33-8da5-66b8fdffd02c network=6015734d-dc92-4223-a7f7-70e8c303a214 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.15 10.10.10.10 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:47:15,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:47:15,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:47:15,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:47:15,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:47:15,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:47:15,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:47:15,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:47:15,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:47:15,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:47:15,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:47:15,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:47:15,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:47:15,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:47:15,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:47:15,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:47:15,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:47:15,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:47:15,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:47:15,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96df25b1-1451-4833-963c-740dd67e9fdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:47:15,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-96df25b1-1451-4833-963c-740dd67e9fdb 2018-10-06 17:47:15,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:47:15,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:47:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["cSDsjmcIT52vPHK7sIqXWA"], "issued_at": "2018-10-06T17:47:15.000000Z"}} 2018-10-06 17:47:15,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" 2018-10-06 17:47:16,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-b543e5de-f9b3-46c4-9336-99e0a37d9032 x-compute-request-id: req-b543e5de-f9b3-46c4-9336-99e0a37d9032 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:47:16,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b543e5de-f9b3-46c4-9336-99e0a37d9032 2018-10-06 17:47:16,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" 2018-10-06 17:47:16,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-c2371371-e139-4ee6-950d-6125b66e6ae9 x-compute-request-id: req-c2371371-e139-4ee6-950d-6125b66e6ae9 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:47:16,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-c2371371-e139-4ee6-950d-6125b66e6ae9 2018-10-06 17:47:16,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNSAxMC4xMC4xMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6015734d-dc92-4223-a7f7-70e8c303a214"}], "config_drive": true}}' 2018-10-06 17:47:17,504 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:47:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a5652ae-6f17-4059-bf5b-167331fca876 x-compute-request-id: req-2a5652ae-6f17-4059-bf5b-167331fca876 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c100c401-aa7c-406e-bd21-a77bc3754e0d", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "bookmark"}], "adminPass": "KWzEtF6MdNZ4"}} 2018-10-06 17:47:17,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-2a5652ae-6f17-4059-bf5b-167331fca876 2018-10-06 17:47:17,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:47:17,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58caafc-d17d-45c8-abb0-5191ef248a3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:47:17,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b58caafc-d17d-45c8-abb0-5191ef248a3e 2018-10-06 17:47:17,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:47:17,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:47:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["YaV1sGFrR9WcWI1Kwz9DyA"], "issued_at": "2018-10-06T17:47:17.000000Z"}} 2018-10-06 17:47:17,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f698a3370528d932f1cc4a2a798118ca0f29f" 2018-10-06 17:47:18,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47: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-bfb34d30-076d-412f-b4cb-2a43d9900768 x-compute-request-id: req-bfb34d30-076d-412f-b4cb-2a43d9900768 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.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c100c401-aa7c-406e-bd21-a77bc3754e0d", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:47:18Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-10-06T17:47:17Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:18,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d used request id req-bfb34d30-076d-412f-b4cb-2a43d9900768 2018-10-06 17:47:21,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f698a3370528d932f1cc4a2a798118ca0f29f" 2018-10-06 17:47:22,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-c3c8a643-5f00-4164-948f-1cd6a9f9399c x-compute-request-id: req-c3c8a643-5f00-4164-948f-1cd6a9f9399c 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:1e:63:1e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c100c401-aa7c-406e-bd21-a77bc3754e0d", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:47:18Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-10-06T17:47:17Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:22,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d used request id req-c3c8a643-5f00-4164-948f-1cd6a9f9399c 2018-10-06 17:47:25,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274f698a3370528d932f1cc4a2a798118ca0f29f" 2018-10-06 17:47:25,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-976c7332-5138-4a05-a1c6-d0e750b26ed2 x-compute-request-id: req-976c7332-5138-4a05-a1c6-d0e750b26ed2 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:63:1e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-10-06T17:47:18.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c100c401-aa7c-406e-bd21-a77bc3754e0d", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:47:22Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-10-06T17:47:17Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:25,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d used request id req-976c7332-5138-4a05-a1c6-d0e750b26ed2 2018-10-06 17:47:25,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" 2018-10-06 17:47:26,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-59861c70-5151-492c-a533-8cf50cbe5ada x-compute-request-id: req-59861c70-5151-492c-a533-8cf50cbe5ada Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:63:1e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-10-06T17:47:18.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "c100c401-aa7c-406e-bd21-a77bc3754e0d", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:47:22Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-10-06T17:47:17Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:47:26,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d used request id req-59861c70-5151-492c-a533-8cf50cbe5ada 2018-10-06 17:47:26,476 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.8'. 2018-10-06 17:47:26,476 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-10-06 17:47:26,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:47:27,881 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a5ce6f0-8ff1-404d-8eda-369f0956bce8 x-compute-request-id: req-3a5ce6f0-8ff1-404d-8eda-369f0956bce8 Content-Length: 0 Content-Type: application/json 2018-10-06 17:47:27,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-3a5ce6f0-8ff1-404d-8eda-369f0956bce8 2018-10-06 17:47:27,882 - sdnvpn_test_utils - INFO - Waiting for instance 45868c6d-b958-4988-b02f-ffe9cf23123a to boot up 2018-10-06 17:47:27,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:28,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47: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-63835ced-4549-42bd-a3e0-ff07b1289714 x-compute-request-id: req-63835ced-4549-42bd-a3e0-ff07b1289714 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:47:28,962 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-63835ced-4549-42bd-a3e0-ff07b1289714 2018-10-06 17:47:30,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:32,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7900e69f-72b1-452d-8705-8f421387eb49 x-compute-request-id: req-7900e69f-72b1-452d-8705-8f421387eb49 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-06 17:47:32,051 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-7900e69f-72b1-452d-8705-8f421387eb49 2018-10-06 17:47:34,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:35,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-702fb383-98ff-41a5-bd52-a0a4d8d5c367 x-compute-request-id: req-702fb383-98ff-41a5-bd52-a0a4d8d5c367 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:47:35,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-702fb383-98ff-41a5-bd52-a0a4d8d5c367 2018-10-06 17:47:37,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:38,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-f1b96eef-9b6f-422c-9ee6-aab92afaccb7 x-compute-request-id: req-f1b96eef-9b6f-422c-9ee6-aab92afaccb7 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:47:38,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-f1b96eef-9b6f-422c-9ee6-aab92afaccb7 2018-10-06 17:47:40,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:41,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-f8d82572-5793-4372-bbe5-998c89d4507b x-compute-request-id: req-f8d82572-5793-4372-bbe5-998c89d4507b Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:47:41,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-f8d82572-5793-4372-bbe5-998c89d4507b 2018-10-06 17:47:43,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:44,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-21b8afb9-4f70-4556-9bc5-d582243c2d2e x-compute-request-id: req-21b8afb9-4f70-4556-9bc5-d582243c2d2e Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-06 17:47:44,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-21b8afb9-4f70-4556-9bc5-d582243c2d2e 2018-10-06 17:47:46,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:47,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-dc55bffa-5c03-4ea8-84bc-32591c142a94 x-compute-request-id: req-dc55bffa-5c03-4ea8-84bc-32591c142a94 Content-Encoding: gzip Content-Length: 10897 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-06 17:47:47,590 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-dc55bffa-5c03-4ea8-84bc-32591c142a94 2018-10-06 17:47:49,626 - sdnvpn_test_utils - INFO - Waiting for instance 29e6fa28-d49f-411b-8fff-34166192701c to boot up 2018-10-06 17:47:49,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:50,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-10a9d882-2781-4a14-9693-a1352cded90e x-compute-request-id: req-10a9d882-2781-4a14-9693-a1352cded90e Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:47:50,656 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-10a9d882-2781-4a14-9693-a1352cded90e 2018-10-06 17:47:52,659 - sdnvpn_test_utils - INFO - Waiting for instance c100c401-aa7c-406e-bd21-a77bc3754e0d to boot up 2018-10-06 17:47:52,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:53,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-cd6e6c19-1f10-4749-a0fb-f05504e6d573 x-compute-request-id: req-cd6e6c19-1f10-4749-a0fb-f05504e6d573 Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:47:53,739 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-cd6e6c19-1f10-4749-a0fb-f05504e6d573 2018-10-06 17:47:55,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:56,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-d8edd6a7-87bd-447e-8e4c-19a76b4c1478 x-compute-request-id: req-d8edd6a7-87bd-447e-8e4c-19a76b4c1478 Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:47:56,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-d8edd6a7-87bd-447e-8e4c-19a76b4c1478 2018-10-06 17:47:58,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:47:59,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:47:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b090bda-4ae3-458e-8559-6f18d772d69a x-compute-request-id: req-1b090bda-4ae3-458e-8559-6f18d772d69a Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:47:59,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-1b090bda-4ae3-458e-8559-6f18d772d69a 2018-10-06 17:48:01,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:02,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-b93ffaae-c1dc-41f9-9dba-1ff672281a6a x-compute-request-id: req-b93ffaae-c1dc-41f9-9dba-1ff672281a6a Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:48:02,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-b93ffaae-c1dc-41f9-9dba-1ff672281a6a 2018-10-06 17:48:04,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:06,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65e5f906-8617-454a-853f-27e8a7d777d1 x-compute-request-id: req-65e5f906-8617-454a-853f-27e8a7d777d1 Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:48:06,060 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-65e5f906-8617-454a-853f-27e8a7d777d1 2018-10-06 17:48:08,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:09,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-fad714f4-8912-42ec-8400-8e6bb565711f x-compute-request-id: req-fad714f4-8912-42ec-8400-8e6bb565711f Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:48:09,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-fad714f4-8912-42ec-8400-8e6bb565711f 2018-10-06 17:48:11,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:12,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09c58313-fe6f-43a2-9813-ed00929982fe x-compute-request-id: req-09c58313-fe6f-43a2-9813-ed00929982fe Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:48:12,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-09c58313-fe6f-43a2-9813-ed00929982fe 2018-10-06 17:48:14,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:15,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-0f416ee9-3052-4769-869d-b97129cccbda x-compute-request-id: req-0f416ee9-3052-4769-869d-b97129cccbda Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:48:15,290 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-0f416ee9-3052-4769-869d-b97129cccbda 2018-10-06 17:48:17,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:18,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3858f543-9251-4051-9173-597779c6de3d x-compute-request-id: req-3858f543-9251-4051-9173-597779c6de3d Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:48:18,376 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-3858f543-9251-4051-9173-597779c6de3d 2018-10-06 17:48:20,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:21,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-f338effd-f5dc-4cf7-92ad-558b5bacaa31 x-compute-request-id: req-f338effd-f5dc-4cf7-92ad-558b5bacaa31 Content-Encoding: gzip Content-Length: 7874 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:48:21,457 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-f338effd-f5dc-4cf7-92ad-558b5bacaa31 2018-10-06 17:48:23,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:24,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-806c4b28-1a5f-4024-863e-5d967e18a6e7 x-compute-request-id: req-806c4b28-1a5f-4024-863e-5d967e18a6e7 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:24,532 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-806c4b28-1a5f-4024-863e-5d967e18a6e7 2018-10-06 17:48:26,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:27,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f82d39e5-f648-47d5-be37-0ae7435c53bd x-compute-request-id: req-f82d39e5-f648-47d5-be37-0ae7435c53bd Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:27,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-f82d39e5-f648-47d5-be37-0ae7435c53bd 2018-10-06 17:48:29,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:30,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-146331ac-8dda-4e8f-a292-1d8167e4c897 x-compute-request-id: req-146331ac-8dda-4e8f-a292-1d8167e4c897 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:30,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-146331ac-8dda-4e8f-a292-1d8167e4c897 2018-10-06 17:48:32,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:33,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-4243dd7f-3345-4b65-81f9-af852a153d22 x-compute-request-id: req-4243dd7f-3345-4b65-81f9-af852a153d22 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:33,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-4243dd7f-3345-4b65-81f9-af852a153d22 2018-10-06 17:48:35,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:36,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-1611d661-1410-49ec-8606-a91d406f7b8c x-compute-request-id: req-1611d661-1410-49ec-8606-a91d406f7b8c Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:36,844 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-1611d661-1410-49ec-8606-a91d406f7b8c 2018-10-06 17:48:38,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:39,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb6cd4ad-990b-4942-902b-1255fe4140a4 x-compute-request-id: req-fb6cd4ad-990b-4942-902b-1255fe4140a4 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:39,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-fb6cd4ad-990b-4942-902b-1255fe4140a4 2018-10-06 17:48:41,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:42,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-c3e7ace8-90d4-4576-9e0a-5abb1f809ebf x-compute-request-id: req-c3e7ace8-90d4-4576-9e0a-5abb1f809ebf Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:42,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-c3e7ace8-90d4-4576-9e0a-5abb1f809ebf 2018-10-06 17:48:45,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:46,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-95fcd863-b6c8-4ff3-955a-a2ad43ed9943 x-compute-request-id: req-95fcd863-b6c8-4ff3-955a-a2ad43ed9943 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:46,081 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-95fcd863-b6c8-4ff3-955a-a2ad43ed9943 2018-10-06 17:48:48,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:49,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a83f197-5a5e-4543-8c71-14b843b16ea2 x-compute-request-id: req-9a83f197-5a5e-4543-8c71-14b843b16ea2 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:49,157 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-9a83f197-5a5e-4543-8c71-14b843b16ea2 2018-10-06 17:48:51,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:52,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-602fb667-2d76-4489-a800-8d4168de0e76 x-compute-request-id: req-602fb667-2d76-4489-a800-8d4168de0e76 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:52,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-602fb667-2d76-4489-a800-8d4168de0e76 2018-10-06 17:48:54,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:55,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-1e772e0a-6e95-4aa9-a2aa-9424d4e84c36 x-compute-request-id: req-1e772e0a-6e95-4aa9-a2aa-9424d4e84c36 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:55,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-1e772e0a-6e95-4aa9-a2aa-9424d4e84c36 2018-10-06 17:48:57,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:48:58,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:48: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-512ac4d8-a1f4-49a1-a7cd-82fa81765e10 x-compute-request-id: req-512ac4d8-a1f4-49a1-a7cd-82fa81765e10 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:48:58,386 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-512ac4d8-a1f4-49a1-a7cd-82fa81765e10 2018-10-06 17:49:00,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:01,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-7842e8eb-8462-41e6-9c4b-738d1f30ce72 x-compute-request-id: req-7842e8eb-8462-41e6-9c4b-738d1f30ce72 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:01,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-7842e8eb-8462-41e6-9c4b-738d1f30ce72 2018-10-06 17:49:03,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:04,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-c908996c-debf-4b98-a965-8e99a7dfb612 x-compute-request-id: req-c908996c-debf-4b98-a965-8e99a7dfb612 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:04,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-c908996c-debf-4b98-a965-8e99a7dfb612 2018-10-06 17:49:06,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:07,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-f2d20e33-0ab3-43bb-95a6-766e7f7fec40 x-compute-request-id: req-f2d20e33-0ab3-43bb-95a6-766e7f7fec40 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:07,635 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-f2d20e33-0ab3-43bb-95a6-766e7f7fec40 2018-10-06 17:49:09,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:10,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-8545ddab-54c1-441e-84d2-550664891d63 x-compute-request-id: req-8545ddab-54c1-441e-84d2-550664891d63 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:10,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-8545ddab-54c1-441e-84d2-550664891d63 2018-10-06 17:49:12,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:13,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-83f2f80a-d793-4ce8-96a7-bb364dbbff3e x-compute-request-id: req-83f2f80a-d793-4ce8-96a7-bb364dbbff3e Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:13,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-83f2f80a-d793-4ce8-96a7-bb364dbbff3e 2018-10-06 17:49:15,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:16,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-86b75857-c82b-486b-acd2-88ddbe916b45 x-compute-request-id: req-86b75857-c82b-486b-acd2-88ddbe916b45 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:16,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-86b75857-c82b-486b-acd2-88ddbe916b45 2018-10-06 17:49:18,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:20,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2edc942-9a88-4c68-aef1-b9cd37d61245 x-compute-request-id: req-c2edc942-9a88-4c68-aef1-b9cd37d61245 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:20,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-c2edc942-9a88-4c68-aef1-b9cd37d61245 2018-10-06 17:49:22,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:23,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-e6fdf9a2-51f2-4c80-94f8-84e0d68d6b63 x-compute-request-id: req-e6fdf9a2-51f2-4c80-94f8-84e0d68d6b63 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:23,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-e6fdf9a2-51f2-4c80-94f8-84e0d68d6b63 2018-10-06 17:49:25,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:26,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcf148e8-7bac-4459-b26c-244969b8e6cb x-compute-request-id: req-dcf148e8-7bac-4459-b26c-244969b8e6cb Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:26,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-dcf148e8-7bac-4459-b26c-244969b8e6cb 2018-10-06 17:49:28,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:29,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79dede3f-ad28-4170-a050-63a21cfe49b5 x-compute-request-id: req-79dede3f-ad28-4170-a050-63a21cfe49b5 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:29,324 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-79dede3f-ad28-4170-a050-63a21cfe49b5 2018-10-06 17:49:31,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:32,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ef40ef8-3d7e-43ab-9eb1-e8e1735f9e28 x-compute-request-id: req-3ef40ef8-3d7e-43ab-9eb1-e8e1735f9e28 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:32,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-3ef40ef8-3d7e-43ab-9eb1-e8e1735f9e28 2018-10-06 17:49:34,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:35,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e27a9e5f-27fb-40ef-b509-eb87ca8d688f x-compute-request-id: req-e27a9e5f-27fb-40ef-b509-eb87ca8d688f Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:35,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-e27a9e5f-27fb-40ef-b509-eb87ca8d688f 2018-10-06 17:49:37,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:38,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-7487d81c-afb9-4801-bfbf-dec79fc0caae x-compute-request-id: req-7487d81c-afb9-4801-bfbf-dec79fc0caae Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:38,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-7487d81c-afb9-4801-bfbf-dec79fc0caae 2018-10-06 17:49:40,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:41,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-08ecd44d-5900-4834-86a5-d2d29f753c88 x-compute-request-id: req-08ecd44d-5900-4834-86a5-d2d29f753c88 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:41,655 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-08ecd44d-5900-4834-86a5-d2d29f753c88 2018-10-06 17:49:43,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:44,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-190bf257-08f3-44c4-b7ca-d8653f9c8fe0 x-compute-request-id: req-190bf257-08f3-44c4-b7ca-d8653f9c8fe0 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:44,748 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-190bf257-08f3-44c4-b7ca-d8653f9c8fe0 2018-10-06 17:49:46,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:47,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49: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-b7030657-154a-44d2-83ba-c2c51bad0d39 x-compute-request-id: req-b7030657-154a-44d2-83ba-c2c51bad0d39 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:47,834 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-b7030657-154a-44d2-83ba-c2c51bad0d39 2018-10-06 17:49:49,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:50,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8780c602-43fd-4be5-bdc2-997784371743 x-compute-request-id: req-8780c602-43fd-4be5-bdc2-997784371743 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:50,912 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-8780c602-43fd-4be5-bdc2-997784371743 2018-10-06 17:49:52,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:53,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16d98d5d-22ce-4211-a1de-8458b4ca0092 x-compute-request-id: req-16d98d5d-22ce-4211-a1de-8458b4ca0092 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:53,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-16d98d5d-22ce-4211-a1de-8458b4ca0092 2018-10-06 17:49:55,992 - sdnvpn_test_utils - ERROR - Instance c100c401-aa7c-406e-bd21-a77bc3754e0d does not boot up properly. 2018-10-06 17:49:55,992 - __name__ - ERROR - One or more instances are down 2018-10-06 17:49:56,039 - __name__ - INFO - Starting all monitor threads 2018-10-06 17:49:56,046 - __name__ - INFO - Wait before subtest 2018-10-06 17:49:57,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:57,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:57,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:58,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1c2a930-5fb6-40a8-9344-5c1727c69be8 x-compute-request-id: req-a1c2a930-5fb6-40a8-9344-5c1727c69be8 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:49:58,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-a1c2a930-5fb6-40a8-9344-5c1727c69be8 2018-10-06 17:49:58,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11e38429-ab8f-4d10-b487-54266f3bb363 x-compute-request-id: req-11e38429-ab8f-4d10-b487-54266f3bb363 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 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\n"} 2018-10-06 17:49:58,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-11e38429-ab8f-4d10-b487-54266f3bb363 2018-10-06 17:49:58,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12450f5a-476d-4a84-b86f-d2bfb0f4646b x-compute-request-id: req-12450f5a-476d-4a84-b86f-d2bfb0f4646b Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:49:58,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-12450f5a-476d-4a84-b86f-d2bfb0f4646b 2018-10-06 17:49:58,155 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,155 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,155 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,156 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,157 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,157 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:58,157 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.10 OK 2018-10-06 17:49:59,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:59,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:49:59,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:00,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e039f19-31ba-441e-b18a-18315017cf01 x-compute-request-id: req-5e039f19-31ba-441e-b18a-18315017cf01 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:00,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-5e039f19-31ba-441e-b18a-18315017cf01 2018-10-06 17:50:00,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-681a11b4-fb5d-43af-aa40-f1bdc6a973d5 x-compute-request-id: req-681a11b4-fb5d-43af-aa40-f1bdc6a973d5 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:00,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-681a11b4-fb5d-43af-aa40-f1bdc6a973d5 2018-10-06 17:50:00,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee9b7056-829b-496b-a104-7d72a39d97db x-compute-request-id: req-ee9b7056-829b-496b-a104-7d72a39d97db 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 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:00,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-ee9b7056-829b-496b-a104-7d72a39d97db 2018-10-06 17:50:01,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:01,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:01,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:02,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-0ceefe01-843b-4196-9efc-3cea7b397fd5 x-compute-request-id: req-0ceefe01-843b-4196-9efc-3cea7b397fd5 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:02,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-0ceefe01-843b-4196-9efc-3cea7b397fd5 2018-10-06 17:50:02,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-6c8ea2c7-f186-497a-b4d2-236947a2645b x-compute-request-id: req-6c8ea2c7-f186-497a-b4d2-236947a2645b Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:02,333 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-6c8ea2c7-f186-497a-b4d2-236947a2645b 2018-10-06 17:50:02,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-9b8fc102-77db-49b2-9220-b773b2ad52e6 x-compute-request-id: req-9b8fc102-77db-49b2-9220-b773b2ad52e6 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:02,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-9b8fc102-77db-49b2-9220-b773b2ad52e6 2018-10-06 17:50:03,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:03,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:03,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:04,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-ac66d15c-e9b6-4277-b64d-2b71b4eb9e40 x-compute-request-id: req-ac66d15c-e9b6-4277-b64d-2b71b4eb9e40 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:04,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-ac66d15c-e9b6-4277-b64d-2b71b4eb9e40 2018-10-06 17:50:04,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-84acdc41-4f56-4ec7-974b-8b7e0752d497 x-compute-request-id: req-84acdc41-4f56-4ec7-974b-8b7e0752d497 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:04,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-84acdc41-4f56-4ec7-974b-8b7e0752d497 2018-10-06 17:50:04,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-b3fed68f-e555-47a9-85d7-6a7712ce6b6c x-compute-request-id: req-b3fed68f-e555-47a9-85d7-6a7712ce6b6c Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:04,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-b3fed68f-e555-47a9-85d7-6a7712ce6b6c 2018-10-06 17:50:05,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:05,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:05,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:06,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-ab710a33-b7aa-405a-b91e-5b380278d093 x-compute-request-id: req-ab710a33-b7aa-405a-b91e-5b380278d093 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:06,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-ab710a33-b7aa-405a-b91e-5b380278d093 2018-10-06 17:50:06,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-14dcd487-4728-4be2-820f-5ca2138b17e5 x-compute-request-id: req-14dcd487-4728-4be2-820f-5ca2138b17e5 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:06,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-14dcd487-4728-4be2-820f-5ca2138b17e5 2018-10-06 17:50:06,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-e4df346c-c404-4fb9-8a0b-95b8ebeb0f3a x-compute-request-id: req-e4df346c-c404-4fb9-8a0b-95b8ebeb0f3a Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:06,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-e4df346c-c404-4fb9-8a0b-95b8ebeb0f3a 2018-10-06 17:50:07,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:07,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:07,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:08,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65edadba-7a23-4bb1-8260-ebe5279279f1 x-compute-request-id: req-65edadba-7a23-4bb1-8260-ebe5279279f1 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:08,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-65edadba-7a23-4bb1-8260-ebe5279279f1 2018-10-06 17:50:08,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6335b90e-cff2-41d2-8900-9a42a2c0f99f x-compute-request-id: req-6335b90e-cff2-41d2-8900-9a42a2c0f99f Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:08,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-6335b90e-cff2-41d2-8900-9a42a2c0f99f 2018-10-06 17:50:08,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08b531cd-5e34-4414-a647-37ff631b9618 x-compute-request-id: req-08b531cd-5e34-4414-a647-37ff631b9618 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:08,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-08b531cd-5e34-4414-a647-37ff631b9618 2018-10-06 17:50:09,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:09,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:09,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:10,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-0ca1c6c7-003b-484a-be41-01776ae63770 x-compute-request-id: req-0ca1c6c7-003b-484a-be41-01776ae63770 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:10,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-0ca1c6c7-003b-484a-be41-01776ae63770 2018-10-06 17:50:10,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-c09c2da5-a1e1-4b1b-adfa-89a5a76a0894 x-compute-request-id: req-c09c2da5-a1e1-4b1b-adfa-89a5a76a0894 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:10,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-c09c2da5-a1e1-4b1b-adfa-89a5a76a0894 2018-10-06 17:50:10,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-f38af4ae-d6fa-4329-8639-73e9a279a4e5 x-compute-request-id: req-f38af4ae-d6fa-4329-8639-73e9a279a4e5 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:10,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-f38af4ae-d6fa-4329-8639-73e9a279a4e5 2018-10-06 17:50:11,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:11,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:11,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:12,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-413246d6-41a0-4b28-a7b8-ae42a4bc646c x-compute-request-id: req-413246d6-41a0-4b28-a7b8-ae42a4bc646c Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:12,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-413246d6-41a0-4b28-a7b8-ae42a4bc646c 2018-10-06 17:50:12,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-2fb26b66-51e1-4cf3-aff1-80b40ba64474 x-compute-request-id: req-2fb26b66-51e1-4cf3-aff1-80b40ba64474 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:12,745 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-2fb26b66-51e1-4cf3-aff1-80b40ba64474 2018-10-06 17:50:12,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-67019d55-8650-4b00-9fe9-19f1b93ea6e1 x-compute-request-id: req-67019d55-8650-4b00-9fe9-19f1b93ea6e1 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:12,769 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-67019d55-8650-4b00-9fe9-19f1b93ea6e1 2018-10-06 17:50:13,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:13,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:13,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:14,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a4c5b8c3-83c5-4b78-ada6-b787fe93ae7e x-compute-request-id: req-a4c5b8c3-83c5-4b78-ada6-b787fe93ae7e Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:14,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-a4c5b8c3-83c5-4b78-ada6-b787fe93ae7e 2018-10-06 17:50:14,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-1551b196-8278-4de9-9742-302c6726aa2b x-compute-request-id: req-1551b196-8278-4de9-9742-302c6726aa2b Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:14,829 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-1551b196-8278-4de9-9742-302c6726aa2b 2018-10-06 17:50:14,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a5657778-8ba2-4de1-9ea6-b2e097cebd01 x-compute-request-id: req-a5657778-8ba2-4de1-9ea6-b2e097cebd01 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:14,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-a5657778-8ba2-4de1-9ea6-b2e097cebd01 2018-10-06 17:50:15,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:15,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:15,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:16,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-c85c3984-8fc2-4f12-a8ae-8abc76056d32 x-compute-request-id: req-c85c3984-8fc2-4f12-a8ae-8abc76056d32 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:16,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-c85c3984-8fc2-4f12-a8ae-8abc76056d32 2018-10-06 17:50:16,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-6b6952d2-375d-4590-9994-b3e8d9927cb3 x-compute-request-id: req-6b6952d2-375d-4590-9994-b3e8d9927cb3 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:16,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-6b6952d2-375d-4590-9994-b3e8d9927cb3 2018-10-06 17:50:16,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-10a69717-f399-409f-b8b5-665b6cee88c9 x-compute-request-id: req-10a69717-f399-409f-b8b5-665b6cee88c9 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:16,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-10a69717-f399-409f-b8b5-665b6cee88c9 2018-10-06 17:50:17,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:17,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:17,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:18,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-dff77b29-20ce-45ea-8d0d-2a56fb3ca6ab x-compute-request-id: req-dff77b29-20ce-45ea-8d0d-2a56fb3ca6ab Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:18,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-dff77b29-20ce-45ea-8d0d-2a56fb3ca6ab 2018-10-06 17:50:18,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a04e33df-c56c-4cb5-ab5f-58f51ad02432 x-compute-request-id: req-a04e33df-c56c-4cb5-ab5f-58f51ad02432 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:18,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-a04e33df-c56c-4cb5-ab5f-58f51ad02432 2018-10-06 17:50:18,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-c52e866c-7fa6-4b9b-84da-b893ad346e75 x-compute-request-id: req-c52e866c-7fa6-4b9b-84da-b893ad346e75 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:19,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-c52e866c-7fa6-4b9b-84da-b893ad346e75 2018-10-06 17:50:19,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:19,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:20,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:21,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d32e3a8e-0a92-44f7-a500-98d5588ee9ee x-compute-request-id: req-d32e3a8e-0a92-44f7-a500-98d5588ee9ee Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:21,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-d32e3a8e-0a92-44f7-a500-98d5588ee9ee 2018-10-06 17:50:21,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83050111-ec79-4138-928c-c6cb7c09ba45 x-compute-request-id: req-83050111-ec79-4138-928c-c6cb7c09ba45 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:21,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-83050111-ec79-4138-928c-c6cb7c09ba45 2018-10-06 17:50:21,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39bc50d0-6a3b-4de0-9f75-2cd8dae4b32e x-compute-request-id: req-39bc50d0-6a3b-4de0-9f75-2cd8dae4b32e Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:21,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-39bc50d0-6a3b-4de0-9f75-2cd8dae4b32e 2018-10-06 17:50:22,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:22,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:22,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:23,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-ee6e46cf-0f58-4691-82f2-d7d9b1b6b41c x-compute-request-id: req-ee6e46cf-0f58-4691-82f2-d7d9b1b6b41c Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:50:23,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-ee6e46cf-0f58-4691-82f2-d7d9b1b6b41c 2018-10-06 17:50:23,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-21c6d605-255a-40ef-92f8-69d780b0f356 x-compute-request-id: req-21c6d605-255a-40ef-92f8-69d780b0f356 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:23,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-21c6d605-255a-40ef-92f8-69d780b0f356 2018-10-06 17:50:23,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-94cae7b3-e693-44ff-ba69-4da41665dc4a x-compute-request-id: req-94cae7b3-e693-44ff-ba69-4da41665dc4a Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:23,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-94cae7b3-e693-44ff-ba69-4da41665dc4a 2018-10-06 17:50:24,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:24,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:24,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:25,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a9a7f64-332d-4b68-8786-c40292046e6f x-compute-request-id: req-5a9a7f64-332d-4b68-8786-c40292046e6f Content-Encoding: gzip Content-Length: 8052 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.10.15 KO\nping: sendto: Network is unreachable\nping 10.10.10.10 KO\n"} 2018-10-06 17:50:25,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-5a9a7f64-332d-4b68-8786-c40292046e6f 2018-10-06 17:50:25,172 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-3: ping 10.10.10.15 KO 2018-10-06 17:50:25,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aaf5bbd9-2851-48e4-b266-d6a8936fc536 x-compute-request-id: req-aaf5bbd9-2851-48e4-b266-d6a8936fc536 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:25,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-aaf5bbd9-2851-48e4-b266-d6a8936fc536 2018-10-06 17:50:25,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b75d9d5-42f7-48ef-9ed8-04f488346e43 x-compute-request-id: req-4b75d9d5-42f7-48ef-9ed8-04f488346e43 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:25,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-4b75d9d5-42f7-48ef-9ed8-04f488346e43 2018-10-06 17:50:26,076 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-10-06 17:50:26,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"forceDelete": null}' 2018-10-06 17:50:26,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5dbe082737704b491dd15079c95d258d5b6456" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:26,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826244e4d63369029f70e66f85e8fb759778c135" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:26,259 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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-657e9e97-a742-4749-809f-90df5060056b x-compute-request-id: req-657e9e97-a742-4749-809f-90df5060056b Content-Length: 0 Content-Type: application/json 2018-10-06 17:50:26,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-657e9e97-a742-4749-809f-90df5060056b 2018-10-06 17:50:26,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60163e9b93e2ec1bec70ee5f2c687d270711aae1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:27,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25fc76a6-5012-409f-9a18-a35961cf6f78 x-compute-request-id: req-25fc76a6-5012-409f-9a18-a35961cf6f78 Content-Encoding: gzip Content-Length: 8060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500516652 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154799] pid_max: default: 32768 minimum: 301\n[ 0.155876] ACPI: Core revision 20150930\n[ 0.157391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158969] Security Framework initialized\n[ 0.159948] Yama: becoming mindful.\n[ 0.160811] AppArmor: AppArmor initialized\n[ 0.161819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163411] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164946] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168082] Initializing cgroup subsys io\n[ 0.169083] Initializing cgroup subsys memory\n[ 0.170104] Initializing cgroup subsys devices\n[ 0.171135] Initializing cgroup subsys freezer\n[ 0.172173] Initializing cgroup subsys net_cls\n[ 0.173208] Initializing cgroup subsys perf_event\n[ 0.174292] Initializing cgroup subsys net_prio\n[ 0.175344] Initializing cgroup subsys hugetlb\n[ 0.176379] Initializing cgroup subsys pids\n[ 0.177408] CPU: Physical Processor ID: 0\n[ 0.179088] mce: CPU supports 10 MCE banks\n[ 0.180105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198615] ftrace: allocating 31920 entries in 125 pages\n[ 0.224767] smpboot: Max logical packages: 1\n[ 0.225778] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227367] x2apic enabled\n[ 0.228298] Switched APIC routing to physical x2apic.\n[ 0.230259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236020] KVM setup paravirtual spinlock\n[ 0.237440] x86: Booted up 1 node, 1 CPUs\n[ 0.238399] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240064] devtmpfs: initialized\n[ 0.241939] evm: security.selinux\n[ 0.242756] evm: security.SMACK64\n[ 0.243583] evm: security.SMACK64EXEC\n[ 0.244487] evm: security.SMACK64TRANSMUTE\n[ 0.245471] evm: security.SMACK64MMAP\n[ 0.246373] evm: security.ima\n[ 0.247143] evm: security.capability\n[ 0.248100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250364] pinctrl core: initialized pinctrl subsystem\n[ 0.251668] RTC time: 17:47:18, date: 10/06/18\n[ 0.252788] NET: Registered protocol family 16\n[ 0.253953] cpuidle: using governor ladder\n[ 0.254937] cpuidle: using governor menu\n[ 0.255876] PCCT header not found.\n[ 0.256764] ACPI: bus type PCI registered\n[ 0.257714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259211] PCI: Using configuration type 1 for base access\n[ 0.261204] ACPI: Added _OSI(Module Device)\n[ 0.262231] ACPI: Added _OSI(Processor Device)\n[ 0.263274] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266721] ACPI: Interpreter enabled\n[ 0.267640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276433] ACPI: (supports S0 S5)\n[ 0.277301] ACPI: Using IOAPIC for interrupt routing\n[ 0.278417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288888] acpiphp: Slot [3] registered\n[ 0.289857] acpiphp: Slot [4] registered\n[ 0.290801] acpiphp: Slot [5] registered\n[ 0.291742] acpiphp: Slot [6] registered\n[ 0.292680] acpiphp: Slot [7] registered\n[ 0.293652] acpiphp: Slot [8] registered\n[ 0.294589] acpiphp: Slot [9] registered\n[ 0.295548] acpiphp: Slot [10] registered\n[ 0.296523] acpiphp: Slot [11] registered\n[ 0.297498] acpiphp: Slot [12] registered\n[ 0.298489] acpiphp: Slot [13] registered\n[ 0.299470] acpiphp: Slot [14] registered\n[ 0.300453] acpiphp: Slot [15] registered\n[ 0.311248] acpiphp: Slot [16] registered\n[ 0.312230] acpiphp: Slot [17] registered\n[ 0.313182] acpiphp: Slot [18] registered\n[ 0.314130] acpiphp: Slot [19] registered\n[ 0.315078] acpiphp: Slot [20] registered\n[ 0.316033] acpiphp: Slot [21] registered\n[ 0.316980] acpiphp: Slot [22] registered\n[ 0.317946] acpiphp: Slot [23] registered\n[ 0.318923] acpiphp: Slot [24] registered\n[ 0.319932] acpiphp: Slot [25] registered\n[ 0.320898] acpiphp: Slot [26] registered\n[ 0.321858] acpiphp: Slot [27] registered\n[ 0.322837] acpiphp: Slot [28] registered\n[ 0.323802] acpiphp: Slot [29] registered\n[ 0.324759] acpiphp: Slot [30] registered\n[ 0.325740] acpiphp: Slot [31] registered\n[ 0.326694] PCI host bridge to bus 0000:00\n[ 0.327642] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332426] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334160] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342046] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.398021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404668] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407858] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411009] vgaarb: loaded\n[ 0.411698] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413003] SCSI subsystem initialized\n[ 0.413952] ACPI: bus type USB registered\n[ 0.414905] usbcore: registered new interface driver usbfs\n[ 0.416150] usbcore: registered new interface driver hub\n[ 0.417381] usbcore: registered new device driver usb\n[ 0.418628] PCI: Using ACPI for IRQ routing\n[ 0.419818] NetLabel: Initializing\n[ 0.420680] NetLabel: domain hash size = 128\n[ 0.421713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422830] NetLabel: unlabeled traffic allowed by default\n[ 0.424113] clocksource: Switched to clocksource kvm-clock\n[ 0.429629] AppArmor: AppArmor Filesystem Enabled\n[ 0.430786] pnp: PnP ACPI init\n[ 0.431810] pnp: PnP ACPI: found 5 devices\n[ 0.438321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440351] NET: Registered protocol family 2\n[ 0.441426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442680] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.443839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.444991] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447205] NET: Registered protocol family 1\n[ 0.448064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478369] Trying to unpack rootfs image as initramfs...\n[ 0.527842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541896] Scanning for low memory corruption every 60 seconds\n[ 0.543418] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544806] audit: initializing netlink subsys (disabled)\n[ 0.546034] audit: type=2000 audit(1538848038.905:1): initialized\n[ 0.547561] Initialise system trusted keyring\n[ 0.548662] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.550064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.552278] zbud: loaded\n[ 0.553060] VFS: Disk quotas dquot_6.6.0\n[ 0.554035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.555794] fuse init (API version 7.23)\n[ 0.556824] Key type big_key registered\n[ 0.557777] Allocating IMA MOK and blacklist keyrings.\n[ 0.559421] Key type asymmetric registered\n[ 0.560395] Asymmetric key parser 'x509' registered\n[ 0.561510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563269] io scheduler noop registered\n[ 0.564175] io scheduler deadline registered (default)\n[ 0.565159] io scheduler cfq registered\n[ 0.565984] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569727] ACPI: Power Button [PWRF]\n[ 0.570545] GHES: HEST is not enabled!\n[ 0.585473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614143] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616419] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642472] Linux agpgart interface v0.103\n[ 0.644478] brd: module loaded\n[ 0.645609] loop: module loaded\n[ 0.649805] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651226] GPT:90111 != 2097151\n[ 0.651888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652965] GPT:90111 != 2097151\n[ 0.653625] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654568] vda: vda1 vda15\n[ 0.655931] scsi host0: ata_piix\n[ 0.656657] scsi host1: ata_piix\n[ 0.657360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659964] libphy: Fixed MDIO Bus: probed\n[ 0.660780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661713] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663749] PPP generic driver version 2.4.2\n[ 0.664629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665871] ehci-pci: EHCI PCI platform driver\n[ 0.666729] ehci-platform: EHCI generic platform driver\n[ 0.667689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668798] ohci-pci: OHCI PCI platform driver\n[ 0.669651] ohci-platform: OHCI generic platform driver\n[ 0.670648] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692031] usb usb1: Product: UHCI Host Controller\n[ 0.692952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694068] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695046] hub 1-0:1.0: USB hub found\n[ 0.695809] hub 1-0:1.0: 2 ports detected\n[ 0.696690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698779] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700741] mousedev: PS/2 mouse device common for all mice\n[ 0.701960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703761] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707196] i2c /dev entries driver\n[ 0.707945] device-mapper: uevent: version 1.0.3\n[ 0.708885] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711900] NET: Registered protocol family 10\n[ 0.713010] NET: Registered protocol family 17\n[ 0.713990] Key type dns_resolver registered\n[ 0.715077] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718278] registered taskstats version 1\n[ 0.719163] Loading compiled-in X.509 certificates\n[ 0.720705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722776] zswap: loaded using pool lzo/zbud\n[ 0.724429] Key type trusted registered\n[ 0.726197] Key type encrypted registered\n[ 0.727171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728350] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729612] evm: HMAC attrs: 0x1\n[ 0.730658] Magic number: 6:514:794\n[ 0.731621] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:19 UTC (1538848039)\n[ 0.733284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734377] EDD information not available.\n[ 0.812634] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814050] ata1.00: configured for MWDMA2\n[ 0.815223] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827560] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830013] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831853] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833367] Write protecting the kernel read-only data: 14336k\n[ 0.834903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836675] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234062] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nping: sendto: Network is unreachable\nping 10.10.10.15 KO\nping: sendto: Network is unreachable\nping 10.10.10.10 KO\nping: sendto: Network is unreachable\nping 10.10.10.15 KO\nping: sendto: Network is unreachable\nping 10.10.10.10 KO\nping: sendto: Network is unreachable\nping 10.10.10.15 KO\nping: sendto: Network is unreachable\nping 10.10.10.10 KO\n"} 2018-10-06 17:50:27,246 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-25fc76a6-5012-409f-9a18-a35961cf6f78 2018-10-06 17:50:27,248 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-3: ping 10.10.10.15 KO 2018-10-06 17:50:27,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03bd2816-dd7b-4a8e-b157-b4c307e59515 x-compute-request-id: req-03bd2816-dd7b-4a8e-b157-b4c307e59515 Content-Encoding: gzip Content-Length: 10919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476719480 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155262] pid_max: default: 32768 minimum: 301\n[ 0.156362] ACPI: Core revision 20150930\n[ 0.157875] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159494] Security Framework initialized\n[ 0.160519] Yama: becoming mindful.\n[ 0.161419] AppArmor: AppArmor initialized\n[ 0.162475] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167265] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168987] Initializing cgroup subsys io\n[ 0.169984] Initializing cgroup subsys memory\n[ 0.171019] Initializing cgroup subsys devices\n[ 0.172107] Initializing cgroup subsys freezer\n[ 0.173167] Initializing cgroup subsys net_cls\n[ 0.174206] Initializing cgroup subsys perf_event\n[ 0.175305] Initializing cgroup subsys net_prio\n[ 0.176403] Initializing cgroup subsys hugetlb\n[ 0.177470] Initializing cgroup subsys pids\n[ 0.178505] CPU: Physical Processor ID: 0\n[ 0.180158] mce: CPU supports 10 MCE banks\n[ 0.181169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193457] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200207] ftrace: allocating 31920 entries in 125 pages\n[ 0.226079] smpboot: Max logical packages: 1\n[ 0.227149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228786] x2apic enabled\n[ 0.229697] Switched APIC routing to physical x2apic.\n[ 0.231619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235351] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237477] KVM setup paravirtual spinlock\n[ 0.238917] x86: Booted up 1 node, 1 CPUs\n[ 0.239882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241542] devtmpfs: initialized\n[ 0.243358] evm: security.selinux\n[ 0.244190] evm: security.SMACK64\n[ 0.245004] evm: security.SMACK64EXEC\n[ 0.245896] evm: security.SMACK64TRANSMUTE\n[ 0.246864] evm: security.SMACK64MMAP\n[ 0.247748] evm: security.ima\n[ 0.248496] evm: security.capability\n[ 0.249430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251672] pinctrl core: initialized pinctrl subsystem\n[ 0.252980] RTC time: 17:46:51, date: 10/06/18\n[ 0.254111] NET: Registered protocol family 16\n[ 0.255259] cpuidle: using governor ladder\n[ 0.256252] cpuidle: using governor menu\n[ 0.257206] PCCT header not found.\n[ 0.258090] ACPI: bus type PCI registered\n[ 0.259061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260571] PCI: Using configuration type 1 for base access\n[ 0.262565] ACPI: Added _OSI(Module Device)\n[ 0.263586] ACPI: Added _OSI(Processor Device)\n[ 0.264629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267996] ACPI: Interpreter enabled\n[ 0.268929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277969] ACPI: (supports S0 S5)\n[ 0.278839] ACPI: Using IOAPIC for interrupt routing\n[ 0.280012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284984] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286552] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290818] acpiphp: Slot [3] registered\n[ 0.291809] acpiphp: Slot [4] registered\n[ 0.292797] acpiphp: Slot [5] registered\n[ 0.293781] acpiphp: Slot [6] registered\n[ 0.294767] acpiphp: Slot [7] registered\n[ 0.295753] acpiphp: Slot [8] registered\n[ 0.296737] acpiphp: Slot [9] registered\n[ 0.297722] acpiphp: Slot [10] registered\n[ 0.298719] acpiphp: Slot [11] registered\n[ 0.299743] acpiphp: Slot [12] registered\n[ 0.300749] acpiphp: Slot [13] registered\n[ 0.301744] acpiphp: Slot [14] registered\n[ 0.302742] acpiphp: Slot [15] registered\n[ 0.314094] acpiphp: Slot [16] registered\n[ 0.315101] acpiphp: Slot [17] registered\n[ 0.316100] acpiphp: Slot [18] registered\n[ 0.317103] acpiphp: Slot [19] registered\n[ 0.318107] acpiphp: Slot [20] registered\n[ 0.319112] acpiphp: Slot [21] registered\n[ 0.320113] acpiphp: Slot [22] registered\n[ 0.321113] acpiphp: Slot [23] registered\n[ 0.322119] acpiphp: Slot [24] registered\n[ 0.323124] acpiphp: Slot [25] registered\n[ 0.324125] acpiphp: Slot [26] registered\n[ 0.325126] acpiphp: Slot [27] registered\n[ 0.326134] acpiphp: Slot [28] registered\n[ 0.327135] acpiphp: Slot [29] registered\n[ 0.328134] acpiphp: Slot [30] registered\n[ 0.329135] acpiphp: Slot [31] registered\n[ 0.330135] PCI host bridge to bus 0000:00\n[ 0.331139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336006] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348943] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355337] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408687] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414952] vgaarb: loaded\n[ 0.415675] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417052] SCSI subsystem initialized\n[ 0.418013] ACPI: bus type USB registered\n[ 0.418975] usbcore: registered new interface driver usbfs\n[ 0.420279] usbcore: registered new interface driver hub\n[ 0.421512] usbcore: registered new device driver usb\n[ 0.422798] PCI: Using ACPI for IRQ routing\n[ 0.424006] NetLabel: Initializing\n[ 0.424884] NetLabel: domain hash size = 128\n[ 0.425933] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427149] NetLabel: unlabeled traffic allowed by default\n[ 0.428508] clocksource: Switched to clocksource kvm-clock\n[ 0.434166] AppArmor: AppArmor Filesystem Enabled\n[ 0.435318] pnp: PnP ACPI init\n[ 0.436369] pnp: PnP ACPI: found 5 devices\n[ 0.442921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444996] NET: Registered protocol family 2\n[ 0.446172] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449187] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450598] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451927] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453365] NET: Registered protocol family 1\n[ 0.454437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485510] Trying to unpack rootfs image as initramfs...\n[ 0.534420] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.548460] Scanning for low memory corruption every 60 seconds\n[ 0.550532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552246] audit: initializing netlink subsys (disabled)\n[ 0.553783] audit: type=2000 audit(1538848012.237:1): initialized\n[ 0.555679] Initialise system trusted keyring\n[ 0.557009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558759] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561334] zbud: loaded\n[ 0.562264] VFS: Disk quotas dquot_6.6.0\n[ 0.563437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565605] fuse init (API version 7.23)\n[ 0.566858] Key type big_key registered\n[ 0.568011] Allocating IMA MOK and blacklist keyrings.\n[ 0.569609] Key type asymmetric registered\n[ 0.570806] Asymmetric key parser 'x509' registered\n[ 0.572217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574388] io scheduler noop registered\n[ 0.575544] io scheduler deadline registered (default)\n[ 0.577036] io scheduler cfq registered\n[ 0.578595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590857] ACPI: Power Button [PWRF]\n[ 0.592348] GHES: HEST is not enabled!\n[ 0.606469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667598] Linux agpgart interface v0.103\n[ 0.669924] brd: module loaded\n[ 0.671364] loop: module loaded\n[ 0.676473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678315] GPT:90111 != 2097151\n[ 0.679123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680488] GPT:90111 != 2097151\n[ 0.681296] GPT: Use GNU Parted to correct GPT errors.\n[ 0.682465] vda: vda1 vda15\n[ 0.684129] scsi host0: ata_piix\n[ 0.685050] scsi host1: ata_piix\n[ 0.685896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687422] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689223] libphy: Fixed MDIO Bus: probed\n[ 0.690215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693915] PPP generic driver version 2.4.2\n[ 0.694849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696047] ehci-pci: EHCI PCI platform driver\n[ 0.696933] ehci-platform: EHCI generic platform driver\n[ 0.697928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699055] ohci-pci: OHCI PCI platform driver\n[ 0.699926] ohci-platform: OHCI generic platform driver\n[ 0.700927] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722631] usb usb1: Product: UHCI Host Controller\n[ 0.723569] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725757] hub 1-0:1.0: USB hub found\n[ 0.726541] hub 1-0:1.0: 2 ports detected\n[ 0.727456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731574] mousedev: PS/2 mouse device common for all mice\n[ 0.732843] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736992] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738195] i2c /dev entries driver\n[ 0.738952] device-mapper: uevent: version 1.0.3\n[ 0.739894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742855] NET: Registered protocol family 10\n[ 0.743872] NET: Registered protocol family 17\n[ 0.744774] Key type dns_resolver registered\n[ 0.745724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748594] registered taskstats version 1\n[ 0.749433] Loading compiled-in X.509 certificates\n[ 0.750877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752759] zswap: loaded using pool lzo/zbud\n[ 0.754156] Key type trusted registered\n[ 0.755698] Key type encrypted registered\n[ 0.756537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757570] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758608] evm: HMAC attrs: 0x1\n[ 0.759539] Magic number: 6:514:794\n[ 0.760389] rtc_cmos 00:00: setting system clock to 2018-10-06 17:46:52 UTC (1538848012)\n[ 0.761989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763120] EDD information not available.\n[ 0.849508] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851061] Write protecting the kernel read-only data: 14336k\n[ 0.863051] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.298754] random: dd 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.17. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhc8PolVKhwYFINwo4dg+tNZzOdnxfpWIwdACZZat/fAzJouym3aNZIeCRLENdAbrSUFXGee8b3jfYjyQ9TBxCX8tugoDmc8tf1IMDdrZBu2cvzsufRcKGDSfjiPDioGpFOhrYmE+093TLKZRzNRkuGptTXKmRr+wiFOYvaRsKl11JXUXk3ntEB+e1EnIGowncpzKEM1H8HmhvooGEgxDamxEbn94owEruboam4T7M7EISOt6fikCvn7EkJeK7tJvC5t3hstntm+COrfzF32Pu8eXyxYL3/Hfulv2l8Vi+ZHVj34s61FDlwbpIK86Q1boaVNCSEi/hLIpj7143xzt/ root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKTZdt1X5+3fu36HAm5Dn2KDas140d5tQiqpqsXCSbSZMz7TaALWztZsHe745asypCV6wHnkyGXuZ+M6D8iPW+NhQ2Y5SPfXYJwXMyBIRGyL+LfJWMdR++K80NHXQj0B3UE8DMug/PdMuyQr4X2b+xRA3lSTv4aCRs/Oy0jYPdPtAAAAFQCb1ohxGt7OuWJfnDPrHf223YVRsQAAAIEAiMYCoABJ0R3SMSMc/UwZc39EBf97V9p1LI+wELnp1cCBhkZq21c5EHQhf0ADPbu8JoqwwBbaWb/6RvuoIDi7Khqsuh16vCBKcuwSJqwcvP/ULG+7SIUa2bC/tFaXQybNve4els02je/g76jjXpmmJPUlAfJbUuppVixOfj0XKv8AAACAA7g2zm8KwXX2nS7Gqx97p2AnVNI8WQx4a3EGY1agr2Zl1O6CZeleHLQH0mgOSIQApHhZnwWv6NTS6es8Tb0WILbCeIQmkdNumTgCQiRlOGdIJhF1y8GdwQWNg/OVhYq8YwRedRJEGeatkexTpoY/D5HtpSQuXa66CGXD4zP2xcc= 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.10,24,fe80::f816:3eff:fecc:d504/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.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n/dev/root resized successfully [took 2.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:D5:04 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:d504/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8015 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.197694] usb 1-1: Product: QEMU USB Tablet\n[ 1.197695] usb 1-1: Manufacturer: QEMU\n[ 1.197696] usb 1-1: SerialNumber: 42\n[ 1.256471] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279431] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.298754] random: dd urandom read with 5 bits of entropy available\n[ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.361533] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 6 18:46:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 6 18:46:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 6 18:46:53 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 6 18:46:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 6 18:46:53 cirros kern.notice kernel: [ 1.298754] random: dd urandom read with 5 bits of entropy available\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544569] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 6 18:46:53 cirros kern.info kernel: [ 1.544572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 6 18:46:54 cirros auth.notice su: + /dev/console root:cirros\nOct 6 18:46:55 cirros authpriv.info dropbear[340]: Running in background\nOct 6 18:46:55 cirros kern.info kernel: [ 3.994675] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 6 18:46:56 cirros kern.info kernel: [ 4.361533] 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: [ 174.301358] random: nonblocking pool is initialized\n"} 2018-10-06 17:50:27,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/45868c6d-b958-4988-b02f-ffe9cf23123a/action used request id req-03bd2816-dd7b-4a8e-b157-b4c307e59515 2018-10-06 17:50:27,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c229cae-6db5-4d2d-be38-e01a793c805a x-compute-request-id: req-6c229cae-6db5-4d2d-be38-e01a793c805a Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526263673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133342] pid_max: default: 32768 minimum: 301\n[ 0.134357] ACPI: Core revision 20150930\n[ 0.135860] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137320] Security Framework initialized\n[ 0.138226] Yama: becoming mindful.\n[ 0.139042] AppArmor: AppArmor initialized\n[ 0.139962] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141440] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143013] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144436] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146176] Initializing cgroup subsys io\n[ 0.147261] Initializing cgroup subsys memory\n[ 0.148361] Initializing cgroup subsys devices\n[ 0.149431] Initializing cgroup subsys freezer\n[ 0.150471] Initializing cgroup subsys net_cls\n[ 0.151464] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153662] Initializing cgroup subsys hugetlb\n[ 0.154760] Initializing cgroup subsys pids\n[ 0.155826] CPU: Physical Processor ID: 0\n[ 0.157533] mce: CPU supports 10 MCE banks\n[ 0.158590] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171167] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178019] ftrace: allocating 31920 entries in 125 pages\n[ 0.205753] smpboot: Max logical packages: 1\n[ 0.206899] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208683] x2apic enabled\n[ 0.209660] Switched APIC routing to physical x2apic.\n[ 0.211820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213314] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218490] KVM setup paravirtual spinlock\n[ 0.220157] x86: Booted up 1 node, 1 CPUs\n[ 0.221271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.225157] evm: security.selinux\n[ 0.226104] evm: security.SMACK64\n[ 0.227074] evm: security.SMACK64EXEC\n[ 0.228117] evm: security.SMACK64TRANSMUTE\n[ 0.229245] evm: security.SMACK64MMAP\n[ 0.230273] evm: security.ima\n[ 0.231153] evm: security.capability\n[ 0.232257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234868] pinctrl core: initialized pinctrl subsystem\n[ 0.236342] RTC time: 17:47:04, date: 10/06/18\n[ 0.237646] NET: Registered protocol family 16\n[ 0.238987] cpuidle: using governor ladder\n[ 0.240158] cpuidle: using governor menu\n[ 0.241268] PCCT header not found.\n[ 0.242298] ACPI: bus type PCI registered\n[ 0.243423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245187] PCI: Using configuration type 1 for base access\n[ 0.247360] ACPI: Added _OSI(Module Device)\n[ 0.248510] ACPI: Added _OSI(Processor Device)\n[ 0.249696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253498] ACPI: Interpreter enabled\n[ 0.254552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265089] ACPI: (supports S0 S5)\n[ 0.266072] ACPI: Using IOAPIC for interrupt routing\n[ 0.267426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274793] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279690] acpiphp: Slot [3] registered\n[ 0.280780] acpiphp: Slot [4] registered\n[ 0.281889] acpiphp: Slot [5] registered\n[ 0.283008] acpiphp: Slot [6] registered\n[ 0.284164] acpiphp: Slot [7] registered\n[ 0.285294] acpiphp: Slot [8] registered\n[ 0.286420] acpiphp: Slot [9] registered\n[ 0.287570] acpiphp: Slot [10] registered\n[ 0.288722] acpiphp: Slot [11] registered\n[ 0.289878] acpiphp: Slot [12] registered\n[ 0.291001] acpiphp: Slot [13] registered\n[ 0.292147] acpiphp: Slot [14] registered\n[ 0.293309] acpiphp: Slot [15] registered\n[ 0.304349] acpiphp: Slot [16] registered\n[ 0.305488] acpiphp: Slot [17] registered\n[ 0.306614] acpiphp: Slot [18] registered\n[ 0.307755] acpiphp: Slot [19] registered\n[ 0.308894] acpiphp: Slot [20] registered\n[ 0.310021] acpiphp: Slot [21] registered\n[ 0.311166] acpiphp: Slot [22] registered\n[ 0.312310] acpiphp: Slot [23] registered\n[ 0.313467] acpiphp: Slot [24] registered\n[ 0.314640] acpiphp: Slot [25] registered\n[ 0.315794] acpiphp: Slot [26] registered\n[ 0.316957] acpiphp: Slot [27] registered\n[ 0.318086] acpiphp: Slot [28] registered\n[ 0.319224] acpiphp: Slot [29] registered\n[ 0.320361] acpiphp: Slot [30] registered\n[ 0.321472] acpiphp: Slot [31] registered\n[ 0.322589] PCI host bridge to bus 0000:00\n[ 0.323726] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325497] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331461] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339883] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411024] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413369] vgaarb: loaded\n[ 0.414225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415874] SCSI subsystem initialized\n[ 0.417022] ACPI: bus type USB registered\n[ 0.418219] usbcore: registered new interface driver usbfs\n[ 0.419768] usbcore: registered new interface driver hub\n[ 0.421241] usbcore: registered new device driver usb\n[ 0.422673] PCI: Using ACPI for IRQ routing\n[ 0.423929] NetLabel: Initializing\n[ 0.424814] NetLabel: domain hash size = 128\n[ 0.425927] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427123] NetLabel: unlabeled traffic allowed by default\n[ 0.428530] clocksource: Switched to clocksource kvm-clock\n[ 0.434414] AppArmor: AppArmor Filesystem Enabled\n[ 0.435621] pnp: PnP ACPI init\n[ 0.436712] pnp: PnP ACPI: found 5 devices\n[ 0.443317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445488] NET: Registered protocol family 2\n[ 0.446676] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451350] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454266] NET: Registered protocol family 1\n[ 0.455390] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458207] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472698] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487498] Trying to unpack rootfs image as initramfs...\n[ 0.537457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551832] Scanning for low memory corruption every 60 seconds\n[ 0.553187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554374] audit: initializing netlink subsys (disabled)\n[ 0.555395] audit: type=2000 audit(1538848025.416:1): initialized\n[ 0.556717] Initialise system trusted keyring\n[ 0.557639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560766] zbud: loaded\n[ 0.561609] VFS: Disk quotas dquot_6.6.0\n[ 0.562602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564412] fuse init (API version 7.23)\n[ 0.565510] Key type big_key registered\n[ 0.566491] Allocating IMA MOK and blacklist keyrings.\n[ 0.568208] Key type asymmetric registered\n[ 0.569242] Asymmetric key parser 'x509' registered\n[ 0.570415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572205] io scheduler noop registered\n[ 0.573185] io scheduler deadline registered (default)\n[ 0.574397] io scheduler cfq registered\n[ 0.575393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.578258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586548] ACPI: Power Button [PWRF]\n[ 0.587807] GHES: HEST is not enabled!\n[ 0.601765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633345] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659828] Linux agpgart interface v0.103\n[ 0.662302] brd: module loaded\n[ 0.664510] loop: module loaded\n[ 0.670794] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673527] GPT:90111 != 2097151\n[ 0.674729] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676891] GPT:90111 != 2097151\n[ 0.678197] GPT: Use GNU Parted to correct GPT errors.\n[ 0.679953] vda: vda1 vda15\n[ 0.682315] scsi host0: ata_piix\n[ 0.683646] scsi host1: ata_piix\n[ 0.684565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688078] libphy: Fixed MDIO Bus: probed\n[ 0.689311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693068] PPP generic driver version 2.4.2\n[ 0.694027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695629] ehci-pci: EHCI PCI platform driver\n[ 0.696789] ehci-platform: EHCI generic platform driver\n[ 0.698117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699626] ohci-pci: OHCI PCI platform driver\n[ 0.700780] ohci-platform: OHCI generic platform driver\n[ 0.702109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716901] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720169] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722985] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726553] usb usb1: Product: UHCI Host Controller\n[ 0.727826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729393] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730661] hub 1-0:1.0: USB hub found\n[ 0.731692] hub 1-0:1.0: 2 ports detected\n[ 0.732873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736818] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738185] mousedev: PS/2 mouse device common for all mice\n[ 0.739806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.742227] rtc_cmos 00:00: RTC can wake from S4\n[ 0.743612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746830] i2c /dev entries driver\n[ 0.747816] device-mapper: uevent: version 1.0.3\n[ 0.749058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.752946] NET: Registered protocol family 10\n[ 0.754224] NET: Registered protocol family 17\n[ 0.755411] Key type dns_resolver registered\n[ 0.756631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760454] registered taskstats version 1\n[ 0.761565] Loading compiled-in X.509 certificates\n[ 0.763327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765866] zswap: loaded using pool lzo/zbud\n[ 0.768008] Key type trusted registered\n[ 0.769833] Key type encrypted registered\n[ 0.770937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772320] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774197] evm: HMAC attrs: 0x1\n[ 0.775744] Magic number: 6:514:794\n[ 0.776893] rtc_cmos 00:00: setting system clock to 2018-10-06 17:47:05 UTC (1538848025)\n[ 0.779023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780550] EDD information not available.\n[ 0.841107] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842930] ata1.00: configured for MWDMA2\n[ 0.844413] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.857595] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.859029] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.860349] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.862302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863901] Write protecting the kernel read-only data: 14336k\n[ 0.865498] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.308020] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.39s]\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n[ 164.140790] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.10 OK\nping 10.10.10.10 OK\n"} 2018-10-06 17:50:27,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-6c229cae-6db5-4d2d-be38-e01a793c805a 2018-10-06 17:50:27,573 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-10-06 17:50:27,574 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=8f65ae57-afde-4c33-8da5-66b8fdffd02c network=6015734d-dc92-4223-a7f7-70e8c303a214 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.15 10.10.10.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:50:27,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:50:27,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:50:27,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:50:27,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:50:27,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:50:27,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:50:27,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:50:27,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:50:27,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:50:27,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:50:27,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:50:27,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:50:27,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:50:27,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:50:27,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:50:27,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:50:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:50:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:50:27,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:50:27,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:50:27,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:50:27,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:50:27,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:50:27,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:50:27,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f4cd7c-0bd8-41a0-9057-7bca1716af12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:50:27,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b2f4cd7c-0bd8-41a0-9057-7bca1716af12 2018-10-06 17:50:27,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:50:28,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["d5pwW3kGQ2KyTFCYp9uKvg"], "issued_at": "2018-10-06T17:50:28.000000Z"}} 2018-10-06 17:50:28,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" 2018-10-06 17:50:28,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-26086fd2-3003-43b4-a3cb-f5f2cee54c30 x-compute-request-id: req-26086fd2-3003-43b4-a3cb-f5f2cee54c30 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:50:28,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-26086fd2-3003-43b4-a3cb-f5f2cee54c30 2018-10-06 17:50:28,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" 2018-10-06 17:50:28,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-22f5809b-6e11-4846-8202-1cef695d1c89 x-compute-request-id: req-22f5809b-6e11-4846-8202-1cef695d1c89 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:50:28,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5 used request id req-22f5809b-6e11-4846-8202-1cef695d1c89 2018-10-06 17:50:28,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "63193320-b7dc-4865-87c5-6260d1c65cc5", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNSAxMC4xMC4xMC44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6015734d-dc92-4223-a7f7-70e8c303a214"}], "config_drive": true}}' 2018-10-06 17:50:29,738 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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-46d0f723-8b43-4003-85b5-d11359b9fb0e x-compute-request-id: req-46d0f723-8b43-4003-85b5-d11359b9fb0e Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "48ab95c2-a07e-4855-846f-439142b29443", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "bookmark"}], "adminPass": "Latt9XMvT2gx"}} 2018-10-06 17:50:29,738 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-46d0f723-8b43-4003-85b5-d11359b9fb0e 2018-10-06 17:50:29,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:50:29,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d191e289-1c69-49df-bd37-8ccd0b5ec9f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:50:29,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d191e289-1c69-49df-bd37-8ccd0b5ec9f4 2018-10-06 17:50:29,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:50:30,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:50:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["LWjsNJVrTNageU5YQtWA4g"], "issued_at": "2018-10-06T17:50:30.000000Z"}} 2018-10-06 17:50:30,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9015f53fca67b92d327db01c00427062613d253e" 2018-10-06 17:50:30,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-498adf1c-5bb9-4975-9ed7-44284f273948 x-compute-request-id: req-498adf1c-5bb9-4975-9ed7-44284f273948 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "48ab95c2-a07e-4855-846f-439142b29443", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17: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-10-4", "created": "2018-10-06T17:50:29Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:50:30,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 used request id req-498adf1c-5bb9-4975-9ed7-44284f273948 2018-10-06 17:50:33,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9015f53fca67b92d327db01c00427062613d253e" 2018-10-06 17:50:34,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-59c65880-8ea2-425a-a849-ca0d33a77c36 x-compute-request-id: req-59c65880-8ea2-425a-a849-ca0d33a77c36 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:98:9f:65", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "48ab95c2-a07e-4855-846f-439142b29443", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:50:30Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-10-06T17:50:29Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:50:34,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 used request id req-59c65880-8ea2-425a-a849-ca0d33a77c36 2018-10-06 17:50:37,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9015f53fca67b92d327db01c00427062613d253e" 2018-10-06 17:50:37,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-261b0d22-02cc-4422-b291-705e03fdb1d7 x-compute-request-id: req-261b0d22-02cc-4422-b291-705e03fdb1d7 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:9f:65", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-10-06T17:50:29.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "48ab95c2-a07e-4855-846f-439142b29443", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:50:34Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-10-06T17:50:29Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:50:37,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 used request id req-261b0d22-02cc-4422-b291-705e03fdb1d7 2018-10-06 17:50:37,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" 2018-10-06 17:50:38,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-e4ad356f-08a5-4aae-84cf-d8939e3ceaa7 x-compute-request-id: req-e4ad356f-08a5-4aae-84cf-d8939e3ceaa7 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:9f:65", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/48ab95c2-a07e-4855-846f-439142b29443", "rel": "bookmark"}], "image": {"id": "8f65ae57-afde-4c33-8da5-66b8fdffd02c", "links": [{"href": "http://172.30.9.26:8774/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-10-06T17:50:29.000000", "flavor": {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}]}, "id": "48ab95c2-a07e-4855-846f-439142b29443", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:50:34Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-10-06T17:50:29Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:50:38,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443 used request id req-e4ad356f-08a5-4aae-84cf-d8939e3ceaa7 2018-10-06 17:50:38,722 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.12'. 2018-10-06 17:50:38,722 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-10-06 17:50:38,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:50:39,900 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17: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-22c0ba69-ffc9-47c4-be17-81f6af7a09ef x-compute-request-id: req-22c0ba69-ffc9-47c4-be17-81f6af7a09ef Content-Length: 0 Content-Type: application/json 2018-10-06 17:50:39,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-22c0ba69-ffc9-47c4-be17-81f6af7a09ef 2018-10-06 17:50:39,901 - sdnvpn_test_utils - INFO - Waiting for instance 48ab95c2-a07e-4855-846f-439142b29443 to boot up 2018-10-06 17:50:39,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:40,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-979f4a60-100d-4530-b4ca-a56022257c85 x-compute-request-id: req-979f4a60-100d-4530-b4ca-a56022257c85 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:50:40,973 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-979f4a60-100d-4530-b4ca-a56022257c85 2018-10-06 17:50:42,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:44,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-1b77fe7c-9d92-4653-9739-ba118495b4a3 x-compute-request-id: req-1b77fe7c-9d92-4653-9739-ba118495b4a3 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:50:44,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-1b77fe7c-9d92-4653-9739-ba118495b4a3 2018-10-06 17:50:46,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:47,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50a7ef8c-501f-4574-9887-40bc16b53cd7 x-compute-request-id: req-50a7ef8c-501f-4574-9887-40bc16b53cd7 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:50:47,121 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-50a7ef8c-501f-4574-9887-40bc16b53cd7 2018-10-06 17:50:49,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:50,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-e292d123-9608-4039-8d7a-57305377ca25 x-compute-request-id: req-e292d123-9608-4039-8d7a-57305377ca25 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:50:50,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-e292d123-9608-4039-8d7a-57305377ca25 2018-10-06 17:50:52,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:53,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-b35b3b64-8046-4202-87f5-037baa5b14e4 x-compute-request-id: req-b35b3b64-8046-4202-87f5-037baa5b14e4 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:50:53,288 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-b35b3b64-8046-4202-87f5-037baa5b14e4 2018-10-06 17:50:55,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:56,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-eee9404c-6052-4a8d-9288-f1579af17ecd x-compute-request-id: req-eee9404c-6052-4a8d-9288-f1579af17ecd Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:50:56,362 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-eee9404c-6052-4a8d-9288-f1579af17ecd 2018-10-06 17:50:58,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:50:59,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:50: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-f97c9b51-206a-4b3c-878a-4e06e226d573 x-compute-request-id: req-f97c9b51-206a-4b3c-878a-4e06e226d573 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:50:59,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-f97c9b51-206a-4b3c-878a-4e06e226d573 2018-10-06 17:51:01,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:02,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-0ad2e927-2d2e-4934-94c8-cd8aa97b8340 x-compute-request-id: req-0ad2e927-2d2e-4934-94c8-cd8aa97b8340 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:02,508 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-0ad2e927-2d2e-4934-94c8-cd8aa97b8340 2018-10-06 17:51:04,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:05,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-261bf3e4-cdfa-4563-b8c6-bfff267cce0b x-compute-request-id: req-261bf3e4-cdfa-4563-b8c6-bfff267cce0b Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:05,583 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-261bf3e4-cdfa-4563-b8c6-bfff267cce0b 2018-10-06 17:51:07,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:08,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-684eae70-825c-4c51-8176-5e2a60f124c2 x-compute-request-id: req-684eae70-825c-4c51-8176-5e2a60f124c2 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:08,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-684eae70-825c-4c51-8176-5e2a60f124c2 2018-10-06 17:51:10,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:11,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-4ced04fe-1041-4864-9724-3b5973033687 x-compute-request-id: req-4ced04fe-1041-4864-9724-3b5973033687 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:11,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-4ced04fe-1041-4864-9724-3b5973033687 2018-10-06 17:51:13,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:14,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-8811ae2c-9a0f-46a3-90d3-fb598a1566be x-compute-request-id: req-8811ae2c-9a0f-46a3-90d3-fb598a1566be Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:14,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-8811ae2c-9a0f-46a3-90d3-fb598a1566be 2018-10-06 17:51:16,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:17,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-17852c89-83ed-46f3-b747-322ab08b389c x-compute-request-id: req-17852c89-83ed-46f3-b747-322ab08b389c Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:17,905 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-17852c89-83ed-46f3-b747-322ab08b389c 2018-10-06 17:51:19,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:20,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-113452b1-70ab-443b-b447-2b8a4fa751de x-compute-request-id: req-113452b1-70ab-443b-b447-2b8a4fa751de Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:20,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-113452b1-70ab-443b-b447-2b8a4fa751de 2018-10-06 17:51:22,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:24,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f8b2bb8-eeb7-47d3-a9cc-daad2dccb905 x-compute-request-id: req-8f8b2bb8-eeb7-47d3-a9cc-daad2dccb905 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:24,051 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-8f8b2bb8-eeb7-47d3-a9cc-daad2dccb905 2018-10-06 17:51:26,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:27,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-ce86311c-b7d7-4413-95fe-63213aa2eb75 x-compute-request-id: req-ce86311c-b7d7-4413-95fe-63213aa2eb75 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:27,128 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-ce86311c-b7d7-4413-95fe-63213aa2eb75 2018-10-06 17:51:29,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:30,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-967b1f68-4f44-43c0-bdd9-0cd25b6bb0b4 x-compute-request-id: req-967b1f68-4f44-43c0-bdd9-0cd25b6bb0b4 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:30,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-967b1f68-4f44-43c0-bdd9-0cd25b6bb0b4 2018-10-06 17:51:32,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:33,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b91d9c0-e4c9-4ece-8abc-587b9e910427 x-compute-request-id: req-5b91d9c0-e4c9-4ece-8abc-587b9e910427 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:33,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-5b91d9c0-e4c9-4ece-8abc-587b9e910427 2018-10-06 17:51:35,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:36,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2089ab1-b616-4518-8b53-80745ccf9f40 x-compute-request-id: req-f2089ab1-b616-4518-8b53-80745ccf9f40 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:51:36,362 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-f2089ab1-b616-4518-8b53-80745ccf9f40 2018-10-06 17:51:38,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:39,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2c3e23f-b796-434f-b4bc-be04c573660a x-compute-request-id: req-a2c3e23f-b796-434f-b4bc-be04c573660a Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:51:39,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-a2c3e23f-b796-434f-b4bc-be04c573660a 2018-10-06 17:51:41,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:42,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6561e2c8-e55d-4f58-8008-d022d13c0d24 x-compute-request-id: req-6561e2c8-e55d-4f58-8008-d022d13c0d24 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:51:42,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-6561e2c8-e55d-4f58-8008-d022d13c0d24 2018-10-06 17:51:44,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:45,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8177b3e-ae45-416c-8a51-975df2030770 x-compute-request-id: req-d8177b3e-ae45-416c-8a51-975df2030770 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:51:45,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-d8177b3e-ae45-416c-8a51-975df2030770 2018-10-06 17:51:47,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:48,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a32c3ee6-7876-405e-93d2-4ae035f5f08a x-compute-request-id: req-a32c3ee6-7876-405e-93d2-4ae035f5f08a Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:51:48,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-a32c3ee6-7876-405e-93d2-4ae035f5f08a 2018-10-06 17:51:50,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:51,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51: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-1bf1eb8c-fde3-48ee-b5f1-92dfdd561aae x-compute-request-id: req-1bf1eb8c-fde3-48ee-b5f1-92dfdd561aae Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:51:51,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-1bf1eb8c-fde3-48ee-b5f1-92dfdd561aae 2018-10-06 17:51:53,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:54,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-79b8ea8e-cd1b-4ad7-9344-30350d28284a x-compute-request-id: req-79b8ea8e-cd1b-4ad7-9344-30350d28284a Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:51:54,849 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-79b8ea8e-cd1b-4ad7-9344-30350d28284a 2018-10-06 17:51:56,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:51:57,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89181924-71f7-473d-b3ff-da96199c73b3 x-compute-request-id: req-89181924-71f7-473d-b3ff-da96199c73b3 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:51:57,935 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-89181924-71f7-473d-b3ff-da96199c73b3 2018-10-06 17:51:59,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:01,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a3a78271-7983-4a0f-87b0-00f88e00c130 x-compute-request-id: req-a3a78271-7983-4a0f-87b0-00f88e00c130 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:01,017 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-a3a78271-7983-4a0f-87b0-00f88e00c130 2018-10-06 17:52:03,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:04,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-e18d0d54-c145-4957-a5f0-bf5306f2b1db x-compute-request-id: req-e18d0d54-c145-4957-a5f0-bf5306f2b1db Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:04,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-e18d0d54-c145-4957-a5f0-bf5306f2b1db 2018-10-06 17:52:06,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:07,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-5dbbf24d-c033-408b-a8b8-a1afb2977e4c x-compute-request-id: req-5dbbf24d-c033-408b-a8b8-a1afb2977e4c Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:07,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-5dbbf24d-c033-408b-a8b8-a1afb2977e4c 2018-10-06 17:52:09,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:10,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-a70ef262-aac6-4abe-bf4a-d5b7b4214a8c x-compute-request-id: req-a70ef262-aac6-4abe-bf4a-d5b7b4214a8c Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:10,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-a70ef262-aac6-4abe-bf4a-d5b7b4214a8c 2018-10-06 17:52:12,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:13,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-f0ed3a79-0a5d-4603-a3b5-a8dce9a968ba x-compute-request-id: req-f0ed3a79-0a5d-4603-a3b5-a8dce9a968ba Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:13,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-f0ed3a79-0a5d-4603-a3b5-a8dce9a968ba 2018-10-06 17:52:15,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:16,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4109e472-2e82-4a99-a69e-b44a40c09882 x-compute-request-id: req-4109e472-2e82-4a99-a69e-b44a40c09882 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:16,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-4109e472-2e82-4a99-a69e-b44a40c09882 2018-10-06 17:52:18,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:19,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-620d400f-7806-4780-9a14-596e8355c7d1 x-compute-request-id: req-620d400f-7806-4780-9a14-596e8355c7d1 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:19,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-620d400f-7806-4780-9a14-596e8355c7d1 2018-10-06 17:52:21,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:22,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c9a38d0-bd8a-43b4-b489-7d32f9682793 x-compute-request-id: req-5c9a38d0-bd8a-43b4-b489-7d32f9682793 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:22,611 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-5c9a38d0-bd8a-43b4-b489-7d32f9682793 2018-10-06 17:52:24,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:25,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-b37ea00f-d3e2-4397-8a96-437b4c671bc6 x-compute-request-id: req-b37ea00f-d3e2-4397-8a96-437b4c671bc6 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:25,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-b37ea00f-d3e2-4397-8a96-437b4c671bc6 2018-10-06 17:52:27,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:28,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62328b99-d2b9-404a-86b5-ad49969934fe x-compute-request-id: req-62328b99-d2b9-404a-86b5-ad49969934fe Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:28,764 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-62328b99-d2b9-404a-86b5-ad49969934fe 2018-10-06 17:52:30,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:31,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52: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-3ec0a67a-7373-4110-9b48-0e0c2e7e5659 x-compute-request-id: req-3ec0a67a-7373-4110-9b48-0e0c2e7e5659 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:31,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-3ec0a67a-7373-4110-9b48-0e0c2e7e5659 2018-10-06 17:52:33,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:34,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63659d71-e2fb-43c3-9c0d-3d6f4fd6be6b x-compute-request-id: req-63659d71-e2fb-43c3-9c0d-3d6f4fd6be6b Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:34,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-63659d71-e2fb-43c3-9c0d-3d6f4fd6be6b 2018-10-06 17:52:36,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:38,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52: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-e40f5499-0f97-4465-8079-6c00f23a642e x-compute-request-id: req-e40f5499-0f97-4465-8079-6c00f23a642e Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:38,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-e40f5499-0f97-4465-8079-6c00f23a642e 2018-10-06 17:52:40,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:41,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f48c9929-0077-45ef-81d3-7e5137e7b310 x-compute-request-id: req-f48c9929-0077-45ef-81d3-7e5137e7b310 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:41,300 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-f48c9929-0077-45ef-81d3-7e5137e7b310 2018-10-06 17:52:43,302 - sdnvpn_test_utils - ERROR - Instance 48ab95c2-a07e-4855-846f-439142b29443 does not boot up properly. 2018-10-06 17:52:43,302 - __name__ - ERROR - Instance vm_4 failed to start. 2018-10-06 17:52:43,309 - __name__ - INFO - Starting monitor thread of vm_4 2018-10-06 17:52:44,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:45,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6971db25-933f-46a6-bbff-8823ba4ed1f3 x-compute-request-id: req-6971db25-933f-46a6-bbff-8823ba4ed1f3 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:45,410 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-6971db25-933f-46a6-bbff-8823ba4ed1f3 2018-10-06 17:52:46,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:47,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e73209bc-d86f-490d-9ca6-cdd70dd67625 x-compute-request-id: req-e73209bc-d86f-490d-9ca6-cdd70dd67625 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:47,487 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-e73209bc-d86f-490d-9ca6-cdd70dd67625 2018-10-06 17:52:48,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:49,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52: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-475a021a-3dac-483a-b923-d673d9ee98f7 x-compute-request-id: req-475a021a-3dac-483a-b923-d673d9ee98f7 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:49,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-475a021a-3dac-483a-b923-d673d9ee98f7 2018-10-06 17:52:50,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:51,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5038f08e-de78-413a-aa01-f1e7748d37af x-compute-request-id: req-5038f08e-de78-413a-aa01-f1e7748d37af Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:51,831 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-5038f08e-de78-413a-aa01-f1e7748d37af 2018-10-06 17:52:52,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:53,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52: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-3bcbea23-323a-49b6-941a-4a503fed9400 x-compute-request-id: req-3bcbea23-323a-49b6-941a-4a503fed9400 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:53,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-3bcbea23-323a-49b6-941a-4a503fed9400 2018-10-06 17:52:54,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:55,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52: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-259199b6-e0c8-4f13-ac18-38a2ba8c24bc x-compute-request-id: req-259199b6-e0c8-4f13-ac18-38a2ba8c24bc Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:55,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-259199b6-e0c8-4f13-ac18-38a2ba8c24bc 2018-10-06 17:52:56,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:52:58,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-906707ec-e3b7-4ffd-a100-f6dbbe0e5a34 x-compute-request-id: req-906707ec-e3b7-4ffd-a100-f6dbbe0e5a34 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:52:58,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-906707ec-e3b7-4ffd-a100-f6dbbe0e5a34 2018-10-06 17:52:59,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:00,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-4eee6ca7-44e1-4c10-8635-0724f193f8b0 x-compute-request-id: req-4eee6ca7-44e1-4c10-8635-0724f193f8b0 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:00,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-4eee6ca7-44e1-4c10-8635-0724f193f8b0 2018-10-06 17:53:01,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:02,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53: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-38534d80-8bca-46ff-b467-d5d30ac910b7 x-compute-request-id: req-38534d80-8bca-46ff-b467-d5d30ac910b7 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:02,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-38534d80-8bca-46ff-b467-d5d30ac910b7 2018-10-06 17:53:03,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:04,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4591fa9b-648c-42cb-8523-5cdf8bdd32b7 x-compute-request-id: req-4591fa9b-648c-42cb-8523-5cdf8bdd32b7 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:04,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-4591fa9b-648c-42cb-8523-5cdf8bdd32b7 2018-10-06 17:53:05,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:06,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ed2eea6-05c3-4baa-8b9d-7f3cfe1129cc x-compute-request-id: req-2ed2eea6-05c3-4baa-8b9d-7f3cfe1129cc Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:06,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-2ed2eea6-05c3-4baa-8b9d-7f3cfe1129cc 2018-10-06 17:53:07,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:08,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53: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-f9c6f9b2-4b6d-42aa-af03-973c32f0b5c7 x-compute-request-id: req-f9c6f9b2-4b6d-42aa-af03-973c32f0b5c7 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:08,459 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-f9c6f9b2-4b6d-42aa-af03-973c32f0b5c7 2018-10-06 17:53:09,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:10,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e9b4ac7-88e8-4784-a0f1-da8ded1420c9 x-compute-request-id: req-8e9b4ac7-88e8-4784-a0f1-da8ded1420c9 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:10,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-8e9b4ac7-88e8-4784-a0f1-da8ded1420c9 2018-10-06 17:53:11,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:12,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50630777-3160-4b7f-a48a-20c121aef6f8 x-compute-request-id: req-50630777-3160-4b7f-a48a-20c121aef6f8 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:12,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-50630777-3160-4b7f-a48a-20c121aef6f8 2018-10-06 17:53:13,318 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-10-06 17:53:13,319 - __name__ - INFO - Sending stop signal to monitor thread 2018-10-06 17:53:13,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3047ca63719a61a9c45cc620d161addd71f0495c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:53:14,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66ddde8d-c22f-4225-9524-d755af79a3ce x-compute-request-id: req-66ddde8d-c22f-4225-9524-d755af79a3ce Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494372284 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130736] pid_max: default: 32768 minimum: 301\n[ 0.131618] ACPI: Core revision 20150930\n[ 0.132989] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134282] Security Framework initialized\n[ 0.135097] Yama: becoming mindful.\n[ 0.135823] AppArmor: AppArmor initialized\n[ 0.136679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140451] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141815] Initializing cgroup subsys io\n[ 0.142616] Initializing cgroup subsys memory\n[ 0.143462] Initializing cgroup subsys devices\n[ 0.144327] Initializing cgroup subsys freezer\n[ 0.145187] Initializing cgroup subsys net_cls\n[ 0.146043] Initializing cgroup subsys perf_event\n[ 0.146938] Initializing cgroup subsys net_prio\n[ 0.147808] Initializing cgroup subsys hugetlb\n[ 0.148670] Initializing cgroup subsys pids\n[ 0.149531] CPU: Physical Processor ID: 0\n[ 0.151016] mce: CPU supports 10 MCE banks\n[ 0.151857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163869] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170207] ftrace: allocating 31920 entries in 125 pages\n[ 0.196305] smpboot: Max logical packages: 1\n[ 0.197144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198473] x2apic enabled\n[ 0.199266] Switched APIC routing to physical x2apic.\n[ 0.201009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204058] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205809] KVM setup paravirtual spinlock\n[ 0.207083] x86: Booted up 1 node, 1 CPUs\n[ 0.207885] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209250] devtmpfs: initialized\n[ 0.210957] evm: security.selinux\n[ 0.211649] evm: security.SMACK64\n[ 0.212328] evm: security.SMACK64EXEC\n[ 0.213063] evm: security.SMACK64TRANSMUTE\n[ 0.213862] evm: security.SMACK64MMAP\n[ 0.214592] evm: security.ima\n[ 0.215224] evm: security.capability\n[ 0.216018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217840] pinctrl core: initialized pinctrl subsystem\n[ 0.218913] RTC time: 17:50:29, date: 10/06/18\n[ 0.219865] NET: Registered protocol family 16\n[ 0.220820] cpuidle: using governor ladder\n[ 0.221624] cpuidle: using governor menu\n[ 0.222391] PCCT header not found.\n[ 0.223145] ACPI: bus type PCI registered\n[ 0.223945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225165] PCI: Using configuration type 1 for base access\n[ 0.226898] ACPI: Added _OSI(Module Device)\n[ 0.227726] ACPI: Added _OSI(Processor Device)\n[ 0.228578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231556] ACPI: Interpreter enabled\n[ 0.232317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239576] ACPI: (supports S0 S5)\n[ 0.240266] ACPI: Using IOAPIC for interrupt routing\n[ 0.241191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244257] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247772] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249953] acpiphp: Slot [3] registered\n[ 0.250742] acpiphp: Slot [4] registered\n[ 0.251527] acpiphp: Slot [5] registered\n[ 0.252310] acpiphp: Slot [6] registered\n[ 0.253091] acpiphp: Slot [7] registered\n[ 0.253872] acpiphp: Slot [8] registered\n[ 0.254652] acpiphp: Slot [9] registered\n[ 0.255428] acpiphp: Slot [10] registered\n[ 0.256214] acpiphp: Slot [11] registered\n[ 0.257012] acpiphp: Slot [12] registered\n[ 0.257814] acpiphp: Slot [13] registered\n[ 0.258604] acpiphp: Slot [14] registered\n[ 0.259390] acpiphp: Slot [15] registered\n[ 0.270230] acpiphp: Slot [16] registered\n[ 0.271027] acpiphp: Slot [17] registered\n[ 0.271820] acpiphp: Slot [18] registered\n[ 0.272608] acpiphp: Slot [19] registered\n[ 0.273391] acpiphp: Slot [20] registered\n[ 0.274184] acpiphp: Slot [21] registered\n[ 0.274982] acpiphp: Slot [22] registered\n[ 0.275776] acpiphp: Slot [23] registered\n[ 0.276569] acpiphp: Slot [24] registered\n[ 0.277355] acpiphp: Slot [25] registered\n[ 0.278144] acpiphp: Slot [26] registered\n[ 0.278936] acpiphp: Slot [27] registered\n[ 0.279743] acpiphp: Slot [28] registered\n[ 0.280539] acpiphp: Slot [29] registered\n[ 0.281324] acpiphp: Slot [30] registered\n[ 0.282117] acpiphp: Slot [31] registered\n[ 0.282906] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284880] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306616] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354845] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358832] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359964] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361056] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362569] vgaarb: loaded\n[ 0.363157] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364272] SCSI subsystem initialized\n[ 0.365079] ACPI: bus type USB registered\n[ 0.365880] usbcore: registered new interface driver usbfs\n[ 0.366885] usbcore: registered new interface driver hub\n[ 0.367866] usbcore: registered new device driver usb\n[ 0.368904] PCI: Using ACPI for IRQ routing\n[ 0.369911] NetLabel: Initializing\n[ 0.370613] NetLabel: domain hash size = 128\n[ 0.371444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372366] NetLabel: unlabeled traffic allowed by default\n[ 0.373442] clocksource: Switched to clocksource kvm-clock\n[ 0.378825] AppArmor: AppArmor Filesystem Enabled\n[ 0.379767] pnp: PnP ACPI init\n[ 0.380664] pnp: PnP ACPI: found 5 devices\n[ 0.387011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388679] NET: Registered protocol family 2\n[ 0.389613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390857] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391993] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395324] NET: Registered protocol family 1\n[ 0.396179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397248] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412298] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426366] Trying to unpack rootfs image as initramfs...\n[ 0.475684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489527] Scanning for low memory corruption every 60 seconds\n[ 0.490936] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492058] audit: initializing netlink subsys (disabled)\n[ 0.493070] audit: type=2000 audit(1538848230.396:1): initialized\n[ 0.494363] Initialise system trusted keyring\n[ 0.495276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498337] zbud: loaded\n[ 0.499029] VFS: Disk quotas dquot_6.6.0\n[ 0.499833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501303] fuse init (API version 7.23)\n[ 0.502178] Key type big_key registered\n[ 0.502963] Allocating IMA MOK and blacklist keyrings.\n[ 0.504052] Key type asymmetric registered\n[ 0.504855] Asymmetric key parser 'x509' registered\n[ 0.505800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507224] io scheduler noop registered\n[ 0.508001] io scheduler deadline registered (default)\n[ 0.508962] io scheduler cfq registered\n[ 0.509784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510806] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513461] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528293] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584553] Linux agpgart interface v0.103\n[ 0.586542] brd: module loaded\n[ 0.587679] loop: module loaded\n[ 0.591211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592652] GPT:90111 != 2097151\n[ 0.593318] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594403] GPT:90111 != 2097151\n[ 0.595073] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597545] vda: vda1 vda15\n[ 0.599220] scsi host0: ata_piix\n[ 0.599953] scsi host1: ata_piix\n[ 0.600650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601853] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603274] libphy: Fixed MDIO Bus: probed\n[ 0.604079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607193] PPP generic driver version 2.4.2\n[ 0.608072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609358] ehci-pci: EHCI PCI platform driver\n[ 0.610222] ehci-platform: EHCI generic platform driver\n[ 0.611191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612284] ohci-pci: OHCI PCI platform driver\n[ 0.613127] ohci-platform: OHCI generic platform driver\n[ 0.614096] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635549] usb usb1: Product: UHCI Host Controller\n[ 0.636465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638602] hub 1-0:1.0: USB hub found\n[ 0.639362] hub 1-0:1.0: 2 ports detected\n[ 0.640247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643293] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644300] mousedev: PS/2 mouse device common for all mice\n[ 0.645554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649609] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650775] i2c /dev entries driver\n[ 0.651522] device-mapper: uevent: version 1.0.3\n[ 0.652440] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655302] NET: Registered protocol family 10\n[ 0.656268] NET: Registered protocol family 17\n[ 0.657137] Key type dns_resolver registered\n[ 0.658047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660837] registered taskstats version 1\n[ 0.661671] Loading compiled-in X.509 certificates\n[ 0.663096] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664909] zswap: loaded using pool lzo/zbud\n[ 0.666267] Key type trusted registered\n[ 0.667785] Key type encrypted registered\n[ 0.668607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670661] evm: HMAC attrs: 0x1\n[ 0.671581] Magic number: 6:67:845\n[ 0.672392] rtc_cmos 00:00: setting system clock to 2018-10-06 17:50:30 UTC (1538848230)\n[ 0.673968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675064] EDD information not available.\n[ 0.757965] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.759394] ata1.00: configured for MWDMA2\n[ 0.760594] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.773466] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.774677] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.775903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.777753] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779248] Write protecting the kernel read-only data: 14336k\n[ 0.780780] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.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... [ 2.228552] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-06 17:53:14,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-66ddde8d-c22f-4225-9524-d755af79a3ce 2018-10-06 17:53:14,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"forceDelete": null}' 2018-10-06 17:53:15,217 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-754f6f51-935d-4396-86d4-b46df4b8bf90 x-compute-request-id: req-754f6f51-935d-4396-86d4-b46df4b8bf90 Content-Length: 0 Content-Type: application/json 2018-10-06 17:53:15,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/29e6fa28-d49f-411b-8fff-34166192701c/action used request id req-754f6f51-935d-4396-86d4-b46df4b8bf90 2018-10-06 17:53:15,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"forceDelete": null}' 2018-10-06 17:53:15,396 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bff3055e-3a54-476d-8a1b-fe7c2b2b7d99 x-compute-request-id: req-bff3055e-3a54-476d-8a1b-fe7c2b2b7d99 Content-Length: 0 Content-Type: application/json 2018-10-06 17:53:15,396 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c100c401-aa7c-406e-bd21-a77bc3754e0d/action used request id req-bff3055e-3a54-476d-8a1b-fe7c2b2b7d99 2018-10-06 17:53:15,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731faac65767c7f00c9f2341cf5bf6ddab43c2e3" -d '{"forceDelete": null}' 2018-10-06 17:53:15,588 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0514157-c0ca-4c80-9448-db4056a5dc89 x-compute-request-id: req-c0514157-c0ca-4c80-9448-db4056a5dc89 Content-Length: 0 Content-Type: application/json 2018-10-06 17:53:15,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/48ab95c2-a07e-4855-846f-439142b29443/action used request id req-c0514157-c0ca-4c80-9448-db4056a5dc89 2018-10-06 17:53:15,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f211eb462c71aaea185565e0e85cbd50771a9960" 2018-10-06 17:53:17,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd103ea4-3cf1-4dd8-9079-05bac24ebf8c Date: Sat, 06 Oct 2018 17:53:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:53:17,030 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/8f65ae57-afde-4c33-8da5-66b8fdffd02c used request id req-dd103ea4-3cf1-4dd8-9079-05bac24ebf8c 2018-10-06 17:53:17,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/156da77f-3da2-4d88-a215-9586f73b2dad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1606b32a153b7f000feee7519ddae497e0f9f2" 2018-10-06 17:53:17,271 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-ffb092a3-7b46-4a50-a65e-099cc15b9c17 Date: Sat, 06 Oct 2018 17:53:17 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 156da77f-3da2-4d88-a215-9586f73b2dad: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-06 17:53:17,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/156da77f-3da2-4d88-a215-9586f73b2dad used request id req-ffb092a3-7b46-4a50-a65e-099cc15b9c17 2018-10-06 17:53:17,271 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 156da77f-3da2-4d88-a215-9586f73b2dad: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-06 17:53:17,272 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '156da77f-3da2-4d88-a215-9586f73b2dad')]: Unable to complete operation on subnet 156da77f-3da2-4d88-a215-9586f73b2dad: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-ffb092a3-7b46-4a50-a65e-099cc15b9c17'] 2018-10-06 17:53:17,272 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 156da77f-3da2-4d88-a215-9586f73b2dad was not deleted. 2018-10-06 17:53:17,272 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-3 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-10-06 17:53:17,272 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-06 17:53:17,289 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-06 17:53:17,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-3': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-10-06 17:53:17,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-06 17:53:17,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-06 17:53:17,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-06 17:53:17,377 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-06 17:53:17,378 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-06 17:53:17,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:53:17,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:53:17,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:53:17,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:53:17,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:53:17,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:53:17,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:53:17,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:53:17,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:53:17,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:53:17,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:53:17,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:53:17,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:53:17,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:53:17,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:53:17,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:53:17,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:53:17,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:53:17,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:53:17,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:53:17,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:53:17,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:53:17,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:53:17,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-06 17:53:17,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:53:17,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:53:17,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:53:17,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:53:17,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:53:17,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:53:17,390 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-06 17:53:17,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:53:17,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d5d5b0-99fa-4614-968d-bae6e92ac585 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:53:17,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69d5d5b0-99fa-4614-968d-bae6e92ac585 2018-10-06 17:53:17,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:53:17,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["KBOG-lF1T7OzMwKSFv6KOA"], "issued_at": "2018-10-06T17:53:17.000000Z"}} 2018-10-06 17:53:17,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" 2018-10-06 17:53:17,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-5efbd6c7-c256-4008-bc5b-fe95ed0dd56d Date: Sat, 06 Oct 2018 17:53:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:53:17,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-5efbd6c7-c256-4008-bc5b-fe95ed0dd56d 2018-10-06 17:53:17,950 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-06 17:53:17,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" 2018-10-06 17:53:18,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fc566b30-56df-4252-8d73-f02700433eb6 Date: Sat, 06 Oct 2018 17:53:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:53:18,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-fc566b30-56df-4252-8d73-f02700433eb6 2018-10-06 17:53:18,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-06 17:53:18,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2 X-Openstack-Request-Id: req-f979af6b-75ad-4fd6-b109-629af7380f7d Date: Sat, 06 Oct 2018 17:53:18 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:53:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:53:18Z", "visibility": "public", "locations": [], "self": "/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "min_disk": 0, "protected": false, "id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "file": "/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:53:18,326 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f979af6b-75ad-4fd6-b109-629af7380f7d 2018-10-06 17:53:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" -d '' 2018-10-06 17:53:29,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c10742b-4f9d-4e47-b409-3319d6b605d4 Date: Sat, 06 Oct 2018 17:53:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:53:29,144 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2/file used request id req-6c10742b-4f9d-4e47-b409-3319d6b605d4 2018-10-06 17:53:29,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:53:29,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:53:29,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:53:29,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:53:29,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:53:29,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:53:29,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:53:29,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:53:29,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:53:29,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:53:29,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:53:29,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:53:29,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:53:29,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:53:29,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:53:29,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:53:29,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:53:29,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:53:29,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:53:29,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:53:29,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:53:29,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:53:29,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:53:29,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:53:29,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:53:29,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b6da8e-3f8e-4577-b56e-33ac7b8e9327 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:53:29,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-53b6da8e-3f8e-4577-b56e-33ac7b8e9327 2018-10-06 17:53:29,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:53:29,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["73n0kz8tR9KahmudDKhhwQ"], "issued_at": "2018-10-06T17:53:29.000000Z"}} 2018-10-06 17:53:29,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8011d92a1de1170b224f01775eb38b52543cdd47" 2018-10-06 17:53:29,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddb9d9e7-9d33-40ed-9511-faab860ac3d1 x-compute-request-id: req-ddb9d9e7-9d33-40ed-9511-faab860ac3d1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 17:53:29,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-ddb9d9e7-9d33-40ed-9511-faab860ac3d1 2018-10-06 17:53:29,716 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-06 17:53:29,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8011d92a1de1170b224f01775eb38b52543cdd47" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-10-06 17:53:29,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ad4be81-9fd2-4515-a84f-1b89afba44c3 x-compute-request-id: req-8ad4be81-9fd2-4515-a84f-1b89afba44c3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:53:29,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8ad4be81-9fd2-4515-a84f-1b89afba44c3 2018-10-06 17:53:29,827 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=237989d2-27bd-42e6-bd96-ac88b31d16c7 created successfully. 2018-10-06 17:53:29,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:53:29,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c2c1f7-9310-4600-9220-a578b3fdb522 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:53:29,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3c2c1f7-9310-4600-9220-a578b3fdb522 2018-10-06 17:53:29,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:53:30,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["qnbwh_QFQnGsvGT4TKD9Bg"], "issued_at": "2018-10-06T17:53:30.000000Z"}} 2018-10-06 17:53:30,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 17:53:30,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6932 X-Openstack-Request-Id: req-4c485fc6-7bfb-43bb-adce-00b61f51bc44 Date: Sat, 06 Oct 2018 17:53:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1cebdb1c-ea7b-47d3-8500-5eb3dafd8d56","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:51Z","provider:segmentation_id":83,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:51Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db8ee82e-7ffc-4e97-a205-157f1123fe71"],"description":"","tags":[],"updated_at":"2018-10-06T17:28:04Z","provider:segmentation_id":91,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5411eaeb-918e-4c03-88d8-e337d3fe3aaf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:38Z","provider:segmentation_id":2,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:38Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6015734d-dc92-4223-a7f7-70e8c303a214","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["156da77f-3da2-4d88-a215-9586f73b2dad"],"description":"","tags":[],"updated_at":"2018-10-06T17:46:47Z","provider:segmentation_id":99,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:47Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"65cbed17-b390-4d8b-9378-014b2d3761ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:46Z","provider:segmentation_id":31,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6aaae71f-ff60-413c-9fa2-8f90b3be826d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:49Z","provider:segmentation_id":10,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:49Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"}]} 2018-10-06 17:53:30,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4c485fc6-7bfb-43bb-adce-00b61f51bc44 2018-10-06 17:53:30,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 17:53:30,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-b7b343c7-f7e6-47c4-b819-513e47a3ce2f Date: Sat, 06 Oct 2018 17:53:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:47Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:46:47Z","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":"b02668b3789342938652e3506ba63a25","id":"156da77f-3da2-4d88-a215-9586f73b2dad","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:46Z","dns_nameservers":[],"updated_at":"2018-10-06T15:01:46Z","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":"e1140685c59845c1a675f49703da2d8e","id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:28:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"b02668b3789342938652e3506ba63a25","id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-06 17:53:30,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b7b343c7-f7e6-47c4-b819-513e47a3ce2f 2018-10-06 17:53:30,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 17:53:30,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-300877bf-e447-49e5-9c5c-4fc48cc50363 Date: Sat, 06 Oct 2018 17:53:30 GMT RESP BODY: {"routers": []} 2018-10-06 17:53:30,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-300877bf-e447-49e5-9c5c-4fc48cc50363 2018-10-06 17:53:30,882 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-06 17:53:30,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-10-06 17:53:31,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-733c8dfb-ddb7-40f4-bfb3-8e58f8309c90 Date: Sat, 06 Oct 2018 17:53: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":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:53:31Z","is_default":false,"provider:segmentation_id":17,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:31Z","mtu":1450}} 2018-10-06 17:53:31,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-733c8dfb-ddb7-40f4-bfb3-8e58f8309c90 2018-10-06 17:53:31,286 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ba85b2ab-a0a8-43d1-b262-292f6a9eda99' created successfully 2018-10-06 17:53:31,286 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-06 17:53:31,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"subnets": [{"ip_version": 4, "network_id": "ba85b2ab-a0a8-43d1-b262-292f6a9eda99", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-10-06 17:53:31,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-0fb75565-edaa-421b-ab13-547389ba3ed5 Date: Sat, 06 Oct 2018 17:53:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-06T17:53:31Z","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":"b02668b3789342938652e3506ba63a25","id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-10-06 17:53:31,896 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-0fb75565-edaa-421b-ab13-547389ba3ed5 2018-10-06 17:53:31,896 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd0bb3a03-355c-41a8-b55e-80f09fe3268c' created successfully 2018-10-06 17:53:31,896 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-06 17:53:31,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-10-06 17:53:32,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-57fe70fa-6d43-4776-b610-590e9395869e Date: Sat, 06 Oct 2018 17:53:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:53:32Z", "revision_number": 0, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7", "name": "sdnvpn-13-1-router"}} 2018-10-06 17:53:32,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-57fe70fa-6d43-4776-b610-590e9395869e 2018-10-06 17:53:32,211 - sdnvpn.lib.openstack_utils - DEBUG - Router '9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7' created successfully 2018-10-06 17:53:32,212 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-06 17:53:32,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"subnet_id": "d0bb3a03-355c-41a8-b55e-80f09fe3268c"}' 2018-10-06 17:53:33,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fc9a4f9f-353f-4e9c-b0b3-f27f249fbad1 Date: Sat, 06 Oct 2018 17:53:33 GMT RESP BODY: {"network_id": "ba85b2ab-a0a8-43d1-b262-292f6a9eda99", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "d0bb3a03-355c-41a8-b55e-80f09fe3268c", "subnet_ids": ["d0bb3a03-355c-41a8-b55e-80f09fe3268c"], "port_id": "532e5666-7472-401a-bedc-324f06715c38", "id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7"} 2018-10-06 17:53:33,803 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7/add_router_interface used request id req-fc9a4f9f-353f-4e9c-b0b3-f27f249fbad1 2018-10-06 17:53:33,804 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-06 17:53:33,805 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-06 17:53:33,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 17:53:34,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7593 X-Openstack-Request-Id: req-c078827c-3002-478b-a774-4539a47d6d75 Date: Sat, 06 Oct 2018 17:53:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1cebdb1c-ea7b-47d3-8500-5eb3dafd8d56","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:51Z","provider:segmentation_id":83,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:51Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["db8ee82e-7ffc-4e97-a205-157f1123fe71"],"description":"","tags":[],"updated_at":"2018-10-06T17:28:04Z","provider:segmentation_id":91,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5411eaeb-918e-4c03-88d8-e337d3fe3aaf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:38Z","provider:segmentation_id":2,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:38Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6015734d-dc92-4223-a7f7-70e8c303a214","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["156da77f-3da2-4d88-a215-9586f73b2dad"],"description":"","tags":[],"updated_at":"2018-10-06T17:46:47Z","provider:segmentation_id":99,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:47Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"65cbed17-b390-4d8b-9378-014b2d3761ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:46Z","provider:segmentation_id":31,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6aaae71f-ff60-413c-9fa2-8f90b3be826d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e09caf76b7394fb1915e7c3b730fb03f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T17:42:49Z","provider:segmentation_id":10,"name":"","admin_state_up":true,"tenant_id":"e09caf76b7394fb1915e7c3b730fb03f","created_at":"2018-10-06T17:42:49Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b17d7bb-8256-47ef-856a-62f8136f6415","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3daab45b191a4f33a7b9b59e75239624","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:41Z","provider:segmentation_id":56,"name":"c_rally_56e83524_R3hCHeJG","admin_state_up":true,"tenant_id":"3daab45b191a4f33a7b9b59e75239624","created_at":"2018-10-06T16:07:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f1d45eb-b5cf-4110-be86-efc6b85b3275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bf54003f0914bae88903ce128ab9bc6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:27Z","provider:segmentation_id":69,"name":"c_rally_963dd803_vOPu6qBv","admin_state_up":true,"tenant_id":"3bf54003f0914bae88903ce128ab9bc6","created_at":"2018-10-06T16:07:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a3d8fe-c4a7-4150-9870-72ed90ef4a96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ce208c4ab184153949b3fe76c799df7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:07:53Z","provider:segmentation_id":79,"name":"c_rally_10dcc05a_MhT1CHVG","admin_state_up":true,"tenant_id":"5ce208c4ab184153949b3fe76c799df7","created_at":"2018-10-06T16:07:53Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a4e8f0ad-864f-421d-adb6-d23f557fc23e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b74dfe8f4814a029f2d2ab8f26dda77","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T16:09:13Z","provider:segmentation_id":52,"name":"c_rally_2f47e854_FcnNX2CX","admin_state_up":true,"tenant_id":"7b74dfe8f4814a029f2d2ab8f26dda77","created_at":"2018-10-06T16:09:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","subnets":["d0bb3a03-355c-41a8-b55e-80f09fe3268c"],"description":"","tags":[],"updated_at":"2018-10-06T17:53:31Z","provider:segmentation_id":17,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:31Z","provider:network_type":"vxlan"}]} 2018-10-06 17:53:34,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c078827c-3002-478b-a774-4539a47d6d75 2018-10-06 17:53:34,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"router": {"external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c"}}}' 2018-10-06 17:53:35,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-1c26dd5c-fed8-46b2-8a6f-4b07fcf60e9d Date: Sat, 06 Oct 2018 17:53:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:53:35Z", "revision_number": 3, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7", "name": "sdnvpn-13-1-router"}} 2018-10-06 17:53:35,431 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 used request id req-1c26dd5c-fed8-46b2-8a6f-4b07fcf60e9d 2018-10-06 17:53:35,431 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-06 17:53:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 17:53:35,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-0b839cfd-f183-47b9-9726-56dd2544da79 Date: Sat, 06 Oct 2018 17:53:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T15:12:05Z", "updated_at": "2018-10-06T15:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "2a3edafc-4ec2-4801-8473-1bff7fb366c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b34d8d34-778b-48e7-9ad6-da102dc5f4a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b47823a0-e208-45bf-b397-3ea8bbeb4428", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:12:06Z", "revision_number": 0, "id": "b7f07f38-01ea-4600-8f65-5bb1b580f910", "remote_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "remote_ip_prefix": null, "created_at": "2018-10-06T15:12:06Z", "security_group_id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 4, "project_id": "b02668b3789342938652e3506ba63a25", "id": "424b9351-d36c-41f5-8ad6-19c0c049a9e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T15:14:16Z", "updated_at": "2018-10-06T15:14:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "1da8aca8-8082-410a-9c60-a60cabbaf7fc", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "682bdbbc-4ef7-448e-9eb1-ec46e85bede1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "7720a143-678b-4182-9973-59ee5ea86d32", "remote_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:14:16Z", "revision_number": 0, "id": "e8909d29-2d5e-4c3f-89b6-113a7ac5367c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:14:16Z", "security_group_id": "613d75e4-3060-4204-9378-bf72b6643427", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "613d75e4-3060-4204-9378-bf72b6643427", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:07:27Z", "updated_at": "2018-10-06T17:10:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "046ddba6-638c-4833-97e2-1a317064f359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-06T17:10:28Z", "revision_number": 0, "id": "6f120a01-567c-45a7-aa79-75fa5a215922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:10:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 179, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "6f9c854c-16ad-41dd-9deb-aec017795165", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T17:07:29Z", "revision_number": 0, "id": "8df30607-f181-4c2f-b7fa-b09fb94a2ead", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:29Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "904b2cfb-e28f-4f36-bf18-a388421bf7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:07:27Z", "revision_number": 0, "id": "ae71df8a-64c8-42a3-9f7e-6685d5e9ece6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:27Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T17:07:28Z", "revision_number": 0, "id": "d710de98-5c07-4dc6-8022-df3f490aca05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:07:28Z", "security_group_id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "tenant_id": "b02668b3789342938652e3506ba63a25", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02668b3789342938652e3506ba63a25"}], "revision_number": 7, "project_id": "b02668b3789342938652e3506ba63a25", "id": "75ba77f1-4f0d-4057-97a5-d144b70889cc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e1140685c59845c1a675f49703da2d8e", "created_at": "2018-10-06T15:01:40Z", "updated_at": "2018-10-06T15:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "04b68718-4512-441b-b483-4595bf3eb3a4", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "480b22a1-fb0d-496e-a3fd-64788a8fe33f", "remote_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "cea8cd3e-fc52-42a5-bffe-d96a77e96bd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e1140685c59845c1a675f49703da2d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T15:01:40Z", "revision_number": 0, "id": "df1162f7-503c-48df-a30d-dab86fe3795b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T15:01:40Z", "security_group_id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "tenant_id": "e1140685c59845c1a675f49703da2d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e1140685c59845c1a675f49703da2d8e"}], "revision_number": 4, "project_id": "e1140685c59845c1a675f49703da2d8e", "id": "761dfb3f-0f17-48d0-b4e7-b2e793e9e0b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "650bb87463094be9a972fbc37f63fa53", "created_at": "2018-10-06T17:02:29Z", "updated_at": "2018-10-06T17:02:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "30f65b8a-198e-4213-a46f-1c8ecf4ce212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "45b1e634-611b-4602-99cc-cc2babde9f5d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv4", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "72bf439f-4d2c-4072-8762-95ccf5bf4a6d", "remote_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T17:02:29Z", "revision_number": 0, "id": "cb92d96f-f2eb-4d25-a91d-cd42319cc470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T17:02:29Z", "security_group_id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "tenant_id": "650bb87463094be9a972fbc37f63fa53", "port_range_min": null, "ethertype": "IPv6", "project_id": "650bb87463094be9a972fbc37f63fa53"}], "revision_number": 4, "project_id": "650bb87463094be9a972fbc37f63fa53", "id": "c59a391a-211e-4bdc-83a7-cc0608640b01", "name": "default"}]} 2018-10-06 17:53:35,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-0b839cfd-f183-47b9-9726-56dd2544da79 2018-10-06 17:53:35,644 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-06 17:53:35,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:53:35,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30468b2-7c5d-4dac-ad07-760ca7d18db0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:53:35,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e30468b2-7c5d-4dac-ad07-760ca7d18db0 2018-10-06 17:53:35,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:53:36,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["5KbukQOjSFux-QPj8b68Dg"], "issued_at": "2018-10-06T17:53:36.000000Z"}} 2018-10-06 17:53:36,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" 2018-10-06 17:53:36,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39596746-9c8b-4065-baaa-f0de5e101d12 x-compute-request-id: req-39596746-9c8b-4065-baaa-f0de5e101d12 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 17:53:36,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-39596746-9c8b-4065-baaa-f0de5e101d12 2018-10-06 17:53:36,205 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-06 17:53:36,205 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-10-06 17:53:36,205 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=5eb07acc-bd8b-48aa-bc7f-d247dcb405b2 network=ba85b2ab-a0a8-43d1-b262-292f6a9eda99 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-10-06 17:53:36,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:53:36,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:53:36,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:53:36,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:53:36,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:53:36,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:53:36,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:53:36,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:53:36,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:53:36,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:53:36,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:53:36,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:53:36,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d4d713-600c-4358-ad96-52dfe7aed198 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:53:36,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-33d4d713-600c-4358-ad96-52dfe7aed198 2018-10-06 17:53:36,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:53:36,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["s39SVPs0RsSi1ahGZwqC6w"], "issued_at": "2018-10-06T17:53:36.000000Z"}} 2018-10-06 17:53:36,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbba6f13dab0a03c9966c39b522abf5dd735afc" 2018-10-06 17:53:36,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2299141-8500-48f5-b241-492c236e0a3c x-compute-request-id: req-e2299141-8500-48f5-b241-492c236e0a3c Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:53:36,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e2299141-8500-48f5-b241-492c236e0a3c 2018-10-06 17:53:36,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbba6f13dab0a03c9966c39b522abf5dd735afc" 2018-10-06 17:53:36,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-870f8778-63f3-43c0-9668-e49f93a43dff x-compute-request-id: req-870f8778-63f3-43c0-9668-e49f93a43dff Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:53:36,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 used request id req-870f8778-63f3-43c0-9668-e49f93a43dff 2018-10-06 17:53:36,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbba6f13dab0a03c9966c39b522abf5dd735afc" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ba85b2ab-a0a8-43d1-b262-292f6a9eda99"}], "config_drive": true}}' 2018-10-06 17:53:38,273 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6eca993f-6b80-4a7c-bcc6-cc709dd0b06a x-compute-request-id: req-6eca993f-6b80-4a7c-bcc6-cc709dd0b06a Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "adminPass": "6Z5QoZttM3hy"}} 2018-10-06 17:53:38,273 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-6eca993f-6b80-4a7c-bcc6-cc709dd0b06a 2018-10-06 17:53:38,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:53:38,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-944a98a5-6ead-4c4c-95a7-d1f2e73862e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:53:38,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-944a98a5-6ead-4c4c-95a7-d1f2e73862e9 2018-10-06 17:53:38,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:53:38,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["qs7J9LzpS0Wva8Kr6wL0cA"], "issued_at": "2018-10-06T17:53:38.000000Z"}} 2018-10-06 17:53:38,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:53:39,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53: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-15ae8f69-8afb-4ce4-bff8-2d80827839ec x-compute-request-id: req-15ae8f69-8afb-4ce4-bff8-2d80827839ec 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.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:53:39,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-15ae8f69-8afb-4ce4-bff8-2d80827839ec 2018-10-06 17:53:42,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:53:42,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e1af187-61eb-4e00-bf75-5d2ba22607c3 x-compute-request-id: req-9e1af187-61eb-4e00-bf75-5d2ba22607c3 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:53:42,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-9e1af187-61eb-4e00-bf75-5d2ba22607c3 2018-10-06 17:53:45,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:53:46,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53: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-9133968e-dfdd-459a-8fd8-28ecceffd462 x-compute-request-id: req-9133968e-dfdd-459a-8fd8-28ecceffd462 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:53:46,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-9133968e-dfdd-459a-8fd8-28ecceffd462 2018-10-06 17:53:49,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:53:50,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3c95880-aa0a-497c-ba5d-91ad248324bd x-compute-request-id: req-f3c95880-aa0a-497c-ba5d-91ad248324bd Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:53:50,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-f3c95880-aa0a-497c-ba5d-91ad248324bd 2018-10-06 17:53:53,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:53:54,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7ce2b6f-6b07-446e-b645-a84037ac0878 x-compute-request-id: req-c7ce2b6f-6b07-446e-b645-a84037ac0878 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:53:54,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-c7ce2b6f-6b07-446e-b645-a84037ac0878 2018-10-06 17:53:57,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:53:57,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:53: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-6f044b99-04f2-41ee-bbcf-923c1c9c3616 x-compute-request-id: req-6f044b99-04f2-41ee-bbcf-923c1c9c3616 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:53:57,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-6f044b99-04f2-41ee-bbcf-923c1c9c3616 2018-10-06 17:54:00,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:01,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54: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-3a81d8b8-608b-4efc-8d9d-ead955367e07 x-compute-request-id: req-3a81d8b8-608b-4efc-8d9d-ead955367e07 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:01,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-3a81d8b8-608b-4efc-8d9d-ead955367e07 2018-10-06 17:54:04,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:05,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c677473-914c-48c0-acbd-0ca4c432e39a x-compute-request-id: req-4c677473-914c-48c0-acbd-0ca4c432e39a Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:05,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-4c677473-914c-48c0-acbd-0ca4c432e39a 2018-10-06 17:54:08,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:08,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-485818e0-32c7-4bca-86f7-cc02e4c0ec60 x-compute-request-id: req-485818e0-32c7-4bca-86f7-cc02e4c0ec60 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:08,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-485818e0-32c7-4bca-86f7-cc02e4c0ec60 2018-10-06 17:54:11,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:11,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-5f143c42-c264-4585-918a-7a9c135fd13b x-compute-request-id: req-5f143c42-c264-4585-918a-7a9c135fd13b Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:11,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-5f143c42-c264-4585-918a-7a9c135fd13b 2018-10-06 17:54:14,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:15,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-be1de3b8-14cd-4e59-857b-62dedf4b33af x-compute-request-id: req-be1de3b8-14cd-4e59-857b-62dedf4b33af Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:15,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-be1de3b8-14cd-4e59-857b-62dedf4b33af 2018-10-06 17:54:18,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:19,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54: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-a47765c8-f681-476f-b963-61815dd092ed x-compute-request-id: req-a47765c8-f681-476f-b963-61815dd092ed Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:19,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-a47765c8-f681-476f-b963-61815dd092ed 2018-10-06 17:54:22,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:22,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-ccea1325-3895-4ec9-a3e4-8fc060c0ad20 x-compute-request-id: req-ccea1325-3895-4ec9-a3e4-8fc060c0ad20 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:22,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-ccea1325-3895-4ec9-a3e4-8fc060c0ad20 2018-10-06 17:54:25,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:26,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-b02cf97e-436d-46f4-8e00-74d0038ca0c9 x-compute-request-id: req-b02cf97e-436d-46f4-8e00-74d0038ca0c9 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:26,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-b02cf97e-436d-46f4-8e00-74d0038ca0c9 2018-10-06 17:54:29,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:29,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b7d13c2-79ff-49c6-8164-ca519684c11e x-compute-request-id: req-6b7d13c2-79ff-49c6-8164-ca519684c11e Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:29,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-6b7d13c2-79ff-49c6-8164-ca519684c11e 2018-10-06 17:54:32,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:33,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e66c5929-f3bc-4648-ba6b-8ad8eae60f61 x-compute-request-id: req-e66c5929-f3bc-4648-ba6b-8ad8eae60f61 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:33,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-e66c5929-f3bc-4648-ba6b-8ad8eae60f61 2018-10-06 17:54:36,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:37,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54: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-bb142371-a87a-479d-96c4-70d17c553ee3 x-compute-request-id: req-bb142371-a87a-479d-96c4-70d17c553ee3 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:37,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-bb142371-a87a-479d-96c4-70d17c553ee3 2018-10-06 17:54:40,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:40,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54b817cd-1eac-42db-89fd-e5860f3e9530 x-compute-request-id: req-54b817cd-1eac-42db-89fd-e5860f3e9530 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:40,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-54b817cd-1eac-42db-89fd-e5860f3e9530 2018-10-06 17:54:43,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:44,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54: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-c6d7aade-7a44-4349-af22-41a71596d91e x-compute-request-id: req-c6d7aade-7a44-4349-af22-41a71596d91e Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:44,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-c6d7aade-7a44-4349-af22-41a71596d91e 2018-10-06 17:54:47,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:47,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54: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-84c5a2a9-3fd4-4093-a452-35f1b4009e66 x-compute-request-id: req-84c5a2a9-3fd4-4093-a452-35f1b4009e66 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:47,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-84c5a2a9-3fd4-4093-a452-35f1b4009e66 2018-10-06 17:54:50,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:51,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcd85315-9823-47c7-b33b-aadcc64160b4 x-compute-request-id: req-dcd85315-9823-47c7-b33b-aadcc64160b4 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:51,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-dcd85315-9823-47c7-b33b-aadcc64160b4 2018-10-06 17:54:54,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:54,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d5a732e-ebab-499b-be60-476ba1583b67 x-compute-request-id: req-7d5a732e-ebab-499b-be60-476ba1583b67 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:54,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-7d5a732e-ebab-499b-be60-476ba1583b67 2018-10-06 17:54:57,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:54:58,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:54:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cda9247-9421-47f1-9b86-2e68a54bee20 x-compute-request-id: req-1cda9247-9421-47f1-9b86-2e68a54bee20 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:54:58,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-1cda9247-9421-47f1-9b86-2e68a54bee20 2018-10-06 17:55:01,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:02,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14206cab-d222-4b04-933d-29300cc0d919 x-compute-request-id: req-14206cab-d222-4b04-933d-29300cc0d919 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:02,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-14206cab-d222-4b04-933d-29300cc0d919 2018-10-06 17:55:05,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:05,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55: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-e67f6687-88c4-4029-a651-a70fb4db47c7 x-compute-request-id: req-e67f6687-88c4-4029-a651-a70fb4db47c7 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:05,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-e67f6687-88c4-4029-a651-a70fb4db47c7 2018-10-06 17:55:08,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:09,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d34b5781-75fe-4849-8192-a0876420b6bc x-compute-request-id: req-d34b5781-75fe-4849-8192-a0876420b6bc Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:09,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-d34b5781-75fe-4849-8192-a0876420b6bc 2018-10-06 17:55:12,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:12,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4072a6b2-62f6-4f48-b611-6fe5d1f665eb x-compute-request-id: req-4072a6b2-62f6-4f48-b611-6fe5d1f665eb Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:12,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-4072a6b2-62f6-4f48-b611-6fe5d1f665eb 2018-10-06 17:55:15,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:16,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9ff9703-d243-4230-9f8f-ab8c712baf15 x-compute-request-id: req-a9ff9703-d243-4230-9f8f-ab8c712baf15 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:16,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-a9ff9703-d243-4230-9f8f-ab8c712baf15 2018-10-06 17:55:19,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:20,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-728068b1-77d5-4716-8ca5-76fa6e0ead91 x-compute-request-id: req-728068b1-77d5-4716-8ca5-76fa6e0ead91 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:20,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-728068b1-77d5-4716-8ca5-76fa6e0ead91 2018-10-06 17:55:23,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:23,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b7e75ab-17ca-4d93-8bdd-b90f58c41c21 x-compute-request-id: req-4b7e75ab-17ca-4d93-8bdd-b90f58c41c21 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:23,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-4b7e75ab-17ca-4d93-8bdd-b90f58c41c21 2018-10-06 17:55:26,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:27,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c403940f-e4f3-47de-937f-25b2a3034a9b x-compute-request-id: req-c403940f-e4f3-47de-937f-25b2a3034a9b Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:27,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-c403940f-e4f3-47de-937f-25b2a3034a9b 2018-10-06 17:55:30,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:30,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a770439-6d99-4d82-90b6-72af8c8cea88 x-compute-request-id: req-0a770439-6d99-4d82-90b6-72af8c8cea88 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:30,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-0a770439-6d99-4d82-90b6-72af8c8cea88 2018-10-06 17:55:33,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:34,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55: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-08fcaf56-a561-4f20-866c-25301331dbe7 x-compute-request-id: req-08fcaf56-a561-4f20-866c-25301331dbe7 Content-Encoding: gzip Content-Length: 783 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:53:40Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:34,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-08fcaf56-a561-4f20-866c-25301331dbe7 2018-10-06 17:55:37,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3def868ed7e959ee5ea00a0f3ec5004d30faa437" 2018-10-06 17:55:37,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99f1bb82-cd36-475c-9b24-173c5e165f24 x-compute-request-id: req-99f1bb82-cd36-475c-9b24-173c5e165f24 Content-Encoding: gzip Content-Length: 789 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-10-06T17:55:29.000000", "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:55:34Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:37,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-99f1bb82-cd36-475c-9b24-173c5e165f24 2018-10-06 17:55:37,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbba6f13dab0a03c9966c39b522abf5dd735afc" 2018-10-06 17:55:38,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a7a5ffb-92bc-4e8b-becf-d8ed6414806a x-compute-request-id: req-6a7a5ffb-92bc-4e8b-becf-d8ed6414806a Content-Encoding: gzip Content-Length: 789 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:65:41:db", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-10-06T17:55:29.000000", "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "c4412adf-a164-4f73-85fa-cab3e50fe53e", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:55:34Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-06T17:53:38Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:38,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e used request id req-6a7a5ffb-92bc-4e8b-becf-d8ed6414806a 2018-10-06 17:55:38,364 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.12'. 2018-10-06 17:55:38,364 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-10-06 17:55:38,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:55:39,925 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:55:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d5fd725-e1de-48e5-92aa-58d8ff4b114c x-compute-request-id: req-6d5fd725-e1de-48e5-92aa-58d8ff4b114c Content-Length: 0 Content-Type: application/json 2018-10-06 17:55:39,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e/action used request id req-6d5fd725-e1de-48e5-92aa-58d8ff4b114c 2018-10-06 17:55:39,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 17:55:40,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10242 X-Openstack-Request-Id: req-18c04519-6f7c-4d7c-8b93-763bd714a57e Date: Sat, 06 Oct 2018 17:55:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.2"}],"id":"09706f59-39d0-40b5-8d1d-08b9cea9f02c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:dc:2e","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ba85b2ab-a0a8-43d1-b262-292f6a9eda99","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:46:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"156da77f-3da2-4d88-a215-9586f73b2dad","ip_address":"10.10.10.4"}],"id":"255440aa-5c81-4d1b-bc90-f068009416f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:6c:de","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6015734d-dc92-4223-a7f7-70e8c303a214","name":"","admin_state_up":true,"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:33Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.1"}],"id":"532e5666-7472-401a-bedc-324f06715c38","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:33:66","project_id":"b02668b3789342938652e3506ba63a25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:55:39Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.12"}],"id":"64ea72c0-c81e-42d2-940f-db2b00c62a77","security_groups":["424b9351-d36c-41f5-8ad6-19c0c049a9e6","75ba77f1-4f0d-4057-97a5-d144b70889cc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:41:db","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"c4412adf-a164-4f73-85fa-cab3e50fe53e","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:46:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"156da77f-3da2-4d88-a215-9586f73b2dad","ip_address":"10.10.10.3"}],"id":"68df9796-08bc-4c5f-aba2-6280b197c59a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5c:f3","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6015734d-dc92-4223-a7f7-70e8c303a214","name":"","admin_state_up":true,"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:28:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","ip_address":"10.10.10.2"}],"id":"6e34890f-5978-4b28-ab01-0447c6834a6c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:a8:ae","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51d013d1-9aa2-46f6-9fa5-f2a5624b625f","name":"","admin_state_up":true,"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:28:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","ip_address":"10.10.10.4"}],"id":"7f3229d5-b847-4b1a-9051-fe0f36ae1c8d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:67:61","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51d013d1-9aa2-46f6-9fa5-f2a5624b625f","name":"","admin_state_up":true,"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:46:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"156da77f-3da2-4d88-a215-9586f73b2dad","ip_address":"10.10.10.2"}],"id":"860c5e1f-6750-4c52-945c-1c1fc0b560ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:59:9e","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6015734d-dc92-4223-a7f7-70e8c303a214","name":"","admin_state_up":true,"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.3"}],"id":"8db8d32c-0f63-4f19-9e11-fc7a4c78f5a0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:9a:bb","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ba85b2ab-a0a8-43d1-b262-292f6a9eda99","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.201"}],"id":"95fb9aec-4b55-4bfd-ab56-819455ce6af0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:55:b7:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T17:53:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:28:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","ip_address":"10.10.10.3"}],"id":"b0167b4b-a019-45c7-b812-56ede97f2866","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:a9:25","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51d013d1-9aa2-46f6-9fa5-f2a5624b625f","name":"","admin_state_up":true,"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.4"}],"id":"f8443ba6-72f1-4c37-ae0c-4d0e6f1c5507","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:da:9c","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ba85b2ab-a0a8-43d1-b262-292f6a9eda99","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:33Z","binding:vnic_type":"normal"}]} 2018-10-06 17:55:40,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-18c04519-6f7c-4d7c-8b93-763bd714a57e 2018-10-06 17:55:40,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/ports/64ea72c0-c81e-42d2-940f-db2b00c62a77 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:65:41:db"}]}}' 2018-10-06 17:55:40,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-c40ec476-0391-482e-b2d4-e0d0eb985efe Date: Sat, 06 Oct 2018 17:55:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:65:41:db"}],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:55:40Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.12"}],"id":"64ea72c0-c81e-42d2-940f-db2b00c62a77","security_groups":["424b9351-d36c-41f5-8ad6-19c0c049a9e6","75ba77f1-4f0d-4057-97a5-d144b70889cc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:41:db","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"c4412adf-a164-4f73-85fa-cab3e50fe53e","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:40Z","binding:vnic_type":"normal"}} 2018-10-06 17:55:40,813 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/ports/64ea72c0-c81e-42d2-940f-db2b00c62a77 used request id req-c40ec476-0391-482e-b2d4-e0d0eb985efe 2018-10-06 17:55:40,814 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-10-06 17:55:40,814 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=5eb07acc-bd8b-48aa-bc7f-d247dcb405b2 network=ba85b2ab-a0a8-43d1-b262-292f6a9eda99 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-10-06 17:55:40,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:55:40,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:55:40,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:55:40,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:55:40,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:55:40,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:55:40,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:55:40,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:55:40,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:55:40,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:55:40,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:55:40,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:55:40,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:55:40,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:55:40,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:55:40,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:55:40,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:55:40,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:55:40,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:55:40,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:55:40,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:55:40,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:55:40,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:55:40,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:55:40,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:55:40,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:55:40,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8a7675-0d63-49f7-93f8-dc9fb36d1152 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:55:40,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9b8a7675-0d63-49f7-93f8-dc9fb36d1152 2018-10-06 17:55:40,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:55:41,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:55:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["tQPxzLR_SGyTwobKBS_cog"], "issued_at": "2018-10-06T17:55:41.000000Z"}} 2018-10-06 17:55:41,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" 2018-10-06 17:55:41,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82af20e3-a7e8-484d-b332-88af9c19d153 x-compute-request-id: req-82af20e3-a7e8-484d-b332-88af9c19d153 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:55:41,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-82af20e3-a7e8-484d-b332-88af9c19d153 2018-10-06 17:55:41,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" 2018-10-06 17:55:41,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c689d494-9338-40ce-8a5e-8632c4db6ea0 x-compute-request-id: req-c689d494-9338-40ce-8a5e-8632c4db6ea0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:55:41,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 used request id req-c689d494-9338-40ce-8a5e-8632c4db6ea0 2018-10-06 17:55:41,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ba85b2ab-a0a8-43d1-b262-292f6a9eda99"}], "config_drive": true}}' 2018-10-06 17:55:42,833 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d10e476-e52c-4095-bdd1-9fd6715d838f x-compute-request-id: req-0d10e476-e52c-4095-bdd1-9fd6715d838f Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "adminPass": "LNyXJAuHF49G"}} 2018-10-06 17:55:42,834 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0d10e476-e52c-4095-bdd1-9fd6715d838f 2018-10-06 17:55:42,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:55:42,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea7f295-e384-4b69-8865-3341d7563e0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:55:42,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fea7f295-e384-4b69-8865-3341d7563e0e 2018-10-06 17:55:42,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:55:43,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["4qMpwjaVRHWzU_vkOR7nvA"], "issued_at": "2018-10-06T17:55:43.000000Z"}} 2018-10-06 17:55:43,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752c72c8ae17398319c75d9d686b877e2b4b9568" 2018-10-06 17:55:43,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55: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-edd24f19-23c5-4ecf-8a4e-bd1388ad5ad6 x-compute-request-id: req-edd24f19-23c5-4ecf-8a4e-bd1388ad5ad6 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.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:55: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-13-2", "created": "2018-10-06T17:55:42Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:43,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 used request id req-edd24f19-23c5-4ecf-8a4e-bd1388ad5ad6 2018-10-06 17:55:46,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752c72c8ae17398319c75d9d686b877e2b4b9568" 2018-10-06 17:55:47,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55: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-1c2b591a-94f1-495c-9a55-d24eff7fdcc3 x-compute-request-id: req-1c2b591a-94f1-495c-9a55-d24eff7fdcc3 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:41:cd:86", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:55:44Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-06T17:55:42Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:47,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 used request id req-1c2b591a-94f1-495c-9a55-d24eff7fdcc3 2018-10-06 17:55:50,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752c72c8ae17398319c75d9d686b877e2b4b9568" 2018-10-06 17:55:51,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55: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-b92f494e-f512-4f28-a335-7695d7bcc3f6 x-compute-request-id: req-b92f494e-f512-4f28-a335-7695d7bcc3f6 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:41:cd:86", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:55:44Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-06T17:55:42Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:51,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 used request id req-b92f494e-f512-4f28-a335-7695d7bcc3f6 2018-10-06 17:55:54,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752c72c8ae17398319c75d9d686b877e2b4b9568" 2018-10-06 17:55:55,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55: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-f9591b2b-f039-4ba4-ab91-8bc3f2b8dd1c x-compute-request-id: req-f9591b2b-f039-4ba4-ab91-8bc3f2b8dd1c 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:41:cd:86", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:55:44Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-06T17:55:42Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:55,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 used request id req-f9591b2b-f039-4ba4-ab91-8bc3f2b8dd1c 2018-10-06 17:55:58,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752c72c8ae17398319c75d9d686b877e2b4b9568" 2018-10-06 17:55:58,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:55: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-f98a0604-4b43-412f-97c2-d78ea95f092e x-compute-request-id: req-f98a0604-4b43-412f-97c2-d78ea95f092e 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:41:cd:86", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:55:44Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-06T17:55:42Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:55:58,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 used request id req-f98a0604-4b43-412f-97c2-d78ea95f092e 2018-10-06 17:56:01,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752c72c8ae17398319c75d9d686b877e2b4b9568" 2018-10-06 17:56:02,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7130bb0c-e4d9-4c6f-b837-6100d7e258fd x-compute-request-id: req-7130bb0c-e4d9-4c6f-b837-6100d7e258fd 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:41:cd:86", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-10-06T17:55:53.000000", "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:55:59Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-06T17:55:42Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:56:02,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 used request id req-7130bb0c-e4d9-4c6f-b837-6100d7e258fd 2018-10-06 17:56:02,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" 2018-10-06 17:56:03,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56: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-a966c3f6-1aae-44fb-a3d1-04fca1effb94 x-compute-request-id: req-a966c3f6-1aae-44fb-a3d1-04fca1effb94 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:41:cd:86", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/635a1365-9c02-4a23-88d8-b185604ee3f8", "rel": "bookmark"}], "image": {"id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "links": [{"href": "http://172.30.9.26:8774/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-10-06T17:55:53.000000", "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "635a1365-9c02-4a23-88d8-b185604ee3f8", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:55:59Z", "hostId": "d993dfcf6afef1ecfff50e6bf8db170561bc9b374a36edacad68e4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-06T17:55:42Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:56:03,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8 used request id req-a966c3f6-1aae-44fb-a3d1-04fca1effb94 2018-10-06 17:56:03,189 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.15'. 2018-10-06 17:56:03,189 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-10-06 17:56:03,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:56:04,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:56:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd4d7520-1d85-4ca0-a589-12f1b7649bfa x-compute-request-id: req-bd4d7520-1d85-4ca0-a589-12f1b7649bfa Content-Length: 0 Content-Type: application/json 2018-10-06 17:56:04,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-bd4d7520-1d85-4ca0-a589-12f1b7649bfa 2018-10-06 17:56:04,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 17:56:04,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11209 X-Openstack-Request-Id: req-5b85a651-c68c-4b01-ad70-4b1c9bb39df5 Date: Sat, 06 Oct 2018 17:56:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.2"}],"id":"09706f59-39d0-40b5-8d1d-08b9cea9f02c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:dc:2e","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ba85b2ab-a0a8-43d1-b262-292f6a9eda99","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:46:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"156da77f-3da2-4d88-a215-9586f73b2dad","ip_address":"10.10.10.4"}],"id":"255440aa-5c81-4d1b-bc90-f068009416f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:6c:de","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6015734d-dc92-4223-a7f7-70e8c303a214","name":"","admin_state_up":true,"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:33Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.1"}],"id":"532e5666-7472-401a-bedc-324f06715c38","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:33:66","project_id":"b02668b3789342938652e3506ba63a25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:65:41:db"}],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:55:40Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.12"}],"id":"64ea72c0-c81e-42d2-940f-db2b00c62a77","security_groups":["424b9351-d36c-41f5-8ad6-19c0c049a9e6","75ba77f1-4f0d-4057-97a5-d144b70889cc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:41:db","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"c4412adf-a164-4f73-85fa-cab3e50fe53e","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:46:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"156da77f-3da2-4d88-a215-9586f73b2dad","ip_address":"10.10.10.3"}],"id":"68df9796-08bc-4c5f-aba2-6280b197c59a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5c:f3","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6015734d-dc92-4223-a7f7-70e8c303a214","name":"","admin_state_up":true,"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:28:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","ip_address":"10.10.10.2"}],"id":"6e34890f-5978-4b28-ab01-0447c6834a6c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:a8:ae","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51d013d1-9aa2-46f6-9fa5-f2a5624b625f","name":"","admin_state_up":true,"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:56:04Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.15"}],"id":"7c9b1169-8d86-4dc2-abaf-2674db881027","security_groups":["424b9351-d36c-41f5-8ad6-19c0c049a9e6","75ba77f1-4f0d-4057-97a5-d144b70889cc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:cd:86","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"635a1365-9c02-4a23-88d8-b185604ee3f8","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:55:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:28:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","ip_address":"10.10.10.4"}],"id":"7f3229d5-b847-4b1a-9051-fe0f36ae1c8d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:67:61","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51d013d1-9aa2-46f6-9fa5-f2a5624b625f","name":"","admin_state_up":true,"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:46:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"156da77f-3da2-4d88-a215-9586f73b2dad","ip_address":"10.10.10.2"}],"id":"860c5e1f-6750-4c52-945c-1c1fc0b560ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:59:9e","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6015734d-dc92-4223-a7f7-70e8c303a214","name":"","admin_state_up":true,"network_id":"6015734d-dc92-4223-a7f7-70e8c303a214","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:46:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.3"}],"id":"8db8d32c-0f63-4f19-9e11-fc7a4c78f5a0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:9a:bb","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ba85b2ab-a0a8-43d1-b262-292f6a9eda99","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3","ip_address":"172.30.9.201"}],"id":"95fb9aec-4b55-4bfd-ab56-819455ce6af0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:55:b7:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7","name":"","admin_state_up":true,"network_id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","tenant_id":"","created_at":"2018-10-06T17:53:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:28:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db8ee82e-7ffc-4e97-a205-157f1123fe71","ip_address":"10.10.10.3"}],"id":"b0167b4b-a019-45c7-b812-56ede97f2866","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:a9:25","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51d013d1-9aa2-46f6-9fa5-f2a5624b625f","name":"","admin_state_up":true,"network_id":"51d013d1-9aa2-46f6-9fa5-f2a5624b625f","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:28:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:53:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.4"}],"id":"f8443ba6-72f1-4c37-ae0c-4d0e6f1c5507","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:da:9c","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ba85b2ab-a0a8-43d1-b262-292f6a9eda99","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:53:33Z","binding:vnic_type":"normal"}]} 2018-10-06 17:56:04,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-5b85a651-c68c-4b01-ad70-4b1c9bb39df5 2018-10-06 17:56:04,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/ports/7c9b1169-8d86-4dc2-abaf-2674db881027 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:41:cd:86"}]}}' 2018-10-06 17:56:04,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-8f35d29b-be70-41ce-bd46-205d4635c5b1 Date: Sat, 06 Oct 2018 17:56:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:41:cd:86"}],"extra_dhcp_opts":[],"updated_at":"2018-10-06T17:56:04Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d0bb3a03-355c-41a8-b55e-80f09fe3268c","ip_address":"10.10.10.15"}],"id":"7c9b1169-8d86-4dc2-abaf-2674db881027","security_groups":["424b9351-d36c-41f5-8ad6-19c0c049a9e6","75ba77f1-4f0d-4057-97a5-d144b70889cc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:cd:86","project_id":"b02668b3789342938652e3506ba63a25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"635a1365-9c02-4a23-88d8-b185604ee3f8","name":"","admin_state_up":true,"network_id":"ba85b2ab-a0a8-43d1-b262-292f6a9eda99","tenant_id":"b02668b3789342938652e3506ba63a25","created_at":"2018-10-06T17:55:44Z","binding:vnic_type":"normal"}} 2018-10-06 17:56:05,000 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/ports/7c9b1169-8d86-4dc2-abaf-2674db881027 used request id req-8f35d29b-be70-41ce-bd46-205d4635c5b1 2018-10-06 17:56:05,001 - sdnvpn_test_utils - INFO - Waiting for instance c4412adf-a164-4f73-85fa-cab3e50fe53e to boot up 2018-10-06 17:56:05,005 - sdnvpn_test_utils - INFO - Waiting for instance 635a1365-9c02-4a23-88d8-b185604ee3f8 to boot up 2018-10-06 17:56:05,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbba6f13dab0a03c9966c39b522abf5dd735afc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:05,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:06,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58adc42c-a761-45ce-97f7-f05a86c052c0 x-compute-request-id: req-58adc42c-a761-45ce-97f7-f05a86c052c0 Content-Encoding: gzip Content-Length: 10490 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n"} 2018-10-06 17:56:06,138 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-58adc42c-a761-45ce-97f7-f05a86c052c0 2018-10-06 17:56:06,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9406ac87-7d6c-4cb2-bf06-f599c3dc60d4 x-compute-request-id: req-9406ac87-7d6c-4cb2-bf06-f599c3dc60d4 Content-Encoding: gzip Content-Length: 13561 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 612753329 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132478] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134122] pid_max: default: 32768 minimum: 301\n[ 0.135013] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137690] Security Framework initialized\n[ 0.138502] Yama: becoming mindful.\n[ 0.139227] AppArmor: AppArmor initialized\n[ 0.140142] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141536] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143183] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144408] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145789] Initializing cgroup subsys io\n[ 0.146604] Initializing cgroup subsys memory\n[ 0.147458] Initializing cgroup subsys devices\n[ 0.148333] Initializing cgroup subsys freezer\n[ 0.149198] Initializing cgroup subsys net_cls\n[ 0.150065] Initializing cgroup subsys perf_event\n[ 0.150969] Initializing cgroup subsys net_prio\n[ 0.151858] Initializing cgroup subsys hugetlb\n[ 0.152728] Initializing cgroup subsys pids\n[ 0.153602] CPU: Physical Processor ID: 0\n[ 0.155091] mce: CPU supports 10 MCE banks\n[ 0.155948] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156948] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167685] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.174073] ftrace: allocating 32123 entries in 126 pages\n[ 0.200229] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201450] smpboot: Max logical packages: 1\n[ 0.202443] x2apic enabled\n[ 0.203243] Switched APIC routing to physical x2apic.\n[ 0.204994] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206113] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208093] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209877] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213346] devtmpfs: initialized\n[ 0.215818] evm: security.selinux\n[ 0.216517] evm: security.SMACK64\n[ 0.217205] evm: security.SMACK64EXEC\n[ 0.217947] evm: security.SMACK64TRANSMUTE\n[ 0.218757] evm: security.SMACK64MMAP\n[ 0.219499] evm: security.ima\n[ 0.220131] evm: security.capability\n[ 0.220930] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222786] pinctrl core: initialized pinctrl subsystem\n[ 0.223876] RTC time: 17:55:29, date: 10/06/18\n[ 0.224811] NET: Registered protocol family 16\n[ 0.225778] cpuidle: using governor ladder\n[ 0.226595] cpuidle: using governor menu\n[ 0.227391] PCCT header not found.\n[ 0.228140] ACPI: bus type PCI registered\n[ 0.228953] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230198] PCI: Using configuration type 1 for base access\n[ 0.232360] ACPI: Added _OSI(Module Device)\n[ 0.233192] ACPI: Added _OSI(Processor Device)\n[ 0.234065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237138] ACPI: Interpreter enabled\n[ 0.237907] ACPI: (supports S0 S5)\n[ 0.238615] ACPI: Using IOAPIC for interrupt routing\n[ 0.239566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242642] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243759] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248469] acpiphp: Slot [3] registered\n[ 0.249254] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250838] acpiphp: Slot [6] registered\n[ 0.251626] acpiphp: Slot [7] registered\n[ 0.252411] acpiphp: Slot [8] registered\n[ 0.253196] acpiphp: Slot [9] registered\n[ 0.253991] acpiphp: Slot [10] registered\n[ 0.254801] acpiphp: Slot [11] registered\n[ 0.255615] acpiphp: Slot [12] registered\n[ 0.256422] acpiphp: Slot [13] registered\n[ 0.257224] acpiphp: Slot [14] registered\n[ 0.268092] acpiphp: Slot [15] registered\n[ 0.268901] acpiphp: Slot [16] registered\n[ 0.269706] acpiphp: Slot [17] registered\n[ 0.270510] acpiphp: Slot [18] registered\n[ 0.271316] acpiphp: Slot [19] registered\n[ 0.272122] acpiphp: Slot [20] registered\n[ 0.272929] acpiphp: Slot [21] registered\n[ 0.273736] acpiphp: Slot [22] registered\n[ 0.274542] acpiphp: Slot [23] registered\n[ 0.275347] acpiphp: Slot [24] registered\n[ 0.276152] acpiphp: Slot [25] registered\n[ 0.276969] acpiphp: Slot [26] registered\n[ 0.277773] acpiphp: Slot [27] registered\n[ 0.278575] acpiphp: Slot [28] registered\n[ 0.279382] acpiphp: Slot [29] registered\n[ 0.280191] acpiphp: Slot [30] registered\n[ 0.280998] acpiphp: Slot [31] registered\n[ 0.281808] PCI host bridge to bus 0000:00\n[ 0.282618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283823] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285029] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286473] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.287912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296619] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304259] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354126] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355530] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356910] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358150] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360585] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362119] vgaarb: loaded\n[ 0.362728] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363868] SCSI subsystem initialized\n[ 0.364688] ACPI: bus type USB registered\n[ 0.365498] usbcore: registered new interface driver usbfs\n[ 0.366519] usbcore: registered new interface driver hub\n[ 0.367524] usbcore: registered new device driver usb\n[ 0.368564] PCI: Using ACPI for IRQ routing\n[ 0.369581] NetLabel: Initializing\n[ 0.370289] NetLabel: domain hash size = 128\n[ 0.371129] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372080] NetLabel: unlabeled traffic allowed by default\n[ 0.373158] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374120] clocksource: Switched to clocksource kvm-clock\n[ 0.379522] AppArmor: AppArmor Filesystem Enabled\n[ 0.380496] pnp: PnP ACPI init\n[ 0.381402] pnp: PnP ACPI: found 5 devices\n[ 0.387446] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389145] NET: Registered protocol family 2\n[ 0.390141] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391427] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.392611] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.393786] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.394875] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396051] NET: Registered protocol family 1\n[ 0.396916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398006] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399076] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413162] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427520] Trying to unpack rootfs image as initramfs...\n[ 1.701265] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.717252] Scanning for low memory corruption every 60 seconds\n[ 1.719717] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.721462] audit: initializing netlink subsys (disabled)\n[ 1.723029] audit: type=2000 audit(1538848531.577:1): initialized\n[ 1.724933] Initialise system trusted keyring\n[ 1.726266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.728029] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.730615] zbud: loaded\n[ 1.731568] VFS: Disk quotas dquot_6.6.0\n[ 1.732802] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.734855] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.736615] fuse init (API version 7.23)\n[ 1.737848] Key type big_key registered\n[ 1.738995] Allocating IMA MOK and blacklist keyrings.\n[ 1.740580] Key type asymmetric registered\n[ 1.741790] Asymmetric key parser 'x509' registered\n[ 1.743233] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.745385] io scheduler noop registered\n[ 1.746547] io scheduler deadline registered (default)\n[ 1.748014] io scheduler cfq registered\n[ 1.749202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.750809] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.752738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.754894] ACPI: Power Button [PWRF]\n[ 1.756102] GHES: HEST is not enabled!\n[ 1.770049] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.799758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.802853] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.826761] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.828864] Linux agpgart interface v0.103\n[ 1.830978] brd: module loaded\n[ 1.832261] loop: module loaded\n[ 1.833935] vda: vda1\n[ 1.835408] scsi host0: ata_piix\n[ 1.836142] scsi host1: ata_piix\n[ 1.836853] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.838061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.839509] libphy: Fixed MDIO Bus: probed\n[ 1.840327] tun: Universal TUN/TAP device driver, 1.6\n[ 1.841273] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.843572] PPP generic driver version 2.4.2\n[ 1.844481] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.845929] ehci-pci: EHCI PCI platform driver\n[ 1.847234] ehci-platform: EHCI generic platform driver\n[ 1.848771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.850508] ohci-pci: OHCI PCI platform driver\n[ 1.851793] ohci-platform: OHCI generic platform driver\n[ 1.853266] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.868472] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.869959] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.872085] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.873557] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.875205] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.877049] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.879200] usb usb1: Product: UHCI Host Controller\n[ 1.880593] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.882326] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.883723] hub 1-0:1.0: USB hub found\n[ 1.884820] hub 1-0:1.0: 2 ports detected\n[ 1.886090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.888945] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.890372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.891867] mousedev: PS/2 mouse device common for all mice\n[ 1.893622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.896261] rtc_cmos 00:00: RTC can wake from S4\n[ 1.897787] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.899898] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.902145] i2c /dev entries driver\n[ 1.903515] device-mapper: uevent: version 1.0.3\n[ 1.905345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.908341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.910720] NET: Registered protocol family 10\n[ 1.912491] NET: Registered protocol family 17\n[ 1.914187] Key type dns_resolver registered\n[ 1.915873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.917979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920985] registered taskstats version 1\n[ 1.922209] Loading compiled-in X.509 certificates\n[ 1.924083] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.926838] zswap: loaded using pool lzo/zbud\n[ 1.929094] Key type trusted registered\n[ 1.931708] Key type encrypted registered\n[ 1.932950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.934487] ima: No TPM chip found, activating TPM-bypass!\n[ 1.936045] evm: HMAC attrs: 0x1\n[ 1.937289] Magic number: 6:170:946\n[ 1.938445] tty tty3: hash matches\n[ 1.939545] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:31 UTC (1538848531)\n[ 1.941900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.943559] EDD information not available.\n[ 1.994701] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.996627] ata1.00: configured for MWDMA2\n[ 1.998305] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.001220] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.012876] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.014254] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.016162] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.017761] Write protecting the kernel read-only data: 14336k\n[ 2.019363] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.021156] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.030147] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032022] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.033888] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.035999] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037960] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039891] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044328] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046195] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048038] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.074937] virtio_net virtio0 ens3: renamed from eth0\n[ 2.086644] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.088509] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.108650] AVX2 version of gcm_enc/dec engaged.\n[ 2.109617] AES CTR mode by8 optimization enabled\n[ 2.114462] FDC 0 is a S82078B\n[ 2.194202] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.356226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.357771] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.359151] usb 1-1: Product: QEMU USB Tablet\n[ 2.360056] usb 1-1: Manufacturer: QEMU\n[ 2.360892] usb 1-1: SerialNumber: 42\n[ 2.369124] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.376904] usbcore: registered new interface driver usbhid\n[ 2.378075] usbhid: USB HID core driver\n[ 2.380508] 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.382903] 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.714270] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.715562] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.349991] md: linear personality registered for level -1\n[ 3.352924] md: multipath personality registered for level -4\n[ 3.355916] md: raid0 personality registered for level 0\n[ 3.359162] md: raid1 personality registered for level 1\n[ 3.430125] raid6: sse2x1 gen() 11599 MB/s\n[ 3.498126] raid6: sse2x1 xor() 9127 MB/s\n[ 3.566127] raid6: sse2x2 gen() 14775 MB/s\n[ 3.634123] raid6: sse2x2 xor() 9992 MB/s\n[ 3.702123] raid6: sse2x4 gen() 17060 MB/s\n[ 3.770122] raid6: sse2x4 xor() 11835 MB/s\n[ 3.838123] raid6: avx2x1 gen() 22721 MB/s\n[ 3.906124] raid6: avx2x2 gen() 26551 MB/s\n[ 3.974123] raid6: avx2x4 gen() 30436 MB/s\n[ 3.975041] raid6: using algorithm avx2x4 gen() 30436 MB/s\n[ 3.976128] raid6: using avx2x2 recovery algorithm\n[ 3.978556] xor: automatically using best checksumming function:\n[ 4.018122] avx : 34789.000 MB/sec\n[ 4.020339] async_tx: api initialized (async)\n[ 4.029643] md: raid6 personality registered for level 6\n[ 4.030822] md: raid5 personality registered for level 5\n[ 4.031933] md: raid4 personality registered for level 4\n[ 4.036635] 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.061709] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.092391] 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.237936] 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.241378] systemd[1]: Detected virtualization kvm.\n[ 4.242418] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.246713] systemd[1]: Set hostname to .\n[ 4.250426] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.251679] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.385353] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.388240] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.390563] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.392695] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.395047] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.396977] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.399182] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.401133] 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.404225] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.405936] 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.408621] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.410833] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.412926] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.414939] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.417063] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.419331] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.421526] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425500] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.428847] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.432001] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.434592] 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.437805] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.442790] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.445989] 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.451800] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...[ 4.458414] Loading iSCSI transport class v2.0-870.\n\n[ 4.460125] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.467020] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.471156] systemd[1]: Listening on udev Kernel Socket.\n[ 4.474334] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.477270] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.484060] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.491418] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.493576] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.498165] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.504087] 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.512959] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.514547] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.517332] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.525812] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.546264] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.554822] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.566240] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\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 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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.048069] cloud-init[464]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:35 +0000. Up 5.38 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 Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\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.767327] cloud-init[1017]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Oct 2018 17:55:36 +0000. Up 7.17 seconds.\n[ 8.769170] cloud-init[1017]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.772099] cloud-init[1017]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.776097] cloud-init[1017]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.780095] cloud-init[1017]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.784100] cloud-init[1017]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.788101] cloud-init[1017]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.789915] cloud-init[1017]: ci-info: | ens3 | True | 10.10.10.12 | 255.255.255.0 | . | fa:16:3e:65:41:db |\n[ 8.796111] cloud-init[1017]: ci-info: | ens3 | True | fe80::f816:3eff:fe65:41db/64 | . | link | fa:16:3e:65:41:db |\n[ 8.797921] cloud-init[1017]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.804103] cloud-init[1017]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.805793] cloud-init[1017]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.807445] cloud-init[1017]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.813133] cloud-init[1017]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.814778] cloud-init[1017]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.820294] cloud-init[1017]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.821947] cloud-init[1017]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.824095] cloud-init[1017]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.828113] cloud-init[1017]: Generating public/private rsa key pair.\n[ 8.831502] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.833156] cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.837448] cloud-init[1017]: The key fingerprint is:\n[ 8.838538] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[1017]: SHA256:ZVmca/L0hrwA1qdLh4cfjWo4yYonfFZv3WP3bym8ZNo root@sdnvpn-13-1\n[ 8.845307] cloud-init[1017]: The key's randomart image is:\n[ 8.846134] cloud-init[1017]: +---[RSA 2048]----+\n[ 8.846888] cloud-init[1017]: | ... |\n[ 8.847745] cloud-init\n[1017]: | oo |\n Starting LXD - unix socket.\n[ 8.850436] cloud-init[1017]: | .+ . |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.852787] cloud-init[1017]: | ooo = |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.855484] cloud-init[1017]: | .S. @ = |\n[[0;32m OK [0m] Reached target Timers.\n[ 8.857669] cloud-init[1017]: | . * O + |\n Starting Socket activation for snappy daemon.\n[ 8.859924] cloud-init[1017]: | . o = O.B .|\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.862401] cloud-init[1017]: | o.+ = * Oo+.o|\n[[0;32m OK [0m[ 8.864112] cloud-init[1017]: | .=.. + . Eo+=|\n[ 8.865011] cloud-init[1017]: +----[SHA256]-----+\n[ 8.865906] cloud-init[1017]: Generating public/private dsa key pair.\n[ 8.867034] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.872490] cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.873908] cloud-init[1017]: The key fingerprint is:\n[ 8.874859] cloud-init[1017]: SHA256:7C6v6powbFi52+AHxmvTSSevLHTJ4M+fbGxKQr/7zz4 root@sdnvpn-13-1\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.880583] cloud-init[1017]: The key's randomart image is:\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.886524] cloud-init[1017]: +---[DSA 1024]----+ Starting Auto import assertions from block devices...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.904593] Starting Apply the settings specified in cloud-config...\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1017]: | |\n[ 8.967224] cloud-init[1017]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...| |\n[[0;32m OK [0m] Started System Logging Service.\n\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.994245] [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\ncloud-init[1017]: [[0;32m OK [0m] Started Auto import assertions from block devices.\n| |\n[ 9.016258] cloud-init[1017]: | .. . |\n[ 9.033447] cloud-init[1017]: | o+o . S |\n[ 9.043586] cloud-init[1017]: |oo*o* .. |\n[ 9.055139] cloud-init[1017]: |+=+Oo* . |\n[ 9.076485] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...cloud-init[1017]: |.+=O*o*+E |\n\n Starting Login to default iSCSI targets...\n[ 9.094200] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1017]: | .=*XX***. |\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n[ 9.122764] cloud-init[1017]: +----[SHA256]-----+ Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 9.175893] cloud-init[1017]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m\n[ 9.190547] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[ 9.228867] cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Set console scheme...\n[ 9.245308] [[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\ncloud-init[1017]: [[0;32m OK [0m] Started Set console scheme.\nThe key fingerprint is:\n[ 9.268410] cloud-init[1017]: SHA256:Xpc84EBFvxDSKrTASiS5OU8I/cWKaXCR9dKWdERg2Io root@sdnvpn-13-1\n[ 9.276252] cloud-init[1017]: The key's randomart image is:\n[ 9.282884] cloud-init[1017]: +---[ECDSA 256]---+\n[ 9.286964] cloud-init[1017]: |.+o=.+++*++ |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.292158] cloud-init[1017]: |+.= +==+ ..o |\n[ 9.294733] cloud-init[1017]: |.B *.*=...o . |\n[ 9.304088] cloud-init[1017]: |= E +oo .o + o |\n[ 9.305245] cloud-init[1017]: | = .S o * |\n[ 9.306375] cloud-init[1017]: | . . . . . |\n[ 9.310283] cloud-init[1017]: | . |\n[ 9.316081] cloud-init[1017]: | |\n[ 9.318526] cloud-init[1017]: | |\n[ 9.320081] cloud-init[1017]: +----[SHA256]-----+\n[ 9.322286] cloud-init[1017]: Generating public/private ed25519 key pair.\n[ 9.325357] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.329100] cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.333897] cloud-init[1017]: The key fingerprint is:\n[ 9.336854] cloud-init[1017]: SHA256:m5vyESeswlMLO2xFLcyAuLIUUGHnYcgVhRoUuzypmuk root@sdnvpn-13-1\n[ 9.340321] cloud-init[1017]: The key's randomart image is:\n[ 9.342694] cloud-init[1017]: +--[ED25519 256]--+\n[ 9.344957] cloud-init[1017]: |o=**B+. |\n[ 9.347052] cloud-init[1017]: |.o==.= . |\n[ 9.349637] cloud-init[1017]: | .oo. = . |\n[ 9.355667] cloud-init[1017]: |oo.o . o |\n[ 9.359667] cloud-init[1017]: |o.= . o S . |\n[ 9.360957] cloud-init[1017]: |.. + = o * |\n[ 9.364080] cloud-init[1017]: |. O o + |\n[ 9.366883] cloud-init[1017]: |.o . +. + |\n[ 9.368154] cloud-init[1017]: |=E o+ |\n[ 9.372407] cloud-init[1017]: +----[SHA256]-----+\n[ 9.599521] cloud-init[1129]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.648322] cloud-init[1129]: en_US.UTF-8... done\n[ 10.650523] cloud-init[1129]: Generation complete.\n[ 11.669496] cloud-init[1129]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 06 Oct 2018 17:55:39 +0000. Up 9.53 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 11.986676] cloud-init[1383]: + sudo useradd -m sdnvpn\n[ 12.047894] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.996084] cloud-init[1383]: + sudo adduser sdnvpn sudo\n[ 14.046169] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-1\n[ 14.081459] cloud-init[1383]: Adding user `sdnvpn' to group `sudo' ...\n[ 14.085060] cloud-init[1383]: Adding user sdnvpn to group sudo\n[ 14.457662] cloud-init[1383]: Done.\n[ 14.459014] cloud-init[1383]: + chpasswd\n[ 14.460015] cloud-init[1383]: + sudo echo sdnvpn:opnfv\n[ 14.507850] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-1\n[ 14.589934] cloud-init[1383]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-10-06 17:56:06,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e/action used request id req-9406ac87-7d6c-4cb2-bf06-f599c3dc60d4 2018-10-06 17:56:08,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:09,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70411c0f-91ed-44bb-bdf9-25da774e6b96 x-compute-request-id: req-70411c0f-91ed-44bb-bdf9-25da774e6b96 Content-Encoding: gzip Content-Length: 10597 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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"} 2018-10-06 17:56:09,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-70411c0f-91ed-44bb-bdf9-25da774e6b96 2018-10-06 17:56:11,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:12,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56: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-1bbbd2b8-96fb-48be-86ba-3287c388d0ee x-compute-request-id: req-1bbbd2b8-96fb-48be-86ba-3287c388d0ee Content-Encoding: gzip Content-Length: 10631 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)"} 2018-10-06 17:56:12,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-1bbbd2b8-96fb-48be-86ba-3287c388d0ee 2018-10-06 17:56:14,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:15,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56: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-10758f8e-ab79-4f15-972c-7dc6fb01f97c x-compute-request-id: req-10758f8e-ab79-4f15-972c-7dc6fb01f97c Content-Encoding: gzip Content-Length: 10674 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)"} 2018-10-06 17:56:15,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-10758f8e-ab79-4f15-972c-7dc6fb01f97c 2018-10-06 17:56:17,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:18,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56: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-881b9121-c895-431d-ab79-0d134c346ecf x-compute-request-id: req-881b9121-c895-431d-ab79-0d134c346ecf Content-Encoding: gzip Content-Length: 10706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)"} 2018-10-06 17:56:18,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-881b9121-c895-431d-ab79-0d134c346ecf 2018-10-06 17:56:20,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:21,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97b2bba7-0b26-4fbc-9286-77e66994ca63 x-compute-request-id: req-97b2bba7-0b26-4fbc-9286-77e66994ca63 Content-Encoding: gzip Content-Length: 10735 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)"} 2018-10-06 17:56:21,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-97b2bba7-0b26-4fbc-9286-77e66994ca63 2018-10-06 17:56:23,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:24,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56: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-fcf799d1-dcbf-4852-bc4f-dc66885ce57a x-compute-request-id: req-fcf799d1-dcbf-4852-bc4f-dc66885ce57a Content-Encoding: gzip Content-Length: 10769 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)"} 2018-10-06 17:56:24,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-fcf799d1-dcbf-4852-bc4f-dc66885ce57a 2018-10-06 17:56:26,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:27,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56: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-d5ed5386-097a-477b-8724-e08280fcc946 x-compute-request-id: req-d5ed5386-097a-477b-8724-e08280fcc946 Content-Encoding: gzip Content-Length: 10808 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)"} 2018-10-06 17:56:27,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-d5ed5386-097a-477b-8724-e08280fcc946 2018-10-06 17:56:29,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:31,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae114fbd-bf56-4965-9a52-93b338f13ab8 x-compute-request-id: req-ae114fbd-bf56-4965-9a52-93b338f13ab8 Content-Encoding: gzip Content-Length: 10840 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)"} 2018-10-06 17:56:31,070 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-ae114fbd-bf56-4965-9a52-93b338f13ab8 2018-10-06 17:56:33,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:34,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d053aa0-6952-4db1-a207-5edf5311c5b0 x-compute-request-id: req-0d053aa0-6952-4db1-a207-5edf5311c5b0 Content-Encoding: gzip Content-Length: 10872 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)"} 2018-10-06 17:56:34,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-0d053aa0-6952-4db1-a207-5edf5311c5b0 2018-10-06 17:56:36,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:37,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3095c459-a3aa-4a94-bf50-afe1600064ff x-compute-request-id: req-3095c459-a3aa-4a94-bf50-afe1600064ff Content-Encoding: gzip Content-Length: 10911 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)"} 2018-10-06 17:56:37,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-3095c459-a3aa-4a94-bf50-afe1600064ff 2018-10-06 17:56:39,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:40,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afdd9da2-63a3-41a3-b653-c2cc38d46f9e x-compute-request-id: req-afdd9da2-63a3-41a3-b653-c2cc38d46f9e 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-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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)"} 2018-10-06 17:56:40,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-afdd9da2-63a3-41a3-b653-c2cc38d46f9e 2018-10-06 17:56:42,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:43,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d943a593-7052-4739-afb0-95406aeafaf0 x-compute-request-id: req-d943a593-7052-4739-afb0-95406aeafaf0 Content-Encoding: gzip Content-Length: 10975 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)"} 2018-10-06 17:56:43,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-d943a593-7052-4739-afb0-95406aeafaf0 2018-10-06 17:56:46,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:47,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0be59916-9159-42fc-8d0f-df1f88230ded x-compute-request-id: req-0be59916-9159-42fc-8d0f-df1f88230ded Content-Encoding: gzip Content-Length: 11007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)"} 2018-10-06 17:56:47,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-0be59916-9159-42fc-8d0f-df1f88230ded 2018-10-06 17:56:49,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:50,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a0f293a-efac-4d50-91cc-db4403061d3d x-compute-request-id: req-2a0f293a-efac-4d50-91cc-db4403061d3d Content-Encoding: gzip Content-Length: 11039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)"} 2018-10-06 17:56:50,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-2a0f293a-efac-4d50-91cc-db4403061d3d 2018-10-06 17:56:52,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:53,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb1a1893-a405-4e43-a049-9d6441eb47e7 x-compute-request-id: req-eb1a1893-a405-4e43-a049-9d6441eb47e7 Content-Encoding: gzip Content-Length: 11066 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)"} 2018-10-06 17:56:53,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-eb1a1893-a405-4e43-a049-9d6441eb47e7 2018-10-06 17:56:55,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:56:57,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caf90f9d-a9dd-4428-a339-dc4cea94e164 x-compute-request-id: req-caf90f9d-a9dd-4428-a339-dc4cea94e164 Content-Encoding: gzip Content-Length: 11101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)"} 2018-10-06 17:56:57,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-caf90f9d-a9dd-4428-a339-dc4cea94e164 2018-10-06 17:56:59,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:00,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d99df69-76b4-4528-a6cf-ab656bb666aa x-compute-request-id: req-2d99df69-76b4-4528-a6cf-ab656bb666aa Content-Encoding: gzip Content-Length: 11135 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)"} 2018-10-06 17:57:00,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-2d99df69-76b4-4528-a6cf-ab656bb666aa 2018-10-06 17:57:02,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:03,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57: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-d0cd50df-8e51-4233-a58d-b52bfbb47719 x-compute-request-id: req-d0cd50df-8e51-4233-a58d-b52bfbb47719 Content-Encoding: gzip Content-Length: 11164 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)"} 2018-10-06 17:57:03,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-d0cd50df-8e51-4233-a58d-b52bfbb47719 2018-10-06 17:57:06,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:07,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c32ab7ee-933e-4094-8ecd-3fbe763754ca x-compute-request-id: req-c32ab7ee-933e-4094-8ecd-3fbe763754ca Content-Encoding: gzip Content-Length: 11204 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)"} 2018-10-06 17:57:07,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-c32ab7ee-933e-4094-8ecd-3fbe763754ca 2018-10-06 17:57:09,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:10,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d69509f-16d4-45fb-9e34-b5df0bc2bab7 x-compute-request-id: req-6d69509f-16d4-45fb-9e34-b5df0bc2bab7 Content-Encoding: gzip Content-Length: 11234 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)"} 2018-10-06 17:57:10,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-6d69509f-16d4-45fb-9e34-b5df0bc2bab7 2018-10-06 17:57:13,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:14,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d3bd947-a540-466f-8fdc-7cfe25b63f30 x-compute-request-id: req-1d3bd947-a540-466f-8fdc-7cfe25b63f30 Content-Encoding: gzip Content-Length: 11268 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)"} 2018-10-06 17:57:14,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-1d3bd947-a540-466f-8fdc-7cfe25b63f30 2018-10-06 17:57:16,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:17,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57: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-7b6bd485-2442-4c37-b45f-f0ecc7a35c8c x-compute-request-id: req-7b6bd485-2442-4c37-b45f-f0ecc7a35c8c Content-Encoding: gzip Content-Length: 11305 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)"} 2018-10-06 17:57:17,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-7b6bd485-2442-4c37-b45f-f0ecc7a35c8c 2018-10-06 17:57:20,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:21,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7d36189-6629-477f-9930-1e84ce2f15df x-compute-request-id: req-d7d36189-6629-477f-9930-1e84ce2f15df Content-Encoding: gzip Content-Length: 11347 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)"} 2018-10-06 17:57:21,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-d7d36189-6629-477f-9930-1e84ce2f15df 2018-10-06 17:57:23,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:24,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-559b4d4e-d171-4b5d-a7a0-a8157672905f x-compute-request-id: req-559b4d4e-d171-4b5d-a7a0-a8157672905f Content-Encoding: gzip Content-Length: 11379 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)"} 2018-10-06 17:57:24,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-559b4d4e-d171-4b5d-a7a0-a8157672905f 2018-10-06 17:57:27,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:28,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d891744-c715-43be-a09c-2c9e7813ae2d x-compute-request-id: req-5d891744-c715-43be-a09c-2c9e7813ae2d Content-Encoding: gzip Content-Length: 11412 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)"} 2018-10-06 17:57:28,656 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-5d891744-c715-43be-a09c-2c9e7813ae2d 2018-10-06 17:57:31,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:32,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e20c820f-e1b8-4f3e-a240-9369cdd397f2 x-compute-request-id: req-e20c820f-e1b8-4f3e-a240-9369cdd397f2 Content-Encoding: gzip Content-Length: 11452 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)"} 2018-10-06 17:57:32,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-e20c820f-e1b8-4f3e-a240-9369cdd397f2 2018-10-06 17:57:35,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:36,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57: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-06e050f5-c78e-4860-9ec9-b8ff6ca63fad x-compute-request-id: req-06e050f5-c78e-4860-9ec9-b8ff6ca63fad Content-Encoding: gzip Content-Length: 11484 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)"} 2018-10-06 17:57:36,226 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-06e050f5-c78e-4860-9ec9-b8ff6ca63fad 2018-10-06 17:57:38,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:40,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f0aa8d1-263a-46dd-9119-fe4251c08aff x-compute-request-id: req-5f0aa8d1-263a-46dd-9119-fe4251c08aff Content-Encoding: gzip Content-Length: 11524 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)"} 2018-10-06 17:57:40,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-5f0aa8d1-263a-46dd-9119-fe4251c08aff 2018-10-06 17:57:42,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:43,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33bedf79-3c86-4c80-9a7e-9d3bb71cf1e9 x-compute-request-id: req-33bedf79-3c86-4c80-9a7e-9d3bb71cf1e9 Content-Encoding: gzip Content-Length: 11559 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)"} 2018-10-06 17:57:43,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-33bedf79-3c86-4c80-9a7e-9d3bb71cf1e9 2018-10-06 17:57:46,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:47,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ed19eec-7477-4427-9771-fb438f97116d x-compute-request-id: req-8ed19eec-7477-4427-9771-fb438f97116d Content-Encoding: gzip Content-Length: 11597 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)"} 2018-10-06 17:57:47,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-8ed19eec-7477-4427-9771-fb438f97116d 2018-10-06 17:57:50,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:51,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-727a3e80-e955-460c-a8cc-6dd9184eaa67 x-compute-request-id: req-727a3e80-e955-460c-a8cc-6dd9184eaa67 Content-Encoding: gzip Content-Length: 11631 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)"} 2018-10-06 17:57:51,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-727a3e80-e955-460c-a8cc-6dd9184eaa67 2018-10-06 17:57:54,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:57:56,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d0691db-9102-4112-a141-bab68187f042 x-compute-request-id: req-6d0691db-9102-4112-a141-bab68187f042 Content-Encoding: gzip Content-Length: 11673 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)"} 2018-10-06 17:57:56,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-6d0691db-9102-4112-a141-bab68187f042 2018-10-06 17:57:59,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:00,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:57: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-61f54b01-e731-44c3-b06d-b717ed96a76d x-compute-request-id: req-61f54b01-e731-44c3-b06d-b717ed96a76d Content-Encoding: gzip Content-Length: 11714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)"} 2018-10-06 17:58:00,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-61f54b01-e731-44c3-b06d-b717ed96a76d 2018-10-06 17:58:03,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:04,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b893aa2-3bfb-471c-81ed-efded69c6387 x-compute-request-id: req-7b893aa2-3bfb-471c-81ed-efded69c6387 Content-Encoding: gzip Content-Length: 11748 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)"} 2018-10-06 17:58:04,597 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-7b893aa2-3bfb-471c-81ed-efded69c6387 2018-10-06 17:58:07,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:08,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6faf142a-3a0d-465d-9ca4-3c6d3b780955 x-compute-request-id: req-6faf142a-3a0d-465d-9ca4-3c6d3b780955 Content-Encoding: gzip Content-Length: 11796 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)"} 2018-10-06 17:58:08,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-6faf142a-3a0d-465d-9ca4-3c6d3b780955 2018-10-06 17:58:12,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:13,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d84275c-6c53-4ce3-82ce-50897506a54c x-compute-request-id: req-8d84275c-6c53-4ce3-82ce-50897506a54c Content-Encoding: gzip Content-Length: 11837 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)"} 2018-10-06 17:58:13,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-8d84275c-6c53-4ce3-82ce-50897506a54c 2018-10-06 17:58:16,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:17,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a96ae811-6119-4c68-a848-22d33eacea76 x-compute-request-id: req-a96ae811-6119-4c68-a848-22d33eacea76 Content-Encoding: gzip Content-Length: 11885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 10s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (2min 10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (2min 11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 12s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 13s / 5min 2s)"} 2018-10-06 17:58:17,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-a96ae811-6119-4c68-a848-22d33eacea76 2018-10-06 17:58:21,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:22,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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-735de1a2-a84c-4fb0-a1ce-4d904f5703fd x-compute-request-id: req-735de1a2-a84c-4fb0-a1ce-4d904f5703fd Content-Encoding: gzip Content-Length: 11928 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 10s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (2min 10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (2min 11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 12s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 13s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 13s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 14s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (2min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 17s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (2min 17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 18s / 5min 2s)"} 2018-10-06 17:58:22,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-735de1a2-a84c-4fb0-a1ce-4d904f5703fd 2018-10-06 17:58:26,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d7425cc647e9cb5781b0add6884ce31a35a3a84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:27,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7767504-e977-474c-a20f-7f194808f923 x-compute-request-id: req-a7767504-e977-474c-a20f-7f194808f923 Content-Encoding: gzip Content-Length: 11968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 618352269 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.156606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158252] pid_max: default: 32768 minimum: 301\n[ 0.159138] ACPI: Core revision 20150930\n[ 0.160510] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161806] Security Framework initialized\n[ 0.162617] Yama: becoming mindful.\n[ 0.163340] AppArmor: AppArmor initialized\n[ 0.164217] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165611] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168477] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169848] Initializing cgroup subsys io\n[ 0.170654] Initializing cgroup subsys memory\n[ 0.171500] Initializing cgroup subsys devices\n[ 0.172365] Initializing cgroup subsys freezer\n[ 0.173226] Initializing cgroup subsys net_cls\n[ 0.174085] Initializing cgroup subsys perf_event\n[ 0.174980] Initializing cgroup subsys net_prio\n[ 0.175857] Initializing cgroup subsys hugetlb\n[ 0.176717] Initializing cgroup subsys pids\n[ 0.177582] CPU: Physical Processor ID: 0\n[ 0.179055] mce: CPU supports 10 MCE banks\n[ 0.179902] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191622] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.198026] ftrace: allocating 32123 entries in 126 pages\n[ 0.224588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225784] smpboot: Max logical packages: 1\n[ 0.226772] x2apic enabled\n[ 0.227573] Switched APIC routing to physical x2apic.\n[ 0.229313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234191] KVM setup paravirtual spinlock\n[ 0.235484] x86: Booted up 1 node, 1 CPUs\n[ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237666] devtmpfs: initialized\n[ 0.240117] evm: security.selinux\n[ 0.240818] evm: security.SMACK64\n[ 0.241506] evm: security.SMACK64EXEC\n[ 0.242239] evm: security.SMACK64TRANSMUTE\n[ 0.243047] evm: security.SMACK64MMAP\n[ 0.243792] evm: security.ima\n[ 0.244427] evm: security.capability\n[ 0.245225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247068] pinctrl core: initialized pinctrl subsystem\n[ 0.248155] RTC time: 17:55:53, date: 10/06/18\n[ 0.249089] NET: Registered protocol family 16\n[ 0.250053] cpuidle: using governor ladder\n[ 0.250871] cpuidle: using governor menu\n[ 0.251655] PCCT header not found.\n[ 0.252402] ACPI: bus type PCI registered\n[ 0.253193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254430] PCI: Using configuration type 1 for base access\n[ 0.256576] ACPI: Added _OSI(Module Device)\n[ 0.257410] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259157] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261265] ACPI: Interpreter enabled\n[ 0.262034] ACPI: (supports S0 S5)\n[ 0.262734] ACPI: Using IOAPIC for interrupt routing\n[ 0.263675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272613] acpiphp: Slot [3] registered\n[ 0.273410] acpiphp: Slot [4] registered\n[ 0.274210] acpiphp: Slot [5] registered\n[ 0.275017] acpiphp: Slot [6] registered\n[ 0.275815] acpiphp: Slot [7] registered\n[ 0.276605] acpiphp: Slot [8] registered\n[ 0.277397] acpiphp: Slot [9] registered\n[ 0.278189] acpiphp: Slot [10] registered\n[ 0.278998] acpiphp: Slot [11] registered\n[ 0.279810] acpiphp: Slot [12] registered\n[ 0.280617] acpiphp: Slot [13] registered\n[ 0.281434] acpiphp: Slot [14] registered\n[ 0.292576] acpiphp: Slot [15] registered\n[ 0.293398] acpiphp: Slot [16] registered\n[ 0.294200] acpiphp: Slot [17] registered\n[ 0.295016] acpiphp: Slot [18] registered\n[ 0.295824] acpiphp: Slot [19] registered\n[ 0.296636] acpiphp: Slot [20] registered\n[ 0.297440] acpiphp: Slot [21] registered\n[ 0.298241] acpiphp: Slot [22] registered\n[ 0.299046] acpiphp: Slot [23] registered\n[ 0.299854] acpiphp: Slot [24] registered\n[ 0.300663] acpiphp: Slot [25] registered\n[ 0.301470] acpiphp: Slot [26] registered\n[ 0.302270] acpiphp: Slot [27] registered\n[ 0.303072] acpiphp: Slot [28] registered\n[ 0.303879] acpiphp: Slot [29] registered\n[ 0.304692] acpiphp: Slot [30] registered\n[ 0.305496] acpiphp: Slot [31] registered\n[ 0.306292] PCI host bridge to bus 0000:00\n[ 0.307100] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308302] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309508] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310947] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319981] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376241] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377729] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381931] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383175] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387224] vgaarb: loaded\n[ 0.387822] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388960] SCSI subsystem initialized\n[ 0.389769] ACPI: bus type USB registered\n[ 0.390579] usbcore: registered new interface driver usbfs\n[ 0.391602] usbcore: registered new interface driver hub\n[ 0.392599] usbcore: registered new device driver usb\n[ 0.393631] PCI: Using ACPI for IRQ routing\n[ 0.394664] NetLabel: Initializing\n[ 0.395364] NetLabel: domain hash size = 128\n[ 0.396215] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397160] NetLabel: unlabeled traffic allowed by default\n[ 0.398236] amd_nb: Cannot enumerate AMD northbridges\n[ 0.399195] clocksource: Switched to clocksource kvm-clock\n[ 0.404595] AppArmor: AppArmor Filesystem Enabled\n[ 0.405558] pnp: PnP ACPI init\n[ 0.406461] pnp: PnP ACPI: found 5 devices\n[ 0.412500] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414179] NET: Registered protocol family 2\n[ 0.415137] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416416] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417597] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418765] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.421018] NET: Registered protocol family 1\n[ 0.421877] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422963] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452526] Trying to unpack rootfs image as initramfs...\n[ 1.758615] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774418] Scanning for low memory corruption every 60 seconds\n[ 1.776013] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777459] audit: initializing netlink subsys (disabled)\n[ 1.778741] audit: type=2000 audit(1538848556.051:1): initialized\n[ 1.780356] Initialise system trusted keyring\n[ 1.781511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.782961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785271] zbud: loaded\n[ 1.786089] VFS: Disk quotas dquot_6.6.0\n[ 1.787082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788792] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790261] fuse init (API version 7.23)\n[ 1.791316] Key type big_key registered\n[ 1.792261] Allocating IMA MOK and blacklist keyrings.\n[ 1.793591] Key type asymmetric registered\n[ 1.794588] Asymmetric key parser 'x509' registered\n[ 1.795763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.797525] io scheduler noop registered\n[ 1.798482] io scheduler deadline registered (default)\n[ 1.799687] io scheduler cfq registered\n[ 1.800687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.803526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.805270] ACPI: Power Button [PWRF]\n[ 1.806258] GHES: HEST is not enabled!\n[ 1.820214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.849662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878590] Linux agpgart interface v0.103\n[ 1.880596] brd: module loaded\n[ 1.881841] loop: module loaded\n[ 1.883365] vda: vda1\n[ 1.884698] scsi host0: ata_piix\n[ 1.885436] scsi host1: ata_piix\n[ 1.886141] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888822] libphy: Fixed MDIO Bus: probed\n[ 1.889643] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890597] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892745] PPP generic driver version 2.4.2\n[ 1.893644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894889] ehci-pci: EHCI PCI platform driver\n[ 1.895778] ehci-platform: EHCI generic platform driver\n[ 1.896774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897911] ohci-pci: OHCI PCI platform driver\n[ 1.898787] ohci-platform: OHCI generic platform driver\n[ 1.899794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915319] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921616] usb usb1: Product: UHCI Host Controller\n[ 1.922554] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923721] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924731] hub 1-0:1.0: USB hub found\n[ 1.925515] hub 1-0:1.0: 2 ports detected\n[ 1.926423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930568] mousedev: PS/2 mouse device common for all mice\n[ 1.931844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933711] rtc_cmos 00:00: RTC can wake from S4\n[ 1.934825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936039] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937233] i2c /dev entries driver\n[ 1.937988] device-mapper: uevent: version 1.0.3\n[ 1.938930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.941858] NET: Registered protocol family 10\n[ 1.942862] NET: Registered protocol family 17\n[ 1.943770] Key type dns_resolver registered\n[ 1.944707] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.945812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.947572] registered taskstats version 1\n[ 1.948424] Loading compiled-in X.509 certificates\n[ 1.949850] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.951717] zswap: loaded using pool lzo/zbud\n[ 1.953527] Key type trusted registered\n[ 1.955805] Key type encrypted registered\n[ 1.956645] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.957681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.958729] evm: HMAC attrs: 0x1\n[ 1.959683] Magic number: 6:170:946\n[ 1.960463] tty tty3: hash matches\n[ 1.961334] rtc_cmos 00:00: setting system clock to 2018-10-06 17:55:55 UTC (1538848555)\n[ 1.963285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.964659] EDD information not available.\n[ 2.043776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.045452] ata1.00: configured for MWDMA2\n[ 2.046836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.049515] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.061751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.063304] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.065484] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.067424] Write protecting the kernel read-only data: 14336k\n[ 2.069282] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071418] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080669] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085285] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087605] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089841] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094894] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097111] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099303] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101486] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129434] virtio_net virtio0 ens3: renamed from eth0\n[ 2.137607] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.141284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.164948] AVX2 version of gcm_enc/dec engaged.\n[ 2.166116] AES CTR mode by8 optimization enabled\n[ 2.167652] FDC 0 is a S82078B\n[ 2.235285] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.395881] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.397515] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.399191] usb 1-1: Product: QEMU USB Tablet\n[ 2.400286] usb 1-1: Manufacturer: QEMU\n[ 2.401284] usb 1-1: SerialNumber: 42\n[ 2.408580] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.415339] usbcore: registered new interface driver usbhid\n[ 2.416798] usbhid: USB HID core driver\n[ 2.419250] 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.422012] 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.771320] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.773011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.684558] md: linear personality registered for level -1\n[ 3.687436] md: multipath personality registered for level -4\n[ 3.690339] md: raid0 personality registered for level 0\n[ 3.693468] md: raid1 personality registered for level 1\n[ 3.763202] raid6: sse2x1 gen() 11337 MB/s\n[ 3.831198] raid6: sse2x1 xor() 8687 MB/s\n[ 3.899200] raid6: sse2x2 gen() 14391 MB/s\n[ 3.967197] raid6: sse2x2 xor() 9672 MB/s\n[ 4.035199] raid6: sse2x4 gen() 16527 MB/s\n[ 4.103199] raid6: sse2x4 xor() 11561 MB/s\n[ 4.171199] raid6: avx2x1 gen() 21918 MB/s\n[ 4.239198] raid6: avx2x2 gen() 25612 MB/s\n[ 4.307198] raid6: avx2x4 gen() 29583 MB/s\n[ 4.308282] raid6: using algorithm avx2x4 gen() 29583 MB/s\n[ 4.309546] raid6: using avx2x2 recovery algorithm\n[ 4.311740] xor: automatically using best checksumming function:\n[ 4.351196] avx : 34838.000 MB/sec\n[ 4.353245] async_tx: api initialized (async)\n[ 4.360824] md: raid6 personality registered for level 6\n[ 4.362058] md: raid5 personality registered for level 5\n[ 4.363274] md: raid4 personality registered for level 4\n[ 4.367631] 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.391866] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.418632] 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.521107] 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.524451] systemd[1]: Detected virtualization kvm.\n[ 4.525427] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529403] systemd[1]: Set hostname to .\n[ 4.533341] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534486] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.671943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.674279] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.676289] 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.679468] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.681546] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.684041] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.686183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.688019] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.690066] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.692371] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.694548] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.697060] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.699149] 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.701919] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.704203] 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.708868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.711586] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.717411] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.721174] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.724981] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.728080] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.731647] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.734768] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.738150] 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.747650] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.749835] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.752125] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.754972] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.759785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.764503] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.769681] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 4.772901] Loading iSCSI transport class v2.0-870.\n\n[ 4.775301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.777216] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.781620] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.786830] 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.793102] iscsi: registered transport (tcp)\n[ 4.794751] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.798683] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.807345] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.810908] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.846863] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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 Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.244734] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Oct 2018 17:55:59 +0000. Up 5.53 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[[0m[0;31m* [0m] A start job is running for Raise network interfaces (7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (13s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (14s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (15s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (20s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (21s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (22s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (24s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (25s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (27s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (28s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (29s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (31s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (32s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (34s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (35s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (36s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (38s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (39s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (41s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (42s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (43s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (45s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (46s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (48s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (49s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (50s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (52s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (53s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (55s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (56s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (57s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise network interfaces (59s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise network interfaces (1min / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 2s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 3s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 4s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 6s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 7s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (1min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (1min 9s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 10s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 11s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 13s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 14s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 16s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 17s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 18s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 20s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 21s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 23s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 24s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 25s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 26s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 27s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 28s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 29s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 30s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 31s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 32s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 33s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 34s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 35s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 36s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 37s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 38s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 39s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 40s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 41s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 42s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 43s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 44s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 45s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 46s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 47s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 48s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 49s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 50s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 51s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 52s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 53s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 54s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 55s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (1min 56s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (1min 57s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 58s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (1min 59s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise network interfaces (2min / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 2s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 3s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 4s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 5s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 6s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 7s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 8s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (2min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (2min 9s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 10s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (2min 10s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (2min 11s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 12s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 12s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 13s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 13s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 14s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 14s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 15s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (2min 16s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 17s / 5min 2s)[K[ [0;31m*[0m] A start job is running for Raise ne... interfaces (2min 17s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m] A start job is running for Raise ne... interfaces (2min 18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne... interfaces (2min 18s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 19s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 19s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 20s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 20s / 5min 2s)[K[[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 21s / 5min 2s)[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 21s / 5min 2s)[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 22s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne... interfaces (2min 22s / 5min 2s)"} 2018-10-06 17:58:27,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-a7767504-e977-474c-a20f-7f194808f923 2018-10-06 17:58:31,236 - sdnvpn_test_utils - ERROR - Instance 635a1365-9c02-4a23-88d8-b185604ee3f8 does not boot up properly. 2018-10-06 17:58:31,236 - sdnvpn_test_utils - ERROR - one or more instances is not yet booted up 2018-10-06 17:58:31,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" 2018-10-06 17:58:31,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-30228477-142d-4bf1-8af4-c48edb810d1d Date: Sat, 06 Oct 2018 17:58:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:53:18Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-10-06T17:53:29Z", "visibility": "public", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2/snap", "metadata": {}}], "self": "/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "min_disk": 0, "protected": false, "id": "5eb07acc-bd8b-48aa-bc7f-d247dcb405b2", "file": "/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "b02668b3789342938652e3506ba63a25", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-06 17:58:31,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-30228477-142d-4bf1-8af4-c48edb810d1d 2018-10-06 17:58:31,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" 2018-10-06 17:58:31,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a01cdca4-bdb6-4a6d-b700-fa95f125e9b9 Date: Sat, 06 Oct 2018 17:58:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-06 17:58:31,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a01cdca4-bdb6-4a6d-b700-fa95f125e9b9 2018-10-06 17:58:31,572 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-06 17:58:31,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-06 17:58:31,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/f86e382a-71e7-4520-918d-1be0b54f9e2c X-Openstack-Request-Id: req-8fe3f726-b760-4fd7-90dc-29ea3ec06efa Date: Sat, 06 Oct 2018 17:58:31 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T17:58:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T17:58:31Z", "visibility": "public", "locations": [], "self": "/v2/images/f86e382a-71e7-4520-918d-1be0b54f9e2c", "min_disk": 0, "protected": false, "id": "f86e382a-71e7-4520-918d-1be0b54f9e2c", "file": "/v2/images/f86e382a-71e7-4520-918d-1be0b54f9e2c/file", "checksum": null, "owner": "b02668b3789342938652e3506ba63a25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 17:58:31,812 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-8fe3f726-b760-4fd7-90dc-29ea3ec06efa 2018-10-06 17:58:31,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/f86e382a-71e7-4520-918d-1be0b54f9e2c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" -d '' 2018-10-06 17:58:33,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-669c22f2-6dcb-42c1-9188-88e0b65e6036 Date: Sat, 06 Oct 2018 17:58:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 17:58:33,126 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f86e382a-71e7-4520-918d-1be0b54f9e2c/file used request id req-669c22f2-6dcb-42c1-9188-88e0b65e6036 2018-10-06 17:58:33,127 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-10-06 17:58:33,127 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=f86e382a-71e7-4520-918d-1be0b54f9e2c network=ba85b2ab-a0a8-43d1-b262-292f6a9eda99 secgroup=75ba77f1-4f0d-4057-97a5-d144b70889cc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-06 17:58:33,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:58:33,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:58:33,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:58:33,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:58:33,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:58:33,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:58:33,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:58:33,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:58:33,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:58:33,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:58:33,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:58:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:58:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:58:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:58:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:58:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:58:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:58:33,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 17:58:33,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 17:58:33,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 17:58:33,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 17:58:33,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 17:58:33,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 17:58:33,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 17:58:33,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 17:58:33,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 17:58:33,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:58:33,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9daab69-fb7f-4403-9cf4-3b33ba1890d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:58:33,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a9daab69-fb7f-4403-9cf4-3b33ba1890d5 2018-10-06 17:58:33,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:58:33,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:58:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["QmmN7V68RNaB79_9POtfyw"], "issued_at": "2018-10-06T17:58:33.000000Z"}} 2018-10-06 17:58:33,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" 2018-10-06 17:58:33,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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,Accept-Encoding x-openstack-request-id: req-06b2d1b4-291c-414a-863a-87f7eaeb0873 x-compute-request-id: req-06b2d1b4-291c-414a-863a-87f7eaeb0873 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-06 17:58:33,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-06b2d1b4-291c-414a-863a-87f7eaeb0873 2018-10-06 17:58:33,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" 2018-10-06 17:58:33,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 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,Accept-Encoding x-openstack-request-id: req-d1e1a8f7-bde3-44e5-a95c-d51286b69461 x-compute-request-id: req-d1e1a8f7-bde3-44e5-a95c-d51286b69461 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 17:58:33,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 used request id req-d1e1a8f7-bde3-44e5-a95c-d51286b69461 2018-10-06 17:58:33,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "f86e382a-71e7-4520-918d-1be0b54f9e2c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ba85b2ab-a0a8-43d1-b262-292f6a9eda99"}], "config_drive": true}}' 2018-10-06 17:58:35,326 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 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-f47d49bd-fc51-43ce-9415-8a90db8b8047 x-compute-request-id: req-f47d49bd-fc51-43ce-9415-8a90db8b8047 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a67085af-92ca-4525-9bd4-558698332c8b", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "bookmark"}], "adminPass": "NajyHr7Z24AC"}} 2018-10-06 17:58:35,327 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f47d49bd-fc51-43ce-9415-8a90db8b8047 2018-10-06 17:58:35,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 17:58:35,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9bcfb38-1f2b-4bdc-8cf4-7d844b49b72a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 17:58:35,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b9bcfb38-1f2b-4bdc-8cf4-7d844b49b72a 2018-10-06 17:58:35,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 17:58:35,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T18:58:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["zFVXLpKmQTOCxjovBDkl0Q"], "issued_at": "2018-10-06T17:58:35.000000Z"}} 2018-10-06 17:58:35,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3188e45120b1c5214cf0ee79afd9dba44c45595" 2018-10-06 17:58:36,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db6cc827-798d-4ff7-bc87-2def5147f28b x-compute-request-id: req-db6cc827-798d-4ff7-bc87-2def5147f28b 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.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "bookmark"}], "image": {"id": "f86e382a-71e7-4520-918d-1be0b54f9e2c", "links": [{"href": "http://172.30.9.26:8774/images/f86e382a-71e7-4520-918d-1be0b54f9e2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "a67085af-92ca-4525-9bd4-558698332c8b", "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:58:35Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-3", "created": "2018-10-06T17:58:35Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:58:36,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b used request id req-db6cc827-798d-4ff7-bc87-2def5147f28b 2018-10-06 17:58:39,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3188e45120b1c5214cf0ee79afd9dba44c45595" 2018-10-06 17:58:39,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d8b1ece-0dff-4029-a6a2-c92e5d95b2d3 x-compute-request-id: req-4d8b1ece-0dff-4029-a6a2-c92e5d95b2d3 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.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "bookmark"}], "image": {"id": "f86e382a-71e7-4520-918d-1be0b54f9e2c", "links": [{"href": "http://172.30.9.26:8774/images/f86e382a-71e7-4520-918d-1be0b54f9e2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "a67085af-92ca-4525-9bd4-558698332c8b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-06T17:58:36Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-10-06T17:58:35Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:58:39,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b used request id req-4d8b1ece-0dff-4029-a6a2-c92e5d95b2d3 2018-10-06 17:58:42,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3188e45120b1c5214cf0ee79afd9dba44c45595" 2018-10-06 17:58:43,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-3e89fb31-2e4c-46a0-912a-d4eee2492d93 x-compute-request-id: req-3e89fb31-2e4c-46a0-912a-d4eee2492d93 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:11:c8:59", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "bookmark"}], "image": {"id": "f86e382a-71e7-4520-918d-1be0b54f9e2c", "links": [{"href": "http://172.30.9.26:8774/images/f86e382a-71e7-4520-918d-1be0b54f9e2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-10-06T17:58:36.000000", "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "a67085af-92ca-4525-9bd4-558698332c8b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:58:41Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-10-06T17:58:35Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:58:43,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b used request id req-3e89fb31-2e4c-46a0-912a-d4eee2492d93 2018-10-06 17:58:43,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" 2018-10-06 17:58:44,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ca02e1f-9816-429b-9bc2-9d9c7edc02bc x-compute-request-id: req-4ca02e1f-9816-429b-9bc2-9d9c7edc02bc 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:11:c8:59", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a67085af-92ca-4525-9bd4-558698332c8b", "rel": "bookmark"}], "image": {"id": "f86e382a-71e7-4520-918d-1be0b54f9e2c", "links": [{"href": "http://172.30.9.26:8774/images/f86e382a-71e7-4520-918d-1be0b54f9e2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-10-06T17:58:36.000000", "flavor": {"id": "237989d2-27bd-42e6-bd96-ac88b31d16c7", "links": [{"href": "http://172.30.9.26:8774/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7", "rel": "bookmark"}]}, "id": "a67085af-92ca-4525-9bd4-558698332c8b", "security_groups": [{"name": "default"}], "user_id": "3233c8775d314fe8b57c182714a232ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-06T17:58:41Z", "hostId": "ce2ce10538b6c78bec2ca6cfa6c13618ded2a21c2734c3873fc07329", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-10-06T17:58:35Z", "tenant_id": "b02668b3789342938652e3506ba63a25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 17:58:44,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b used request id req-4ca02e1f-9816-429b-9bc2-9d9c7edc02bc 2018-10-06 17:58:44,425 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.7'. 2018-10-06 17:58:44,425 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-10-06 17:58:44,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" -d '{"addSecurityGroup": {"name": "75ba77f1-4f0d-4057-97a5-d144b70889cc"}}' 2018-10-06 17:58:46,207 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 17:58: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-e60a64f4-5f07-4969-a84c-153811a26c9b x-compute-request-id: req-e60a64f4-5f07-4969-a84c-153811a26c9b Content-Length: 0 Content-Type: application/json 2018-10-06 17:58:46,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-e60a64f4-5f07-4969-a84c-153811a26c9b 2018-10-06 17:58:46,208 - sdnvpn_test_utils - INFO - Waiting for instance a67085af-92ca-4525-9bd4-558698332c8b to boot up 2018-10-06 17:58:46,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:47,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-b5c93c2b-8633-4750-9e52-0ba57b4decf8 x-compute-request-id: req-b5c93c2b-8633-4750-9e52-0ba57b4decf8 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:58:47,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-b5c93c2b-8633-4750-9e52-0ba57b4decf8 2018-10-06 17:58:49,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:50,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58: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-1272ba7e-5ad5-4e84-af08-6abfa512ee02 x-compute-request-id: req-1272ba7e-5ad5-4e84-af08-6abfa512ee02 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:58:50,351 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-1272ba7e-5ad5-4e84-af08-6abfa512ee02 2018-10-06 17:58:52,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:53,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9f9df64-1caa-45c8-b253-cfd4cb312e56 x-compute-request-id: req-a9f9df64-1caa-45c8-b253-cfd4cb312e56 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:58:53,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-a9f9df64-1caa-45c8-b253-cfd4cb312e56 2018-10-06 17:58:55,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:56,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-c71b0cb5-d4e7-424a-b655-f2a8accf8adc x-compute-request-id: req-c71b0cb5-d4e7-424a-b655-f2a8accf8adc Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:58:56,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-c71b0cb5-d4e7-424a-b655-f2a8accf8adc 2018-10-06 17:58:58,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:58:59,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:58:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6b4cdc5-2811-4b33-9a8b-1bc4bf4e0572 x-compute-request-id: req-d6b4cdc5-2811-4b33-9a8b-1bc4bf4e0572 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:58:59,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-d6b4cdc5-2811-4b33-9a8b-1bc4bf4e0572 2018-10-06 17:59:01,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:02,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2185a34b-e8a6-48b8-bbc0-c34c473ed975 x-compute-request-id: req-2185a34b-e8a6-48b8-bbc0-c34c473ed975 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:02,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-2185a34b-e8a6-48b8-bbc0-c34c473ed975 2018-10-06 17:59:04,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:05,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-4ffd0010-d90c-4d77-a71f-cd57eb394d03 x-compute-request-id: req-4ffd0010-d90c-4d77-a71f-cd57eb394d03 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:05,742 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-4ffd0010-d90c-4d77-a71f-cd57eb394d03 2018-10-06 17:59:07,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:08,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59: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-424eb228-970b-4b22-aa53-89152c0a14d3 x-compute-request-id: req-424eb228-970b-4b22-aa53-89152c0a14d3 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:08,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-424eb228-970b-4b22-aa53-89152c0a14d3 2018-10-06 17:59:10,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:11,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89e40790-7a3c-42b6-8b6f-1cf2e22d7104 x-compute-request-id: req-89e40790-7a3c-42b6-8b6f-1cf2e22d7104 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:11,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-89e40790-7a3c-42b6-8b6f-1cf2e22d7104 2018-10-06 17:59:13,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:14,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6631ff6-cdd4-429d-9366-46bbe66493be x-compute-request-id: req-f6631ff6-cdd4-429d-9366-46bbe66493be Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:14,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-f6631ff6-cdd4-429d-9366-46bbe66493be 2018-10-06 17:59:16,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:18,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17: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-18ae4f39-70fb-4572-8e65-5c63238654db x-compute-request-id: req-18ae4f39-70fb-4572-8e65-5c63238654db Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:18,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-18ae4f39-70fb-4572-8e65-5c63238654db 2018-10-06 17:59:20,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:21,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caca54f2-21ba-4971-9854-d98992dfc076 x-compute-request-id: req-caca54f2-21ba-4971-9854-d98992dfc076 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:21,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-caca54f2-21ba-4971-9854-d98992dfc076 2018-10-06 17:59:23,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:24,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da86d354-22f6-499a-b3e4-7f85aa73eaa7 x-compute-request-id: req-da86d354-22f6-499a-b3e4-7f85aa73eaa7 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:24,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-da86d354-22f6-499a-b3e4-7f85aa73eaa7 2018-10-06 17:59:26,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:27,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1c10112-9a2c-408f-be10-ac7e52d92d63 x-compute-request-id: req-a1c10112-9a2c-408f-be10-ac7e52d92d63 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:27,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-a1c10112-9a2c-408f-be10-ac7e52d92d63 2018-10-06 17:59:29,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:30,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-621040e7-e9a3-4bba-b08f-1001a0285a18 x-compute-request-id: req-621040e7-e9a3-4bba-b08f-1001a0285a18 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:30,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-621040e7-e9a3-4bba-b08f-1001a0285a18 2018-10-06 17:59:32,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:33,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59: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-53ca97a8-fed5-4251-851e-78b96432bc97 x-compute-request-id: req-53ca97a8-fed5-4251-851e-78b96432bc97 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:33,452 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-53ca97a8-fed5-4251-851e-78b96432bc97 2018-10-06 17:59:35,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:36,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59: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-720ab29f-459d-446c-b424-4ddefaa82926 x-compute-request-id: req-720ab29f-459d-446c-b424-4ddefaa82926 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:36,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-720ab29f-459d-446c-b424-4ddefaa82926 2018-10-06 17:59:38,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:39,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59: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-cf9781a5-c9d5-45d7-bc2e-d10b5e41a4d8 x-compute-request-id: req-cf9781a5-c9d5-45d7-bc2e-d10b5e41a4d8 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:39,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-cf9781a5-c9d5-45d7-bc2e-d10b5e41a4d8 2018-10-06 17:59:41,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:42,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9138059-2bc8-4c7d-a10f-d9443f9903f6 x-compute-request-id: req-d9138059-2bc8-4c7d-a10f-d9443f9903f6 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 17:59:42,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-d9138059-2bc8-4c7d-a10f-d9443f9903f6 2018-10-06 17:59:44,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 17:59:45,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 17:59:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e07ac445-707b-4ed9-a88a-02301216c853 x-compute-request-id: req-e07ac445-707b-4ed9-a88a-02301216c853 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-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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n"} 2018-10-06 17:59:45,766 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-e07ac445-707b-4ed9-a88a-02301216c853 2018-10-06 17:59:47,769 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-10-06 17:59:47,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-571028", "route_distinguishers": ["12:12", "13:13"]}}' 2018-10-06 17:59:48,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-1c936957-4fda-46ac-9763-d245fa159601 Date: Sat, 06 Oct 2018 17:59:48 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "634f3471-61ac-44d6-873e-66643573386d", "name": "sdnvpn-571028", "tenant_id": "b02668b3789342938652e3506ba63a25", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "b02668b3789342938652e3506ba63a25", "type": "l3"}} 2018-10-06 17:59:48,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-1c936957-4fda-46ac-9763-d245fa159601 2018-10-06 17:59:48,188 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-571028', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'b02668b3789342938652e3506ba63a25', u'route_targets': [], u'project_id': u'b02668b3789342938652e3506ba63a25', u'type': u'l3', u'id': u'634f3471-61ac-44d6-873e-66643573386d'}} 2018-10-06 17:59:48,189 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-10-06 17:59:48,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/634f3471-61ac-44d6-873e-66643573386d/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"router_association": {"router_id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7"}}' 2018-10-06 17:59:48,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-9c98db8d-d676-4fcb-a118-c02958fe907b Date: Sat, 06 Oct 2018 17:59:48 GMT RESP BODY: {"router_association": {"router_id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7", "tenant_id": "b02668b3789342938652e3506ba63a25", "project_id": "b02668b3789342938652e3506ba63a25", "id": "384f8a91-0fb1-4738-9c53-a337d56d3fce"}} 2018-10-06 17:59:48,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/634f3471-61ac-44d6-873e-66643573386d/router_associations used request id req-9c98db8d-d676-4fcb-a118-c02958fe907b 2018-10-06 17:59:48,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"router": {"routes": [{"nexthop": "10.10.10.12", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.15", "destination": "179.24.1.12/32"}]}}' 2018-10-06 17:59:49,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-9b6a6ec3-37f5-4d06-84ed-96d5893ffd70 Date: Sat, 06 Oct 2018 17:59:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T17:59:49Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.12", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.15", "destination": "179.24.1.12/32"}], "project_id": "b02668b3789342938652e3506ba63a25", "id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7", "name": "sdnvpn-13-1-router"}} 2018-10-06 17:59:49,450 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 used request id req-9b6a6ec3-37f5-4d06-84ed-96d5893ffd70 2018-10-06 17:59:49,450 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-06 18:00:19,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 18:00:20,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18: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-93b6ae5a-2203-42e1-8819-a6382e6b8563 x-compute-request-id: req-93b6ae5a-2203-42e1-8819-a6382e6b8563 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 35.69s]\n"} 2018-10-06 18:00:20,553 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-93b6ae5a-2203-42e1-8819-a6382e6b8563 2018-10-06 18:00:20,554 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.7) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-10-06 18:00:20,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99460ab97986acd43ce3560011fdff46cf4c4e35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 18:00:21,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:00:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b94bb1b-bc93-4127-b604-aff4a2b6d415 x-compute-request-id: req-9b94bb1b-bc93-4127-b604-aff4a2b6d415 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 642531413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143588] pid_max: default: 32768 minimum: 301\n[ 0.144470] ACPI: Core revision 20150930\n[ 0.145849] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147138] Security Framework initialized\n[ 0.147956] Yama: becoming mindful.\n[ 0.148682] AppArmor: AppArmor initialized\n[ 0.149560] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150955] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152615] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153831] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155217] Initializing cgroup subsys io\n[ 0.156014] Initializing cgroup subsys memory\n[ 0.156859] Initializing cgroup subsys devices\n[ 0.157723] Initializing cgroup subsys freezer\n[ 0.158586] Initializing cgroup subsys net_cls\n[ 0.159438] Initializing cgroup subsys perf_event\n[ 0.160333] Initializing cgroup subsys net_prio\n[ 0.161213] Initializing cgroup subsys hugetlb\n[ 0.162063] Initializing cgroup subsys pids\n[ 0.162927] CPU: Physical Processor ID: 0\n[ 0.164408] mce: CPU supports 10 MCE banks\n[ 0.165255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177196] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183832] ftrace: allocating 31920 entries in 125 pages\n[ 0.211287] smpboot: Max logical packages: 1\n[ 0.212131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213482] x2apic enabled\n[ 0.214281] Switched APIC routing to physical x2apic.\n[ 0.216012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220864] KVM setup paravirtual spinlock\n[ 0.222159] x86: Booted up 1 node, 1 CPUs\n[ 0.222958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224325] devtmpfs: initialized\n[ 0.226049] evm: security.selinux\n[ 0.226744] evm: security.SMACK64\n[ 0.227426] evm: security.SMACK64EXEC\n[ 0.228157] evm: security.SMACK64TRANSMUTE\n[ 0.228967] evm: security.SMACK64MMAP\n[ 0.229709] evm: security.ima\n[ 0.230344] evm: security.capability\n[ 0.231137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232994] pinctrl core: initialized pinctrl subsystem\n[ 0.234097] RTC time: 17:58:36, date: 10/06/18\n[ 0.235043] NET: Registered protocol family 16\n[ 0.236018] cpuidle: using governor ladder\n[ 0.236842] cpuidle: using governor menu\n[ 0.237632] PCCT header not found.\n[ 0.238402] ACPI: bus type PCI registered\n[ 0.239217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240466] PCI: Using configuration type 1 for base access\n[ 0.242593] ACPI: Added _OSI(Module Device)\n[ 0.243434] ACPI: Added _OSI(Processor Device)\n[ 0.244294] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245185] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247352] ACPI: Interpreter enabled\n[ 0.248114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255534] ACPI: (supports S0 S5)\n[ 0.256240] ACPI: Using IOAPIC for interrupt routing\n[ 0.257299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266171] acpiphp: Slot [3] registered\n[ 0.266984] acpiphp: Slot [4] registered\n[ 0.267793] acpiphp: Slot [5] registered\n[ 0.268603] acpiphp: Slot [6] registered\n[ 0.269412] acpiphp: Slot [7] registered\n[ 0.270211] acpiphp: Slot [8] registered\n[ 0.271008] acpiphp: Slot [9] registered\n[ 0.271812] acpiphp: Slot [10] registered\n[ 0.272639] acpiphp: Slot [11] registered\n[ 0.273454] acpiphp: Slot [12] registered\n[ 0.274268] acpiphp: Slot [13] registered\n[ 0.275075] acpiphp: Slot [14] registered\n[ 0.275897] acpiphp: Slot [15] registered\n[ 0.286744] acpiphp: Slot [16] registered\n[ 0.287589] acpiphp: Slot [17] registered\n[ 0.288402] acpiphp: Slot [18] registered\n[ 0.289233] acpiphp: Slot [19] registered\n[ 0.290038] acpiphp: Slot [20] registered\n[ 0.290856] acpiphp: Slot [21] registered\n[ 0.291678] acpiphp: Slot [22] registered\n[ 0.292491] acpiphp: Slot [23] registered\n[ 0.293304] acpiphp: Slot [24] registered\n[ 0.294113] acpiphp: Slot [25] registered\n[ 0.294928] acpiphp: Slot [26] registered\n[ 0.295740] acpiphp: Slot [27] registered\n[ 0.296553] acpiphp: Slot [28] registered\n[ 0.297366] acpiphp: Slot [29] registered\n[ 0.298173] acpiphp: Slot [30] registered\n[ 0.299003] acpiphp: Slot [31] registered\n[ 0.299815] PCI host bridge to bus 0000:00\n[ 0.300628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304514] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.305963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312367] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314833] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316105] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322634] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380713] vgaarb: loaded\n[ 0.381316] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382456] SCSI subsystem initialized\n[ 0.383273] ACPI: bus type USB registered\n[ 0.384084] usbcore: registered new interface driver usbfs\n[ 0.385119] usbcore: registered new interface driver hub\n[ 0.386128] usbcore: registered new device driver usb\n[ 0.387179] PCI: Using ACPI for IRQ routing\n[ 0.388222] NetLabel: Initializing\n[ 0.388933] NetLabel: domain hash size = 128\n[ 0.389807] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390761] NetLabel: unlabeled traffic allowed by default\n[ 0.391858] clocksource: Switched to clocksource kvm-clock\n[ 0.397569] AppArmor: AppArmor Filesystem Enabled\n[ 0.398538] pnp: PnP ACPI init\n[ 0.399444] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407210] NET: Registered protocol family 2\n[ 0.408173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409460] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410679] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411880] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412976] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414158] NET: Registered protocol family 1\n[ 0.415022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445438] Trying to unpack rootfs image as initramfs...\n[ 0.495772] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509840] Scanning for low memory corruption every 60 seconds\n[ 0.511304] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512475] audit: initializing netlink subsys (disabled)\n[ 0.513510] audit: type=2000 audit(1538848717.695:1): initialized\n[ 0.514954] Initialise system trusted keyring\n[ 0.516038] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517341] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519647] zbud: loaded\n[ 0.520427] VFS: Disk quotas dquot_6.6.0\n[ 0.521364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523155] fuse init (API version 7.23)\n[ 0.524141] Key type big_key registered\n[ 0.525098] Allocating IMA MOK and blacklist keyrings.\n[ 0.526396] Key type asymmetric registered\n[ 0.527325] Asymmetric key parser 'x509' registered\n[ 0.528453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530220] io scheduler noop registered\n[ 0.531195] io scheduler deadline registered (default)\n[ 0.532414] io scheduler cfq registered\n[ 0.533456] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537730] ACPI: Power Button [PWRF]\n[ 0.538570] GHES: HEST is not enabled!\n[ 0.552259] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616832] Linux agpgart interface v0.103\n[ 0.619343] brd: module loaded\n[ 0.620558] loop: module loaded\n[ 0.625010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627157] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628252] GPT:90111 != 20971519\n[ 0.628935] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629892] vda: vda1 vda15\n[ 0.631442] scsi host0: ata_piix\n[ 0.632185] scsi host1: ata_piix\n[ 0.632891] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635535] libphy: Fixed MDIO Bus: probed\n[ 0.636361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637310] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639521] PPP generic driver version 2.4.2\n[ 0.640420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641723] ehci-pci: EHCI PCI platform driver\n[ 0.642589] ehci-platform: EHCI generic platform driver\n[ 0.643568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644698] ohci-pci: OHCI PCI platform driver\n[ 0.645571] ohci-platform: OHCI generic platform driver\n[ 0.646549] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663787] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669257] usb usb1: Product: UHCI Host Controller\n[ 0.670395] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672989] hub 1-0:1.0: USB hub found\n[ 0.673920] hub 1-0:1.0: 2 ports detected\n[ 0.674900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678994] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685757] i2c /dev entries driver\n[ 0.686559] device-mapper: uevent: version 1.0.3\n[ 0.687500] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690426] NET: Registered protocol family 10\n[ 0.691421] NET: Registered protocol family 17\n[ 0.692309] Key type dns_resolver registered\n[ 0.693230] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694308] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696060] registered taskstats version 1\n[ 0.696896] Loading compiled-in X.509 certificates\n[ 0.698334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700176] zswap: loaded using pool lzo/zbud\n[ 0.701553] Key type trusted registered\n[ 0.703066] Key type encrypted registered\n[ 0.703904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704933] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705965] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 6:720:996\n[ 0.707750] rtc_cmos 00:00: setting system clock to 2018-10-06 17:58:37 UTC (1538848717)\n[ 0.709348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710446] EDD information not available.\n[ 0.788418] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789846] ata1.00: configured for MWDMA2\n[ 0.791030] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803521] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804751] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807850] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809371] Write protecting the kernel read-only data: 14336k\n[ 0.810935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869438] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 35.69s]\n"} 2018-10-06 18:00:21,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-9b94bb1b-bc93-4127-b604-aff4a2b6d415 2018-10-06 18:00:21,626 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2018-10-06 18:00:21,626 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-10-06 18:00:21,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"router": {"routes": []}}' 2018-10-06 18:00:22,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-f45aacf6-40a9-4da7-ab1e-cc646157e60e Date: Sat, 06 Oct 2018 18:00:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "31ff5876-2a57-4cd5-9d70-d68f7e3cad0c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T18:00:21Z", "revision_number": 6, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7", "name": "sdnvpn-13-1-router"}} 2018-10-06 18:00:22,362 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 used request id req-f45aacf6-40a9-4da7-ab1e-cc646157e60e 2018-10-06 18:00:22,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" 2018-10-06 18:00:22,428 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 18:00:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7220be8-4faa-4d7e-bb14-f32116a34a86 x-compute-request-id: req-c7220be8-4faa-4d7e-bb14-f32116a34a86 Content-Length: 0 Content-Type: application/json 2018-10-06 18:00:22,428 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/237989d2-27bd-42e6-bd96-ac88b31d16c7 used request id req-c7220be8-4faa-4d7e-bb14-f32116a34a86 2018-10-06 18:00:22,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" -d '{"forceDelete": null}' 2018-10-06 18:00:22,625 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 18:00:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac6ab25e-25c4-4f5a-8c15-7d35ea7e916f x-compute-request-id: req-ac6ab25e-25c4-4f5a-8c15-7d35ea7e916f Content-Length: 0 Content-Type: application/json 2018-10-06 18:00:22,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c4412adf-a164-4f73-85fa-cab3e50fe53e/action used request id req-ac6ab25e-25c4-4f5a-8c15-7d35ea7e916f 2018-10-06 18:00:22,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" -d '{"forceDelete": null}' 2018-10-06 18:00:22,792 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 18:00:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb555182-6c81-41df-b1fe-94e11100fd60 x-compute-request-id: req-bb555182-6c81-41df-b1fe-94e11100fd60 Content-Length: 0 Content-Type: application/json 2018-10-06 18:00:22,792 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/635a1365-9c02-4a23-88d8-b185604ee3f8/action used request id req-bb555182-6c81-41df-b1fe-94e11100fd60 2018-10-06 18:00:22,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a7c5f2be78fc45d23613fd5b14b31464843e70" -d '{"forceDelete": null}' 2018-10-06 18:00:23,033 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 18:00:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-940ae856-d0a8-441a-b169-6fba497fc0e2 x-compute-request-id: req-940ae856-d0a8-441a-b169-6fba497fc0e2 Content-Length: 0 Content-Type: application/json 2018-10-06 18:00:23,033 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/a67085af-92ca-4525-9bd4-558698332c8b/action used request id req-940ae856-d0a8-441a-b169-6fba497fc0e2 2018-10-06 18:00:23,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" 2018-10-06 18:00:25,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c9bb2ea-0a9a-4122-87a2-2a0ac4f58dba Date: Sat, 06 Oct 2018 18:00:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 18:00:25,157 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/5eb07acc-bd8b-48aa-bc7f-d247dcb405b2 used request id req-9c9bb2ea-0a9a-4122-87a2-2a0ac4f58dba 2018-10-06 18:00:25,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/f86e382a-71e7-4520-918d-1be0b54f9e2c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bce610ee4966ee6072d89a863bed469d065b7a5" 2018-10-06 18:00:27,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff9b911a-fb8b-4924-8954-1c65cf3db9f8 Date: Sat, 06 Oct 2018 18:00:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 18:00:27,408 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f86e382a-71e7-4520-918d-1be0b54f9e2c used request id req-ff9b911a-fb8b-4924-8954-1c65cf3db9f8 2018-10-06 18:00:27,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/634f3471-61ac-44d6-873e-66643573386d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 18:00:27,754 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc92e178-48f4-419e-9d40-095f4feae1ca Content-Length: 0 Date: Sat, 06 Oct 2018 18:00:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 18:00:27,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/634f3471-61ac-44d6-873e-66643573386d used request id req-bc92e178-48f4-419e-9d40-095f4feae1ca 2018-10-06 18:00:27,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"subnet_id": "d0bb3a03-355c-41a8-b55e-80f09fe3268c"}' 2018-10-06 18:00:29,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5285514d-12a6-4487-88a2-c0ecd6ffe609 Date: Sat, 06 Oct 2018 18:00:29 GMT RESP BODY: {"network_id": "ba85b2ab-a0a8-43d1-b262-292f6a9eda99", "tenant_id": "b02668b3789342938652e3506ba63a25", "subnet_id": "d0bb3a03-355c-41a8-b55e-80f09fe3268c", "subnet_ids": ["d0bb3a03-355c-41a8-b55e-80f09fe3268c"], "port_id": "532e5666-7472-401a-bedc-324f06715c38", "id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7"} 2018-10-06 18:00:29,020 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7/remove_router_interface used request id req-5285514d-12a6-4487-88a2-c0ecd6ffe609 2018-10-06 18:00:29,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" -d '{"router": {"external_gateway_info": {}}}' 2018-10-06 18:00:30,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-7baea165-8253-45a0-acea-e9a8bdf1d7da Date: Sat, 06 Oct 2018 18:00:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b02668b3789342938652e3506ba63a25", "created_at": "2018-10-06T17:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-06T18:00:29Z", "revision_number": 10, "routes": [], "project_id": "b02668b3789342938652e3506ba63a25", "id": "9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7", "name": "sdnvpn-13-1-router"}} 2018-10-06 18:00:30,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 used request id req-7baea165-8253-45a0-acea-e9a8bdf1d7da 2018-10-06 18:00:30,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/d0bb3a03-355c-41a8-b55e-80f09fe3268c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 18:00:32,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bf25752-6dcf-4cf6-9bc1-753c3659359e Date: Sat, 06 Oct 2018 18:00:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 18:00:32,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d0bb3a03-355c-41a8-b55e-80f09fe3268c used request id req-6bf25752-6dcf-4cf6-9bc1-753c3659359e 2018-10-06 18:00:32,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 18:00:32,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0f76de5-8e20-4f6f-a131-f12403b6b00d Content-Length: 0 Date: Sat, 06 Oct 2018 18:00:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 18:00:32,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/9afbfe2b-3fc6-46a2-a163-eb086b7d0bd7 used request id req-e0f76de5-8e20-4f6f-a131-f12403b6b00d 2018-10-06 18:00:32,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/ba85b2ab-a0a8-43d1-b262-292f6a9eda99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcef87f891948fa08f785e5560f548f8fc7f8579" 2018-10-06 18:00:33,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-758bcdd4-20d9-4ab9-aac6-9d16fb7b71a3 Date: Sat, 06 Oct 2018 18:00:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 18:00:33,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ba85b2ab-a0a8-43d1-b262-292f6a9eda99 used request id req-758bcdd4-20d9-4ab9-aac6-9d16fb7b71a3 2018-10-06 18:00:33,639 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ +========================================================================================+ 2018-10-06 18:00:33,639 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-06 18:00:33,640 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-06 18:00:33,640 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-10-06 18:00:33,640 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-06 18:00:33,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/quotas/b02668b3789342938652e3506ba63a25 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120059862f18c8bb5ede0a4c9d2c6c5b65653883" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-10-06 18:00:33,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-3536a398-b44c-4622-906f-41bb34853f9b Date: Sat, 06 Oct 2018 18:00:33 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-10-06 18:00:33,924 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/b02668b3789342938652e3506ba63a25 used request id req-3536a398-b44c-4622-906f-41bb34853f9b 2018-10-06 18:00:33,925 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-06 18:00:33,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26: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}dc349a1bbcfa901814069e3273275497cbfeecf1" -d '{"quota_class_set": {"instances": 10}}' 2018-10-06 18:00:34,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:00:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c73065fb-0b72-4128-bdae-5d04b52b3e88 x-compute-request-id: req-c73065fb-0b72-4128-bdae-5d04b52b3e88 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 18:00:34,114 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-class-sets/default used request id req-c73065fb-0b72-4128-bdae-5d04b52b3e88 2018-10-06 18:00:34,117 - paramiko.transport - DEBUG - starting thread (client mode): 0xddbd7cd0L 2018-10-06 18:00:34,117 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:34,148 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:34,149 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:34,154 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:34,154 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:34,154 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:34,155 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:34,155 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:34,155 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:34,163 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:34,164 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:34,181 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.158: c4dc2b25c8a8efad9953efd8358c778d 2018-10-06 18:00:34,182 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:34,203 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:34,291 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:34,298 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:34,484 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:34,484 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:34,523 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:34,524 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:34,537 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:39,840 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:39,842 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:39,844 - paramiko.transport - DEBUG - starting thread (client mode): 0xddc75c90L 2018-10-06 18:00:39,845 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:39,851 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:39,852 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:39,855 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:39,855 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:39,855 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:39,855 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:39,855 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:39,855 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:39,860 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:39,861 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:39,876 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 18:00:39,877 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:39,901 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:39,912 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:39,941 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:40,005 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:40,005 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:40,044 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:40,045 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:40,049 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:40,087 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:40,088 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:40,089 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:40,090 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:40,090 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:40,131 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:40,169 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:40,170 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:40,172 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:40,173 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:40,173 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:40,214 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:40,247 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:40,249 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:40,250 - paramiko.transport - DEBUG - starting thread (client mode): 0xddc6b450L 2018-10-06 18:00:40,251 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:40,256 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:40,256 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:40,259 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:40,259 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:40,259 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:40,260 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:40,260 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:40,260 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:40,264 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:40,265 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:40,266 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 18:00:40,267 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:40,304 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:40,316 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:40,331 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:40,409 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:40,409 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:40,448 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:40,449 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:40,468 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:40,502 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:40,503 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:40,504 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:40,505 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:40,505 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:40,545 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:40,581 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:40,583 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:40,584 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:40,585 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:40,585 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:40,626 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:40,655 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:40,656 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:40,659 - paramiko.transport - DEBUG - starting thread (client mode): 0xde815d50L 2018-10-06 18:00:40,660 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:40,664 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:40,664 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:40,667 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:40,667 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:40,667 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:40,667 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:40,668 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:40,668 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:40,673 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:40,673 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:40,675 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 18:00:40,676 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:40,712 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:40,723 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:40,740 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:40,816 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:40,816 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:40,855 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:40,856 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:40,859 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:40,894 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:40,895 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:40,896 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:40,897 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:40,897 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:40,938 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:40,974 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:40,976 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:40,976 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:40,977 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:40,977 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:41,017 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:41,050 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:41,051 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:41,053 - paramiko.transport - DEBUG - starting thread (client mode): 0xdda596d0L 2018-10-06 18:00:41,054 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:41,060 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:41,060 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:41,063 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:41,063 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:41,064 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:41,064 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:41,064 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:41,064 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:41,069 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:41,069 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:41,085 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 18:00:41,086 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:41,108 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:41,120 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:41,150 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:41,225 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:41,225 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:41,264 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:41,265 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:41,269 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:41,300 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:41,300 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:41,301 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:41,302 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:41,302 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:41,342 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:41,374 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:41,376 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:41,377 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:41,378 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:41,378 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:41,418 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:41,446 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:41,447 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:41,449 - paramiko.transport - DEBUG - starting thread (client mode): 0xddbc4850L 2018-10-06 18:00:41,450 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:41,456 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:41,456 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:41,460 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:41,460 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:41,460 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:41,461 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:41,461 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:41,461 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:41,466 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:41,466 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:41,481 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 18:00:41,482 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:41,505 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:41,518 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:41,546 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:41,625 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:41,625 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:41,664 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:41,665 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:41,681 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:41,714 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:41,715 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:41,715 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:41,716 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:41,716 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:41,757 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:41,794 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:41,796 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:41,796 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:41,797 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:41,797 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:41,839 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:41,870 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:41,870 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:41,871 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:41,872 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:41,873 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:41,879 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:46,546 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:46,547 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:46,550 - paramiko.transport - DEBUG - starting thread (client mode): 0xdcee61d0L 2018-10-06 18:00:46,550 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:46,556 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:46,557 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:46,560 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:46,560 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:46,560 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:46,561 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:46,561 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:46,561 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:46,565 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:46,566 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:46,582 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 916b51b945e0f7a7e19b912c9bb4f271 2018-10-06 18:00:46,583 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:46,606 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:46,618 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:46,648 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:46,717 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:46,717 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:46,757 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:46,757 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:46,768 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:46,806 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:46,807 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:46,807 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:46,808 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:46,808 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:46,849 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:46,887 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:46,889 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:46,890 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:46,890 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:46,891 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:46,932 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:46,962 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:46,963 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:46,965 - paramiko.transport - DEBUG - starting thread (client mode): 0xde8b3bd0L 2018-10-06 18:00:46,965 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:46,972 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:46,972 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:46,975 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:46,975 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:46,975 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:46,975 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:46,975 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:46,976 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:46,980 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:46,981 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:46,997 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 3141a7e0ae95384ea3b655190c95593d 2018-10-06 18:00:46,998 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:47,020 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:47,033 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:47,062 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:47,119 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:47,119 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:47,158 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:47,159 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:47,166 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:47,202 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:47,203 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:47,204 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:47,205 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:47,205 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:47,246 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:47,283 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:47,285 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:47,286 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:47,287 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:47,287 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:47,328 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:47,359 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:47,360 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:47,362 - paramiko.transport - DEBUG - starting thread (client mode): 0xde83ad50L 2018-10-06 18:00:47,362 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:47,368 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:47,369 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:47,371 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:47,372 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:47,372 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:47,372 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:47,372 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:47,372 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:47,377 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:47,378 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:47,394 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: c13da191076e35ee29149c03a03fbdb1 2018-10-06 18:00:47,396 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:47,418 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:47,430 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:47,460 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:47,521 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:47,521 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:47,560 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:47,561 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:47,564 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:47,600 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:47,601 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:47,601 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:47,602 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:47,602 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:47,643 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:47,684 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:47,686 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:47,687 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:47,687 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:47,687 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:47,729 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:47,761 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:47,762 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:47,764 - paramiko.transport - DEBUG - starting thread (client mode): 0xde88c490L 2018-10-06 18:00:47,765 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:47,768 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:47,769 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:47,770 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:47,771 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:47,771 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:47,771 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:47,771 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:47,771 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:47,776 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:47,777 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:47,780 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 0b4ee9fa613443cee9905d575878eb24 2018-10-06 18:00:47,781 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:47,815 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:47,826 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:47,845 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:47,896 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:47,897 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:47,936 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:47,937 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:47,948 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:47,978 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:47,978 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:47,979 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:47,980 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:47,980 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:48,020 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:48,052 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:48,053 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:48,054 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:48,055 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:48,055 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:48,096 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:48,126 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:48,126 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:48,129 - paramiko.transport - DEBUG - starting thread (client mode): 0xde88cb90L 2018-10-06 18:00:48,129 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 18:00:48,134 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-06 18:00:48,134 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-06 18:00:48,136 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 18:00:48,136 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 18:00:48,136 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 18:00:48,137 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 18:00:48,137 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 18:00:48,137 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 18:00:48,142 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 18:00:48,142 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 18:00:48,144 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 1f5871fd8880bdb1a0e96aa5465e0956 2018-10-06 18:00:48,145 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-06 18:00:48,181 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 18:00:48,193 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 18:00:48,210 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 18:00:48,280 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-06 18:00:48,280 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-06 18:00:48,319 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 18:00:48,320 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 18:00:48,329 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 18:00:48,359 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 18:00:48,360 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 18:00:48,361 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 18:00:48,361 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 18:00:48,362 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 18:00:48,402 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 18:00:48,436 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 18:00:48,438 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-06 18:00:48,438 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 18:00:48,439 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-06 18:00:48,439 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-06 18:00:48,480 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-06 18:00:48,509 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-06 18:00:48,510 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-06 18:00:48,511 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-06 18:00:48,530 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 18:00:48,531 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 18:00:48,531 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 18:00:48,534 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 18:00:48,564 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-06 18:00:48,564 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-06 18:00:48,566 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-06 18:00:48,567 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-06 18:00:48,569 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-06 18:00:48,571 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 18:00:48,572 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 18:00:48,572 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 18:00:48,574 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 18:00:48,575 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 18:00:48,575 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:48,576 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:48,576 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:54,966 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 18:00:54,969 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 18:00:54,970 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 18:00:54,970 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 18:00:54,971 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 18:00:55,012 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 18:00:55,045 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-06 18:00:55,046 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-06 18:00:55,047 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-06 18:00:55,049 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-06 18:00:55,190 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-06 18:00:55,191 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-06 18:00:55,208 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-10-06 18:00:55,503 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 18:00:55,504 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 18:00:55,504 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 18:00:55,507 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 18:00:55,537 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-06 18:00:55,537 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-06 18:00:55,539 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-06 18:00:55,540 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-06 18:00:55,542 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-06 18:00:55,543 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 18:00:55,544 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 18:00:55,544 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 18:00:55,546 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 18:00:55,547 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 18:00:55,547 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:55,548 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:55,548 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:59,239 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 18:00:59,241 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 18:00:59,242 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 18:00:59,243 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 18:00:59,243 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 18:00:59,283 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 18:00:59,314 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-06 18:00:59,314 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-06 18:00:59,315 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-06 18:00:59,317 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-06 18:00:59,464 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-06 18:00:59,465 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-06 18:00:59,481 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-10-06 18:00:59,795 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 18:00:59,797 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 18:00:59,797 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 18:00:59,800 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 18:00:59,835 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-06 18:00:59,835 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-06 18:00:59,838 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-06 18:00:59,838 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-06 18:00:59,840 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-06 18:00:59,842 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 18:00:59,843 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 18:00:59,843 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 18:00:59,845 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 18:00:59,846 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 18:00:59,846 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:59,847 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:00:59,847 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:01:04,108 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 18:01:04,110 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 18:01:04,111 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 18:01:04,112 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 18:01:04,112 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 18:01:04,153 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 18:01:04,182 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-06 18:01:04,183 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-06 18:01:04,184 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-06 18:01:04,185 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-06 18:01:04,300 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-06 18:01:04,301 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-06 18:01:04,316 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-10-06 18:01:04,554 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 18:01:04,555 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 18:01:04,556 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 18:01:04,557 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 18:01:04,584 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-06 18:01:04,584 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-06 18:01:04,586 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-06 18:01:04,587 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-06 18:01:04,588 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-06 18:01:04,590 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 18:01:04,590 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 18:01:04,590 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 18:01:04,592 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 18:01:04,593 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 18:01:04,594 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:01:04,594 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:01:04,594 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:01:04,720 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 18:01:04,721 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 18:01:04,722 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 18:01:04,723 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 18:01:04,723 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 18:01:04,764 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 18:01:04,791 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-06 18:01:04,791 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-06 18:01:04,792 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-06 18:01:04,793 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-06 18:01:04,800 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-06 18:01:04,801 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-06 18:01:04,817 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-10-06 18:01:04,841 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-06 18:01:04,842 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-06 18:01:04,843 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-06 18:01:04,845 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-06 18:01:04,873 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-06 18:01:04,873 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-06 18:01:04,876 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-06 18:01:04,876 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-06 18:01:04,878 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-06 18:01:04,880 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-06 18:01:04,880 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-06 18:01:04,880 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-06 18:01:04,882 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-06 18:01:04,883 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-06 18:01:04,884 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:01:04,884 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:01:04,884 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-06 18:01:04,992 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-06 18:01:04,994 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-06 18:01:04,994 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-06 18:01:04,996 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-06 18:01:04,996 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-06 18:01:05,037 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-06 18:01:05,064 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-06 18:01:05,064 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-06 18:01:05,066 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-06 18:01:05,067 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-06 18:01:05,075 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-06 18:01:05,076 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-06 18:01:05,092 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-10-06 18:01:05,119 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-06 18:01:06,767 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 18:01:06,767 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 54:51 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-06 18:01:06,773 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-06 18:01:06,773 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:19 | PASS | | bgpvpn | sdnvpn | features | 54:51 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-06 18:01:06,779 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-06 18:01:06,831 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:06,932 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,019 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,031 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,131 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,232 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,320 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,331 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,432 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,533 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,620 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,632 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,734 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,834 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,920 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:07,933 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,019 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,133 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,234 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,321 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,435 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,534 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,635 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,721 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,836 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:08,936 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:09,037 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:09,122 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:09,204 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:09,305 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:09,422 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:09,483 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:09,608 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 18:01:39,180 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-293 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 18:01:39,183 - 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=JPc8dPtNa68vxFqmyZqsPTJPe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.10 export OS_REGION_NAME=regionOne 2018-10-06 18:01:39,183 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 18:01:39,183 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-06 18:01:39,184 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-06 18:01:39,185 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 18:01:49,731 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-293 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 18:01:49,737 - 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=JPc8dPtNa68vxFqmyZqsPTJPe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.10 export OS_REGION_NAME=regionOne 2018-10-06 18:01:49,738 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 18:01:49,738 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-06 18:01:49,739 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-06 18:01:49,740 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 18:02:09,850 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-293 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 18:02:09,853 - 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=JPc8dPtNa68vxFqmyZqsPTJPe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.10 export OS_REGION_NAME=regionOne 2018-10-06 18:02:09,853 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-06 18:02:09,858 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-06 18:02:10,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 18:02:10,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 18:02:10,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 18:02:10,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 18:02:10,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 18:02:10,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 18:02:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e421d0e7-ef2e-4e3e-9b4b-08e5cd94d68f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 18:02:10,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e421d0e7-ef2e-4e3e-9b4b-08e5cd94d68f 2018-10-06 18:02:10,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 18:02:11,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}], "expires_at": "2018-10-06T19:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02668b3789342938652e3506ba63a25", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/b02668b3789342938652e3506ba63a25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3233c8775d314fe8b57c182714a232ae"}, "audit_ids": ["Om4WcyR5RseIlOKQ_7zY1g"], "issued_at": "2018-10-06T18:02:11.000000Z"}} 2018-10-06 18:02:11,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 18:02:11,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:11,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-840f889e-6791-4819-a56e-e9a12ab4f9de Date: Sat, 06 Oct 2018 18:02:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"31ff5876-2a57-4cd5-9d70-d68f7e3cad0c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e1140685c59845c1a675f49703da2d8e","status":"ACTIVE","subnets":["d3fc9233-8ad9-4a77-b9b7-ff6ec16fa0b3"],"description":"","tags":[],"updated_at":"2018-10-06T15:01:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e1140685c59845c1a675f49703da2d8e","created_at":"2018-10-06T15:01:40Z","provider:network_type":"flat"}]} 2018-10-06 18:02:11,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-840f889e-6791-4819-a56e-e9a12ab4f9de 2018-10-06 18:02:11,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252621889114s 2018-10-06 18:02:11,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-840f889e-6791-4819-a56e-e9a12ab4f9de 2018-10-06 18:02:11,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 18:02:11,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:11,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 18:02: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 18:02:11,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:11,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4a1f32-255c-42d1-8a64-7214af568ec5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/7bb92ef6e8d14a979b99edba26476d0d"}, "description": "", "name": "heat_stack", "enabled": true, "id": "7bb92ef6e8d14a979b99edba26476d0d"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 18:02:11,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-aa4a1f32-255c-42d1-8a64-7214af568ec5 2018-10-06 18:02:11,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.246861934662s 2018-10-06 18:02:11,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 18:02:11,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}}' 2018-10-06 18:02:11,695 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 18:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94c35a8a-87c7-45c9-9b2e-06c27b6fc3fa 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.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291"}, "enabled": true, "id": "6eb753f8dc4d4a6182d9afa21f4f7291", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}} 2018-10-06 18:02:11,696 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-94c35a8a-87c7-45c9-9b2e-06c27b6fc3fa 2018-10-06 18:02:11,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.105360984802s 2018-10-06 18:02:11,696 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-94c35a8a-87c7-45c9-9b2e-06c27b6fc3fa 2018-10-06 18:02:11,696 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'id': u'6eb753f8dc4d4a6182d9afa21f4f7291', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 18:02:11,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 18:02:12,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363943099976s 2018-10-06 18:02:12,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72aea289-ccd0-42ab-8588-dd9fc17a6213 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a"}, "enabled": true, "id": "f5e2d8dfa8f34cb6930620488e66085a", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}} 2018-10-06 18:02:12,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a used request id req-72aea289-ccd0-42ab-8588-dd9fc17a6213 2018-10-06 18:02:12,156 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f5e2d8dfa8f34cb6930620488e66085a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c'}) 2018-10-06 18:02:12,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:02:12,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-432663fc-632c-4383-8d2d-46ed7b72cd04 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:02:12,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-432663fc-632c-4383-8d2d-46ed7b72cd04 2018-10-06 18:02:12,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0803248882294s 2018-10-06 18:02:12,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:02:12,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b344be3-7de3-4d21-b910-60c0132d6fb4 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:02:12,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7b344be3-7de3-4d21-b910-60c0132d6fb4 2018-10-06 18:02:12,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0736291408539s 2018-10-06 18:02:12,311 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 18:02:12,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 18:02:12,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" -d '{"role": {"name": "Member"}}' 2018-10-06 18:02:12,401 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bea53dcf-5002-4786-afa4-ace0c965ce0e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da33bec4078e4f9882700dd22a252972", "links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "name": "Member"}} 2018-10-06 18:02:12,401 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-bea53dcf-5002-4786-afa4-ace0c965ce0e 2018-10-06 18:02:12,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0895459651947s 2018-10-06 18:02:12,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b238b81-b63e-48a8-9c2a-5efe1fff9a2b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "domain_id": null, "name": "Member", "id": "da33bec4078e4f9882700dd22a252972"}} 2018-10-06 18:02:12,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972 used request id req-3b238b81-b63e-48a8-9c2a-5efe1fff9a2b 2018-10-06 18:02:12,484 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972'}, 'domain_id': None, 'human_id': None, 'id': u'da33bec4078e4f9882700dd22a252972', 'HUMAN_ID': False}) 2018-10-06 18:02:12,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:02:12,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06907bde-e97d-491e-a138-578b447b1ed3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da33bec4078e4f9882700dd22a252972", "links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "name": "Member"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:02:12,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-06907bde-e97d-491e-a138-578b447b1ed3 2018-10-06 18:02:12,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792849063873s 2018-10-06 18:02:12,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 18:02:12,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff97800-71fb-4b27-92a0-5c45b568a13e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 18:02:12,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-aff97800-71fb-4b27-92a0-5c45b568a13e 2018-10-06 18:02:12,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0740759372711s 2018-10-06 18:02:12,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 18:02:12,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9065dadb-d61c-4e6d-a085-bcd73f466005 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "links": {"self": "http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a"}, "domain_id": "default", "enabled": true, "id": "f5e2d8dfa8f34cb6930620488e66085a", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 18:02:12,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9065dadb-d61c-4e6d-a085-bcd73f466005 2018-10-06 18:02:12,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0996630191803s 2018-10-06 18:02:12,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9065dadb-d61c-4e6d-a085-bcd73f466005 2018-10-06 18:02:12,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 18:02:12,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caec3799-a546-4ac2-9935-8a6611aed5b1 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291"}, "enabled": true, "id": "6eb753f8dc4d4a6182d9afa21f4f7291", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 18:02:12,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-caec3799-a546-4ac2-9935-8a6611aed5b1 2018-10-06 18:02:12,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810241699219s 2018-10-06 18:02:12,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-caec3799-a546-4ac2-9935-8a6611aed5b1 2018-10-06 18:02:12,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 18:02:12,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&scope.project.id=6eb753f8dc4d4a6182d9afa21f4f7291&role.id=da33bec4078e4f9882700dd22a252972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:12,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518b542a-c6e9-4295-8e7f-cf55aedd79ce Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&scope.project.id=6eb753f8dc4d4a6182d9afa21f4f7291&role.id=da33bec4078e4f9882700dd22a252972", "previous": null, "next": null}} 2018-10-06 18:02:12,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&scope.project.id=6eb753f8dc4d4a6182d9afa21f4f7291&role.id=da33bec4078e4f9882700dd22a252972 used request id req-518b542a-c6e9-4295-8e7f-cf55aedd79ce 2018-10-06 18:02:12,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0739531517029s 2018-10-06 18:02:12,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 18:02:12,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291/users/f5e2d8dfa8f34cb6930620488e66085a/roles/da33bec4078e4f9882700dd22a252972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 18:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65a99ee5-b0a2-4f85-ae06-58da5b26ed35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 18:02:13,029 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291/users/f5e2d8dfa8f34cb6930620488e66085a/roles/da33bec4078e4f9882700dd22a252972 used request id req-65a99ee5-b0a2-4f85-ae06-58da5b26ed35 2018-10-06 18:02:13,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128293991089s 2018-10-06 18:02:13,030 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 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': '4e3a3e4a-f113-46f8-87fd-0563d865fb1d', 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_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'project_id': u'6eb753f8dc4d4a6182d9afa21f4f7291', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 18:02:13,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 18:02:13,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 18:02:13,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 18:02:13,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 18:02:13,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 18:02:13,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 18:02:13,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 18:02:13,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 18:02:13,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 18:02:13,037 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'password': '4e3a3e4a-f113-46f8-87fd-0563d865fb1d', 'project_name': 'tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '6eb753f8dc4d4a6182d9afa21f4f7291', 'project_domain_name': 'Default'} 2018-10-06 18:02:13,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:02:13,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba036ea-1081-47d3-9096-0ccdbbdb4b0c Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da33bec4078e4f9882700dd22a252972", "links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "name": "Member"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:02:13,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0ba036ea-1081-47d3-9096-0ccdbbdb4b0c 2018-10-06 18:02:13,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802640914917s 2018-10-06 18:02:13,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:02:13,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eec82c5-f63c-4492-be85-5989d76c3b2e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da33bec4078e4f9882700dd22a252972", "links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "name": "Member"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:02:13,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0eec82c5-f63c-4492-be85-5989d76c3b2e 2018-10-06 18:02:13,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.159187793732s 2018-10-06 18:02:13,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 18:02:13,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf50ca44-3087-416b-8bad-1f790fd1d7e6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 18:02:13,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-bf50ca44-3087-416b-8bad-1f790fd1d7e6 2018-10-06 18:02:13,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0153431892395s 2018-10-06 18:02:13,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 18:02:13,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b89eca6d-878a-4b3c-bebd-e5bc2e356d7b Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "links": {"self": "http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a"}, "domain_id": "default", "enabled": true, "id": "f5e2d8dfa8f34cb6930620488e66085a", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 18:02:13,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b89eca6d-878a-4b3c-bebd-e5bc2e356d7b 2018-10-06 18:02:13,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985639095306s 2018-10-06 18:02:13,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b89eca6d-878a-4b3c-bebd-e5bc2e356d7b 2018-10-06 18:02:13,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 18:02:13,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a55d676-d53e-4142-8e2d-b01aa8fc9cee Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291"}, "enabled": true, "id": "6eb753f8dc4d4a6182d9afa21f4f7291", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 18:02:13,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-2a55d676-d53e-4142-8e2d-b01aa8fc9cee 2018-10-06 18:02:13,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.069002866745s 2018-10-06 18:02:13,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-2a55d676-d53e-4142-8e2d-b01aa8fc9cee 2018-10-06 18:02:13,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 18:02:13,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&scope.project.id=6eb753f8dc4d4a6182d9afa21f4f7291&role.id=dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2060205-88b3-4ac4-89b9-601fb057f22f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&scope.project.id=6eb753f8dc4d4a6182d9afa21f4f7291&role.id=dce2632d5d654a57906f5e955ca4b578", "previous": null, "next": null}} 2018-10-06 18:02:13,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&scope.project.id=6eb753f8dc4d4a6182d9afa21f4f7291&role.id=dce2632d5d654a57906f5e955ca4b578 used request id req-e2060205-88b3-4ac4-89b9-601fb057f22f 2018-10-06 18:02:13,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0784549713135s 2018-10-06 18:02:13,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 18:02:13,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291/users/f5e2d8dfa8f34cb6930620488e66085a/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d024a7ef-f804-437c-9712-eb8f5e12db13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 18:02:13,668 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291/users/f5e2d8dfa8f34cb6930620488e66085a/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-d024a7ef-f804-437c-9712-eb8f5e12db13 2018-10-06 18:02:13,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122658967972s 2018-10-06 18:02:13,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:02:13,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6578ded2-782a-4ec6-9a50-96590b44c3b4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da33bec4078e4f9882700dd22a252972", "links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "name": "Member"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:02:13,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6578ded2-782a-4ec6-9a50-96590b44c3b4 2018-10-06 18:02:13,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0696890354156s 2018-10-06 18:02:13,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 18:02:13,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07f4ba3-ea44-4804-8855-b3f93fc47dde Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 18:02:13,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-b07f4ba3-ea44-4804-8855-b3f93fc47dde 2018-10-06 18:02:13,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0778810977936s 2018-10-06 18:02:13,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 18:02:13,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a272fa-cf0c-46e2-8d03-41ed0355d458 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "links": {"self": "http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a"}, "domain_id": "default", "enabled": true, "id": "f5e2d8dfa8f34cb6930620488e66085a", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 18:02:13,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-39a272fa-cf0c-46e2-8d03-41ed0355d458 2018-10-06 18:02:13,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947740077972s 2018-10-06 18:02:13,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-39a272fa-cf0c-46e2-8d03-41ed0355d458 2018-10-06 18:02:13,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 18:02:13,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:13,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae8ec430-b9cd-4f79-a006-1a8cb3c886b4 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 18:02:13,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=f5e2d8dfa8f34cb6930620488e66085a&role.id=dce2632d5d654a57906f5e955ca4b578&scope.domain.id=default used request id req-ae8ec430-b9cd-4f79-a006-1a8cb3c886b4 2018-10-06 18:02:13,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0718410015106s 2018-10-06 18:02:13,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 18:02:13,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/f5e2d8dfa8f34cb6930620488e66085a/roles/dce2632d5d654a57906f5e955ca4b578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:02:14,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 18:02:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dabeadcd-898a-4b3e-903b-73cc20efcd68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 18:02:14,116 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/f5e2d8dfa8f34cb6930620488e66085a/roles/dce2632d5d654a57906f5e955ca4b578 used request id req-dabeadcd-898a-4b3e-903b-73cc20efcd68 2018-10-06 18:02:14,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127858161926s 2018-10-06 18:02:14,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 18:02:19,570 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 18:02:18.195 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4c06ec9b-4852-4d5f-8f96-a084d3a9493f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4c06ec9b-4852-4d5f-8f96-a084d3a9493f | 2018-10-06T18:02:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4c06ec9b-4852-4d5f-8f96-a084d3a9493f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-06 18:02:22,705 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-06 18:02:22,705 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 18:02:27,903 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 18:02:26.534 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 18:02:26.681 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 18:02:27.717 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=167a218a-566a-4238-b699-5184cf9bad67) has been successfully created! Using verifier 'opnfv-tempest' (UUID=167a218a-566a-4238-b699-5184cf9bad67) as the default verifier for the future CLI operations. 2018-10-06 18:02:30,643 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-06 18:02:30,644 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 18:02:30,766 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 18:02:30,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 18:02:30,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d205450b-cbdc-4f36-acba-481b7c104cae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-06 18:02:30,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d205450b-cbdc-4f36-acba-481b7c104cae 2018-10-06 18:02:30,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-06 18:02:31,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce2632d5d654a57906f5e955ca4b578", "name": "admin"}, {"id": "da33bec4078e4f9882700dd22a252972", "name": "Member"}], "expires_at": "2018-10-06T19:02:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6eb753f8dc4d4a6182d9afa21f4f7291", "name": "tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:8004/v1/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f5c755cfa7c48c79504dc066a32896a"}, {"url": "http://192.30.9.10:8004/v1/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fc44742d0a14449b70a20802bfedc71"}, {"url": "http://172.30.9.26:8004/v1/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2f3c210dedc4fde9e22dbabe14a0e04"}], "type": "orchestration", "id": "12c72fb3e55e47bf9f9e2059626d2272", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c757cb430584c24a23a68e41554ae04"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b9319addf1c45b6b67455d3583ef0f9"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b638183918da4a85a01ba1050bdfaf6e"}], "type": "network", "id": "354b71bf50084b1fabef46ecc8c03208", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3cb34559540643759f22d6ce913e2f03"}, {"url": "http://172.30.9.26:8776/v1/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440b1a7c0108460eac1c0cdca6e49740"}, {"url": "http://192.30.9.10:8776/v1/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac762e06c0dd450e89d4eccf5ec10a62"}], "type": "volume", "id": "3fd2d77f19644ef4a5f11767ca13d647", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "668714d12be34e709559340f4b4d2085", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b85fc5c114534cf5ab49aa00bbf9954d"}, {"url": "http://192.30.9.10:8776/v3/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2e827e9f3354174805b4364f7e4c1f3"}, {"url": "http://172.30.9.26:8776/v3/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6ac2b8331b48a1b1250185a76419e3"}], "type": "volumev3", "id": "6b500a3832144128955243e92d4c3531", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47c600f9dcaa447f959db8990e51fda6"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "750c8fa7e4c047aa8f637cf8dea66d64"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4cdca4a87144bc09236a38ce447bf39"}], "type": "metric", "id": "763a5b5438f04fd6b1ea0a7d622bd9e8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2794c716735a445aa2dd740d98c5768c"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "665b0b9a458440fab3689ea8947b3172"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f309d7afa5e84be8b93ed271c20d893a"}], "type": "identity", "id": "9cbd4a2f581543aebf848d5b573efd5a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bf569caca0840c3a4264f7398f00338"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c09404dd7ed446eb8c4ca15c836e185"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4013a79863004a728152df9051326003"}], "type": "cloudformation", "id": "a45ad8ffadbf4727be40af8f8dea9fe5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7589a9eac9de4a6287c39a22473e7c0d"}, {"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e4e07bea01648559af3c5ad07b8913f"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9a31b612ec04072861f7198d134088c"}], "type": "policy", "id": "a545cfd913ea4895ae300ea0f256ba7c", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ae012e76017473492cbf4247b189d06"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "825c83e4bba94332b88de900f3f36f4c"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff70b02592cd4a099776137a872615ed"}], "type": "key-manager", "id": "a59f37d1f2e54181afbb4ba453c35ee2", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "278a36f949d948058a8a369e4cfa189d"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64fcab4834034f509a02149bcd3c8cea"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "855663926d4f4933a28420ac0a82d0b0"}], "type": "compute", "id": "ba0daccd64c449eda0dacff37a4fa7ee", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47cae663f2f949d681ac500255f619c8"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "990f5a4e4eab45ef9fbcda6a87003c12"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8ffe74566a0426e87554a536b6e6133"}], "type": "alarming", "id": "be75fbd43bce424aa41cddc633c691c7", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c8fccd1068d478caed47d4bc7ef40cf"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764861b3731c40eebb6c065f9a1c308e"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dbb77c09ac964befba30e25a04f2b0a3"}], "type": "placement", "id": "cb18024777da423e864ac5d13d887c29", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "205a99a5668e4edc982ad072eef7fa15"}, {"url": "http://192.30.9.10:8776/v2/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73eab76bb0264783be534096c0cedadc"}, {"url": "http://192.30.9.10:8776/v2/6eb753f8dc4d4a6182d9afa21f4f7291", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c60d3fbdda4b0cb31ae17ed9e0b227"}], "type": "volumev2", "id": "e4826c1398074caf9dff86a6a0cbb1a9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0244807b641449caa6661e1a2988dc91"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78fc3ec6f0cb497cad978e2b9b2081e8"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d84851ab6b6490e80e7759209f871e7"}], "type": "image", "id": "e4d051058464442ab8a321632152a525", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "id": "f5e2d8dfa8f34cb6930620488e66085a"}, "audit_ids": ["2SGInBjqQQmZngQiUqnWjw"], "issued_at": "2018-10-06T18:02:31.000000Z"}} 2018-10-06 18:02:31,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:31,169 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 18:02:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-06 18:02:31,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 18:02:31,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:31,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-54aea3e4-63dc-40cd-b306-d00512cdae61 Date: Sat, 06 Oct 2018 18:02:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 18:02:31,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-54aea3e4-63dc-40cd-b306-d00512cdae61 2018-10-06 18:02:31,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188622951508s 2018-10-06 18:02:31,361 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-54aea3e4-63dc-40cd-b306-d00512cdae61 2018-10-06 18:02:31,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 18:02:31,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}' 2018-10-06 18:02:31,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e X-Openstack-Request-Id: req-c548b0e8-fa42-4147-9375-9700118efbee Date: Sat, 06 Oct 2018 18:02:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file", "owner": "6eb753f8dc4d4a6182d9afa21f4f7291", "id": "f1e7be36-5f09-4095-a0b8-5cd65370311e", "size": null, "self": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:02:31Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "checksum": null, "created_at": "2018-10-06T18:02:31Z", "protected": false} 2018-10-06 18:02:31,580 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c548b0e8-fa42-4147-9375-9700118efbee 2018-10-06 18:02:31,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.216409921646s 2018-10-06 18:02:31,580 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c548b0e8-fa42-4147-9375-9700118efbee returning object f1e7be36-5f09-4095-a0b8-5cd65370311e 2018-10-06 18:02:31,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 18:02:31,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" -d '' 2018-10-06 18:02:32,710 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55497ca2-882b-4421-a811-2b4257e89526 Date: Sat, 06 Oct 2018 18:02:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 18:02:32,710 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file used request id req-55497ca2-882b-4421-a811-2b4257e89526 2018-10-06 18:02:32,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.12930297852s 2018-10-06 18:02:32,711 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file used request id req-55497ca2-882b-4421-a811-2b4257e89526 2018-10-06 18:02:32,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 18:02:32,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:32,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-861467e0-c7ed-4b20-a24b-019866cd43f2 Date: Sat, 06 Oct 2018 18:02:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "metadata": {}}], "file": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file", "owner": "6eb753f8dc4d4a6182d9afa21f4f7291", "id": "f1e7be36-5f09-4095-a0b8-5cd65370311e", "size": 12716032, "self": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:02:32Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T18:02:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 18:02:32,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-861467e0-c7ed-4b20-a24b-019866cd43f2 2018-10-06 18:02:32,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169494867325s 2018-10-06 18:02:32,881 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-861467e0-c7ed-4b20-a24b-019866cd43f2 2018-10-06 18:02:32,883 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file', 'owner': u'6eb753f8dc4d4a6182d9afa21f4f7291', 'id': u'f1e7be36-5f09-4095-a0b8-5cd65370311e', 'size': 12716032, u'self': u'/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6eb753f8dc4d4a6182d9afa21f4f7291', 'name': 'tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T18:02:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T18:02:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'created': u'2018-10-06T18:02:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T18:02:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 18:02:32,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 18:02:32,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 18:02:33,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02: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-7cd22cdc-1582-422a-812d-d2640edf8cc8 x-compute-request-id: req-7cd22cdc-1582-422a-812d-d2640edf8cc8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cc7a591c-2793-45c8-8370-8286b719f66c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cc7a591c-2793-45c8-8370-8286b719f66c", "name": "tempest_full_parallel-flavor_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 18:02:33,067 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7cd22cdc-1582-422a-812d-d2640edf8cc8 2018-10-06 18:02:33,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.182934045792s 2018-10-06 18:02:33,068 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7cd22cdc-1582-422a-812d-d2640edf8cc8 returning object cc7a591c-2793-45c8-8370-8286b719f66c 2018-10-06 18:02:33,069 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_6db1b8ab-52a8-4202-ba88-e54e9e49314c', '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'b02668b3789342938652e3506ba63a25', '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'cc7a591c-2793-45c8-8370-8286b719f66c', 'swap': 0}) 2018-10-06 18:02:33,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 18:02:33,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c/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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" -d '{"extra_specs": {}}' 2018-10-06 18:02:33,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18: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 x-openstack-request-id: req-57e899cf-eb7a-45c0-b726-5128f3026fa5 x-compute-request-id: req-57e899cf-eb7a-45c0-b726-5128f3026fa5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 18:02:33,097 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c/os-extra_specs used request id req-57e899cf-eb7a-45c0-b726-5128f3026fa5 2018-10-06 18:02:33,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0273518562317s 2018-10-06 18:02:33,097 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c/os-extra_specs used request id req-57e899cf-eb7a-45c0-b726-5128f3026fa5 2018-10-06 18:02:33,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:02:33,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:33,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 18:02: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 18:02:33,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:33,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1713d9a8-9525-4c4e-a840-4b54c7503951 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da33bec4078e4f9882700dd22a252972", "links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "name": "Member"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:02:33,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1713d9a8-9525-4c4e-a840-4b54c7503951 2018-10-06 18:02:33,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0923910140991s 2018-10-06 18:02:34,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 18:02:34,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:34,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:02:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-054bb484-5140-4dcb-8fa6-580f1094f490 x-compute-request-id: req-054bb484-5140-4dcb-8fa6-580f1094f490 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": 201}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 204}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-06 18:02:34,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-054bb484-5140-4dcb-8fa6-580f1094f490 2018-10-06 18:02:34,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.185611009598s 2018-10-06 18:02:34,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-054bb484-5140-4dcb-8fa6-580f1094f490 2018-10-06 18:02:34,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 18:02:34,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:35,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-cb4902b4-9bcc-4ef5-bb1d-e1b2b723dd2e Date: Sat, 06 Oct 2018 18:02:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "metadata": {}}], "file": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file", "owner": "6eb753f8dc4d4a6182d9afa21f4f7291", "id": "f1e7be36-5f09-4095-a0b8-5cd65370311e", "size": 12716032, "self": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:02:32Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T18:02:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 18:02:35,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-cb4902b4-9bcc-4ef5-bb1d-e1b2b723dd2e 2018-10-06 18:02:35,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17769408226s 2018-10-06 18:02:35,141 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-cb4902b4-9bcc-4ef5-bb1d-e1b2b723dd2e 2018-10-06 18:02:35,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 18:02:35,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}' 2018-10-06 18:02:35,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b X-Openstack-Request-Id: req-df4143c6-2228-4d49-8508-80e8bc3b609a Date: Sat, 06 Oct 2018 18:02:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b/file", "owner": "6eb753f8dc4d4a6182d9afa21f4f7291", "id": "f269cab3-379b-4c8b-bbe0-a0420152985b", "size": null, "self": "/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:02:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "checksum": null, "created_at": "2018-10-06T18:02:35Z", "protected": false} 2018-10-06 18:02:35,326 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-df4143c6-2228-4d49-8508-80e8bc3b609a 2018-10-06 18:02:35,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.182328939438s 2018-10-06 18:02:35,327 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-df4143c6-2228-4d49-8508-80e8bc3b609a returning object f269cab3-379b-4c8b-bbe0-a0420152985b 2018-10-06 18:02:35,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 18:02:35,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b/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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" -d '' 2018-10-06 18:02:37,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-083a18b6-62f8-44a1-9519-4e24a3448d6f Date: Sat, 06 Oct 2018 18:02:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 18:02:37,062 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b/file used request id req-083a18b6-62f8-44a1-9519-4e24a3448d6f 2018-10-06 18:02:37,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.7341799736s 2018-10-06 18:02:37,062 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b/file used request id req-083a18b6-62f8-44a1-9519-4e24a3448d6f 2018-10-06 18:02:37,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 18:02:37,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:02:37,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-484ccaf2-bf1c-45cf-af94-af43f655da9b Date: Sat, 06 Oct 2018 18:02:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f269cab3-379b-4c8b-bbe0-a0420152985b/snap", "metadata": {}}], "file": "/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b/file", "owner": "6eb753f8dc4d4a6182d9afa21f4f7291", "id": "f269cab3-379b-4c8b-bbe0-a0420152985b", "size": 12716032, "self": "/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f269cab3-379b-4c8b-bbe0-a0420152985b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:02:37Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T18:02:35Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "metadata": {}}], "file": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file", "owner": "6eb753f8dc4d4a6182d9afa21f4f7291", "id": "f1e7be36-5f09-4095-a0b8-5cd65370311e", "size": 12716032, "self": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:02:32Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T18:02:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 18:02:37,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-484ccaf2-bf1c-45cf-af94-af43f655da9b 2018-10-06 18:02:37,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.20498919487s 2018-10-06 18:02:37,268 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-484ccaf2-bf1c-45cf-af94-af43f655da9b 2018-10-06 18:02:37,271 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f269cab3-379b-4c8b-bbe0-a0420152985b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b/file', 'owner': u'6eb753f8dc4d4a6182d9afa21f4f7291', 'id': u'f269cab3-379b-4c8b-bbe0-a0420152985b', 'size': 12716032, u'self': u'/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6eb753f8dc4d4a6182d9afa21f4f7291', 'name': 'tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f269cab3-379b-4c8b-bbe0-a0420152985b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T18:02:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T18:02:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c', 'created': u'2018-10-06T18:02:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T18:02:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 18:02:37,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 18:02:37,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 18:02:37,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18: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-fda0234d-ddb7-4cec-ba97-b3563f84aa86 x-compute-request-id: req-fda0234d-ddb7-4cec-ba97-b3563f84aa86 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "19495156-7b19-43ba-9bee-001f4d4c45bc", "name": "tempest_full_parallel-flavor_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 18:02:37,326 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fda0234d-ddb7-4cec-ba97-b3563f84aa86 2018-10-06 18:02:37,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0540390014648s 2018-10-06 18:02:37,326 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fda0234d-ddb7-4cec-ba97-b3563f84aa86 returning object 19495156-7b19-43ba-9bee-001f4d4c45bc 2018-10-06 18:02:37,327 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c', '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'b02668b3789342938652e3506ba63a25', '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'19495156-7b19-43ba-9bee-001f4d4c45bc', 'swap': 0}) 2018-10-06 18:02:37,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 18:02:37,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc/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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" -d '{"extra_specs": {}}' 2018-10-06 18:02:37,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18: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 x-openstack-request-id: req-008cf8ef-dbb0-4f52-bbe0-dae9e1e4681a x-compute-request-id: req-008cf8ef-dbb0-4f52-bbe0-dae9e1e4681a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 18:02:37,349 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc/os-extra_specs used request id req-008cf8ef-dbb0-4f52-bbe0-dae9e1e4681a 2018-10-06 18:02:37,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208320617676s 2018-10-06 18:02:37,349 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc/os-extra_specs used request id req-008cf8ef-dbb0-4f52-bbe0-dae9e1e4681a 2018-10-06 18:02:37,350 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c', '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'b02668b3789342938652e3506ba63a25', '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'19495156-7b19-43ba-9bee-001f4d4c45bc', 'swap': 0}) 2018-10-06 18:02:41,089 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 18:02:40.056 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=167a218a-566a-4238-b699-5184cf9bad67) for deployment 'opnfv-rally' (UUID=4c06ec9b-4852-4d5f-8f96-a084d3a9493f). 2018-10-06 18:02:40.934 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 18:02:40.936 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=167a218a-566a-4238-b699-5184cf9bad67) has been successfully configured for deployment 'opnfv-rally' (UUID=4c06ec9b-4852-4d5f-8f96-a084d3a9493f)! 2018-10-06 18:02:41,089 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 18:02:41,090 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 18:02:41,093 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 18:02:41,106 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 18:02:43,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-167a218a-566a-4238-b699-5184cf9bad67/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-06 18:02:43,695 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 18:02:43,715 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 18:02:43,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-10-06 18:02:46,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:46.239 49 INFO rally.api [-] Starting verification (UUID=b4ad3ac1-9a8a-484a-b5d4-28da02a18739) for deployment 'opnfv-rally' (UUID=4c06ec9b-4852-4d5f-8f96-a084d3a9493f) by verifier 'opnfv-tempest' (UUID=167a218a-566a-4238-b699-5184cf9bad67). 2018-10-06 18:02:46,241 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b4ad3ac1-9a8a-484a-b5d4-28da02a18739 2018-10-06 18:02:50,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:50.990 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:02:51,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:51.120 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-06 18:02:51,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:51.133 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:02:51,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:51.134 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:02:51,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:51.214 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-06 18:02:54,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.366 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.197s] 2018-10-06 18:02:54,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.384 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.175s] 2018-10-06 18:02:54,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.405 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.039s] 2018-10-06 18:02:54,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.408 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.023s] 2018-10-06 18:02:54,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.448 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.176s] 2018-10-06 18:02:54,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.494 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.090s] 2018-10-06 18:02:54,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.571 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.164s] 2018-10-06 18:02:54,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.576 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.252s] 2018-10-06 18:02:54,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.598 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.104s] 2018-10-06 18:02:54,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.628 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.030s] 2018-10-06 18:02:54,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.656 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.214s] 2018-10-06 18:02:54,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.671 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.015s] 2018-10-06 18:02:54,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.678 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.101s] 2018-10-06 18:02:54,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.696 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.387s] 2018-10-06 18:02:54,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.757 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.292s] 2018-10-06 18:02:54,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.802 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.129s] 2018-10-06 18:02:54,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.065s] 2018-10-06 18:02:54,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.824 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.325s] 2018-10-06 18:02:54,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.855 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.053s] 2018-10-06 18:02:54,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.871 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.240s] 2018-10-06 18:02:54,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.876 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.021s] 2018-10-06 18:02:54,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.886 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-10-06 18:02:54,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.899 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.013s] 2018-10-06 18:02:54,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.937 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.067s] 2018-10-06 18:02:54,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.972 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.275s] 2018-10-06 18:02:54,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:54.993 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.169s] 2018-10-06 18:02:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.165 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.191s] 2018-10-06 18:02:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.166 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.170s] 2018-10-06 18:02:55,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.254 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.591s] 2018-10-06 18:02:55,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.256 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.432s] 2018-10-06 18:02:55,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.369 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.223s] 2018-10-06 18:02:55,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.455 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.292s] 2018-10-06 18:02:55,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.490 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.172s] 2018-10-06 18:02:55,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.597 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.431s] 2018-10-06 18:02:55,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.655 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.287s] 2018-10-06 18:02:55,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.749 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.293s] 2018-10-06 18:02:55,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.772 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.519s] 2018-10-06 18:02:55,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:55.920 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.429s] 2018-10-06 18:02:56,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.051 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.454s] 2018-10-06 18:02:56,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.149 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.376s] 2018-10-06 18:02:56,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.162 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.013s] 2018-10-06 18:02:56,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.171 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.009s] 2018-10-06 18:02:56,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.180 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.009s] 2018-10-06 18:02:56,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.431 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.682s] 2018-10-06 18:02:56,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.490 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.310s] 2018-10-06 18:02:56,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.853 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.420s] 2018-10-06 18:02:56,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.940 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.448s] 2018-10-06 18:02:56,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.968 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [2.632s] 2018-10-06 18:02:56,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:56.981 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.041s] 2018-10-06 18:02:57,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:57.509 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.528s] 2018-10-06 18:02:57,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:57.536 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.026s] 2018-10-06 18:02:57,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:57.548 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.012s] 2018-10-06 18:02:57,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:57.553 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.361s] 2018-10-06 18:02:59,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:59.047 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.189s] 2018-10-06 18:02:59,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:59.294 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.744s] 2018-10-06 18:02:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:59.681 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.386s] 2018-10-06 18:02:59,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:02:59.763 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.717s] 2018-10-06 18:03:00,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:00.348 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.584s] 2018-10-06 18:03:01,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:01.703 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-06 18:03:02,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:02.812 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [5.256s] 2018-10-06 18:03:03,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:03.508 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.498s] 2018-10-06 18:03:04,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:04.022 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.514s] 2018-10-06 18:03:04,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:04.451 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.427s] 2018-10-06 18:03:04,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:04.773 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.323s] 2018-10-06 18:03:05,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.091 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.316s] 2018-10-06 18:03:05,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.115 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:03:05,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.116 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:03:05,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.421 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.329s] 2018-10-06 18:03:05,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.769 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.251s] 2018-10-06 18:03:05,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.812 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.043s] 2018-10-06 18:03:05,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.858 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.161s] 2018-10-06 18:03:05,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.869 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.011s] 2018-10-06 18:03:05,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.874 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.061s] 2018-10-06 18:03:05,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.883 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.436s] 2018-10-06 18:03:05,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.899 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.030s] 2018-10-06 18:03:05,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.909 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.009s] 2018-10-06 18:03:05,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.926 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.017s] 2018-10-06 18:03:05,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.938 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2018-10-06 18:03:05,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.971 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.096s] 2018-10-06 18:03:05,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.978 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.039s] 2018-10-06 18:03:05,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.985 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.102s] 2018-10-06 18:03:05,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:05.990 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-10-06 18:03:06,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.026 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.233s] 2018-10-06 18:03:06,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.028 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.043s] 2018-10-06 18:03:06,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.031 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.042s] 2018-10-06 18:03:06,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.043 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-10-06 18:03:06,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.051 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-10-06 18:03:06,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.058 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.033s] 2018-10-06 18:03:06,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.063 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2018-10-06 18:03:06,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.071 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.259s] 2018-10-06 18:03:06,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.075 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.008s] 2018-10-06 18:03:06,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.076 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-06 18:03:06,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.077 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-06 18:03:06,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.082 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.054s] 2018-10-06 18:03:06,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.092 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.018s] 2018-10-06 18:03:06,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.092 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.017s] 2018-10-06 18:03:06,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:06.132 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.162s] 2018-10-06 18:03:07,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:07.247 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.198s] 2018-10-06 18:03:08,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:08.950 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.483s] 2018-10-06 18:03:10,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:10.001 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.724s] 2018-10-06 18:03:11,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:11.756 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.753s] 2018-10-06 18:03:12,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:12.392 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.635s] 2018-10-06 18:03:13,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:13.123 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.730s] 2018-10-06 18:03:14,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:14.597 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.186s] 2018-10-06 18:03:18,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.517 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.160s] 2018-10-06 18:03:18,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.528 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-10-06 18:03:18,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.542 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.013s] 2018-10-06 18:03:18,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.782 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.240s] 2018-10-06 18:03:18,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.793 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.011s] 2018-10-06 18:03:18,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.839 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.325s] 2018-10-06 18:03:18,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.840 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.047s] 2018-10-06 18:03:18,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.860 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.019s] 2018-10-06 18:03:18,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.906 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.046s] 2018-10-06 18:03:18,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.917 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.010s] 2018-10-06 18:03:18,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.967 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.049s] 2018-10-06 18:03:18,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:18.982 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.016s] 2018-10-06 18:03:19,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:19.438 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.599s] 2018-10-06 18:03:19,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:19.528 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.780s] 2018-10-06 18:03:20,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:20.276 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.837s] 2018-10-06 18:03:20,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:20.826 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.464s] 2018-10-06 18:03:21,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:21.060 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.865s] 2018-10-06 18:03:21,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:21.650 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.589s] 2018-10-06 18:03:21,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:21.831 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.646s] 2018-10-06 18:03:22,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:22.002 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.171s] 2018-10-06 18:03:22,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:22.046 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.396s] 2018-10-06 18:03:22,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:22.369 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.466s] 2018-10-06 18:03:22,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:22.379 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-10-06 18:03:23,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:23.596 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.215s] 2018-10-06 18:03:23,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:23.600 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-10-06 18:03:23,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:23.605 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-06 18:03:23,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:23.606 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-06 18:03:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:23.741 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.918s] 2018-10-06 18:03:23,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:23.797 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.519s] 2018-10-06 18:03:24,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:24.044 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.442s] 2018-10-06 18:03:24,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:24.239 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.194s] 2018-10-06 18:03:24,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:24.242 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-10-06 18:03:24,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:24.244 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-10-06 18:03:24,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:24.245 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-10-06 18:03:24,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:24.669 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.926s] 2018-10-06 18:03:26,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:26.510 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.839s] 2018-10-06 18:03:27,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:27.368 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.858s] 2018-10-06 18:03:28,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:28.175 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [6.170s] 2018-10-06 18:03:28,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:28.223 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.855s] 2018-10-06 18:03:29,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:29.095 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.871s] 2018-10-06 18:03:30,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:30.010 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [22.754s] 2018-10-06 18:03:30,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:30.018 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.014s] 2018-10-06 18:03:30,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:30.030 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.012s] 2018-10-06 18:03:30,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:30.043 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-10-06 18:03:30,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:30.592 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.497s] 2018-10-06 18:03:31,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:31.618 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [1.026s] 2018-10-06 18:03:31,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:31.986 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [21.983s] 2018-10-06 18:03:37,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:37.215 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [9.041s] 2018-10-06 18:03:38,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:38.094 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [8.048s] 2018-10-06 18:03:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:38.925 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.830s] 2018-10-06 18:03:47,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:47.306 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [11.405s] 2018-10-06 18:03:47,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:47.549 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.792s] 2018-10-06 18:03:47,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:47.567 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.264s] 2018-10-06 18:03:48,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:48.082 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.666s] 2018-10-06 18:03:48,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:48.452 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.370s] 2018-10-06 18:03:49,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:49.449 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.880s] 2018-10-06 18:03:49,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:49.850 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.730s] 2018-10-06 18:03:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:50.228 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.778s] 2018-10-06 18:03:50,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:50.262 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.035s] 2018-10-06 18:03:50,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:50.392 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.248s] 2018-10-06 18:03:50,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:50.477 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.084s] 2018-10-06 18:03:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:50.565 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] 2018-10-06 18:03:50,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:50.913 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [1.063s] 2018-10-06 18:03:51,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:51.733 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [1.167s] 2018-10-06 18:03:51,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:51.837 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.923s] 2018-10-06 18:03:51,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:51.889 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.626s] 2018-10-06 18:03:52,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:52.344 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.453s] 2018-10-06 18:03:53,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:53.165 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.326s] 2018-10-06 18:03:54,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:54.405 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.240s] 2018-10-06 18:03:54,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:54.539 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-06 18:03:54,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:54.802 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.973s] 2018-10-06 18:03:56,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:56.770 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.970s] 2018-10-06 18:03:58,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:58.591 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [50.934s] 2018-10-06 18:03:58,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:58.612 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-10-06 18:03:58,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:58.629 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.016s] 2018-10-06 18:03:58,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:58.683 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.053s] 2018-10-06 18:03:58,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:58.693 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-06 18:03:59,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.029 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.334s] 2018-10-06 18:03:59,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.358 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.329s] 2018-10-06 18:03:59,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.527 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.156s] 2018-10-06 18:03:59,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.776 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.247s] 2018-10-06 18:03:59,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.840 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.064s] 2018-10-06 18:03:59,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.848 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.490s] 2018-10-06 18:03:59,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.909 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.069s] 2018-10-06 18:03:59,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.934 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.025s] 2018-10-06 18:03:59,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:03:59.996 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.062s] 2018-10-06 18:04:00,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:00.049 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.052s] 2018-10-06 18:04:00,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:00.109 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.058s] 2018-10-06 18:04:00,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:00.129 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.021s] 2018-10-06 18:04:00,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:00.141 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.292s] 2018-10-06 18:04:00,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:00.186 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.057s] 2018-10-06 18:04:00,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:00.246 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.058s] 2018-10-06 18:04:00,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:00.464 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.323s] 2018-10-06 18:04:01,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:01.487 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [41.747s] 2018-10-06 18:04:01,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:01.680 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:04:05,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:05.079 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.307s] 2018-10-06 18:04:07,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:07.774 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [6.288s] 2018-10-06 18:04:19,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:19.282 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [10.490s] 2018-10-06 18:04:20,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:20.171 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-06 18:04:21,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:21.009 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [33.456s] 2018-10-06 18:04:23,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:23.107 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 [61.045s] 2018-10-06 18:04:24,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:24.963 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.957s] 2018-10-06 18:04:26,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:26.196 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [6.914s] 2018-10-06 18:04:26,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:26.328 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.149s] 2018-10-06 18:04:26,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:26.370 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.041s] 2018-10-06 18:04:26,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:26.603 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.233s] 2018-10-06 18:04:27,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:27.804 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-10-06 18:04:27,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:27.915 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.111s] 2018-10-06 18:04:38,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:38.437 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [28.652s] 2018-10-06 18:04:45,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:45.151 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [94.520s] 2018-10-06 18:04:45,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:45.176 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.030s] 2018-10-06 18:04:47,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:47.903 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.438s] 2018-10-06 18:04:51,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:51.585 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [26.613s] 2018-10-06 18:04:51,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:51.587 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-10-06 18:04:52,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:52.274 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.207s] 2018-10-06 18:04:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:52.606 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.331s] 2018-10-06 18:04:53,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:53.796 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [48.707s] 2018-10-06 18:04:55,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:55.868 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.076s] 2018-10-06 18:04:56,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:56.784 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.453s] 2018-10-06 18:04:56,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:56.857 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.074s] 2018-10-06 18:04:57,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:57.417 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [18.983s] 2018-10-06 18:04:57,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:57.979 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [37.795s] 2018-10-06 18:04:58,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:58.339 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.479s] 2018-10-06 18:04:58,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:04:58.386 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.048s] 2018-10-06 18:05:00,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:00.626 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.239s] 2018-10-06 18:05:01,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:01.105 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 [20.894s] 2018-10-06 18:05:01,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:01.116 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2018-10-06 18:05:01,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:01.531 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.413s] 2018-10-06 18:05:01,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:01.737 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.206s] 2018-10-06 18:05:03,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:03.053 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [32.836s] 2018-10-06 18:05:05,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:05.805 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.757s] 2018-10-06 18:05:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:08.613 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [1.872s] 2018-10-06 18:05:14,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:14.015 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:05:14,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:14.217 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [51.100s] 2018-10-06 18:05:15,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:15.622 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.971s] 2018-10-06 18:05:17,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:17.513 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.721s] 2018-10-06 18:05:18,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:18.531 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.909s] 2018-10-06 18:05:27,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:27.195 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.362s] 2018-10-06 18:05:28,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:28.268 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-06 18:05:28,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:28.269 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-10-06 18:05:31,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:31.095 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.118s] 2018-10-06 18:05:31,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:31.277 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [13.761s] 2018-10-06 18:05:35,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:35.390 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.292s] 2018-10-06 18:05:35,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:35.948 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.857s] 2018-10-06 18:05:36,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:36.958 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.008s] 2018-10-06 18:05:36,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:36.972 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.014s] 2018-10-06 18:05:37,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:37.811 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.423s] 2018-10-06 18:05:38,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:38.452 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.478s] 2018-10-06 18:05:40,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:40.420 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.966s] 2018-10-06 18:05:42,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:42.119 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.699s] 2018-10-06 18:05:42,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:42.308 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.188s] 2018-10-06 18:05:42,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:42.488 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.179s] 2018-10-06 18:05:46,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:46.158 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:05:52,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:52.067 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.295s] 2018-10-06 18:05:52,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:52.710 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.010s] 2018-10-06 18:05:52,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:52.725 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.014s] 2018-10-06 18:05:52,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:52.734 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.008s] 2018-10-06 18:05:53,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:53.825 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-10-06 18:05:54,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:54.098 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [22.816s] 2018-10-06 18:05:58,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:05:58.832 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [126.456s] 2018-10-06 18:06:00,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:00.051 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.987s] 2018-10-06 18:06:01,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:01.086 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.271s] 2018-10-06 18:06:01,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:01.513 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [69.920s] 2018-10-06 18:06:01,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:01.638 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.551s] 2018-10-06 18:06:01,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:01.861 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.223s] 2018-10-06 18:06:02,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:02.289 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.426s] 2018-10-06 18:06:02,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:02.518 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.230s] 2018-10-06 18:06:02,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:02.599 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.081s] 2018-10-06 18:06:02,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:02.737 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.137s] 2018-10-06 18:06:02,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:02.811 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-10-06 18:06:02,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:02.896 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.085s] 2018-10-06 18:06:02,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:02.960 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.064s] 2018-10-06 18:06:03,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:03.046 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.086s] 2018-10-06 18:06:05,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:05.210 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.010s] 2018-10-06 18:06:05,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:05.218 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.007s] 2018-10-06 18:06:05,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:05.227 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.007s] 2018-10-06 18:06:05,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:05.235 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.006s] 2018-10-06 18:06:06,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:06.106 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [80.909s] 2018-10-06 18:06:12,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:12.093 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [74.101s] 2018-10-06 18:06:12,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:12.095 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-10-06 18:06:14,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:14.593 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [22.266s] 2018-10-06 18:06:19,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:19.857 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [3.965s] 2018-10-06 18:06:19,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:19.936 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [21.103s] 2018-10-06 18:06:21,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:21.272 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:06:21,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:21.876 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.943s] 2018-10-06 18:06:23,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:23.807 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [178.292s] 2018-10-06 18:06:26,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:26.016 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [6.158s] 2018-10-06 18:06:30,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:30.077 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [28.560s] 2018-10-06 18:06:34,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:34.441 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [79.694s] 2018-10-06 18:06:34,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:34.532 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [40.690s] 2018-10-06 18:06:40,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:40.273 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [46.169s] 2018-10-06 18:06:40,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:40.300 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-10-06 18:06:41,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:41.314 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [15.298s] 2018-10-06 18:06:42,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:42.149 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.619s] 2018-10-06 18:06:45,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:45.818 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.515s] 2018-10-06 18:06:50,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:50.670 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [9.353s] 2018-10-06 18:06:55,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:55.639 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [4.969s] 2018-10-06 18:06:55,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:55.728 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.454s] 2018-10-06 18:06:56,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:56.362 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.452s] 2018-10-06 18:06:57,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:06:57.308 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [11.503s] 2018-10-06 18:07:01,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:01.064 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.423s] 2018-10-06 18:07:02,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:02.238 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [47.641s] 2018-10-06 18:07:04,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:04.352 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.157s] 2018-10-06 18:07:04,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:04.532 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.179s] 2018-10-06 18:07:05,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:05.365 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.407s] 2018-10-06 18:07:05,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:05.746 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.381s] 2018-10-06 18:07:06,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:06.504 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.757s] 2018-10-06 18:07:07,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:07.252 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.747s] 2018-10-06 18:07:07,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:07.314 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [6.250s] 2018-10-06 18:07:07,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:07.986 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.734s] 2018-10-06 18:07:08,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:08.603 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.207s] 2018-10-06 18:07:08,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:08.780 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.793s] 2018-10-06 18:07:11,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:11.578 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-06 18:07:13,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:13.929 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.614s] 2018-10-06 18:07:15,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:15.169 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [72.103s] 2018-10-06 18:07:15,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:15.183 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-10-06 18:07:15,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:15.203 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.624s] 2018-10-06 18:07:15,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:15.407 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.204s] 2018-10-06 18:07:15,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:15.845 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.436s] 2018-10-06 18:07:16,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:16.327 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.140s] 2018-10-06 18:07:16,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:16.329 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-10-06 18:07:16,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:16.371 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.332s] 2018-10-06 18:07:16,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:16.424 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.060s] 2018-10-06 18:07:16,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:16.530 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.202s] 2018-10-06 18:07:16,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:16.658 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.128s] 2018-10-06 18:07:16,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:16.941 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.516s] 2018-10-06 18:07:23,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:23.511 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:07:25,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:25.135 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [18.627s] 2018-10-06 18:07:25,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:25.137 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-06 18:07:25,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:25.139 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-06 18:07:25,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:25.139 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-10-06 18:07:27,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:27.341 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.458s] 2018-10-06 18:07:27,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:27.400 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-10-06 18:07:27,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:27.807 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.406s] 2018-10-06 18:07:28,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:28.200 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.435s] 2018-10-06 18:07:33,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:33.653 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.873s] 2018-10-06 18:07:37,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:37.445 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.074s] 2018-10-06 18:07:37,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:37.870 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.425s] 2018-10-06 18:07:37,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:37.940 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.070s] 2018-10-06 18:07:38,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:38.000 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.059s] 2018-10-06 18:07:38,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:38.080 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.080s] 2018-10-06 18:07:38,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:38.738 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [92.618s] 2018-10-06 18:07:38,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:38.794 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.139s] 2018-10-06 18:07:39,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:39.997 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.916s] 2018-10-06 18:07:42,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:42.117 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [2.120s] 2018-10-06 18:07:49,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:49.805 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-06 18:07:50,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:50.040 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [47.799s] 2018-10-06 18:07:50,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:50.237 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [11.443s] 2018-10-06 18:07:51,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:51.666 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-06 18:07:56,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:56.540 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.302s] 2018-10-06 18:07:59,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:59.117 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.879s] 2018-10-06 18:07:59,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:59.302 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.761s] 2018-10-06 18:07:59,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:07:59.340 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [84.889s] 2018-10-06 18:08:01,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:01.799 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [38.223s] 2018-10-06 18:08:03,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:03.203 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [94.657s] 2018-10-06 18:08:03,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:03.438 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [3.683s] 2018-10-06 18:08:04,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:04.196 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [68.454s] 2018-10-06 18:08:06,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:06.261 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [84.091s] 2018-10-06 18:08:06,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:06.972 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.533s] 2018-10-06 18:08:07,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:07.990 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [4.792s] 2018-10-06 18:08:08,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:08.879 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [9.760s] 2018-10-06 18:08:09,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:09.465 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.148s] 2018-10-06 18:08:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:09.640 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.173s] 2018-10-06 18:08:09,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:09.749 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [99.652s] 2018-10-06 18:08:09,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:09.794 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.155s] 2018-10-06 18:08:09,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:09.937 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.142s] 2018-10-06 18:08:10,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:10.078 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.140s] 2018-10-06 18:08:10,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:10.227 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.148s] 2018-10-06 18:08:10,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:10.394 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.167s] 2018-10-06 18:08:10,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:10.567 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.172s] 2018-10-06 18:08:10,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:10.712 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.145s] 2018-10-06 18:08:10,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:10.863 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.151s] 2018-10-06 18:08:13,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:13.498 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 [6.525s] 2018-10-06 18:08:17,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:17.681 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [8.802s] 2018-10-06 18:08:18,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:18.182 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.161s] 2018-10-06 18:08:18,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:18.193 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [64.781s] 2018-10-06 18:08:18,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:18.336 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.157s] 2018-10-06 18:08:19,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:19.960 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [6.462s] 2018-10-06 18:08:19,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:19.966 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.629s] 2018-10-06 18:08:21,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:21.137 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.170s] 2018-10-06 18:08:21,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:21.144 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-10-06 18:08:21,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:21.161 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2018-10-06 18:08:21,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:21.340 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.178s] 2018-10-06 18:08:21,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:21.498 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.157s] 2018-10-06 18:08:22,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.517 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [14.527s] 2018-10-06 18:08:22,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.572 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.107s] 2018-10-06 18:08:22,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.581 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.009s] 2018-10-06 18:08:22,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.759 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.177s] 2018-10-06 18:08:22,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.771 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-10-06 18:08:22,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.785 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2018-10-06 18:08:22,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.824 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.039s] 2018-10-06 18:08:22,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:22.911 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.086s] 2018-10-06 18:08:23,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:23.004 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.091s] 2018-10-06 18:08:23,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:23.277 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.473s] 2018-10-06 18:08:23,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:23.317 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.314s] 2018-10-06 18:08:23,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:23.331 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-06 18:08:23,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:23.406 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.075s] 2018-10-06 18:08:23,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:23.682 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.404s] 2018-10-06 18:08:23,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:23.934 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.973s] 2018-10-06 18:08:24,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:24.054 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.371s] 2018-10-06 18:08:24,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:24.105 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.116s] 2018-10-06 18:08:24,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:24.450 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.395s] 2018-10-06 18:08:24,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:24.826 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.376s] 2018-10-06 18:08:25,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:25.197 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.090s] 2018-10-06 18:08:25,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:25.823 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [19.558s] 2018-10-06 18:08:25,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:25.980 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [8.298s] 2018-10-06 18:08:26,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:26.515 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.697s] 2018-10-06 18:08:29,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:29.308 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.230s] 2018-10-06 18:08:29,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:29.633 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.325s] 2018-10-06 18:08:31,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:31.295 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.206s] 2018-10-06 18:08:34,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:34.329 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [9.129s] 2018-10-06 18:08:37,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:37.247 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.919s] 2018-10-06 18:08:38,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:38.892 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [8.372s] 2018-10-06 18:08:39,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:39.644 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [13.662s] 2018-10-06 18:08:41,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:41.232 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [6.470s] 2018-10-06 18:08:41,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:41.314 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [4.066s] 2018-10-06 18:08:41,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:41.769 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:08:41,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:41.834 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.888s] 2018-10-06 18:08:41,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:41.941 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.296s] 2018-10-06 18:08:48,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:48.194 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.073s] 2018-10-06 18:08:48,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:48.289 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.095s] 2018-10-06 18:08:49,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:49.308 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:08:49,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:49.310 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:08:49,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:49.352 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-06 18:08:49,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:49.764 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [1.474s] 2018-10-06 18:08:50,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:50.069 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.173s] 2018-10-06 18:08:50,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:50.943 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [9.001s] 2018-10-06 18:08:50,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:50.970 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.206s] 2018-10-06 18:08:51,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:51.321 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.378s] 2018-10-06 18:08:51,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:51.449 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.522s] 2018-10-06 18:08:51,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:51.627 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.306s] 2018-10-06 18:08:51,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:51.732 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.103s] 2018-10-06 18:08:51,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:51.810 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.078s] 2018-10-06 18:08:51,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:51.831 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.381s] 2018-10-06 18:08:51,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:51.873 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.081s] 2018-10-06 18:08:52,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.017 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.208s] 2018-10-06 18:08:52,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.029 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.198s] 2018-10-06 18:08:52,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.130 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.112s] 2018-10-06 18:08:52,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.335 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-06 18:08:52,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.336 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-06 18:08:52,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.337 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-06 18:08:52,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.387 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.255s] 2018-10-06 18:08:52,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.457 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.070s] 2018-10-06 18:08:52,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.517 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.060s] 2018-10-06 18:08:52,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:52.634 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.603s] 2018-10-06 18:08:53,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:53.308 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.673s] 2018-10-06 18:08:53,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:53.734 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.426s] 2018-10-06 18:08:54,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:54.287 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.553s] 2018-10-06 18:08:55,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:55.667 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [3.774s] 2018-10-06 18:08:55,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:55.834 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.014s] 2018-10-06 18:08:57,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:57.163 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.328s] 2018-10-06 18:08:57,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:57.893 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.039s] 2018-10-06 18:08:57,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:57.964 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.073s] 2018-10-06 18:08:58,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:58.464 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.300s] 2018-10-06 18:08:59,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:08:59.313 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-06 18:09:00,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:00.151 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.687s] 2018-10-06 18:09:00,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:00.157 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.638s] 2018-10-06 18:09:01,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:01.557 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.268s] 2018-10-06 18:09:01,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:01.617 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.062s] 2018-10-06 18:09:01,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:01.694 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.077s] 2018-10-06 18:09:01,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:01.763 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.069s] 2018-10-06 18:09:01,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:01.824 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.060s] 2018-10-06 18:09:02,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:02.907 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.754s] 2018-10-06 18:09:06,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:06.487 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.579s] 2018-10-06 18:09:07,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:07.534 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-06 18:09:08,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:08.387 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [89.628s] 2018-10-06 18:09:09,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:09.817 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-06 18:09:11,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:11.841 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.215s] 2018-10-06 18:09:12,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:12.095 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.253s] 2018-10-06 18:09:12,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:12.305 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.210s] 2018-10-06 18:09:12,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:12.346 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.040s] 2018-10-06 18:09:12,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:12.521 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [3.463s] 2018-10-06 18:09:12,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:12.529 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.182s] 2018-10-06 18:09:12,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:12.712 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.182s] 2018-10-06 18:09:12,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:12.884 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.172s] 2018-10-06 18:09:13,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.048 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.164s] 2018-10-06 18:09:13,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.232 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.183s] 2018-10-06 18:09:13,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.392 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-06 18:09:13,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.398 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-06 18:09:13,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.399 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-06 18:09:13,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.401 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-06 18:09:13,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.402 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:09:13,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.402 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-06 18:09:13,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:13.413 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.182s] 2018-10-06 18:09:15,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:15.176 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [20.411s] 2018-10-06 18:09:17,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:17.829 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [5.304s] 2018-10-06 18:09:19,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:19.952 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.192s] 2018-10-06 18:09:20,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:20.096 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.268s] 2018-10-06 18:09:21,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:21.672 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [82.310s] 2018-10-06 18:09:21,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:21.849 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.359s] 2018-10-06 18:09:22,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:22.639 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.788s] 2018-10-06 18:09:23,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:23.118 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.021s] 2018-10-06 18:09:23,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:23.187 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.030s] 2018-10-06 18:09:23,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:23.781 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.593s] 2018-10-06 18:09:23,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:23.974 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.193s] 2018-10-06 18:09:24,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:24.106 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.170s] 2018-10-06 18:09:24,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:24.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [4.298s] 2018-10-06 18:09:24,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:24.261 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.154s] 2018-10-06 18:09:24,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:24.618 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.357s] 2018-10-06 18:09:24,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:24.832 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.213s] 2018-10-06 18:09:24,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:24.863 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [6.729s] 2018-10-06 18:09:25,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:25.030 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.198s] 2018-10-06 18:09:25,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:25.307 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.275s] 2018-10-06 18:09:25,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:25.776 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.468s] 2018-10-06 18:09:25,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:25.824 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.049s] 2018-10-06 18:09:25,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:25.925 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.100s] 2018-10-06 18:09:26,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:26.124 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.198s] 2018-10-06 18:09:26,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:26.318 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.193s] 2018-10-06 18:09:26,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:26.388 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.069s] 2018-10-06 18:09:26,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:26.426 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.038s] 2018-10-06 18:09:27,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:27.083 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.656s] 2018-10-06 18:09:27,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:27.129 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.045s] 2018-10-06 18:09:28,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:28.079 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.826s] 2018-10-06 18:09:28,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:28.499 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.032s] 2018-10-06 18:09:28,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:28.920 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.842s] 2018-10-06 18:09:30,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:30.017 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.096s] 2018-10-06 18:09:30,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:30.837 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.819s] 2018-10-06 18:09:31,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:31.131 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.267s] 2018-10-06 18:09:31,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:31.357 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-10-06 18:09:31,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:31.446 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.608s] 2018-10-06 18:09:32,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:32.413 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.967s] 2018-10-06 18:09:32,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:32.665 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [8.687s] 2018-10-06 18:09:32,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:32.697 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [17.519s] 2018-10-06 18:09:34,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:34.576 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.161s] 2018-10-06 18:09:36,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:36.557 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.979s] 2018-10-06 18:09:36,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:36.965 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.408s] 2018-10-06 18:09:37,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:37.148 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [70.613s] 2018-10-06 18:09:37,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:37.519 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.554s] 2018-10-06 18:09:37,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:37.957 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.436s] 2018-10-06 18:09:38,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:38.214 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.256s] 2018-10-06 18:09:38,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:38.736 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [6.695s] 2018-10-06 18:09:38,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:38.943 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.728s] 2018-10-06 18:09:39,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:39.275 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [8.142s] 2018-10-06 18:09:39,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:39.359 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.416s] 2018-10-06 18:09:40,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:40.123 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.763s] 2018-10-06 18:09:40,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:40.884 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.758s] 2018-10-06 18:09:41,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:41.224 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [12.724s] 2018-10-06 18:09:41,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:41.323 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.439s] 2018-10-06 18:09:44,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:44.205 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.235s] 2018-10-06 18:09:44,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:44.272 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-10-06 18:09:44,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:44.847 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.574s] 2018-10-06 18:09:45,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:45.095 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [12.429s] 2018-10-06 18:09:45,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:45.271 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.178s] 2018-10-06 18:09:45,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:45.330 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [8.185s] 2018-10-06 18:09:46,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:46.812 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [7.537s] 2018-10-06 18:09:47,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:47.459 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.187s] 2018-10-06 18:09:47,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:47.493 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [6.167s] 2018-10-06 18:09:47,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:47.494 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-10-06 18:09:48,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:48.291 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.799s] 2018-10-06 18:09:49,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:49.005 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.713s] 2018-10-06 18:09:49,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:49.554 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.548s] 2018-10-06 18:09:49,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:49.872 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.317s] 2018-10-06 18:09:50,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:50.304 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.432s] 2018-10-06 18:09:50,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:50.791 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.486s] 2018-10-06 18:09:51,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:51.035 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [12.297s] 2018-10-06 18:09:51,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:51.735 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.943s] 2018-10-06 18:09:52,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:52.159 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.423s] 2018-10-06 18:09:52,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:52.646 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.486s] 2018-10-06 18:09:53,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:53.346 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.699s] 2018-10-06 18:09:53,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:53.826 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [95.617s] 2018-10-06 18:09:53,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:53.938 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.592s] 2018-10-06 18:09:54,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:54.707 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.892s] 2018-10-06 18:09:54,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:54.747 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.808s] 2018-10-06 18:09:54,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:54.750 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-06 18:09:54,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:54.752 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-06 18:09:54,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:54.905 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [13.681s] 2018-10-06 18:09:55,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:55.135 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.387s] 2018-10-06 18:09:55,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:55.244 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.285s] 2018-10-06 18:09:55,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:55.289 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.046s] 2018-10-06 18:09:55,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:55.492 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.019s] 2018-10-06 18:09:55,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:55.550 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.414s] 2018-10-06 18:09:55,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:55.854 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.565s] 2018-10-06 18:09:56,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:56.458 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.757s] 2018-10-06 18:09:56,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:56.781 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-06 18:09:59,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:59.151 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.244s] 2018-10-06 18:09:59,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:09:59.763 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.909s] 2018-10-06 18:10:00,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:00.310 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.816s] 2018-10-06 18:10:00,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:00.728 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [5.176s] 2018-10-06 18:10:00,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:00.885 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [6.177s] 2018-10-06 18:10:01,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:01.064 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.336s] 2018-10-06 18:10:01,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:01.596 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.530s] 2018-10-06 18:10:01,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:01.598 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-06 18:10:01,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:01.599 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-10-06 18:10:02,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:02.030 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.433s] 2018-10-06 18:10:02,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:02.292 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.261s] 2018-10-06 18:10:02,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:02.664 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.371s] 2018-10-06 18:10:03,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:03.114 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.963s] 2018-10-06 18:10:03,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:03.842 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.932s] 2018-10-06 18:10:04,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:04.101 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [4.337s] 2018-10-06 18:10:04,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:04.305 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.203s] 2018-10-06 18:10:04,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:04.359 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.517s] 2018-10-06 18:10:04,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:04.516 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.211s] 2018-10-06 18:10:05,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:05.337 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.978s] 2018-10-06 18:10:06,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:06.703 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [15.666s] 2018-10-06 18:10:07,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:07.141 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-06 18:10:10,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:10.658 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.085s] 2018-10-06 18:10:10,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:10.889 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.231s] 2018-10-06 18:10:10,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:10.964 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-10-06 18:10:10,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:10.971 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-10-06 18:10:14,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:14.760 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-06 18:10:14,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:14.761 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-06 18:10:14,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:14.762 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-06 18:10:15,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:15.908 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.175s] 2018-10-06 18:10:16,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:16.217 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.165s] 2018-10-06 18:10:17,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:17.830 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.920s] 2018-10-06 18:10:17,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:17.839 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-06 18:10:17,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:17.909 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [18.660s] 2018-10-06 18:10:21,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:21.632 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.346s] 2018-10-06 18:10:21,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:21.813 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.180s] 2018-10-06 18:10:22,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:22.540 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-06 18:10:24,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:24.489 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.537s] 2018-10-06 18:10:24,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:24.491 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-06 18:10:25,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:25.047 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.191s] 2018-10-06 18:10:25,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:25.354 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.227s] 2018-10-06 18:10:25,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:25.378 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.331s] 2018-10-06 18:10:25,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:25.705 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [22.590s] 2018-10-06 18:10:26,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.094 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.390s] 2018-10-06 18:10:26,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.188 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.809s] 2018-10-06 18:10:26,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.197 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.010s] 2018-10-06 18:10:26,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.258 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.060s] 2018-10-06 18:10:26,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.269 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-10-06 18:10:26,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.305 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.210s] 2018-10-06 18:10:26,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.343 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.073s] 2018-10-06 18:10:26,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:26.372 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.029s] 2018-10-06 18:10:27,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:27.615 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.396s] 2018-10-06 18:10:28,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:28.601 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-06 18:10:30,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:30.202 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [2.582s] 2018-10-06 18:10:30,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:30.559 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [36.726s] 2018-10-06 18:10:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:32.046 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.157s] 2018-10-06 18:10:32,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:32.882 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.680s] 2018-10-06 18:10:33,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:33.275 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.273s] 2018-10-06 18:10:33,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:33.887 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.613s] 2018-10-06 18:10:35,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:35.340 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.518s] 2018-10-06 18:10:35,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:35.341 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-06 18:10:35,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:35.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.832s] 2018-10-06 18:10:35,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:35.982 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [2.093s] 2018-10-06 18:10:36,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:36.727 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [75.038s] 2018-10-06 18:10:37,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:37.059 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.443s] 2018-10-06 18:10:37,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:37.061 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-06 18:10:37,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:37.495 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [4.611s] 2018-10-06 18:10:37,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:37.530 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [11.224s] 2018-10-06 18:10:38,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:38.042 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.162s] 2018-10-06 18:10:40,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:40.657 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.613s] 2018-10-06 18:10:41,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:41.785 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.284s] 2018-10-06 18:10:42,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:42.660 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.578s] 2018-10-06 18:10:43,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:43.586 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.928s] 2018-10-06 18:10:44,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:44.957 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [7.894s] 2018-10-06 18:10:45,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:45.875 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [15.319s] 2018-10-06 18:10:46,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:46.397 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.209s] 2018-10-06 18:10:48,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:48.273 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.059s] 2018-10-06 18:10:48,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:48.291 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.018s] 2018-10-06 18:10:51,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:51.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [7.895s] 2018-10-06 18:10:53,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:53.693 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [11.029s] 2018-10-06 18:10:54,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:54.442 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [17.712s] 2018-10-06 18:10:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:54.466 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.984s] 2018-10-06 18:10:54,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:54.851 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.385s] 2018-10-06 18:10:57,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:57.024 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.347s] 2018-10-06 18:10:57,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:57.202 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.118s] 2018-10-06 18:10:57,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:57.204 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [19.671s] 2018-10-06 18:10:57,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:57.254 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.053s] 2018-10-06 18:10:57,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:57.429 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.174s] 2018-10-06 18:10:57,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:57.871 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.667s] 2018-10-06 18:10:57,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:57.872 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [12.911s] 2018-10-06 18:10:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:58.313 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.459s] 2018-10-06 18:10:59,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.074 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.156s] 2018-10-06 18:10:59,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.084 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.010s] 2018-10-06 18:10:59,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.096 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-10-06 18:10:59,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.456 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.359s] 2018-10-06 18:10:59,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.468 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-10-06 18:10:59,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.485 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.017s] 2018-10-06 18:10:59,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.781 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.913s] 2018-10-06 18:10:59,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:10:59.873 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.387s] 2018-10-06 18:11:00,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:00.276 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.582s] 2018-10-06 18:11:00,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:00.336 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.463s] 2018-10-06 18:11:00,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:00.444 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [2.132s] 2018-10-06 18:11:00,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:00.471 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2018-10-06 18:11:00,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:00.498 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.026s] 2018-10-06 18:11:00,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:00.529 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.032s] 2018-10-06 18:11:01,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:01.433 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.651s] 2018-10-06 18:11:02,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:02.608 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:11:03,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:03.673 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:11:04,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:04.555 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-06 18:11:04,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:04.557 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-06 18:11:04,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:04.558 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:11:08,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:08.288 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.903s] 2018-10-06 18:11:09,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:09.044 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [17.250s] 2018-10-06 18:11:10,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:10.635 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [10.358s] 2018-10-06 18:11:12,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:12.235 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.802s] 2018-10-06 18:11:15,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:15.535 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [75.206s] 2018-10-06 18:11:15,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:15.666 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [18.794s] 2018-10-06 18:11:16,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:16.000 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [6.870s] 2018-10-06 18:11:17,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:17.207 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.805s] 2018-10-06 18:11:17,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:17.471 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.265s] 2018-10-06 18:11:17,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:17.626 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.155s] 2018-10-06 18:11:21,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:21.342 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [10.706s] 2018-10-06 18:11:21,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:21.798 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [4.169s] 2018-10-06 18:11:21,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:21.847 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [6.184s] 2018-10-06 18:11:22,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:22.702 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.360s] 2018-10-06 18:11:23,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:23.597 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.069s] 2018-10-06 18:11:23,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:23.612 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.015s] 2018-10-06 18:11:23,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:23.767 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-06 18:11:23,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:23.814 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [14.769s] 2018-10-06 18:11:24,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:24.159 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.360s] 2018-10-06 18:11:26,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:26.968 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [3.847s] 2018-10-06 18:11:27,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:27.345 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [5.497s] 2018-10-06 18:11:27,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:27.433 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [3.274s] 2018-10-06 18:11:27,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:27.508 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.164s] 2018-10-06 18:11:27,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:27.703 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.194s] 2018-10-06 18:11:27,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:27.890 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.187s] 2018-10-06 18:11:28,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:28.088 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.196s] 2018-10-06 18:11:28,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:28.250 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.162s] 2018-10-06 18:11:28,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:28.427 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.176s] 2018-10-06 18:11:28,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:28.644 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.217s] 2018-10-06 18:11:28,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:28.829 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.185s] 2018-10-06 18:11:28,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:28.841 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-10-06 18:11:29,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:29.034 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.192s] 2018-10-06 18:11:29,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:29.219 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.184s] 2018-10-06 18:11:29,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:29.417 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.198s] 2018-10-06 18:11:29,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:29.490 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.073s] 2018-10-06 18:11:29,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:29.730 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.285s] 2018-10-06 18:11:29,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:29.735 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.244s] 2018-10-06 18:11:29,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:29.944 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.208s] 2018-10-06 18:11:30,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:30.174 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.229s] 2018-10-06 18:11:30,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:30.672 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.942s] 2018-10-06 18:11:30,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:30.734 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.061s] 2018-10-06 18:11:31,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.101 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.926s] 2018-10-06 18:11:31,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.134 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-10-06 18:11:31,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.195 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.061s] 2018-10-06 18:11:31,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.349 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.154s] 2018-10-06 18:11:31,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.387 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.037s] 2018-10-06 18:11:31,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.409 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.675s] 2018-10-06 18:11:31,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.588 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.198s] 2018-10-06 18:11:31,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.592 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [19.356s] 2018-10-06 18:11:31,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.620 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-10-06 18:11:31,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:31.834 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.213s] 2018-10-06 18:11:32,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:32.138 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.303s] 2018-10-06 18:11:32,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:32.172 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.034s] 2018-10-06 18:11:32,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:32.210 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.037s] 2018-10-06 18:11:32,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:32.242 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.032s] 2018-10-06 18:11:32,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:32.444 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.202s] 2018-10-06 18:11:32,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:32.472 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.852s] 2018-10-06 18:11:32,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:32.473 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-10-06 18:11:33,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:33.893 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.420s] 2018-10-06 18:11:36,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:36.388 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.723s] 2018-10-06 18:11:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:36.602 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.215s] 2018-10-06 18:11:37,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:37.052 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [39.179s] 2018-10-06 18:11:38,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:38.723 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.673s] 2018-10-06 18:11:43,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:43.309 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.858s] 2018-10-06 18:11:43,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:43.371 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.062s] 2018-10-06 18:11:44,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:44.756 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [4.278s] 2018-10-06 18:11:44,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:44.947 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.392s] 2018-10-06 18:11:44,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:44.972 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.025s] 2018-10-06 18:11:44,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:44.990 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2018-10-06 18:11:45,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:45.317 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.324s] 2018-10-06 18:11:46,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:46.603 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-06 18:11:46,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:46.980 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.658s] 2018-10-06 18:11:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:46.997 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-10-06 18:11:47,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:47.016 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.020s] 2018-10-06 18:11:47,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:47.027 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-10-06 18:11:47,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:47.037 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-10-06 18:11:47,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:47.062 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.025s] 2018-10-06 18:11:47,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:47.073 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-10-06 18:11:47,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:47.085 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-10-06 18:11:50,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:50.949 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.011s] 2018-10-06 18:11:51,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:51.490 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.707s] 2018-10-06 18:11:51,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:51.870 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:11:52,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:52.068 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.520s] 2018-10-06 18:11:53,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:53.350 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.282s] 2018-10-06 18:11:57,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:57.395 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.668s] 2018-10-06 18:11:57,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:57.747 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.351s] 2018-10-06 18:11:57,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:57.890 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.399s] 2018-10-06 18:11:58,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:58.778 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.031s] 2018-10-06 18:11:59,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:59.326 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.435s] 2018-10-06 18:11:59,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:11:59.566 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [134.234s] 2018-10-06 18:12:00,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:00.393 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.490s] 2018-10-06 18:12:00,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:00.910 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.343s]: Skipped until Bug: 1014647 is resolved. 2018-10-06 18:12:02,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:02.878 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.118s] 2018-10-06 18:12:03,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:03.859 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [48.765s] 2018-10-06 18:12:06,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:06.008 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.250s] 2018-10-06 18:12:08,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:08.090 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.082s] 2018-10-06 18:12:09,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:09.930 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.011s] 2018-10-06 18:12:09,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:09.941 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.006s] 2018-10-06 18:12:09,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:09.945 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.010s] 2018-10-06 18:12:09,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:09.951 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.008s] 2018-10-06 18:12:12,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:12.518 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.048s] 2018-10-06 18:12:12,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:12.997 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.603s] 2018-10-06 18:12:15,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:15.024 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [12.143s] 2018-10-06 18:12:18,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:18.131 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.107s] 2018-10-06 18:12:20,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:20.325 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [11.621s] 2018-10-06 18:12:21,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:21.069 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.937s] 2018-10-06 18:12:22,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:22.697 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.789s] 2018-10-06 18:12:23,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:23.626 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.557s] 2018-10-06 18:12:23,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:23.631 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.631s] 2018-10-06 18:12:23,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:23.633 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-06 18:12:24,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:24.237 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.071s] 2018-10-06 18:12:24,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:24.556 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-06 18:12:26,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:26.134 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [5.809s] 2018-10-06 18:12:28,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:28.949 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.318s] 2018-10-06 18:12:29,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:29.223 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.424s] 2018-10-06 18:12:29,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:29.551 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [3.416s] 2018-10-06 18:12:29,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:29.579 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:12:29,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:29.667 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.186s] 2018-10-06 18:12:30,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:30.088 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.421s] 2018-10-06 18:12:30,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:30.486 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.180s] 2018-10-06 18:12:30,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:30.628 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.405s] 2018-10-06 18:12:30,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:30.673 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.187s] 2018-10-06 18:12:30,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:30.874 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.200s] 2018-10-06 18:12:31,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:31.710 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.835s] 2018-10-06 18:12:32,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:32.003 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.293s] 2018-10-06 18:12:34,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:34.109 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.480s] 2018-10-06 18:12:37,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:37.127 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.018s] 2018-10-06 18:12:39,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:39.524 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [9.971s] 2018-10-06 18:12:40,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:40.143 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [4.461s] 2018-10-06 18:12:40,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:40.402 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [84.845s] 2018-10-06 18:12:40,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:40.447 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.051s] 2018-10-06 18:12:40,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:40.465 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [24.532s] 2018-10-06 18:12:40,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:40.498 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.051s] 2018-10-06 18:12:40,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:40.514 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [11.565s] 2018-10-06 18:12:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:41.719 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.194s] 2018-10-06 18:12:43,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:43.410 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [3.160s] 2018-10-06 18:12:44,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:44.907 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [1.500s] 2018-10-06 18:12:44,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:44.945 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [41.085s] 2018-10-06 18:12:47,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:47.521 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.612s] 2018-10-06 18:12:47,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:47.749 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.229s] 2018-10-06 18:12:47,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:47.848 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.470s] 2018-10-06 18:12:48,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:48.545 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.794s] 2018-10-06 18:12:50,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:50.918 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [9.199s] 2018-10-06 18:12:51,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:51.914 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [11.442s] 2018-10-06 18:12:52,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:52.287 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.428s] 2018-10-06 18:12:52,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:52.289 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-06 18:12:52,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:52.690 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.841s] 2018-10-06 18:12:54,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:54.381 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [2.469s] 2018-10-06 18:12:54,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:54.433 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.625s] 2018-10-06 18:12:54,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:54.475 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.785s] 2018-10-06 18:12:57,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:57.005 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.566s] 2018-10-06 18:12:57,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:57.257 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.338s] 2018-10-06 18:12:57,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:57.962 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.487s] 2018-10-06 18:12:59,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:12:59.915 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [2.910s] 2018-10-06 18:13:01,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:01.663 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [1.533s] 2018-10-06 18:13:02,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:02.022 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.470s] 2018-10-06 18:13:02,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:02.132 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.469s] 2018-10-06 18:13:02,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:02.376 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:13:02,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:02.379 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:13:02,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:02.566 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.433s] 2018-10-06 18:13:03,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:03.422 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.507s] 2018-10-06 18:13:03,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:03.818 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.560s] 2018-10-06 18:13:04,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:04.821 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-06 18:13:05,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:05.961 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.183s] 2018-10-06 18:13:08,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:08.326 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [4.506s] 2018-10-06 18:13:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:09.651 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.387s] 2018-10-06 18:13:09,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:09.842 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.419s] 2018-10-06 18:13:10,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:10.823 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [30.303s] 2018-10-06 18:13:10,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:10.825 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:13:11,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:11.174 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.522s] 2018-10-06 18:13:11,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:11.194 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2018-10-06 18:13:11,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:11.420 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.225s] 2018-10-06 18:13:11,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:11.627 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.206s] 2018-10-06 18:13:12,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:12.101 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [3.880s] 2018-10-06 18:13:12,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:12.392 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.764s] 2018-10-06 18:13:12,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:12.792 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.399s] 2018-10-06 18:13:13,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:13.205 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.412s] 2018-10-06 18:13:13,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:13.277 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.459s] 2018-10-06 18:13:13,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:13.515 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.311s] 2018-10-06 18:13:13,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:13.810 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.294s] 2018-10-06 18:13:14,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:14.121 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.310s] 2018-10-06 18:13:14,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:14.173 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-10-06 18:13:14,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:14.405 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.232s] 2018-10-06 18:13:14,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:14.466 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.061s] 2018-10-06 18:13:14,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:14.648 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.113s] 2018-10-06 18:13:14,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:14.923 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.455s] 2018-10-06 18:13:15,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:15.007 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.083s] 2018-10-06 18:13:15,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:15.236 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.229s] 2018-10-06 18:13:15,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:15.293 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.057s] 2018-10-06 18:13:15,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:15.370 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.076s] 2018-10-06 18:13:15,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:15.428 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.058s] 2018-10-06 18:13:16,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:16.278 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [13.708s] 2018-10-06 18:13:16,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:16.322 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.047s] 2018-10-06 18:13:16,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:16.357 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.035s] 2018-10-06 18:13:16,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:16.477 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.375s] 2018-10-06 18:13:18,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:18.777 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.450s] 2018-10-06 18:13:19,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:19.770 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-06 18:13:19,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:19.771 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:13:21,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:21.246 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.469s] 2018-10-06 18:13:22,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:22.162 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.084s] 2018-10-06 18:13:22,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:22.255 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.092s] 2018-10-06 18:13:22,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:22.392 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.990s] 2018-10-06 18:13:22,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:22.435 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.178s] 2018-10-06 18:13:22,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:22.524 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.090s] 2018-10-06 18:13:22,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:22.606 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.082s] 2018-10-06 18:13:23,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:23.957 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.678s] 2018-10-06 18:13:24,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:24.752 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.794s] 2018-10-06 18:13:24,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:24.783 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [3.537s] 2018-10-06 18:13:24,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:24.900 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.508s] 2018-10-06 18:13:24,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:24.979 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [8.501s] 2018-10-06 18:13:25,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:25.025 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.978s] 2018-10-06 18:13:25,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:25.185 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.401s] 2018-10-06 18:13:25,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:25.358 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.172s] 2018-10-06 18:13:25,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:25.651 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.293s] 2018-10-06 18:13:25,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:25.791 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.037s] 2018-10-06 18:13:25,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:25.887 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.235s] 2018-10-06 18:13:25,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:25.978 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.090s] 2018-10-06 18:13:26,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:26.085 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.107s] 2018-10-06 18:13:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:26.180 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.093s] 2018-10-06 18:13:26,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:26.429 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.249s] 2018-10-06 18:13:26,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:26.487 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.057s] 2018-10-06 18:13:30,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:30.374 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-06 18:13:30,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:30.895 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.868s] 2018-10-06 18:13:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:31.854 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.874s] 2018-10-06 18:13:32,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:32.835 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.928s] 2018-10-06 18:13:33,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:33.465 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.310s] 2018-10-06 18:13:34,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:34.338 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.872s] 2018-10-06 18:13:34,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:34.551 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.063s] 2018-10-06 18:13:34,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:34.784 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.720s] 2018-10-06 18:13:35,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:35.231 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.401s] 2018-10-06 18:13:37,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:37.181 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [96.264s] 2018-10-06 18:13:39,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:39.503 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [7.648s] 2018-10-06 18:13:39,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:39.815 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.581s] 2018-10-06 18:13:40,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:40.129 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [5.340s] 2018-10-06 18:13:40,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:40.130 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-10-06 18:13:41,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:41.515 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.017s] 2018-10-06 18:13:41,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:41.689 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.794s] 2018-10-06 18:13:41,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:41.774 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.960s] 2018-10-06 18:13:42,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:42.572 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.056s] 2018-10-06 18:13:44,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:44.698 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [4.571s] 2018-10-06 18:13:44,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:44.762 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [2.190s] 2018-10-06 18:13:45,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:45.687 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.183s] 2018-10-06 18:13:46,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:46.857 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.158s] 2018-10-06 18:13:47,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:47.493 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [5.716s] 2018-10-06 18:13:47,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:47.856 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.366s] 2018-10-06 18:13:50,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:50.854 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:13:51,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:51.418 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.729s] 2018-10-06 18:13:52,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:52.023 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.996s] 2018-10-06 18:13:53,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:53.190 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-10-06 18:13:53,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:53.192 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-06 18:13:53,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:53.993 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-06 18:13:54,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:54.070 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.046s] 2018-10-06 18:13:54,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:54.614 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.174s] 2018-10-06 18:13:54,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:54.622 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [3.206s] 2018-10-06 18:13:54,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:54.831 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.217s] 2018-10-06 18:13:55,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:55.789 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-06 18:13:55,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:55.789 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-06 18:13:56,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:56.713 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.569s] 2018-10-06 18:13:57,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:57.881 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.165s] 2018-10-06 18:13:58,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:58.033 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.152s] 2018-10-06 18:13:58,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:58.087 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-06 18:13:58,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:58.088 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-06 18:13:58,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:58.203 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.170s] 2018-10-06 18:13:59,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:13:59.742 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.549s] 2018-10-06 18:14:00,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:00.748 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.542s] 2018-10-06 18:14:00,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:00.920 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.173s] 2018-10-06 18:14:02,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:02.860 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.959s] 2018-10-06 18:14:03,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:03.253 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.539s] 2018-10-06 18:14:03,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:03.773 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.913s] 2018-10-06 18:14:04,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.085 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-10-06 18:14:04,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.096 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.006s] 2018-10-06 18:14:04,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.106 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.007s] 2018-10-06 18:14:04,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.117 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.007s] 2018-10-06 18:14:04,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.127 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-06 18:14:04,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.134 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.005s] 2018-10-06 18:14:04,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.140 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-10-06 18:14:04,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:04.594 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.819s] 2018-10-06 18:14:05,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:05.274 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.555s] 2018-10-06 18:14:05,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:05.441 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.846s] 2018-10-06 18:14:05,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:05.680 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.239s] 2018-10-06 18:14:05,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:05.877 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.197s] 2018-10-06 18:14:07,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:07.215 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.337s] 2018-10-06 18:14:08,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:08.033 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.211s] 2018-10-06 18:14:08,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:08.907 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [3.637s] 2018-10-06 18:14:11,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:11.064 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.033s] 2018-10-06 18:14:13,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:13.132 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [9.877s] 2018-10-06 18:14:14,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:14.277 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.190s] 2018-10-06 18:14:14,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:14.629 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.351s] 2018-10-06 18:14:14,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:14.650 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.021s] 2018-10-06 18:14:14,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:14.829 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.179s] 2018-10-06 18:14:15,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:15.028 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.963s] 2018-10-06 18:14:15,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:15.099 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.269s] 2018-10-06 18:14:15,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:15.280 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.180s] 2018-10-06 18:14:15,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:15.438 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.158s] 2018-10-06 18:14:15,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:15.642 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.203s] 2018-10-06 18:14:15,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:15.880 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.237s] 2018-10-06 18:14:15,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:15.900 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.021s] 2018-10-06 18:14:16,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:16.120 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.218s] 2018-10-06 18:14:16,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:16.479 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.358s] 2018-10-06 18:14:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:17.448 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.315s] 2018-10-06 18:14:20,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:20.528 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.079s] 2018-10-06 18:14:20,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:20.901 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.329s] 2018-10-06 18:14:20,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:20.977 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.076s] 2018-10-06 18:14:21,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:21.083 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.054s] 2018-10-06 18:14:23,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:23.715 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.561s] 2018-10-06 18:14:23,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:23.944 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.229s] 2018-10-06 18:14:25,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:25.084 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [47.893s] 2018-10-06 18:14:28,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:28.892 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.178s] 2018-10-06 18:14:34,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:34.844 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.950s] 2018-10-06 18:14:35,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:35.734 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-10-06 18:14:36,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:36.283 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [15.753s] 2018-10-06 18:14:36,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:36.502 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.220s] 2018-10-06 18:14:36,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:36.690 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.188s] 2018-10-06 18:14:46,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:46.667 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.642s] 2018-10-06 18:14:47,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:47.019 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.327s] 2018-10-06 18:14:50,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:50.441 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.794s] 2018-10-06 18:14:52,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:52.889 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.221s] 2018-10-06 18:14:53,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:53.822 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [19.624s] 2018-10-06 18:14:58,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:14:58.528 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.708s] 2018-10-06 18:15:00,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:00.809 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.919s] 2018-10-06 18:15:02,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:02.029 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [176.903s] 2018-10-06 18:15:02,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:02.922 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [15.902s] 2018-10-06 18:15:03,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:03.133 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.212s] 2018-10-06 18:15:03,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:03.179 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.046s] 2018-10-06 18:15:03,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:03.564 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.035s] 2018-10-06 18:15:04,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:04.925 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [14.482s] 2018-10-06 18:15:05,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:05.816 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.894s] 2018-10-06 18:15:06,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:06.897 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.081s] 2018-10-06 18:15:08,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:08.069 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.171s] 2018-10-06 18:15:08,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:08.515 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.705s] 2018-10-06 18:15:08,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:08.988 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [5.423s] 2018-10-06 18:15:14,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:14.230 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [49.138s] 2018-10-06 18:15:16,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:16.464 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [7.475s] 2018-10-06 18:15:18,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:18.000 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.818s] 2018-10-06 18:15:22,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:22.623 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [6.157s] 2018-10-06 18:15:23,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:23.384 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [25.743s] 2018-10-06 18:15:26,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:26.360 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [17.843s] 2018-10-06 18:15:28,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:28.455 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [173.036s] 2018-10-06 18:15:29,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:29.304 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [311.293s] 2018-10-06 18:15:29,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:29.652 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [15.421s] 2018-10-06 18:15:33,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:33.753 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [15.751s] 2018-10-06 18:15:44,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:44.914 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [21.526s] 2018-10-06 18:15:46,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:46.727 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [38.652s] 2018-10-06 18:15:50,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:50.363 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.417s] 2018-10-06 18:15:52,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:52.926 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.563s] 2018-10-06 18:15:53,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:53.068 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.158s] 2018-10-06 18:15:56,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:56.401 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.332s] 2018-10-06 18:15:59,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:15:59.000 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.069s] 2018-10-06 18:16:00,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:00.043 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.046s] 2018-10-06 18:16:00,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:00.252 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [3.819s] 2018-10-06 18:16:02,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:02.695 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [2.649s] 2018-10-06 18:16:03,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:03.867 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [32.711s] 2018-10-06 18:16:04,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:04.400 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.705s] 2018-10-06 18:16:04,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:04.604 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.349s] 2018-10-06 18:16:06,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:06.166 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [12.711s] 2018-10-06 18:16:07,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:07.427 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.023s] 2018-10-06 18:16:07,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:07.472 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-10-06 18:16:11,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:11.503 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [5.338s] 2018-10-06 18:16:11,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:11.830 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-06 18:16:11,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:11.831 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:16:11,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:11.832 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-06 18:16:13,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:13.013 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.204s] 2018-10-06 18:16:13,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:13.022 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [16.617s] 2018-10-06 18:16:13,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:13.195 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.182s] 2018-10-06 18:16:13,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:13.383 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.188s] 2018-10-06 18:16:13,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:13.597 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.213s] 2018-10-06 18:16:13,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:13.771 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.174s] 2018-10-06 18:16:13,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:13.967 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.195s] 2018-10-06 18:16:14,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.117 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.243s] 2018-10-06 18:16:14,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.152 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.185s] 2018-10-06 18:16:14,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.198 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.045s] 2018-10-06 18:16:14,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.330 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.213s] 2018-10-06 18:16:14,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.415 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.215s] 2018-10-06 18:16:14,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.494 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.164s] 2018-10-06 18:16:14,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.606 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.191s] 2018-10-06 18:16:14,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.694 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.199s] 2018-10-06 18:16:14,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.791 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.184s] 2018-10-06 18:16:14,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:14.877 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.182s] 2018-10-06 18:16:21,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:21.785 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [6.907s] 2018-10-06 18:16:24,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:24.938 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.553s] 2018-10-06 18:16:26,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:26.183 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.244s] 2018-10-06 18:16:33,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:33.774 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [64.109s] 2018-10-06 18:16:41,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:41.076 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.341s] 2018-10-06 18:16:45,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:45.830 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [4.754s] 2018-10-06 18:16:50,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:50.577 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [209.781s] 2018-10-06 18:16:51,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:51.939 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:16:51,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:51.940 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:16:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:56.706 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.679s] 2018-10-06 18:16:59,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:16:59.106 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.402s] 2018-10-06 18:17:09,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:09.930 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.821s] 2018-10-06 18:17:20,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:20.418 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [10.488s] 2018-10-06 18:17:22,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:22.612 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.021s] 2018-10-06 18:17:25,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:25.107 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.689s] 2018-10-06 18:17:39,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:39.218 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.279s] 2018-10-06 18:17:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:39.877 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.660s] 2018-10-06 18:17:40,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:40.420 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.542s] 2018-10-06 18:17:40,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:40.917 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.496s] 2018-10-06 18:17:41,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:41.318 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.400s] 2018-10-06 18:17:42,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:42.123 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.804s] 2018-10-06 18:17:43,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:43.391 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.266s] 2018-10-06 18:17:44,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:44.216 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.825s] 2018-10-06 18:17:44,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:44.845 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.628s] 2018-10-06 18:17:45,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:45.629 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.783s] 2018-10-06 18:17:48,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:48.939 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-06 18:17:54,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:17:54.451 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.606s] 2018-10-06 18:18:02,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:02.498 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [37.383s] 2018-10-06 18:18:02,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:02.804 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [89.011s] 2018-10-06 18:18:03,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:03.731 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.160s] 2018-10-06 18:18:09,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:09.357 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [160.885s] 2018-10-06 18:18:17,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:17.505 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.971s] 2018-10-06 18:18:17,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:17.822 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.316s] 2018-10-06 18:18:18,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:18.178 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.254s] 2018-10-06 18:18:18,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:18.402 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.224s] 2018-10-06 18:18:18,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:18.862 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.460s] 2018-10-06 18:18:19,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:19.265 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.442s] 2018-10-06 18:18:21,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:21.205 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.343s] 2018-10-06 18:18:23,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:23.325 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.119s] 2018-10-06 18:18:23,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:23.531 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.205s] 2018-10-06 18:18:23,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:23.579 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.048s] 2018-10-06 18:18:40,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:40.540 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.852s] 2018-10-06 18:18:43,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:43.173 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-06 18:18:44,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:44.866 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-06 18:18:46,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:46.715 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.173s] 2018-10-06 18:18:47,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:47.009 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2018-10-06 18:18:51,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:51.712 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.997s] 2018-10-06 18:18:55,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:55.291 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.578s] 2018-10-06 18:18:55,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:55.997 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [3.173s] 2018-10-06 18:18:59,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:18:59.583 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.292s] 2018-10-06 18:19:10,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:10.671 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.171s] 2018-10-06 18:19:12,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:12.666 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.993s] 2018-10-06 18:19:13,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:13.953 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.288s] 2018-10-06 18:19:15,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:15.281 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.327s] 2018-10-06 18:19:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:16.541 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.259s] 2018-10-06 18:19:18,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:18.946 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.404s] 2018-10-06 18:19:21,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:21.189 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.241s] 2018-10-06 18:19:21,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:21.301 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.113s] 2018-10-06 18:19:23,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:23.225 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.921s] 2018-10-06 18:19:23,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:23.606 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [27.604s] 2018-10-06 18:19:24,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:24.529 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.304s] 2018-10-06 18:19:25,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:25.202 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.673s] 2018-10-06 18:19:25,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:25.371 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.168s] 2018-10-06 18:19:25,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:25.538 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.166s] 2018-10-06 18:19:25,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:25.557 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-06 18:19:27,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:27.754 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-06 18:19:27,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:27.755 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-06 18:19:27,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:27.756 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 18:19:27,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:27.759 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-06 18:19:29,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:29.043 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.439s] 2018-10-06 18:19:32,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:32.523 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [89.699s] 2018-10-06 18:19:32,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:32.524 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-06 18:19:58,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:19:58.279 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [29.228s] 2018-10-06 18:20:05,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:20:05.240 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.963s] 2018-10-06 18:20:13,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:20:13.519 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [337.668s] 2018-10-06 18:20:24,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:20:24.134 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [241.146s] 2018-10-06 18:20:39,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:20:39.054 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.903s] 2018-10-06 18:20:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:20:39.057 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-10-06 18:20:47,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:20:47.092 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [74.550s] 2018-10-06 18:20:53,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:20:53.660 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.571s] 2018-10-06 18:21:17,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:17.419 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.159s] 2018-10-06 18:21:17,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:17.455 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.036s] 2018-10-06 18:21:23,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:23.237 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.821s] 2018-10-06 18:21:33,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:33.456 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [6.550s] 2018-10-06 18:21:35,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:35.794 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:21:35,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:35.795 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 18:21:40,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:40.073 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.400s] 2018-10-06 18:21:40,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:40.462 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.389s] 2018-10-06 18:21:47,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:47.967 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.227s] 2018-10-06 18:21:48,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:48.404 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.437s] 2018-10-06 18:21:48,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:48.964 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.558s] 2018-10-06 18:21:49,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:49.026 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.062s] 2018-10-06 18:21:49,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:49.097 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.071s] 2018-10-06 18:21:49,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:49.166 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.069s] 2018-10-06 18:21:57,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:57.740 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.461s] 2018-10-06 18:21:58,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:58.463 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.722s] 2018-10-06 18:21:58,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:58.846 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.381s] 2018-10-06 18:21:59,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:21:59.186 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.340s] 2018-10-06 18:22:00,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:00.153 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.966s] 2018-10-06 18:22:00,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:00.545 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.392s] 2018-10-06 18:22:00,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:00.934 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.388s] 2018-10-06 18:22:02,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:02.441 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.505s] 2018-10-06 18:22:02,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:02.686 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.243s] 2018-10-06 18:22:03,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:03.271 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.585s] 2018-10-06 18:22:03,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:03.338 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.067s] 2018-10-06 18:22:03,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:03.715 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.376s] 2018-10-06 18:22:04,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:04.409 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.692s] 2018-10-06 18:22:15,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:15.989 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.735s] 2018-10-06 18:22:16,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:16.099 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.110s] 2018-10-06 18:22:16,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:16.497 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.397s] 2018-10-06 18:22:29,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:29.211 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [3.263s] 2018-10-06 18:22:34,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:34.310 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.172s] 2018-10-06 18:22:36,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:36.175 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.862s] 2018-10-06 18:22:42,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:42.512 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.384s] 2018-10-06 18:22:42,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:42.670 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.158s] 2018-10-06 18:22:42,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:42.978 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.307s] 2018-10-06 18:22:43,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:43.137 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.158s] 2018-10-06 18:22:48,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:22:48.039 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.164s] 2018-10-06 18:23:58,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:23:58.425 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [224.898s] 2018-10-06 18:24:11,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:24:11.769 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [219.711s] 2018-10-06 18:24:15,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:24:15.658 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [280.344s] 2018-10-06 18:26:57,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 18:26:57.104 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [165.323s] 2018-10-06 18:27:04,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b4ad3ac1-9a8a-484a-b5d4-28da02a18739 2018-10-06 18:27:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b4ad3ac1-9a8a-484a-b5d4-28da02a18739']'. 2018-10-06 18:27:05,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 18:27:05,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 18:27:05,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 18:27:05,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b4ad3ac1-9a8a-484a-b5d4-28da02a18739 | 2018-10-06 18:27:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-06 18:27:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 18:02:46 | 2018-10-06 18:27:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 18:27:03 | 2018-10-06 18:27:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:17 | 2018-10-06 18:27:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 18:27:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 18:27:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 167a218a-566a-4238-b699-5184cf9bad67) | 2018-10-06 18:27:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 18:27:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4c06ec9b-4852-4d5f-8f96-a084d3a9493f) | 2018-10-06 18:27:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-06 18:27:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1446.18 | 2018-10-06 18:27:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1038 | 2018-10-06 18:27:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 356 | 2018-10-06 18:27:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 18:27:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 18:27:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 74 | 2018-10-06 18:27:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 18:27:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 18:27:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 18:27:06,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.345323741% 2018-10-06 18:27:06,019 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 24:35 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-06 18:27:06,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 18:27:06,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:27:06,778 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84003c3c-31ed-46ce-b4ef-a7af8366047e Date: Sat, 06 Oct 2018 18:27:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 18:27:06,778 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b used request id req-84003c3c-31ed-46ce-b4ef-a7af8366047e 2018-10-06 18:27:06,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.75607585907s 2018-10-06 18:27:06,779 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f269cab3-379b-4c8b-bbe0-a0420152985b used request id req-84003c3c-31ed-46ce-b4ef-a7af8366047e 2018-10-06 18:27:06,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 18:27:06,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:06,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18: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-fdbd6e83-acb6-4e7e-b8d3-9898e28ac48b x-compute-request-id: req-fdbd6e83-acb6-4e7e-b8d3-9898e28ac48b Content-Encoding: gzip Content-Length: 419 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "19495156-7b19-43ba-9bee-001f4d4c45bc", "name": "tempest_full_parallel-flavor_alt_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cc7a591c-2793-45c8-8370-8286b719f66c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cc7a591c-2793-45c8-8370-8286b719f66c", "name": "tempest_full_parallel-flavor_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 18:27:06,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fdbd6e83-acb6-4e7e-b8d3-9898e28ac48b 2018-10-06 18:27:06,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.207544088364s 2018-10-06 18:27:06,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fdbd6e83-acb6-4e7e-b8d3-9898e28ac48b 2018-10-06 18:27:06,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 18:27:06,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:07,037 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 18: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 x-openstack-request-id: req-e1bfa273-add1-42c7-b350-8b12f1ef30fc x-compute-request-id: req-e1bfa273-add1-42c7-b350-8b12f1ef30fc Content-Length: 0 Content-Type: application/json 2018-10-06 18:27:07,038 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc used request id req-e1bfa273-add1-42c7-b350-8b12f1ef30fc 2018-10-06 18:27:07,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0474729537964s 2018-10-06 18:27:07,038 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/19495156-7b19-43ba-9bee-001f4d4c45bc used request id req-e1bfa273-add1-42c7-b350-8b12f1ef30fc 2018-10-06 18:27:07,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 18:27:07,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:27:07,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4552 Content-Type: application/json X-Openstack-Request-Id: req-6a337933-e768-48d0-a043-ff39a7a9e2ea Date: Sat, 06 Oct 2018 18:27:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/33a182c2-6e00-4977-bc2a-27a633d54c78/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/33a182c2-6e00-4977-bc2a-27a633d54c78/file", "owner": "597274b890624d34912d8a905802d13c", "id": "33a182c2-6e00-4977-bc2a-27a633d54c78", "size": 0, "self": "/v2/images/33a182c2-6e00-4977-bc2a-27a633d54c78", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"70f339dc-bd00-4799-a119-faa4413ec6f8\", \"device_name\": \"/dev/vda\", \"disk_bus\": \"virtio\", \"image_id\": null, \"source_type\": \"snapshot\", \"tag\": null, \"device_type\": \"disk\", \"volume_id\": null, \"destination_type\": \"volume\", \"volume_size\": 1}]", "disk_format": "qcow2", "base_image_ref": "", "bdm_v2": "True", "owner_project_name": "tempest-TestVolumeBootPattern-493770973", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/33a182c2-6e00-4977-bc2a-27a633d54c78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:15:06Z", "owner_user_name": "tempest-TestVolumeBootPattern-493770973", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-1523733316", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-06T18:15:04Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-06T18:06:32Z", "boot_roles": "Member", "file": "/v2/images/7002974c-0eff-41cf-9ff3-597f414871a7/file", "owner": "6931a37064fb46d8a6bb08a86b9a5c08", "id": "7002974c-0eff-41cf-9ff3-597f414871a7", "size": 1073741824, "user_id": "74b7170ffdc842ceba94d54a0eed331b", "image_type": "backup", "self": "/v2/images/7002974c-0eff-41cf-9ff3-597f414871a7", "disk_format": "raw", "base_image_ref": "f1e7be36-5f09-4095-a0b8-5cd65370311e", "owner_project_name": "tempest-ServerActionsTestJSON-410863448", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/7002974c-0eff-41cf-9ff3-597f414871a7/snap", "owner_id": "6931a37064fb46d8a6bb08a86b9a5c08", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/7002974c-0eff-41cf-9ff3-597f414871a7/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-410863448", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "ddeecff3-1faf-4bd8-9053-d1b775fe0140", "name": "tempest-backup-1-1764318811", "checksum": null, "created_at": "2018-10-06T18:05:54Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "metadata": {}}], "file": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/file", "owner": "6eb753f8dc4d4a6182d9afa21f4f7291", "id": "f1e7be36-5f09-4095-a0b8-5cd65370311e", "size": 12716032, "self": "/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e", "disk_format": "qcow2", "direct_url": "rbd://c1266ad7-1fd4-4bb9-ba0d-156c0b030334/images/f1e7be36-5f09-4095-a0b8-5cd65370311e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T18:02:32Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T18:02:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 18:27:07,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6a337933-e768-48d0-a043-ff39a7a9e2ea 2018-10-06 18:27:07,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173497200012s 2018-10-06 18:27:07,213 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6a337933-e768-48d0-a043-ff39a7a9e2ea 2018-10-06 18:27:07,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 18:27:07,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88b7af8f6ec6df9ee687df860178fa7e6d94b91f" 2018-10-06 18:27:09,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9f59d57-3088-4646-8d62-63fddd51f344 Date: Sat, 06 Oct 2018 18:27:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 18:27:09,335 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e used request id req-e9f59d57-3088-4646-8d62-63fddd51f344 2018-10-06 18:27:09,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.11991214752s 2018-10-06 18:27:09,335 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f1e7be36-5f09-4095-a0b8-5cd65370311e used request id req-e9f59d57-3088-4646-8d62-63fddd51f344 2018-10-06 18:27:09,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 18:27:09,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:09,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18: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-4596cf56-bb37-4c19-967a-8f9c3aff0bdf x-compute-request-id: req-4596cf56-bb37-4c19-967a-8f9c3aff0bdf Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/63193320-b7dc-4865-87c5-6260d1c65cc5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "63193320-b7dc-4865-87c5-6260d1c65cc5", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cc7a591c-2793-45c8-8370-8286b719f66c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cc7a591c-2793-45c8-8370-8286b719f66c", "name": "tempest_full_parallel-flavor_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 18:27:09,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-4596cf56-bb37-4c19-967a-8f9c3aff0bdf 2018-10-06 18:27:09,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0321161746979s 2018-10-06 18:27:09,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-4596cf56-bb37-4c19-967a-8f9c3aff0bdf 2018-10-06 18:27:09,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 18:27:09,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:09,401 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 18: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-4f4f47d6-f163-4fa0-8611-5983534bc9ce x-compute-request-id: req-4f4f47d6-f163-4fa0-8611-5983534bc9ce Content-Length: 0 Content-Type: application/json 2018-10-06 18:27:09,401 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c used request id req-4f4f47d6-f163-4fa0-8611-5983534bc9ce 2018-10-06 18:27:09,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.030797958374s 2018-10-06 18:27:09,402 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cc7a591c-2793-45c8-8370-8286b719f66c used request id req-4f4f47d6-f163-4fa0-8611-5983534bc9ce 2018-10-06 18:27:09,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 18:27:09,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:09,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e617e32-3364-4ced-b945-1deae3856b54 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/052374ca342a4ec59405b3c7cb3c08d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "052374ca342a4ec59405b3c7cb3c08d4", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/1eac7bc0cf504f118f443d18b5e73e9d"}, "domain_id": "7bb92ef6e8d14a979b99edba26476d0d", "enabled": true, "options": {}, "id": "1eac7bc0cf504f118f443d18b5e73e9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/3233c8775d314fe8b57c182714a232ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3233c8775d314fe8b57c182714a232ae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/43de3256d6524ffc9a957d60d5932f9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43de3256d6524ffc9a957d60d5932f9d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/522746f73ada4602bb369b06b0dc11ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "522746f73ada4602bb369b06b0dc11ea", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5942426acbb94f84828cede447a4b84f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5942426acbb94f84828cede447a4b84f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/612f6287fd4a465c870edf911f121215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "612f6287fd4a465c870edf911f121215", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/6bcd0400fede4b3a9d5fc9d973621bdc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bcd0400fede4b3a9d5fc9d973621bdc", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/7fbbc5de01d443b4bfb7d6dc554ba4ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fbbc5de01d443b4bfb7d6dc554ba4ff", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/918d17b0edaa42f19ab7a184016a5b88"}, "domain_id": "default", "enabled": true, "options": {}, "id": "918d17b0edaa42f19ab7a184016a5b88", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/bff1e8487a394146a3064fce3086b871"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bff1e8487a394146a3064fce3086b871", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/c98cb87e2e884d928f430e4b76c929e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98cb87e2e884d928f430e4b76c929e7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/d28fae659e7d400890149f614fc05215"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28fae659e7d400890149f614fc05215", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c", "links": {"self": "http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a"}, "domain_id": "default", "enabled": true, "id": "f5e2d8dfa8f34cb6930620488e66085a", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/fb8ad85c9a874c8a90867efd29e3d668"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb8ad85c9a874c8a90867efd29e3d668", "email": "barbican@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-06 18:27:09,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6e617e32-3364-4ced-b945-1deae3856b54 2018-10-06 18:27:09,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101826906204s 2018-10-06 18:27:09,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6e617e32-3364-4ced-b945-1deae3856b54 2018-10-06 18:27:09,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 18:27:09,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:09,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-045bf0ac-b011-4b58-87ea-961eef80c784 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a"}, "enabled": true, "id": "f5e2d8dfa8f34cb6930620488e66085a", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}} 2018-10-06 18:27:09,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a used request id req-045bf0ac-b011-4b58-87ea-961eef80c784 2018-10-06 18:27:09,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0943119525909s 2018-10-06 18:27:09,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a used request id req-045bf0ac-b011-4b58-87ea-961eef80c784 2018-10-06 18:27:09,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 18:27:09,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:09,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47b94959-5a2e-4b77-adc1-03404e04a708 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 18:27:09,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a used request id req-47b94959-5a2e-4b77-adc1-03404e04a708 2018-10-06 18:27:09,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182311058044s 2018-10-06 18:27:09,788 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f5e2d8dfa8f34cb6930620488e66085a used request id req-47b94959-5a2e-4b77-adc1-03404e04a708 2018-10-06 18:27:09,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 18:27:09,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:09,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d86639d-6818-4135-8232-4a912cccdbe7 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291"}, "enabled": true, "id": "6eb753f8dc4d4a6182d9afa21f4f7291", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_6db1b8ab-52a8-4202-ba88-e54e9e49314c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/b02668b3789342938652e3506ba63a25"}, "enabled": true, "id": "b02668b3789342938652e3506ba63a25", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/e1140685c59845c1a675f49703da2d8e"}, "enabled": true, "id": "e1140685c59845c1a675f49703da2d8e", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 18:27:09,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-4d86639d-6818-4135-8232-4a912cccdbe7 2018-10-06 18:27:09,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0828790664673s 2018-10-06 18:27:09,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-4d86639d-6818-4135-8232-4a912cccdbe7 2018-10-06 18:27:09,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 18:27:09,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:10,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b6460cd-6d7a-44ad-990e-7c116358f531 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 18:27:10,020 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291 used request id req-4b6460cd-6d7a-44ad-990e-7c116358f531 2018-10-06 18:27:10,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145613908768s 2018-10-06 18:27:10,020 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6eb753f8dc4d4a6182d9afa21f4f7291 used request id req-4b6460cd-6d7a-44ad-990e-7c116358f531 2018-10-06 18:27:10,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 18:27:10,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:10,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 18:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b7f3a7d-5f66-427b-ac40-16afe505b467 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "60e5773d917e41048e7328745a53ce40", "links": {"self": "http://172.30.9.26:5000/v3/roles/60e5773d917e41048e7328745a53ce40"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d32330b601dc41e1aef0db77f6f36b55", "links": {"self": "http://172.30.9.26:5000/v3/roles/d32330b601dc41e1aef0db77f6f36b55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da33bec4078e4f9882700dd22a252972", "links": {"self": "http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972"}, "name": "Member"}, {"domain_id": null, "id": "dce2632d5d654a57906f5e955ca4b578", "links": {"self": "http://172.30.9.26:5000/v3/roles/dce2632d5d654a57906f5e955ca4b578"}, "name": "admin"}]} 2018-10-06 18:27:10,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b7f3a7d-5f66-427b-ac40-16afe505b467 2018-10-06 18:27:10,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814311504364s 2018-10-06 18:27:10,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 18:27:10,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:10,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 18:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a43e02fb-3477-4338-aafc-5fd67194998c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 18:27:10,232 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/da33bec4078e4f9882700dd22a252972 used request id req-a43e02fb-3477-4338-aafc-5fd67194998c 2018-10-06 18:27:10,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.128360033035s 2018-10-06 18:27:10,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 18:27:10,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=6eb753f8dc4d4a6182d9afa21f4f7291&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}005aab2cb4baf254fe7a9e3a2355408fc3de8ed2" 2018-10-06 18:27:10,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c36b5df5-689f-4367-ba71-afef7143e913 Date: Sat, 06 Oct 2018 18:27:10 GMT RESP BODY: {"security_groups": []} 2018-10-06 18:27:10,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=6eb753f8dc4d4a6182d9afa21f4f7291&name=default used request id req-c36b5df5-689f-4367-ba71-afef7143e913 2018-10-06 18:27:10,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193801879883s 2018-10-06 18:27:10,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=6eb753f8dc4d4a6182d9afa21f4f7291&name=default used request id req-c36b5df5-689f-4367-ba71-afef7143e913 2018-10-06 18:27:10,430 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK